Quantcast
Channel: acassis – Alan C. Assis
Viewing all articles
Browse latest Browse all 870

Taking screenshot/printscreen over ADB

$
0
0

This is the way I use to take screenshot of Android screen over ADB:

$ adb shell screencap -p /sdcard/screencap.png && adb pull /sdcard/screencap.png


Viewing all articles
Browse latest Browse all 870