Skip to content

Instantly share code, notes, and snippets.

@AmalJossy
Created June 10, 2019 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmalJossy/4380f9295ad4d4a5f08da617366e1743 to your computer and use it in GitHub Desktop.
Save AmalJossy/4380f9295ad4d4a5f08da617366e1743 to your computer and use it in GitHub Desktop.
Get whats on my phone's broken screen :(
@echo off
adb shell screencap -p /sdcard/screen.png
adb pull /sdcard/screen.png
adb shell rm /sdcard/screen.png
mspaint "screen.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment