Skip to content

Instantly share code, notes, and snippets.

@danielverissimo
Last active December 7, 2016 13:28
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 danielverissimo/90f426cfaf1f51febbfea6399d2212ee to your computer and use it in GitHub Desktop.
Save danielverissimo/90f426cfaf1f51febbfea6399d2212ee to your computer and use it in GitHub Desktop.
Android Tools
* 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