Skip to content

Instantly share code, notes, and snippets.

@mlegenhausen
Created January 16, 2014 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlegenhausen/8452215 to your computer and use it in GitHub Desktop.
Save mlegenhausen/8452215 to your computer and use it in GitHub Desktop.
Create an android screenshot from an remove device. Based on the article from http://blog.shvetsov.com/2013/02/grab-android-screenshot-to-computer-via.html
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