From 38bd760b589d405db9a2e6bf304f07d1b0bae342 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 14 Sep 2012 13:33:53 -0400 Subject: Add wipe functions, compiles in CM7, text shows in UI, zips install Zip install works, had to move mincrypt code into TWRP to prevent a crash when checking the zip signature. Added wipe functions Made it compile in CM7 Made text show up in console and logging --- reboot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'reboot.c') diff --git a/reboot.c b/reboot.c index 0fbda8176..9d87ff21d 100644 --- a/reboot.c +++ b/reboot.c @@ -42,8 +42,6 @@ int tw_reboot(RebootCommand command) // Always force a sync before we reboot sync(); - ensure_path_unmounted("/sdcard"); - switch (command) { case rb_current: -- cgit v1.2.3