From 2691f9d7f845d3c424776059514e772782aa9f6b Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Mon, 24 Sep 2012 11:15:49 -0400 Subject: Update tablet layouts with ADB sideload --- adb_install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adb_install.cpp') 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(); -- cgit v1.2.3