Skip to content

Instantly share code, notes, and snippets.

@fabionuno
Last active August 29, 2015 14:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabionuno/e3c47a205c7498a49d9a to your computer and use it in GitHub Desktop.
Save fabionuno/e3c47a205c7498a49d9a to your computer and use it in GitHub Desktop.
Take a Screenshot of Your Android Device
#!/bin/bash
# Usage
# ./adbscreencap <filename>
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > $1.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment