Shell/Bash: adb shell screenshot Example
Shell/Bash Example: This is the "adb shell screenshot" Example. compiled from many sources on the internet by SimpleTutorials.org
adb screenshot
adb exec-out screencap -p > screen.png
adb shell screenshot
adb shell screencap -p /sdcard/screen.png adb pull /sdcard/screen.png adb shell rm /sdcard/screen.png
* Summary: This "adb shell screenshot" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!