Skip to content

Instantly share code, notes, and snippets.

@phsantiago
Created July 29, 2016 14:36
Show Gist options
  • Select an option

  • Save phsantiago/75b9d792bbe978a26f1edc5c33c23e0b to your computer and use it in GitHub Desktop.

Select an option

Save phsantiago/75b9d792bbe978a26f1edc5c33c23e0b to your computer and use it in GitHub Desktop.
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png
//http://blog.shvetsov.com/2013/02/grab-android-screenshot-to-computer-via.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment