Search found 13 matches

by it@amobee.com
Tue Nov 25, 2014 7:04 am
Forum: Device Detection Issues
Topic: internet explorer (?) undetected ua
Replies: 2
Views: 5385

Re: internet explorer (?) undetected ua

Hi,

I thought that since the ua is not recognized on wurfl site (the "Query WURFL" button) the problem was in wurfl engine, but updating to the latest wurfl snapshot solved the problem.

Sorry and thanks,
Amit Prinz
by it@amobee.com
Mon Nov 24, 2014 2:15 am
Forum: Device Detection Issues
Topic: internet explorer (?) undetected ua
Replies: 2
Views: 5385

internet explorer (?) undetected ua

Hi,

I've been getting http requests with this ua:
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Wurfl recognize it as a generic web browser. Is it possible to get a more specific detection?

Let me know if more details are needed.

thanks,
Amit Prinz
by it@amobee.com
Thu Jan 16, 2014 7:18 am
Forum: Device Information
Topic: Can you replace currently detected devices
Replies: 1
Views: 4674

Can you replace currently detected devices

Mozilla/5.0 (Linux; U; 2.2; zh-cn; sdk Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 http://bit.ly/1b5AYCG is un-identified, but should be nexus-1 device And currently translates to 'Android SDK': Mozilla/5.0 (Linux; U; Android 3.2; en-us; sdk Build/HTJ85B) Apple...
by it@amobee.com
Sun Nov 10, 2013 2:58 am
Forum: Device Detection Issues
Topic: unrecognized devices
Replies: 4
Views: 10648

Re: unrecognized devices

All of these uas came from a single carrier. As far as I know, it is possible that the carrier alters its devices uas.
by it@amobee.com
Mon Nov 04, 2013 12:57 am
Forum: Device Detection Issues
Topic: unrecognized devices
Replies: 4
Views: 10648

unrecognized devices

Hi, I have this bunch of user agents we can't recognize. I've sampled some on the wurfl site in order to verify they are not recognized there either. Could you please check them out and see if they can be added to the wurfl snapshot xml? thanks, Huawei H210c Wsh210c[TF2684354627109487130049996178638...
by it@amobee.com
Wed Oct 23, 2013 8:37 am
Forum: Java API
Topic: java api 1.5 exception
Replies: 6
Views: 42072

Re: java api 1.5 exception

I've tried calling getDeviceForRequest("") after I create the engine object, but I still get the same exception, this time from the getDeviceForRequest method. I've managed to get this information from the stack trace when the exception is thrown: The FilteredDevices instance toString() is UcwebU3Ma...
by it@amobee.com
Sun Oct 20, 2013 12:50 am
Forum: Java API
Topic: java api 1.5 exception
Replies: 6
Views: 42072

Re: java api 1.5 exception

Hi all, The offending ua is Mozilla/5.0 (Java; U; xx-xx; samsung-gt-s8530) UCBrowser8.3.0.154/70/352/UCWEB Mobile I'm using the wurfl xml from 22/09/13, to which I've added the above device. The exception is thrown when I invoke GeneralWURFLEngine.getWURFLUtils() on a newly created GeneralWURFLEngin...
by it@amobee.com
Thu Oct 17, 2013 3:52 am
Forum: Java API
Topic: java api 1.5 exception
Replies: 6
Views: 42072

java api 1.5 exception

Hi all, I've tried to upgrade from 1.4.3 into 1.5 java api. I've encountered this exception: java.lang.IllegalArgumentException: user-agent cannot be null at org.apache.commons.lang.Validate.notNull(Validate.java:192) at net.sourceforge.wurfl.core.matchers.FilteredDevices.putDevice(FilteredDevices.j...
by it@amobee.com
Tue Sep 03, 2013 10:13 am
Forum: Device Detection Issues
Topic: ios version issue
Replies: 2
Views: 6727

Re: ios version issue

update - I forgot these iPad user agents. They are recognized as having ios 3.2 Mozilla/5.0 (iPad; CPU iPad OS 6_0 like Mac OS X) AppleWebKit/420+ (KHTML, like Gecko) Version/6.0 Mobile/10A523 Safari/419.3 Mozilla/5.0 (iPad; CPU iPad OS 6_1 like Mac OS X) AppleWebKit/420+ (KHTML, like Gecko) Version...
by it@amobee.com
Tue Sep 03, 2013 10:09 am
Forum: Device Detection Issues
Topic: ios version issue
Replies: 2
Views: 6727

ios version issue

Hi, I need to count how many requests I get from devices with ios 6. I wanted to use the "device_os_version" capability, but apparently some user agents were recognized as devices with different ios version than specified in the user agent. For example: user agent Mozilla/5.0 (iPod touch; CPU iPod O...
by it@amobee.com
Tue Sep 03, 2013 8:18 am
Forum: Device Detection Issues
Topic: samsung detection with java api
Replies: 5
Views: 10230

Re: samsung detection with java api

Sent. Thank you.

Amit Prinz
Amobee, SW engineer.
by it@amobee.com
Tue Sep 03, 2013 1:55 am
Forum: Device Detection Issues
Topic: samsung detection with java api
Replies: 5
Views: 10230

Re: samsung detection with java api

Thank you for your prompt reply. Actually, we have a rather long list of devices we fail to recognize. Since there was a discrepancy between our recognition and wurfl.sourceforge.net, I thought I might be doing something wrong, but I see now it's not the case. I would like to give this list of unrec...
by it@amobee.com
Thu Aug 29, 2013 6:44 am
Forum: Device Detection Issues
Topic: samsung detection with java api
Replies: 5
Views: 10230

samsung detection with java api

Hi I'm using the commercial wurfl xml from 25/08/13 and the java api version 1.4.4.3. My wurfl engine is set with the accuracy engine target. I'm trying to identify this user agent- SAMSUNG-GT-S3802/1.0 NetFront/4.2 Profile/MIDP-2.0 Configuration/CLDC-1.1 The identified device is "generic_mobile". H...