Created
April 30, 2018 10:15
-
-
Save MrThiago/472696ae3f59aae34843d13d9f7e271c to your computer and use it in GitHub Desktop.
How to get Android device Serial Number Via ADB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell getprop | grep ro.boot.serialno |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adb shell getprop ro.boot.serialno
does the trick without post-processing the output.