Last active
May 4, 2020 00:44
-
-
Save MrThiago/dc119872f03c5e1b7624dfcca833bfb5 to your computer and use it in GitHub Desktop.
Android Device Screenshot using ADB
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
Screen print | |
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png | |
Screen recording | |
adb shell screenrecord /sdcard/example.mp4 | |
:Desktop user$ adb pull /sdcard/example.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment