help regarding getting mobile model from wap link

Hi,

any body can plz help me how one can retrive mobile model number by hitting the wap link. I want to develop an application which at the time of downloading from wap/html link page requires the mobile information and model number.Is it possible in j2me to get mobile model number or anything like that so that at the time of hitting wap link i can get information about the device that which device has send wap request?

If yes then plz provide me solution

thnx in advance

[500 byte] By [java_at_corea] at [2007-11-27 3:58:07]
# 1
you can check the device uaprof on your server side...and check the header of the request in apache access_log
suparenoa at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
thanx for reply but i do not know what uaprof stands for? will you plz explain it in detail?
java_at_corea at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
> thanx for reply> but i do not know what uaprof stands for? will you> plz explain it in detail? http://en.wikipedia.org/wiki/UAProf
suparenoa at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

Try to run this php on server:

http://zduniak.com/jader/

You have also to download wurfl.xml from:

http://wurfl.sourceforge.net/

If you can read polish :))) you can find instructions here:

http://www.j2me.pl/automatyzacja-instalacji-midletow-dla-specyficznych-telefonow-30/

There is also aplication in java:

http://developers.sun.com/techtopics/mobility/midp/ttips/provisioning/

Message was edited by:

Bodzio

Bodzioa at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
hi plz tell me how to run this php on server?thanx in advance
java_at_corea at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
> hi > plz tell me how to run this php on server?> thanx in advancecreate a php file that retreive the user-agent of the phone, analize it and do what youwant with the infos...
suparenoa at 2007-7-12 9:02:32 > top of Java-index,Java Mobility Forums,Java ME Technologies...