How do I get the android phone model number from a Windows PC connected via USB, provided all the USB device drivers are installed properly? Is there anyway to get it via Android SDK?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
I don't know how to get it by the adb command. But you can get it programmably with the SDK. There is a class Build which have many information of the current running phone, such as you wanted model number can be got by the Build.MODEL. |
|||
|