Skip to content

Instantly share code, notes, and snippets.

@MrThiago
Last active May 4, 2020 00:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrThiago/dc119872f03c5e1b7624dfcca833bfb5 to your computer and use it in GitHub Desktop.
Save MrThiago/dc119872f03c5e1b7624dfcca833bfb5 to your computer and use it in GitHub Desktop.
Android Device Screenshot using ADB
Screen print
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png
Screen recording
adb shell screenrecord /sdcard/example.mp4
:Desktop user$ adb pull /sdcard/example.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment