Skip to content

Instantly share code, notes, and snippets.

@MrThiago
Created April 30, 2018 10:15
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MrThiago/472696ae3f59aae34843d13d9f7e271c to your computer and use it in GitHub Desktop.
Save MrThiago/472696ae3f59aae34843d13d9f7e271c to your computer and use it in GitHub Desktop.
How to get Android device Serial Number Via ADB
adb shell getprop | grep ro.boot.serialno
@realdadfish
Copy link

adb shell getprop ro.boot.serialno does the trick without post-processing the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment