Skip to content

Instantly share code, notes, and snippets.

@7kfpun
Created September 29, 2016 04:49
Show Gist options
  • Save 7kfpun/5450da9c11464ba32503dc370f747694 to your computer and use it in GitHub Desktop.
Save 7kfpun/5450da9c11464ba32503dc370f747694 to your computer and use it in GitHub Desktop.
Android screenshot one line command
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment