Wap Cell Phone
Wap Cell Phone
![]() |
how do i get phone information like imei, phone model, number of cell phone accessing the wap/wml site?
i am trying to create a wap/wml site that offers mobile contents such as ringtone and themes to the users via their cellphones. I need to know what their cellphone model is, their imei and their phone number, so i will eb able to send them the correct filetype for their phones.. how do i get using PHP/mysql these information?
You must analyze HTTP headers of requests.
There is a lot of interesting information in them.
For example:
1) In "User-Agent" is nearly always written a phone model number:
Nokia6100/1.0 (06.01) Profile/MIDP-1.0 Configuration/CLDC-1.0
MOT-T720/G_09.09.06R MIB/2.0 Profile/MIDP-1.0 Configuration/CLDC-1.0
Nokia3220/2.0 (04.94) Profile/MIDP-2.0 Configuration/CLDC-1.1
SAMSUNG-SGH-D500/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
2) In "Profile" or "X-Wap-Profile" is written a link to a detail XML phone specifications:
http://wap.sonyericsson.com/UAprof/T630R401.xml
http://nds.nokia.com/uaprof/N3100r100.xml
http://communication-market.siemens.de/portal/UAProf/UAP.aspx?device=ME75&v=22
3) In "Accept" are written all types of content that phone can handle. Some of them are obvious, some are very interesting:
application/vnd.nokia.ringing-tone
image/vnd-nok-camera-snsp
application/x-nokiagamedata
and so on.
Just look thoroughly to headers and you will obtain all the info you need.


US $203.00
















