|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Device detection approaches
Hi, I'm new here so hello to all.
I'm looking at various approaches to device detection. There are some really interesting threads here but I've not found much information regarding approaches to device detection upon connection to a WAP site. I need to determine device capabilities like: - screen size / color / resolution - ringtone capability - WML version / XHTML capability ... and probabaly more in the future. It seems that the logical approach is to examine the HTTP request. Here's some ideas I'm kicking around: 1) HTTP_USER_AGENT - looks pretty good, but this seems to indicate the browser software being used - it may not really tell me much about the *device* itself. If it's an Opera browser, what does that tell me about the screen size? 2) HTTP_X_WAP_PROFILE - Sounds good too, you could parse the referenced RDF file and pick out whatever data you need (what a pain though). The problem here is that in my very few initial tests, I got one URI for the specs doc that started with "http://localhost/" ... you get the picture. 3) HTTP_X_UP_DEVCAP_SCREENPIXELS and so forth... sounds great, but these values don't come in consistently and I don't get all the data I need. Any thoughts on all this? Thanks! Greg Robbins |
|
#2
|
||||
|
||||
|
Well the last point, WML version / XHTML capability is fairly straight forward. I use this php function, credits in the source code.
You can then check the user_agent to determine what OS it is or series 60 etc.... If you are using PHP, you may want to consider this. Hope that helps a bit.
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ Last edited by jabba_29 : January 18th, 2006 at 10:11 AM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Device detection approaches |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|