Skip to content

Instantly share code, notes, and snippets.

@pfmaggi
Created September 2, 2014 18:31
Show Gist options
  • Save pfmaggi/3bf0227db957fb70f4eb to your computer and use it in GitHub Desktop.
Save pfmaggi/3bf0227db957fb70f4eb to your computer and use it in GitHub Desktop.
Capturing screenshot images from Android devices through ADB
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