Skip to content

Instantly share code, notes, and snippets.

@azfx
Forked from PHLAK/twrp_backup.sh
Created December 27, 2018 23:19
Show Gist options
  • Save azfx/73f67ca0c9d5f376621e86e85fb6ecd4 to your computer and use it in GitHub Desktop.
Save azfx/73f67ca0c9d5f376621e86e85fb6ecd4 to your computer and use it in GitHub Desktop.
TWRP Backup Script
#!/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