Created
July 29, 2016 14:36
-
-
Save phsantiago/75b9d792bbe978a26f1edc5c33c23e0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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