Skip to content

Instantly share code, notes, and snippets.

@sewerk
Created May 21, 2020 12:59
Show Gist options
  • Save sewerk/487c47ccc6d0223898ac4307cb384cb9 to your computer and use it in GitHub Desktop.
Save sewerk/487c47ccc6d0223898ac4307cb384cb9 to your computer and use it in GitHub Desktop.
adb install -r <path>
adb shell pm clear <package>
adb shell input text <text>
adb shell am start -n <package/activity>
adb -d shell pm list packages -f <name>
adb pull <path>
adb shell dd if=/dev/zero of=/sdcard/myfile.dat bs=1024k count=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment