[XML] Android Device ID Project, help us identify devices!

Search This thread

jcase

Retired Forum Mod / Senior Recognized Developer
Feb 20, 2010
6,308
15,761
Raleigh NC
https://github.com/CunningLogic/Android-Device-ID-Project

Ever work on a project that needed to identify devices, tired of manually building lists or scraping inaccurate data? Then contribute here.

I have created a new project on GitHub to help identify Android devices. Initially I started making these to help record automatically identified security issues, but after an hour I realized it was going to be way too much to do alone. I also believe it would be helpful to anyone wishing to easily ID devices.

The files are XMLs, and are pretty short and simple.

<device>
<displayname>One X</displayname>
<ro.product.model>EndeavorU</ro.product.model>
<ro.product.device>endeavoru</ro.product.device>
<ro.product.board></ro.product.board>
<description></description>
</device>