Created
May 3, 2013 11:36
-
-
Save techmaniack/5508617 to your computer and use it in GitHub Desktop.
shell_aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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