Posted by vinayak_suryawanshi 4 years 4 weeks ago
Hi guys,
I am new to deviceatlas , i wanted to know is there any API or programmatic way that will give me list of all devices from DeviceAtlas.json file, as we are getting this information from WURFL.xml using WURFUL API.
eg: ListManager listManager=ObjectsManager.getListManagerInstance();
List deviceIds=listManager.getDeviceIdSetSorted();
and i can use this id from deviceIds to get capabilities of all the devices.
How to get same information from json file ?.
Your help is greatly appreciated.
Regards
Vinayak
Software Engineer
www.persistentsys.com




Posted by atrasatti 4 years ago
Mobile Genius
Vinayak,
you can't do this at this time. If you cycled all the device ID's and requested for all the properties you would be, in fact, dumping the database.
Is this your objective? Why? What do you need to do?
Posted by James Pearce 4 years ago
In fact there's another subtlety here which is that in the JSON we map direct from header fragment to properties - there's no strongly-typed 'device' entity present.
(If you only asked for the device manufacturer, the recognition algorithm would stop as soon as it spotted "Nok" at the start of the user-agent, without needing to identify which Nokia it actually was).
Of course, on the DeviceAtlas web site there are strongly-typed device entities, but we'd be concerned if you just wanted to cycle through them all :-) If we knew what you had in mind we might be able to help you in other ways.
Posted by vinayak_suryawanshi 4 years ago
hi James,
i wish to bring to your notice that ours is product development company (www.persistentsys.com ) and we are developing a product for mobile devices. In this project we are interested in certain features/capabilities of the mobile devices, so that we can port our product on device if certain features are available on device.
Regards
Vinayak
Posted by atrasatti 4 years ago
Mobile Genius
Thank you for the feedback Vinayak, are you thinking of Java applications or native applications?
Would you like to give us an idea of the information you would be looking for? Which properties?
Posted by chaharv 2 years ago
Hi,
I posted this in another forum too on device atlas but did not get any response so
I am pasting it here too.
We have license for monthly updates from device atlas.
There are many properties for handsets which are still missing , few of them are:
1.Whether the handset has camera and its capabilities?
2.Whether the handset has video download option or not?
3.Does the handset has push email capability or not?
When do you plan to provide information for all these attributes?
Vikrant Chahar
www.mkhoj.com
Posted by youness 2 years ago
Yah i would like also to have a MS access database or excel file containing for example
TAC ,Model name , Manufacturer , has camera or not, GPRS , EDGE ,....
64374736 ,n97 , nokia , 2 , yes , yes
how i can get souch database?
Thanks