Last active
December 7, 2016 13:28
-
-
Save danielverissimo/90f426cfaf1f51febbfea6399d2212ee to your computer and use it in GitHub Desktop.
Android Tools
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
* Record Screen Video | |
adb shell screenrecord /sdcard/example.mp4 | |
* Get File from Device | |
adb pull /sdcard/exmple.mp4 /path | |
* Send File to Device | |
adb push C:\Users\Jonathan\Desktop\video.mp4 /sdcard/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment