Search found 393 matches

by kamermans
Thu Sep 01, 2011 2:21 pm
Forum: PHP API
Topic: streaming_prefered_http_protocol capability doesn't exist
Replies: 3
Views: 8967

Re: streaming_prefered_http_protocol capability doesn't exis

This capability was just recently introduced and should be included in the next release. We'll reply with more details once we have them.
by kamermans
Thu Sep 01, 2011 12:48 pm
Forum: Device Detection Issues
Topic: Problem identifying Samsung Europa
Replies: 3
Views: 7736

Re: Problem identifying Samsung Europa

We've added this device and a handful of other variants.
by kamermans
Wed Aug 31, 2011 10:24 am
Forum: Device Information
Topic: Redirection Issue
Replies: 1
Views: 6248

Re: Redirection Issue

This is detected as a web browser on the DB API (http://bit.ly/nqkym7) which API are you using?
by kamermans
Tue Aug 30, 2011 3:47 pm
Forum: Device Information
Topic: Blackberry - patch.xml
Replies: 4
Views: 9198

Re: Blackberry - patch.xml

This user agent is also being matched properly: http://bit.ly/r3KSFr

There must be something going on under the hood that is causing these detection problems.
by kamermans
Tue Aug 23, 2011 11:41 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Documentation for Cloud Service
Replies: 5
Views: 10795

Re: Documentation for Cloud Service

No problem! Please do let us know what you think of it. We are working on the Getting Started and class documentation, but in the meantime you are free to ask your questions here.
by kamermans
Tue Aug 23, 2011 11:33 am
Forum: Device Information
Topic: Blackberry - patch.xml
Replies: 4
Views: 9198

Re: Blackberry - patch.xml

Are you able to figure out which API they have embedded in the product? As you can see from the Official DB API, both of these user agents are matching properly:

http://bit.ly/nOdsW4
http://bit.ly/pIumMq

As for your patch file, the format looks correct, yes.
by kamermans
Tue Aug 23, 2011 9:03 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Documentation for Cloud Service
Replies: 5
Views: 10795

Re: Documentation for Cloud Service

The example code for the WURFL Cloud Service is included in the WURFL Cloud Client packages. To get access to these, you need to visit www.scientiamobile.com/cloud and create a WURFL Cloud API Key, which will also grant you a beta license for the WURFL Cloud. Once you have a key you can go to your "...
by kamermans
Mon Aug 22, 2011 2:45 pm
Forum: Device Information
Topic: Samsung
Replies: 1
Views: 5657

Re: Samsung

This device has been added.
by kamermans
Mon Aug 22, 2011 2:44 pm
Forum: Device Information
Topic: TouchPad
Replies: 3
Views: 7530

Re: TouchPad

This device has been added.
by kamermans
Mon Aug 22, 2011 2:44 pm
Forum: Device Information
Topic: Blackberry 9800 - French
Replies: 5
Views: 9973

Re: Blackberry 9800 - French

This device has been added.
by kamermans
Mon Aug 22, 2011 2:43 pm
Forum: Device Information
Topic: iPad 2
Replies: 1
Views: 5863

Re: iPad 2

This does not appear to be a valid user agent. The "I" in iPad is capitalized, which is not consistent with traffic from these devices.
by kamermans
Mon Aug 22, 2011 2:42 pm
Forum: Device Information
Topic: SAMSUNG-GT-S8530
Replies: 1
Views: 6476

Re: SAMSUNG-GT-S8530

This device has been added.
by kamermans
Mon Aug 22, 2011 1:38 pm
Forum: PHP API
Topic: Couldnt fetch mysqli
Replies: 5
Views: 13393

Re: Couldnt fetch mysqli

Usually, when moving the DB API (Tera-WURFL) from one host to another, it is best to completely delete the database tables, this causes the API to recreated them and the stored procedures using new MySQL user's credentials. This is important because only the user that defined the procedures can modi...
by kamermans
Sat Aug 20, 2011 11:58 pm
Forum: PHP API
Topic: Couldnt fetch mysqli
Replies: 5
Views: 13393

Re: Couldnt fetch mysqli

Can you go to the admin/install.php page in your browser and see if there are any errors? Also, what do you see when you try to updated the database?
by kamermans
Wed Aug 17, 2011 12:28 pm
Forum: Device Information
Topic: Bada Samsung
Replies: 5
Views: 10199

Re: Bada Samsung

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
by kamermans
Wed Aug 17, 2011 12:16 pm
Forum: Device Detection Issues
Topic: IE user-agent with "toolbar" attribute detected as mobile
Replies: 1
Views: 6025

Re: IE user-agent with "toolbar" attribute detected as mobil

This is not the expected behavior. I am looking into it.
by kamermans
Wed Aug 17, 2011 12:13 pm
Forum: Device Detection Issues
Topic: IE user-agent with "AOL" attribute wrong detected
Replies: 1
Views: 6479

Re: IE user-agent with "AOL" attribute wrong detected

Please note that our priority is accurate detection of mobile devices. More accurate detection of desktop browsers is on our roadmap, but at this point we are not focusing much attention on them.
by kamermans
Wed Aug 17, 2011 12:08 pm
Forum: General API Questions
Topic: WURFL Load on Shared Web Host
Replies: 2
Views: 24472

Re: WURFL Load on Shared Web Host

If you clear the cached devices before updating the WURFL data, even fairly slow servers will take much less than 30 seconds to reload. Our production servers usually take about 7 seconds to load the WURFL with no cached devices. Your best bet is to clear the device cache before updating the WURFL.
by kamermans
Fri Aug 12, 2011 9:27 pm
Forum: PHP API
Topic: PHP4-compatable version of Tera-WURFL Remote Client?
Replies: 3
Views: 16276

Re: PHP4-compatable version of Tera-WURFL Remote Client?

No, unfortunately we are not planning to support PHP4.
by kamermans
Mon Aug 08, 2011 9:40 am
Forum: PHP API
Topic: PHP4-compatable version of Tera-WURFL Remote Client?
Replies: 3
Views: 16276

Re: PHP4-compatable version of Tera-WURFL Remote Client?

We don't support installations on PHP4, but I don't see any reason why it wouldn't work to put the RemoteClient on PHP4 if you remove every instance of "public", "private" and "protected".