Is it possible to get android device info (e.g. firmware version) from windows, when device is connected with PC by USB cable?
As I understand AT commands are not available. I was trying to use “adb”, but I cannot see any usefull options. Maybe there is some text file with device info on the filesystem of the phone, so I could use “adb shell” to read this file?
Regards!
Is it possible to get android device info (e.g. firmware version) from windows, when
Share
Use for example
to obtain something like
If you have more than one device or emulator, use
to identify them and then use
-s serialnoin adb command line