Skip to content

Instantly share code, notes, and snippets.

@sthulesen
Created December 1, 2014 09:36
Show Gist options
  • Save sthulesen/49f04aa1394bd1228564 to your computer and use it in GitHub Desktop.
Save sthulesen/49f04aa1394bd1228564 to your computer and use it in GitHub Desktop.
Android: Take screen using shell command
/Applications/Android/sdk/platform-tools/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