Created
May 16, 2015 15:20
-
-
Save bdiegel/210633ddb5a65cfd7e70 to your computer and use it in GitHub Desktop.
Android bmgr tool
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
// ensure backup manager is enabled (emulator) | |
adb shell bmgr enable true | |
// request a backup from manager | |
adb shell bmgr backup your.package.name | |
// force backup manager to run queued requests | |
adb shell bmgr run | |
// uninstall app | |
adb uninstall your.package.name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment