android adb take screenshot in specific resolution -
is possible take screenshot on android device using adb in specific resoltion? e.g screen resolution of device 1280x720, when run such command "adb shell /system/bin/screencap -p /sdcard/screenshot.png" screenshot saved in resolution 1280x720. how can take screenshot in 320x240 without resizing after screenshot taken?
Comments
Post a Comment