Search found 4 matches

by shgeorge
Wed Jul 03, 2013 6:55 pm
Forum: Java API
Topic: Determine smart phone
Replies: 2
Views: 33527

Determine smart phone

How can I determine if a device is a Smart phone or not using the Java API? I cannot query the capability "is_smartphone" as it seems to be un-supported. What are the capabilities that I should query to decide if the given device is a smart phone. I see that this functionality is supported in WURFL ...
by shgeorge
Mon Oct 29, 2012 12:01 pm
Forum: Device Information
Topic: User Agent information
Replies: 5
Views: 12783

Re: User Agent information

Hi I have the same issue. I tried Chrome, IE and FF. Eg: For FF, UA paased is Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0. UA returned by the API is DO_NOT_MATCH_GENERIC_WEB_BROWSER and I am not getting any info about OS. I am using device.getCapability("device_os") and ...
by shgeorge
Sat Oct 27, 2012 2:48 am
Forum: Miscellaneous
Topic: Question on patches
Replies: 3
Views: 36752

Re: Question on patches

Thanks for the support link. Is there any Java API support to read the data from database instead of xml? I could find only PHP support.
by shgeorge
Fri Oct 26, 2012 12:14 pm
Forum: Miscellaneous
Topic: Question on patches
Replies: 3
Views: 36752

Question on patches

How frequently are the patches published? What is the process to pick the new files.
We plan to use the Java API. Does it support if the data is loaded into DB?