Skip to content

Instantly share code, notes, and snippets.

@mayurah
Last active August 29, 2015 14:20
Show Gist options
  • Save mayurah/a10694cf480e6607f347 to your computer and use it in GitHub Desktop.
Save mayurah/a10694cf480e6607f347 to your computer and use it in GitHub Desktop.
adb
-- ADB --
adb kill-server
adb devices
adb connect <ip>
adb push ~/test.txt /sdcard/
adb root
adb remount
adblogcat
adb install app.apk
adb shell
adb shell screenrecord /sdcard/demo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment