Advertisement
Thibstars

Fetch ADB screenshot from device

Apr 14th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.12 KB | None | 0 0
  1. @ echo off
  2. adb shell screencap -p /sdcard/screen.png
  3. adb pull /sdcard/screen.png
  4. adb shell rm /sdcard/screen.png
  5. nopause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement