Skip to content

Instantly share code, notes, and snippets.

@techmaniack
Created May 3, 2013 11:36
Show Gist options
  • Save techmaniack/5508617 to your computer and use it in GitHub Desktop.
Save techmaniack/5508617 to your computer and use it in GitHub Desktop.
shell_aliases
#Capture screenshot via adb on Samsung Galaxy Devices. (Tested on Galaxy mini 2.3.4 NO ROOT)
#Stores the screenshot on the device (/mnt/sdcard/Screencapture)
alias droidshot='adb shell am startservice -a com.sec.android.app.screencapture -n com.sec.android.app.screencapture/.ScreenCaptureService'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment