Posted by jfeyers 9 weeks 1 day ago

Hello,
First I would like to mention that the search function on this forum doesn't seem to work for me. I tried it on both IE and FF. It gets stuck doing the post.
I was wondering if there are any TV devices in the JSON file? I didn't see any on the website's listing of devices, but I only glanced over the icons and saw pictures of phones and tablets, no TV devices. Basically, I'm looking to know whether the browser is being run from a TV and if so, what's the screen width. Is this possible with DA?
Thanks.
Posted by nbawebdev 14 weeks 5 days ago

I want to try out Device Atlas but am having issues and I can't find any documentation or support. I downloaded the PHP zip and uploaded to my server. There is no documentation in the zip (even though the download page says there is).
Is there any documentation? What version of PHP do you need? I tried to search this forum - but it just times out.. frustrating.
I get these errors:
Notice: unserialize() [function.unserialize]: Argument is not a string in /deviceatlas/DeviceAtlasCloud/Client.php on line 265
Posted by Kousalyaac 31 weeks 4 days ago

Hi,
I am using device atlas in my project. I need to place a backgroung image and that image should fit to different resolutions. can anyone help me on this?
Posted by bizmate 33 weeks 5 days ago

Hi
I have read some posts but they are fairly dated to years ago. I have also sent some emails directly to mtld.mobi but received no reply so far.
WURFL can be used in seconds to extract information such as devices with cookies capabilities, or any other combination of properties as it is all XML.
Do you still provide the DeviceAtlas XML only on POA basis?
In my specific case i am an individual developer interested in a basic membership but I would rather stick to WURFL if I cannot then extract stats about my device base.
Posted by tormaroe 39 weeks 2 days ago

We've just started using DeviceAtlas for adapting web pages, and are testing our results on various mobile phones. On HTC Desire we have gotten some strange results. By using the following user agent
"Mozilla/5.0 (Linux; U; Android 2.2; nb-no; Desire_A8181 Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
We get the proper displayWidth: 480
Posted by a.whitehead 40 weeks 1 day ago

I have been running the evaluation version of Device Atlas since February 2011, which came with the JSON file Sep 24, 2010 9:21:47 AM, Utc:1285320107 (1.90Mb). This worked (and still does work) fine.
I purchased a 1 year subscription to the basic addition and downloaded the JSON Apr 29, 2011 4:18:52 PM,Utc:1304090332 then uploaded it to my server. As soon as I did this, and tried to access the web site I was given an HTTP 500 error. On further investigation I found that it was specifically the php code line
$tree = Mobi_Mtld_DA_Api::getTreeFromFile('deviceatlas/DeviceAtlas.json');
Posted by accuweather 44 weeks 13 hours ago

How can I retrieve the date the file was generated (e.g. "Gen":"Mar 1, 2011 9:55:48 AM") using the API?
I see there is a GetApiRevision method that returns the API version but what I want to query (at runtime) is the date the file was generated.
Posted by Ezq 44 weeks 6 days ago

Hi to all,
When i get the properties array from my app using the method Mobi_Mtld_DA_Api::getProperties, this comes without model property, and, in device atlas useragent page the model appears, what is happening?
For example for UA:
LG-A133/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 in datlas page is A133.
But in my app this property don´t appears..
Thanks!
Posted by nbaum5 45 weeks 5 days ago

Is there a reason the following user agent returns so few properties? Doesn't contain property information that indicates that the phone is operating Android.
User Agent:
Mozilla/5.0 (Linux; U; Android 2.3.3; en-us; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Properties:
{"isEReader"=>0, "isGamesConsole"=>0, "isTablet"=>0, "isMobilePhone"=>1, "osSymbian"=>0, "_matched"=>"Mozilla/5.0 (Linux; U; Android 2.3.", "_unmatched"=>"3; en-us; Nexus One Build/GRI40) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"}
Posted by jim@consilium-asia 46 weeks 1 day ago

Hi Everyone,
When I tried to load the json file in java by using the code below:
HashMap tree = Api.getTreeFromFile("C:\\DeviceAtlas.json");
I come up with an error
mobi.mtld.da.exception.JsonException: Expected a ',' or ']'
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:74)
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:163)
at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:71)


