Take android screenshot from desktop
For windows:
Create a .bat file with this contents:
adb shell screencap -p /sdcard/screenshot.png
cd %HOMEPATH%/Desktop
adb pull /sdcard/screenshot.png
adb shell rm /sdcard/screenshot.png
%PROMPT%
Every time you run it, it will save a screenshot on your desktop.
Usaful with launchy or similar
Written by Fernando F. Gallego
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Android
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#