Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

wmlprogramming · WML,XHTML,WURFL & Mobile-related stuff

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 32794 - 32823 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#32794 From: "Jesse Wakeley from HEROweb/MightyMerchant" <jesse@...>
Date: Mon Aug 2, 2010 11:27 pm
Subject: APC with WURFL
osyntax
Send Email Send Email
 

Hello All,

 

I am attempting to set up wurfl using APC for caching, which is already running on our server. This is what I have in wurfl-config.xml:

 

        <persistence>

                <provider>apc</provider>

        </persistence>

 

Firstly, please tell me if that is correct.

 

If so, when I am using file for caching, everything works fine. When using apc, I get the following error:

 

PHP Fatal error:  Uncaught exception 'WURFL_WURFLException' with message 'capability name: is_wireless_device not found' in /usr/local/lib/phplib/wurfl/CustomDeviceRepository.php:97

Stack trace:

#0 /usr/local/lib/phplib/wurfl/CapabilitiesHolder.php(49): WURFL_CustomDeviceRepository->getCapabilityForDevice(NULL, 'is_wireless_dev...')

#1 /usr/local/lib/phplib/wurfl/Device.php(68): WURFL_CapabilitiesHolder->getCapability('is_wireless_dev...')\n#2 /usr/local/apache/htdocs/wakeleytestmobile/index.php(58): WURFL_Device->getCapability('is_wireless_dev...')

#3 {main}\n  thrown in /usr/local/lib/phplib/wurfl/CustomDeviceRepository.php on line 97

 

Any ideas would be appreciated.

 

Thanks!

Jesse

 


#32795 From: Asres Gizaw Fantayeneh <fantayeneh@...>
Date: Tue Aug 3, 2010 8:18 am
Subject: Re: APC with WURFL
fantayenehasres
Send Email Send Email
 
Hi Jesse,

There was a bug on that perisitence provider(which has been fixed in trunk). I added some more feature and fixed a bunch of 
bugs in the code base so as soon as i write some doc on the new feature i will release the new version.

If you are impatient you can check out from the svn repo at 


Fanta

On 3 August 2010 00:27, Jesse Wakeley from HEROweb/MightyMerchant <jesse@...> wrote:
 

Hello All,

 

I am attempting to set up wurfl using APC for caching, which is already running on our server. This is what I have in wurfl-config.xml:

 

        <persistence>

                <provider>apc</provider>

        </persistence>

 

Firstly, please tell me if that is correct.

 

If so, when I am using file for caching, everything works fine. When using apc, I get the following error:

 

PHP Fatal error:  Uncaught exception 'WURFL_WURFLException' with message 'capability name: is_wireless_device not found' in /usr/local/lib/phplib/wurfl/CustomDeviceRepository.php:97

Stack trace:

#0 /usr/local/lib/phplib/wurfl/CapabilitiesHolder.php(49): WURFL_CustomDeviceRepository->getCapabilityForDevice(NULL, 'is_wireless_dev...')

#1 /usr/local/lib/phplib/wurfl/Device.php(68): WURFL_CapabilitiesHolder->getCapability('is_wireless_dev...')\n#2 /usr/local/apache/htdocs/wakeleytestmobile/index.php(58): WURFL_Device->getCapability('is_wireless_dev...')

#3 {main}\n  thrown in /usr/local/lib/phplib/wurfl/CustomDeviceRepository.php on line 97

 

Any ideas would be appreciated.

 

Thanks!

Jesse

 



#32796 From: "itukaj" <itukaj@...>
Date: Tue Aug 3, 2010 6:35 pm
Subject: New pywurfl (v7.1.1) available
itukaj
Send Email Send Email
 
Hello All,

Version 7.1.1 is now available from the usual places:

http://pypi.python.org/pypi/pywurfl/
http://celljam.net/

- Updated to Java API version 1.0.1 of the two step analysis algorithm.
- Fixed a few bugs.

Thanks to Malcolm Box for the bug reports and fixes.
Thanks to WURFL Pro for the open sourced code.


--

Armand

#32797 From: "Jesse Wakeley from HEROweb/MightyMerchant" <jesse@...>
Date: Wed Aug 4, 2010 5:31 pm
Subject: RE: APC with WURFL
osyntax
Send Email Send Email
 

Hi Fanta,

 

Thanks for your email yesterday. I checked out the trunk and attempted to set it up. Now I am getting the following error:

 

PHP Fatal error:  Uncaught exception 'Exception' with message 'There is no device with id [generic] in wurfl' in wurfl/CustomDeviceRepository.php:82

Stack trace

#0 wurfl/CustomDeviceRepository.php(45): WURFL_CustomDeviceRepository->getDevice('generic')

#1 wurfl/CustomDeviceRepository.php(41): WURFL_CustomDeviceRepository->init()

#2 wurfl/DeviceRepositoryBuilder.php(47): WURFL_CustomDeviceRepository->__construct(Object(WURFL_Xml_PersistenceProvider_APCPersistenceProvider), Array)

#3 wurfl/WURFLManagerFactory.php(126): WURFL_DeviceRepositoryBuilder->build('/usr/local/lib/...', Array)

#4 wurfl/WURFLManagerFactory.php(102): WURFL_WURFLManagerFactory->deviceRepository(Object(WURFL_Xml_PersistenceProvider_APCPersistenceProvider), Object(WURFL_UserAgentHandlerChain))

#5 wurfl/WURFLManagerFactory.php(57): WURFL_WURFLManagerFactory->init()

#6  testmobil in wurfl/CustomDeviceRepository.php on line 82

 

Hope this helps!

 

Jesse

 

From: wmlprogramming@yahoogroups.com [mailto:wmlprogramming@yahoogroups.com] On Behalf Of Asres Gizaw Fantayeneh
Sent: Tuesday, August 03, 2010 1:18 AM
To: wmlprogramming@yahoogroups.com
Subject: Re: [wmlprogramming] APC with WURFL

 

 

Hi Jesse,

 

There was a bug on that perisitence provider(which has been fixed in trunk). I added some more feature and fixed a bunch of 

bugs in the code base so as soon as i write some doc on the new feature i will release the new version.

 

If you are impatient you can check out from the svn repo at 

 

 

Fanta

 

On 3 August 2010 00:27, Jesse Wakeley from HEROweb/MightyMerchant <jesse@...> wrote:

 

Hello All,

 

I am attempting to set up wurfl using APC for caching, which is already running on our server. This is what I have in wurfl-config.xml:

 

        <persistence>

                <provider>apc</provider>

        </persistence>

 

Firstly, please tell me if that is correct.

 

If so, when I am using file for caching, everything works fine. When using apc, I get the following error:

 

PHP Fatal error:  Uncaught exception 'WURFL_WURFLException' with message 'capability name: is_wireless_device not found' in wurfl/CustomDeviceRepository.php:97

Stack trace:

#0 wurfl/CapabilitiesHolder.php(49): WURFL_CustomDeviceRepository->getCapabilityForDevice(NULL, 'is_wireless_dev...')

#1 wurfl/Device.php(68): WURFL_CapabilitiesHolder->getCapability('is_wireless_dev...')\n#2 /usr/local/apache/htdocs/wakeleytestmobile/index.php(58): WURFL_Device->getCapability('is_wireless_dev...')

#3 {main}\n  thrown in wurfl/CustomDeviceRepository.php on line 97

 

Any ideas would be appreciated.

 

Thanks!

Jesse

 

 


#32798 From: "Jesse Wakeley from HEROweb/MightyMerchant" <jesse@...>
Date: Wed Aug 4, 2010 8:49 pm
Subject: RE: APC with WURFL
osyntax
Send Email Send Email
 

I should have noted that this seems to just happen when using a desktop browser (Firefox 3.6.8), probably just devices falling back to the generic device. I’ve tested using an iPhone, and it seems to be working fine.

 

~Jesse

 

From: Jesse Wakeley from HEROweb/MightyMerchant [mailto:jesse@...]
Sent: Wednesday, August 04, 2010 10:32 AM
To: 'wmlprogramming@yahoogroups.com'
Subject: RE: [wmlprogramming] APC with WURFL

 

Hi Fanta,

 

Thanks for your email yesterday. I checked out the trunk and attempted to set it up. Now I am getting the following error:

 

PHP Fatal error:  Uncaught exception 'Exception' with message 'There is no device with id [generic] in wurfl' in wurfl/CustomDeviceRepository.php:82

Stack trace

#0 wurfl/CustomDeviceRepository.php(45): WURFL_CustomDeviceRepository->getDevice('generic')

#1 wurfl/CustomDeviceRepository.php(41): WURFL_CustomDeviceRepository->init()

#2 wurfl/DeviceRepositoryBuilder.php(47): WURFL_CustomDeviceRepository->__construct(Object(WURFL_Xml_PersistenceProvider_APCPersistenceProvider), Array)

#3 wurfl/WURFLManagerFactory.php(126): WURFL_DeviceRepositoryBuilder->build('/usr/local/lib/...', Array)

#4 wurfl/WURFLManagerFactory.php(102): WURFL_WURFLManagerFactory->deviceRepository(Object(WURFL_Xml_PersistenceProvider_APCPersistenceProvider), Object(WURFL_UserAgentHandlerChain))

#5 wurfl/WURFLManagerFactory.php(57): WURFL_WURFLManagerFactory->init()

#6  testmobil in wurfl/CustomDeviceRepository.php on line 82

 

Hope this helps!

 

Jesse

 

From: wmlprogramming@yahoogroups.com [mailto:wmlprogramming@yahoogroups.com] On Behalf Of Asres Gizaw Fantayeneh
Sent: Tuesday, August 03, 2010 1:18 AM
To: wmlprogramming@yahoogroups.com
Subject: Re: [wmlprogramming] APC with WURFL

 

 

Hi Jesse,

 

There was a bug on that perisitence provider(which has been fixed in trunk). I added some more feature and fixed a bunch of 

bugs in the code base so as soon as i write some doc on the new feature i will release the new version.

 

If you are impatient you can check out from the svn repo at 

 

 

Fanta

 

On 3 August 2010 00:27, Jesse Wakeley from HEROweb/MightyMerchant <jesse@...> wrote:

 

Hello All,

 

I am attempting to set up wurfl using APC for caching, which is already running on our server. This is what I have in wurfl-config.xml:

 

        <persistence>

                <provider>apc</provider>

        </persistence>

 

Firstly, please tell me if that is correct.

 

If so, when I am using file for caching, everything works fine. When using apc, I get the following error:

 

PHP Fatal error:  Uncaught exception 'WURFL_WURFLException' with message 'capability name: is_wireless_device not found' in wurfl/CustomDeviceRepository.php:97

Stack trace:

#0 wurfl/CapabilitiesHolder.php(49): WURFL_CustomDeviceRepository->getCapabilityForDevice(NULL, 'is_wireless_dev...')

#1 wurfl/Device.php(68): WURFL_CapabilitiesHolder->getCapability('is_wireless_dev...')\n#2 /usr/local/apache/htdocs/wakeleytestmobile/index.php(58): WURFL_Device->getCapability('is_wireless_dev...')

#3 {main}\n  thrown in wurfl/CustomDeviceRepository.php on line 97

 

Any ideas would be appreciated.

 

Thanks!

Jesse

 

 


#32799 From: Cristiano Diniz da Silva <cristiano@...>
Date: Thu Aug 5, 2010 7:43 pm
Subject: Blackberry 9650
cristianods
Send Email Send Email
 
Guys

I have got this and on my local db it is not available. I have searched on the db.wurflpro.com and couldn't find it either. Anyway, here are the details.

User Browser Information Captured

User Agent: BlackBerry9650/5.0.0.732 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/105

HTTP Accept:
application/vnd.rim.html
text/html
application/xhtml+xml
application/vnd.wap.xhtml+xml
text/vnd.sun.j2me.app-descriptor
image/vnd.rim.png
image/jpeg
application/x-vnd.rim.pme.b
application/vnd.rim.ucs
image/gif
anim=1
application/vnd.rim.jscriptc
v=0-8-72
application/x-javascript
application/vnd.rim.css
v=2
text/css
media=screen
application/vnd.wap.wmlc
q=0.9
application/vnd.wap.wmlscriptc
q=0.7
text/vnd.wap.wml
q=0.7
*/*
q=0.5

Languages Supported:
en-US,en
q=0.5

Enconding Supported:


Charset Supported:
UTF-8,ISO-8859-1,US-ASCII,windows-1252,ISO-2022-JP,KSC5601,EUC-JP,EUC-KR,windows-1250,GB2312,UTF-16BE,Big5,Big5-HKSCS,x-Johab,UTF-16LE,Shift_JIS

Javascript Support: yes

Displaying Information gathered with JS

User Screen Resolution: 480x360

Screen Colors: 65536 colors (16 bits)

O.S.: BlackBerry - undefined/undefined

Java Enabled: false

Cookie Enabled:
 
Cristiano Diniz da Silva

Web Development & Solutions
http://mcloide.wordpress.com
PHP Series - http://www.amazon.com/gp/product/0557374022/
PHP Series (pdf) - http://www.lulu.com/product/file-download/php-series---the-encore-beginner-version/6499638
p. + 1 954 840 4010
c. + 1 561 809 1928

Coral Springs, Fl
PHP5 Zend Certified Engineer

Before printing, just keep in mind your commitment with the environment!



#32800 From: Malcolm Box <malcolm.box@...>
Date: Fri Aug 6, 2010 3:35 pm
Subject: +Re:New pywurfl (v7.1.1) available
malcolmbox
Send Email Send Email
 
Thanks to Armand for all your work on pywurfl - it's been invaluable.

One thing that would help with ports like this would be a regression test for UA
strings to wurfl IDs.  This could be quite simple e.g. a CSV file with lots of
different "real life" UA strings and the value returned by the current API.

That would make validating that other implementations have got the algorithms
right easier, and also allow regressions etc to be spotted easily.

Does such a thing exist, or would someone with a suitable set of UA strings + a
copy of the Java API be prepared to knock one up?

Cheers,

Malcolm

#32801 From: "riad_edu_info" <riad_edu_info@...>
Date: Thu Aug 5, 2010 10:19 am
Subject: Proper Handset Detection
riad_edu_info
Send Email Send Email
 
Dear All,

 

First I would like to thanks all the developers of this project to develop such a wondering project for mobile device. I develop a wap portal for games. My problem is to detect  handset device perfectly. My games provider provide me the handset list like this:

 

Nokia6300, SGH-X200, MOT-C261, SIE-CX70, SAMSUNG-SGH-Z140

 

So, I have to detect the supported games for the particular wap user.

 

I can easily detect the handset for nokia devices using below command:

 

$brand_name = $wurflObj->getDeviceCapability("brand_name

");

$model_name = $wurflObj->getDeviceCapability("model_name

");

 

$handset=$brand_name. $model_name;

 

//Nokia6300,Nokia6600 etc.

 

But the problem is for siemence ,Motorola ,some Samsung sets,and lot of others.

Let say the user agent:

 

SIE-CX70/36 UP.Browser/7.0.2.2.156(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1

 

Provide me the model name: CX70 and Brand Name: Siemens
So if I concatenate then get the value: SiemensCX70.But the actual is: SIE-CX70. 

So, Information mis-match.

 

Now my question is how can I detection the perfect handset.

Please help me to retrieve the actual info.

 

If it's  new be question I m sorry for that

 

Thanks

Jaferson riad



#32802 From: "itukaj" <itukaj@...>
Date: Sat Aug 7, 2010 1:26 pm
Subject: +Re:New pywurfl (v7.1.1) available
itukaj
Send Email Send Email
 
Hi Malcolm,

What I did was scrape this page:

http://www.tera-wurfl.com/tera_wurfl_test/tera_wurfl_test.php

Then ran pywurfl with the two step algo against the user agents and checked to
see what wurfl id I got back. 90% were exact matches, the rest were very close.
Here's an example of what was close:

user agent
tera wurfl | pywurfl

MOT-A-2B/00.03 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001

MOT-A-2B/01.02 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001

MOT-A-2B/01.06 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001

MOT-V3/0E.41.C3R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0
UP.Link/6.3.1.17.0
mot_v3_ver1_sub0e4039r | mot_v3_ver1_sub0e403er

MOT-V3/0E.41.C3R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0
UP.Link/6.3.1.17.06.3.1.17.0
mot_v3_ver1_sub0e4039r | mot_v3_ver1_sub0e403er

Nokia3110c/2.0 (07.21) Profile/MIDP-2.0 Configuration/CLDC-1.1
nokia_3110c_ver1_sub0491 | nokia_3110c_ver1_sub0501

Nokia6030/2.0 (5.11) Profile/MIDP-2.0 Configuration/CLDC-1.1 Novarra-Vision/7.3
nokia_6030_ver1_suby341 | nokia_6030_ver1_sub343

Nokia6030/2.0 (5.40) Profile/MIDP-2.0 Configuration/CLDC-1.1
nokia_6030_ver1_suby341 | nokia_6030_ver1_sub343


I didn't check what version of the wurfl that tera-wurfl was using to generate
that page.


I just noticed that one in my logs does look erroneous:

Motorola RAZR V3x
mot_a1000_ver1_subua | generic


So when I have time, I'll have to check that out. I'll send you the files that I
used.

--

Armand

#32803 From: "Rok" <san.liaonovak@...>
Date: Mon Aug 9, 2010 11:41 am
Subject: New BlackBerry user agents
san.liaonovak
Send Email Send Email
 
Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, like
Gecko) Version/6.0.0.135 Mobile Safari/534.1+

http://www.blackberry.net/go/mobile/profiles/uaprof/9800_edge/6.0.0.rdf

I didn't find it in wurfl_db.

New root?

BR, Rok.

#32804 From: "igorlemasson" <le_masson@...>
Date: Mon Aug 9, 2010 3:11 pm
Subject: Re: New BlackBerry user agents
igorlemasson
Send Email Send Email
 

Hi Rok

Yeah, you're right! This is the newest Blackberry device running Blackberry 6 OS: Blackberry Torch 

BR,
Igor


--- In wmlprogramming@yahoogroups.com, "Rok" <san.liaonovak@...> wrote:
>
> Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/534.1+ (KHTML, like Gecko) Version/6.0.0.135 Mobile Safari/534.1+
>
> http://www.blackberry.net/go/mobile/profiles/uaprof/9800_edge/6.0.0.rdf
>
> I didn't find it in wurfl_db.
>
> New root?
>
> BR, Rok.
>


#32805 From: Cristiano Diniz da Silva <cristiano@...>
Date: Mon Aug 9, 2010 5:24 pm
Subject: Re: Re: New BlackBerry user agents
cristianods
Send Email Send Email
 
Do you have more info on it? Like screen size and resolution?
 
Cristiano Diniz da Silva

Web Development & Solutions
http://mcloide.wordpress.com
PHP Series - http://www.amazon.com/gp/product/0557374022/
PHP Series (pdf) - http://www.lulu.com/product/file-download/php-series---the-encore-beginner-version/6499638
p. + 1 954 840 4010
c. + 1 561 809 1928

Coral Springs, Fl
PHP5 Zend Certified Engineer

Before printing, just keep in mind your commitment with the environment!



From: igorlemasson <le_masson@...>
To: wmlprogramming@yahoogroups.com
Sent: Mon, August 9, 2010 11:11:23 AM
Subject: [wmlprogramming] Re: New BlackBerry user agents

 

Hi Rok

Yeah, you're right! This is the newest Blackberry device running Blackberry 6 OS: Blackberry Torch 

BR,
Igor


--- In wmlprogramming@ yahoogroups. com, "Rok" <san.liaonovak@ ...> wrote:
>
> Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/ 534.1+ (KHTML, like Gecko) Version/6.0. 0.135 Mobile Safari/534.1+
>
> http://www.blackber ry.net/go/ mobile/profiles/ uaprof/9800_ edge/6.0. 0.rdf
>
> I didn't find it in wurfl_db.
>
> New root?
>
> BR, Rok.
>



#32806 From: "igorlemasson" <le_masson@...>
Date: Mon Aug 9, 2010 6:16 pm
Subject: Re: New BlackBerry user agents
igorlemasson
Send Email Send Email
 

Hi Cristiano,

Yes, RIM already published them. You also can check the UAProf and the Torch specifications.

BR,
Igor


--- In wmlprogramming@yahoogroups.com, Cristiano Diniz da Silva <cristiano@...> wrote:
>
> Do you have more info on it? Like screen size and resolution?
>
> Cristiano Diniz da Silva
>
> ________________________________
> Web Development & Solutions
> http://mcloide.wordpress.com
> PHP Series - http://www.amazon.com/gp/product/0557374022/
> PHP Series (pdf) -
> http://www.lulu.com/product/file-download/php-series---the-encore-beginner-version/6499638
>
> p. + 1 954 840 4010
> c. + 1 561 809 1928
> Coral Springs, Fl
> PHP5 Zend Certified Engineer
> Before printing, just keep in mind your commitment with the environment!
>
>
>
>
>
> ________________________________
> From: igorlemasson le_masson@...
> To: wmlprogramming@yahoogroups.com
> Sent: Mon, August 9, 2010 11:11:23 AM
> Subject: [wmlprogramming] Re: New BlackBerry user agents
>
>
> Hi Rok
> Yeah, you're right! This is the newest Blackberry device running Blackberry 6
> OS: Blackberry Torch
>
> BR,
> Igor
>
> --- In wmlprogramming@ yahoogroups. com, "Rok" <san.liaonovak@ ...> wrote:
> >
> > Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/ 534.1+ (KHTML,
> >like Gecko) Version/6.0. 0.135 Mobile Safari/534.1+
> >
> > http://www.blackber ry.net/go/ mobile/profiles/ uaprof/9800_ edge/6.0. 0.rdf
> >
> > I didn't find it in wurfl_db.
> >
> > New root?
> >
> > BR, Rok.
> >
>


#32807 From: riad hasan <riad_edu_info@...>
Date: Tue Aug 10, 2010 1:39 pm
Subject: Re: Proper Handset Detection
riad_edu_info
Send Email Send Email
 
Is their no body can give me the solution?or any guideline to retrieve from the problem?

Jeferson Riad


From: riad_edu_info <riad_edu_info@...>
To: wmlprogramming@yahoogroups.com
Sent: Thu, August 5, 2010 4:19:28 PM
Subject: [wmlprogramming] Proper Handset Detection



Dear All,

 

First I would like to thanks all the developers of this project to develop such a wondering project for mobile device. I develop a wap portal for games. My problem is to detect  handset device perfectly. My games provider provide me the handset list like this:

 

Nokia6300, SGH-X200, MOT-C261, SIE-CX70, SAMSUNG-SGH-Z140

 

So, I have to detect the supported games for the particular wap user.

 

I can easily detect the handset for nokia devices using below command:

 

$brand_name = $wurflObj->getDeviceCapability("brand_name

");

$model_name = $wurflObj->getDeviceCapability("model_name

");

 

$handset=$brand_name. $model_name;

 

//Nokia6300,Nokia6600 etc.

 

But the problem is for siemence ,Motorola ,some Samsung sets,and lot of others.

Let say the user agent:

 

SIE-CX70/36 UP.Browser/7.0.2.2.156(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1

 

Provide me the model name: CX70 and Brand Name: Siemens
So if I concatenate then get the value: SiemensCX70.But the actual is: SIE-CX70. 

So, Information mis-match.

 

Now my question is how can I detection the perfect handset.

Please help me to retrieve the actual info.

 

If it's  new be question I m sorry for that

 

Thanks

Jaferson riad






#32808 From: Alejandro Guerrieri <alejandro.guerrieri@...>
Date: Tue Aug 10, 2010 2:23 pm
Subject: Re: Proper Handset Detection
alejandro_gu...
Send Email Send Email
 
What you call the "perfect handset" is just your game provider's naming convention.

You either need to:

a) Use a WURFL patch file to override the values one by one (tedious and error prone).
b) Do a translation table to convert from WURFL's brand and model to your provider's proprietary naming convention (I'd recommend this approach).
c) Rename your provider's device names to match WURFL's concatenated brand+model (assuming you hold that information locally and are willing to maintain it current across updates).

As I said, I'd recommend the #2 as the cleaner and more maintainable.

Regards,

Alex


On Tue, Aug 10, 2010 at 3:39 PM, riad hasan <riad_edu_info@...> wrote:
 

Is their no body can give me the solution?or any guideline to retrieve from the problem?

Jeferson Riad


From: riad_edu_info <riad_edu_info@...>
To: wmlprogramming@yahoogroups.com
Sent: Thu, August 5, 2010 4:19:28 PM
Subject: [wmlprogramming] Proper Handset Detection



Dear All,

 

First I would like to thanks all the developers of this project to develop such a wondering project for mobile device. I develop a wap portal for games. My problem is to detect  handset device perfectly. My games provider provide me the handset list like this:

 

Nokia6300, SGH-X200, MOT-C261, SIE-CX70, SAMSUNG-SGH-Z140

 

So, I have to detect the supported games for the particular wap user.

 

I can easily detect the handset for nokia devices using below command:

 

$brand_name = $wurflObj->getDeviceCapability("brand_name

");

$model_name = $wurflObj->getDeviceCapability("model_name

");

 

$handset=$brand_name. $model_name;

 

//Nokia6300,Nokia6600 etc.

 

But the problem is for siemence ,Motorola ,some Samsung sets,and lot of others.

Let say the user agent:

 

SIE-CX70/36 UP.Browser/7.0.2.2.156(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1

 

Provide me the model name: CX70 and Brand Name: Siemens
So if I concatenate then get the value: SiemensCX70.But the actual is: SIE-CX70. 

So, Information mis-match.

 

Now my question is how can I detection the perfect handset.

Please help me to retrieve the actual info.

 

If it's  new be question I m sorry for that

 

Thanks

Jaferson riad







#32809 From: Cristiano Diniz da Silva <cristiano@...>
Date: Tue Aug 10, 2010 5:16 pm
Subject: Re: Re: New BlackBerry user agents
cristianods
Send Email Send Email
 
Thanks man. Got the info.
 
Cristiano Diniz da Silva

Web Development & Solutions
http://mcloide.wordpress.com
PHP Series - http://www.amazon.com/gp/product/0557374022/
PHP Series (pdf) - http://www.lulu.com/product/file-download/php-series---the-encore-beginner-version/6499638
p. + 1 954 840 4010
c. + 1 561 809 1928

Coral Springs, Fl
PHP5 Zend Certified Engineer

Before printing, just keep in mind your commitment with the environment!



From: igorlemasson <le_masson@...>
To: wmlprogramming@yahoogroups.com
Sent: Mon, August 9, 2010 2:16:53 PM
Subject: [wmlprogramming] Re: New BlackBerry user agents

 

Hi Cristiano,

Yes, RIM already published them. You also can check the UAProf and the Torch specifications.

BR,
Igor


--- In wmlprogramming@ yahoogroups. com, Cristiano Diniz da Silva <cristiano@.. .> wrote:
>
> Do you have more info on it? Like screen size and resolution?
>
> Cristiano Diniz da Silva
>
> ____________ _________ _________ __
> Web Development & Solutions
> http://mcloide. wordpress. com
> PHP Series - http://www.amazon. com/gp/product/ 0557374022/
> PHP Series (pdf) -
> http://www.lulu. com/product/ file-download/ php-series- --the-encore- beginner- version/6499638
>
> p. + 1 954 840 4010
> c. + 1 561 809 1928
> Coral Springs, Fl
> PHP5 Zend Certified Engineer
> Before printing, just keep in mind your commitment with the environment!
>
>
>
>
>
> ____________ _________ _________ __
> From: igorlemasson le_masson@.. .
> To: wmlprogramming@ yahoogroups. com
> Sent: Mon, August 9, 2010 11:11:23 AM
> Subject: [wmlprogramming] Re: New BlackBerry user agents
>
>
> Hi Rok
> Yeah, you're right! This is the newest Blackberry device running Blackberry 6
> OS: Blackberry Torch
>
> BR,
> Igor
>
> --- In wmlprogramming@ yahoogroups. com, "Rok" <san.liaonovak@ ...> wrote:
> >
> > Mozilla/5.0 (BlackBerry; U; BlackBerry 9800; en) AppleWebKit/ 534.1+ (KHTML,
> >like Gecko) Version/6.0. 0.135 Mobile Safari/534.1+
> >
> > http://www.blackber ry.net/go/ mobile/profiles/ uaprof/9800_ edge/6.0. 0.rdf
> >
> > I didn't find it in wurfl_db.
> >
> > New root?
> >
> > BR, Rok.
> >
>



#32810 From: Luca Passani <luca.passani@...>
Date: Wed Aug 11, 2010 10:36 am
Subject: Re: Proper Handset Detection
luca_passani
Send Email Send Email
 
[just back from a few days off]

Jeferson, I support what Alejandro wrote 100%.

Just stressing a more general point. Every mobile project/application
tends to be one off. One of the largest challenges in managing WURFL is
making sure that it stays relevant for most people, by avoiding that
single contributors bend everyone's data in one specific directions.

In your case, you'll need to figure out a way to map *your* list of
devices to device profiles in *everyone's* WURFL

cheers

Luca



Alejandro Guerrieri wrote:
>
> What you call the "perfect handset" is just your game provider's
> naming convention.
>
> You either need to:
>
> a) Use a WURFL patch file to override the values one by one (tedious
> and error prone).
> b) Do a translation table to convert from WURFL's brand and model to
> your provider's proprietary naming convention (I'd recommend this
> approach).
> c) Rename your provider's device names to match WURFL's concatenated
> brand+model (assuming you hold that information locally and are
> willing to maintain it current across updates).
>
> As I said, I'd recommend the #2 as the cleaner and more maintainable.
>
> Regards,
>
> Alex
>
>
> On Tue, Aug 10, 2010 at 3:39 PM, riad hasan <riad_edu_info@...
> <mailto:riad_edu_info@...>> wrote:
>
>
>     Is their no body can give me the solution?or any guideline to
>     retrieve from the problem?
>
>     Jeferson Riad
>
>     ------------------------------------------------------------------------
>     *From:* riad_edu_info <riad_edu_info@...
>     <mailto:riad_edu_info@...>>
>     *To:* wmlprogramming@yahoogroups.com
>     <mailto:wmlprogramming@yahoogroups.com>
>     *Sent:* Thu, August 5, 2010 4:19:28 PM
>     *Subject:* [wmlprogramming] Proper Handset Detection
>
>
>
>     Dear All,
>
>
>
>     First I would like to thanks all the developers of this project to
>     develop such a wondering project for mobile device. I develop a
>     wap portal for games. My problem is to detect  handset device
>     perfectly. My games provider provide me the handset list like this:
>
>
>
>     Nokia6300, SGH-X200, MOT-C261, SIE-CX70, SAMSUNG-SGH-Z140
>
>
>
>     So, I have to detect the supported games for the particular wap user.
>
>
>
>     I can easily detect the handset for nokia devices using below command:
>
>
>
>     $brand_name = $wurflObj->getDeviceCapability("brand_name
>
>     ");
>
>     $model_name = $wurflObj->getDeviceCapability("model_name
>
>     ");
>
>
>
>     $handset=$brand_name. $model_name;
>
>
>
>     //Nokia6300,Nokia6600 etc.
>
>
>
>     But the problem is for siemence ,Motorola ,some Samsung sets,and
>     lot of others.
>
>     Let say the user agent:
>
>
>
>     SIE-CX70/36 UP.Browser/7.0.2.2.156(GUI) MMP/2.0 Profile/MIDP-2.0
>     Configuration/CLDC-1.1
>
>
>
>     Provide me the model name: CX70 and Brand Name: Siemens
>
>     So if I concatenate then get the value: SiemensCX70.But the actual is:
SIE-CX70.
>
>     So, Information mis-match.
>
>
>
>     Now my question is how can I detection the perfect handset.
>
>     Please help me to retrieve the actual info.
>
>
>
>     If it's  new be question I m sorry for that
>
>
>
>     Thanks
>
>     Jaferson riad
>
>
>
>
>
>
>

#32811 From: Dejan Kozina <dejan@...>
Date: Thu Aug 12, 2010 1:12 am
Subject: Article about Tera-Wurfl
dejankozina
Send Email Send Email
 
Found a post about Tera-Wurfl:
http://labs.thesedays.com/2010/07/29/an-easy-way-to-detect-mobile-devices/

djn



--
-----------------------------------------
Dejan Kozina Web design studio
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225 skype: dejankozina
http://www.kozina.com/  - e-mail: dejan@...

#32812 From: Tim Akinbo <takinbo@...>
Date: Fri Aug 13, 2010 7:59 am
Subject: Re: +Re:New pywurfl (v7.1.1) available
takinbo
Send Email Send Email
 
Good one Armand. Please do send the files you used as I have to make a
decision between using the remote webservice of terawurfl and pywurfl
for a django-based app and I want to have an idea of the performance
of each in terms of speed.

Thanks.

On 8/7/10, itukaj <itukaj@...> wrote:
>
>
> Hi Malcolm,
>
> What I did was scrape this page:
>
> http://www.tera-wurfl.com/tera_wurfl_test/tera_wurfl_test.php
>
> Then ran pywurfl with the two step algo against the user agents and checked
> to see what wurfl id I got back. 90% were exact matches, the rest were very
> close. Here's an example of what was close:
>
> user agent
> tera wurfl | pywurfl
>
> MOT-A-2B/00.03 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
> mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001
>
> MOT-A-2B/01.02 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
> mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001
>
> MOT-A-2B/01.06 UP.Browser/4.1.27a1 UP.Link/5.1.2.16
> mot_i830_ver1_sub0000 | mot_i830_ver1_sub0001
>
> MOT-V3/0E.41.C3R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0
> UP.Link/6.3.1.17.0
> mot_v3_ver1_sub0e4039r | mot_v3_ver1_sub0e403er
>
> MOT-V3/0E.41.C3R MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0
> UP.Link/6.3.1.17.06.3.1.17.0
> mot_v3_ver1_sub0e4039r | mot_v3_ver1_sub0e403er
>
> Nokia3110c/2.0 (07.21) Profile/MIDP-2.0 Configuration/CLDC-1.1
> nokia_3110c_ver1_sub0491 | nokia_3110c_ver1_sub0501
>
> Nokia6030/2.0 (5.11) Profile/MIDP-2.0 Configuration/CLDC-1.1
> Novarra-Vision/7.3
> nokia_6030_ver1_suby341 | nokia_6030_ver1_sub343
>
> Nokia6030/2.0 (5.40) Profile/MIDP-2.0 Configuration/CLDC-1.1
> nokia_6030_ver1_suby341 | nokia_6030_ver1_sub343
>
>
> I didn't check what version of the wurfl that tera-wurfl was using to
> generate that page.
>
>
> I just noticed that one in my logs does look erroneous:
>
> Motorola RAZR V3x
> mot_a1000_ver1_subua | generic
>
>
> So when I have time, I'll have to check that out. I'll send you the files
> that I used.
>
> --
>
> Armand
>
>
>


--
Tim Akinbo

#32813 From: Tim Akinbo <takinbo@...>
Date: Fri Aug 13, 2010 8:15 am
Subject: Detecting UC Browser
takinbo
Send Email Send Email
 
I recently got my hands on a Nokia 5130 XpressMusic that had UC
Browser installed on it. While checking the wurfl database and
t.wurfl.com, I noticed that UCWEB and UC Browser form part of the user
agent for this device (though they represent the same browser) and I
was curious to understand how detection is done for these browser
types.

An example of a user agent is:
Nokia5130c-2/2.0 (07.91) Profile/MIDP-2.1 Configuration CLDC-1.1
nokia5130c-2/UCWEB7.1.0.42/69/351 UNTRUSTED/1.0



--
Tim Akinbo

#32814 From: "gounthar_fr" <bruno.verachten@...>
Date: Fri Aug 13, 2010 1:32 pm
Subject: iPhone 4: is width wrong?
gounthar_fr
Send Email Send Email
 
Hi List,

I got a problem when identifying an iPhone 4.
So does Tera Wurfl: http://bit.ly/9VT1UH .
Why do I get 320 as the resolution_width? Isn't it 960?

Best regards,

Bruno Verachten

#32815 From: "Maximiliano R. Firtman" <firtman@...>
Date: Fri Aug 13, 2010 1:40 pm
Subject: Re: iPhone 4: is width wrong?
entupalma
Send Email Send Email
 
Hi Bruno,

Check this post about iPhone 4 detection

BR

Maximiliano Firtman
Developer | Trainer | Author | Consulting 
Mobile | Rich Internet Applications | Performance | Training

Twitter  LinkedIn  Nokia Champion  Personal Page  Adobe User Group Manager
Skype: maximiliano.firtman | Chat: firtman@... | Live MSN: firtman@...



On Fri, Aug 13, 2010 at 10:32, gounthar_fr <bruno.verachten@...> wrote:
 

Hi List,

I got a problem when identifying an iPhone 4.
So does Tera Wurfl: http://bit.ly/9VT1UH .
Why do I get 320 as the resolution_width? Isn't it 960?

Best regards,

Bruno Verachten



#32816 From: "gounthar_fr" <bruno.verachten@...>
Date: Fri Aug 13, 2010 2:11 pm
Subject: Re: iPhone 4: is width wrong?
gounthar_fr
Send Email Send Email
 
Hi Maximiliano,

> Check this post about iPhone 4 detection
> http://www.mobilexweb.com/blog/iphone4-ios4-detection-safari-
> viewport
Thanks a lot for this link.

Best regards,

Bruno Verachten

#32817 From: Luca Passani <luca.passani@...>
Date: Fri Aug 13, 2010 10:12 pm
Subject: Re: Detecting UC Browser
luca_passani
Send Email Send Email
 
That fact that it says UNTRUSTED makes me think that the bropwser is actually a
midlet.

Does anyone know more about what the browser is and whether it comes
pre-installed on devices (Nokia or otherwise)?

also, can you capture a full set of headers at http://db.wurflpro.com/h

thank you

Luca

On 13/08/2010 10.15, Tim Akinbo wrote:
>
> I recently got my hands on a Nokia 5130 XpressMusic that had UC
> Browser installed on it. While checking the wurfl database and
> t.wurfl.com, I noticed that UCWEB and UC Browser form part of the user
> agent for this device (though they represent the same browser) and I
> was curious to understand how detection is done for these browser
> types.
>
> An example of a user agent is:
> Nokia5130c-2/2.0 (07.91) Profile/MIDP-2.1 Configuration CLDC-1.1
> nokia5130c-2/UCWEB7.1.0.42/69/351 UNTRUSTED/1.0
>

#32818 From: Juan Nin <juanin@...>
Date: Sat Aug 14, 2010 1:03 am
Subject: Re: Proper Handset Detection
juan.nin_uy
Send Email Send Email
 
Yep, I agree too.

On my previous job we worked with several game providers, and each of
them handled different conventions for the handsets models, it was a
real pain.

Something more automatic could be handled, but mostly due to the fact
that even the same provider used different names for the same handset
on different games, we ended up creating a web interface where we
manually selected the devices which were compatible for each game,
associating them to the WURFL devices.

Regards,

Juan


On Wed, Aug 11, 2010 at 7:36 AM, Luca Passani <luca.passani@...> wrote:
>
> [just back from a few days off]
>
> Jeferson, I support what Alejandro wrote 100%.
>
> Just stressing a more general point. Every mobile project/application
> tends to be one off. One of the largest challenges in managing WURFL is
> making sure that it stays relevant for most people, by avoiding that
> single contributors bend everyone's data in one specific directions.
>
> In your case, you'll need to figure out a way to map *your* list of
> devices to device profiles in *everyone's* WURFL
>
> cheers
>
> Luca
>
>
>
> Alejandro Guerrieri wrote:
>>
>> What you call the "perfect handset" is just your game provider's
>> naming convention.
>>
>> You either need to:
>>
>> a) Use a WURFL patch file to override the values one by one (tedious
>> and error prone).
>> b) Do a translation table to convert from WURFL's brand and model to
>> your provider's proprietary naming convention (I'd recommend this
>> approach).
>> c) Rename your provider's device names to match WURFL's concatenated
>> brand+model (assuming you hold that information locally and are
>> willing to maintain it current across updates).
>>
>> As I said, I'd recommend the #2 as the cleaner and more maintainable.
>>
>> Regards,
>>
>> Alex
>>
>>
>> On Tue, Aug 10, 2010 at 3:39 PM, riad hasan <riad_edu_info@...
>> <mailto:riad_edu_info@...>> wrote:
>>
>>
>>     Is their no body can give me the solution?or any guideline to
>>     retrieve from the problem?
>>
>>     Jeferson Riad
>>
>>     ------------------------------------------------------------------------
>>     *From:* riad_edu_info <riad_edu_info@...
>>     <mailto:riad_edu_info@...>>
>>     *To:* wmlprogramming@yahoogroups.com
>>     <mailto:wmlprogramming@yahoogroups.com>
>>     *Sent:* Thu, August 5, 2010 4:19:28 PM
>>     *Subject:* [wmlprogramming] Proper Handset Detection
>>
>>
>>
>>     Dear All,
>>
>>
>>
>>     First I would like to thanks all the developers of this project to
>>     develop such a wondering project for mobile device. I develop a
>>     wap portal for games. My problem is to detect  handset device
>>     perfectly. My games provider provide me the handset list like this:
>>
>>
>>
>>     Nokia6300, SGH-X200, MOT-C261, SIE-CX70, SAMSUNG-SGH-Z140
>>
>>
>>
>>     So, I have to detect the supported games for the particular wap user.
>>
>>
>>
>>     I can easily detect the handset for nokia devices using below command:
>>
>>
>>
>>     $brand_name = $wurflObj->getDeviceCapability("brand_name
>>
>>     ");
>>
>>     $model_name = $wurflObj->getDeviceCapability("model_name
>>
>>     ");
>>
>>
>>
>>     $handset=$brand_name. $model_name;
>>
>>
>>
>>     //Nokia6300,Nokia6600 etc.
>>
>>
>>
>>     But the problem is for siemence ,Motorola ,some Samsung sets,and
>>     lot of others.
>>
>>     Let say the user agent:
>>
>>
>>
>>     SIE-CX70/36 UP.Browser/7.0.2.2.156(GUI) MMP/2.0 Profile/MIDP-2.0
>>     Configuration/CLDC-1.1
>>
>>
>>
>>     Provide me the model name: CX70 and Brand Name: Siemens
>>
>>     So if I concatenate then get the value: SiemensCX70.But the actual is:
SIE-CX70.
>>
>>     So, Information mis-match.
>>
>>
>>
>>     Now my question is how can I detection the perfect handset.
>>
>>     Please help me to retrieve the actual info.
>>
>>
>>
>>     If it's  new be question I m sorry for that
>>
>>
>>
>>     Thanks
>>
>>     Jaferson riad
>>
>>
>>
>>
>>
>>
>>
>
>
>
> ------------------------------------
>
> As of July 14 2005, it's much easier to be banned from WMLProgramming!
> Please fail to read http://tech.groups.yahoo.com/group/wmlprogramming/ before
you post.Yahoo! Groups Links
>
>
>
>



--
Juan Nin
3Cinteractive / Mobilizing Great Brands
http://www.3cinteractive.com

#32819 From: "Maximiliano R. Firtman" <firtman@...>
Date: Sat Aug 14, 2010 1:48 am
Subject: Re: Detecting UC Browser
entupalma
Send Email Send Email
 
Luca,

Extracted from my book "Programming the Mobile Web",

UC Browser

The UC Browser (formerly known as UCWEB) is the #1 browser in the Chinese market and is now available in English for other markets. It is a proxy-based browser supporting full HTML and JavaScript, multiple windows, and many advanced features. Free downloads are available for Java ME, Windows Mobile, Symbian, and even iPhone devices (only those with jailbreak). Android and BlackBerry versions have been announced too.

You can download the browser from http://www.uc.cn/English



Lic. Maximiliano Firtman
Developer | Trainer | Author | Consulting 
Mobile | Rich Internet Applications | Performance | Training

Twitter  LinkedIn  Nokia Champion  Personal Page  Adobe User Group Manager
Skype: maximiliano.firtman | Chat: firtman@... | Live MSN: firtman@...



On Fri, Aug 13, 2010 at 19:12, Luca Passani <luca.passani@...> wrote:
 


That fact that it says UNTRUSTED makes me think that the bropwser is actually a
midlet.

Does anyone know more about what the browser is and whether it comes
pre-installed on devices (Nokia or otherwise)?

also, can you capture a full set of headers at http://db.wurflpro.com/h

thank you

Luca



On 13/08/2010 10.15, Tim Akinbo wrote:
>
> I recently got my hands on a Nokia 5130 XpressMusic that had UC
> Browser installed on it. While checking the wurfl database and
> t.wurfl.com, I noticed that UCWEB and UC Browser form part of the user
> agent for this device (though they represent the same browser) and I
> was curious to understand how detection is done for these browser
> types.
>
> An example of a user agent is:
> Nokia5130c-2/2.0 (07.91) Profile/MIDP-2.1 Configuration CLDC-1.1
> nokia5130c-2/UCWEB7.1.0.42/69/351 UNTRUSTED/1.0
>



#32820 From: Dejan Kozina <dejan@...>
Date: Sat Aug 14, 2010 6:07 am
Subject: jQuery goes mobile
dejankozina
Send Email Send Email
 
This one is fresh out of the presses:
http://jquerymobile.com/2010/08/announcing-the-jquery-mobile-project/

djn


--
-----------------------------------------
Dejan Kozina Web design studio
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225 skype: dejankozina
http://www.kozina.com/  - e-mail: dejan@...

#32821 From: Luca Passani <luca.passani@...>
Date: Sat Aug 14, 2010 9:48 am
Subject: Re: Detecting UC Browser
luca_passani
Send Email Send Email
 

Thanks for this Max.

Luca

On Sat, Aug 14, 2010 at 3:48 AM, Maximiliano R. Firtman <firtman@...> wrote:


Luca,

Extracted from my book "Programming the Mobile Web",

UC Browser

The UC Browser (formerly known as UCWEB) is the #1 browser in the Chinese market and is now available in English for other markets. It is a proxy-based browser supporting full HTML and JavaScript, multiple windows, and many advanced features. Free downloads are available for Java ME, Windows Mobile, Symbian, and even iPhone devices (only those with jailbreak). Android and BlackBerry versions have been announced too.

You can download the browser from http://www.uc.cn/English



Lic. Maximiliano Firtman
Developer | Trainer | Author | Consulting 
Mobile | Rich Internet Applications | Performance | Training

Twitter  LinkedIn  Nokia Champion  Personal Page  Adobe User Group Manager
Skype: maximiliano.firtman | Chat: firtman@... | Live MSN: firtman@...



On Fri, Aug 13, 2010 at 19:12, Luca Passani <luca.passani@...> wrote:
 


That fact that it says UNTRUSTED makes me think that the bropwser is actually a
midlet.

Does anyone know more about what the browser is and whether it comes
pre-installed on devices (Nokia or otherwise)?

also, can you capture a full set of headers at http://db.wurflpro.com/h

thank you

Luca



On 13/08/2010 10.15, Tim Akinbo wrote:
>
> I recently got my hands on a Nokia 5130 XpressMusic that had UC
> Browser installed on it. While checking the wurfl database and
> t.wurfl.com, I noticed that UCWEB and UC Browser form part of the user
> agent for this device (though they represent the same browser) and I
> was curious to understand how detection is done for these browser
> types.
>
> An example of a user agent is:
> Nokia5130c-2/2.0 (07.91) Profile/MIDP-2.1 Configuration CLDC-1.1
> nokia5130c-2/UCWEB7.1.0.42/69/351 UNTRUSTED/1.0
>






#32822 From: Luca Passani <luca.passani@...>
Date: Sat Aug 14, 2010 9:59 am
Subject: Re: jQuery goes mobile
luca_passani
Send Email Send Email
 
Interesting stuff. My impression is that this (and similar jQuery-based
libraries) are suited for Applications, more than mobile websites.

If these libraries are successful, we may support them in WURFL with
capabilities which indicate which version of the library should be used on which
device.

Luca



On 14/08/2010 8.07, Dejan Kozina wrote:
>
> This one is fresh out of the presses:
> http://jquerymobile.com/2010/08/announcing-the-jquery-mobile-project/
>
> djn
>
> --
> -----------------------------------------
> Dejan Kozina Web design studio
> Dolina 346 (TS) - I-34018 Italy
> tel./fax: +39 040 228 436 - cell.: +39 348 7355 225 skype: dejankozina
> http://www.kozina.com/ - e-mail: dejan@... <mailto:dejan%40kozina.com>
>
>

#32823 From: Luca Passani <luca.passani@...>
Date: Sat Aug 14, 2010 11:09 am
Subject: WURFL.xml: Implementing extra conventions on ID and UA strings of containing devices
luca_passani
Send Email Send Email
 
People, we need to move the WURFL schema to something a bit more "structured".
In the future, we will be able to build more powerful tools because of this.

The <device> object is currently "overloaded" in WURFL, since it represents both
devices (for ex: nokia_n97_ver1) and families of devices (for ex:
nokia_generic_series60).

The convention which we are going to enforce applies to <device> elements when
it represents families.

- the UA string will have form DO_NOT_MATCH_* (for ex:
DO_NOT_MATCH_NOKIA_SERIES60_DP_3_0)

- the ID will contain the substring "generic" (for ex: ms_mobile_browser_ver1 =>
generic_ms_mobile_browser_ver1)

This convention has already been used for some time. What we will do is to
change the family IDs that do not comply and make them consistent with this
rule.

This change is not supposed to impact WURFL users who will upgrade to the newer
WURFL, but it may impact your patches, so be aware of this next time you
upgrade.

Steve, if you wish, we can sync off-line about IDs hard-wired in our APIs.

Thank you

Luca

Messages 32794 - 32823 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help