diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-24 17:15:49 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-24 17:15:57 +0200 |
commit | 2691f9d7f845d3c424776059514e772782aa9f6b (patch) | |
tree | 5ee70eb51afae4a5a826cd360ad6805491126306 /adb_install.cpp | |
parent | Fix 320x480 theme (diff) | |
download | android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.gz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.bz2 android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.lz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.xz android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.tar.zst android_bootable_recovery-2691f9d7f845d3c424776059514e772782aa9f6b.zip |
Diffstat (limited to 'adb_install.cpp')
-rw-r--r-- | adb_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.cpp b/adb_install.cpp index 63eb967e1..f227bc024 100644 --- a/adb_install.cpp +++ b/adb_install.cpp @@ -107,7 +107,7 @@ apply_from_adb(RecoveryUI* ui_, int* wipe_cache, const char* install_file) { if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) { ui->Print("status %d\n", WEXITSTATUS(status)); } - + DataManager_SetIntValue("tw_has_cancel", 0); // Remove cancel button from gui now that the zip install is going to start set_usb_driver(false); maybe_restart_adbd(); |