From 32c8eb81af916f04fd42e7294f699b10474beef6 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 11 Sep 2012 15:28:06 -0400 Subject: Make text appear in GUI console, Zip install works. Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. --- gui/action.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/action.cpp') diff --git a/gui/action.cpp b/gui/action.cpp index 3e19a6132..a1f7dd3dc 100644 --- a/gui/action.cpp +++ b/gui/action.cpp @@ -28,7 +28,9 @@ extern "C" { #include "../recovery_ui.h" #include "../extra-functions.h" #include "../variables.h" +#include "../twinstall.h" +int TWinstall_zip(const char* path, int* wipe_cache); void fix_perms(); void wipe_dalvik_cache(void); int check_backup_name(int show_error); @@ -656,6 +658,7 @@ int GUIAction::doAction(Action action, int isThreaded /* = 0 */) ui_print("TWRP injection complete.\n"); } } + PartitionManager.Update_System_Details(); operation_end(ret_val, simulate); return 0; } -- cgit v1.2.3