Hello, I’m a long time Corona user trying to access the Android device serial number (the one that appears when a plugged-in device is queried with any of the following adb commands):
adb devices
adb shell getprop ro.boot.serialno
adb shell getprop ro.serialno
The response that I get from system.getInfo(“deviceID”) is a number that I believe is set when the OS is installed. This is not the number that I want. I’m looking for the serial number.
Any help would be much appreciated.
Thanks.