Skip to content

Instantly share code, notes, and snippets.

@drblue
Created November 6, 2014 21:58
Show Gist options
  • Save drblue/a953016c80c25f8d3fc4 to your computer and use it in GitHub Desktop.
Save drblue/a953016c80c25f8d3fc4 to your computer and use it in GitHub Desktop.
Grab (multiple) Android screenshots to computer via ADB
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen-$(date +%Y%m%d%H%M%S).png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment