-
-
Save azfx/73f67ca0c9d5f376621e86e85fb6ecd4 to your computer and use it in GitHub Desktop.
TWRP Backup Script
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
#!/usr/bin/env bash | |
adb reboot recovery | |
adb wait-for-device | |
adb shell twrp backup SDBO | |
adb reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment