Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where do I get a list of Build.MODEL names for all Android devices? [closed]

hi i am looking for a list of constants android build.model someone could say as getting some list? my main problem is with the flash on samsung galaxy ace I can not do it if I havent the build.model.

like image 405
cayrodev Avatar asked Sep 03 '13 08:09

cayrodev


2 Answers

Google Play have one of the most complete lists available as a PDF at:

https://support.google.com/googleplay/answer/1727131?hl=en-GB

and in CSV at:

https://support.google.com/googleplay/android-developer/answer/6154891?hl=en

For the record Meetup also have a list available at:

https://github.com/meetup/android-device-names

like image 104
appmattus Avatar answered Oct 03 '22 19:10

appmattus


Just Google for the model-names that you need.

For the Samsung Galaxy Ace, its "S5830".

Furthermore, there is a github project focusing on this topic.

https://github.com/mataanin/android-devices

like image 41
Philipp Jahoda Avatar answered Oct 03 '22 19:10

Philipp Jahoda