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. --- recovery.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recovery.cpp') diff --git a/recovery.cpp b/recovery.cpp index 450f36330..567a42e54 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -54,7 +54,6 @@ extern "C" { #include "variables.h" TWPartitionManager PartitionManager; -char device_id[64]; struct selabel_handle *sehandle; @@ -793,8 +792,8 @@ main(int argc, char **argv) { // set by init umask(0); - //Device* device = make_device(); - //ui = device->GetUI(); + Device* device = make_device(); + ui = device->GetUI(); //ui->Init(); //ui->SetBackground(RecoveryUI::NONE); -- cgit v1.2.3