Skip to content

Instantly share code, notes, and snippets.

@Seasons7
Created October 24, 2013 06:03
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 Seasons7/7132075 to your computer and use it in GitHub Desktop.
Save Seasons7/7132075 to your computer and use it in GitHub Desktop.
android device screenshot
adb shell screencap -p /sdcard/screen$1.png
adb pull /sdcard/screen$1.png
adb shell rm /sdcard/screen$1.png
@Seasons7
Copy link
Author

Save as adb_screenshot.sh. Set permission executable.

@Seasons7
Copy link
Author

Usage

android_screenshot.sh 1

=> save screen1.png as image file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment