Hi all,
Is it possible to get phone model while downloading the jar/jad file from web server by using mobile browser?
I want to get mobile model number when user downloading jar/jad file from web server.
Hi all,
Is it possible to get phone model while downloading the jar/jad file from web server by using mobile browser?
I want to get mobile model number when user downloading jar/jad file from web server.
Bharath... :)
You might find this website interesting. Google will help you find other resources.
Graham.
How to integrate UAProf with server side?
I used WURFL and get the result like this in nokia 2700c,
User-agent: Opera/9.80(j2me/midp;operamini/4.1.1390/838)
Xopera-mini -phone: Nokia #N2700 classic Xopera-mini -UA: Profile MIDP 2.1 CLDC 2.1 Series S40 Browser (90x40)
And In E63 i got,
User-Agent: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE63-1/100.21.110;Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebkit/413 (KHTML, like Gecko) Safari/413
Browser: ~770x300
Here, how to get the separate mobile model and screen size?
Bharath... :)
From WURFL database object you can also get -
$width = $wurflObj->capabilities['display']['resolution_width'];
$height = $wurflObj->capabilities['display']['resolution_height'];
Thanks,
Ekta
Thanks ekta.
I have downloaded WURFL .net version and configure it.
Then what i going to do in next level?
How its possible in asp.net?
Bharath... :)
Hi ,
What you can do is you can parse the WURFL and populate the required information to the local database table it will be better for you to get the required parameters.
Hi bhanuchandar thanks .. I cant get clearly. Can u tell me step by step procedure?
How to make it and how to get it???
Bharath... :)
Hi ,
I don't know about the ASP , But Use the java API'S provided by WRFL and parse Get the required information and create the rows int he database .
Here is the javadoc of WURFL http://wurfl.sourceforge.net/njava/javadocs/
And Configuration information http://wurfl.sourceforge.net/njava/index.php
Im not configure with java api for some reasons.
I configured with .net api.
Is anyone tried with .net API
Bharath... :)
Even on .dot net from WURFL Database you can get capabilities['display']['resolution_width']; and capabilities['display']['resolution_height'];
Thanks,
Ekta