Page 1 of 1

Bada Samsung

Posted: Mon Aug 01, 2011 9:49 am
by gounthar
Hi,

I have problems with several Samsung running BADA. I know, the user agents show some irrelevant info, but what can I do?
For example, this one

Code: Select all

Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5253/S5253JPJI4; U; Bada/1.0; fr-fr) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B
gives me generic_web_browser.
Can you help?

Thanks.

Re: Bada Samsung

Posted: Mon Aug 01, 2011 10:01 am
by luca.passani
it would help if you posted the API version you are suing. XML version may also help

Luca

Re: Bada Samsung

Posted: Mon Aug 01, 2011 10:06 am
by gounthar
Sorry. I tried with the Java API, 1.2.x and 1.3.1. :oops:
The XML file is wurfl.xml:db.scientiamobile.com - 2011-07-13 10:24:37; devices: 14862 root devices: 6990; families: 100.

Re: Bada Samsung

Posted: Fri Aug 12, 2011 4:27 am
by gounthar
I tried to add simplified Bada UA in my wurfl patch, but it didn't work as expected.

Code: Select all

Bada/1.0
How does wurfl java api manages chrome/2 and not Bada/1.0?

Thanks.

Re: Bada Samsung

Posted: Wed Aug 17, 2011 12:28 pm
by kamermans
In order to match the user agent you posted, you would need to either add it to your patch file as is, or in a simplified form like this:

Code: Select all

Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5253/S5253JPJI4; U; Bada/1.0

Re: Bada Samsung

Posted: Wed Aug 17, 2011 2:24 pm
by gounthar
I'll give it a try, thanks for the tip.