Answers for "adb shell screenshot"

2

adb shell screenshot

adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
Posted by: Guest on May-14-2020
3

adb screenshot

adb exec-out screencap -p > screen.png
Posted by: Guest on July-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language