tslocum / aafm

!!! Use https://gitlab.com/tslocum/adbfm instead !!! Android ADB file manager
Other
27 stars 4 forks source link

Find out Android device name #23

Closed tslocum closed 10 years ago

tslocum commented 10 years ago

Issue by sole Wednesday Mar 14, 2012 at 22:20 GMT Originally opened as https://github.com/sole/aafm/issues/23


A 'human' name

tslocum commented 10 years ago

Comment by sole Tuesday Sep 25, 2012 at 20:40 GMT


Tricks from normanr:

adb shell getprop ro.product.model
GT-P7510

And adb shell getprop returns a lot of data too

Maybe a combination of ro.product.manufacturer and ro.product.model could look nice.