From c51f1f994ada7b46224f672481c0dacf3894c70b Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Thu, 20 Sep 2012 15:32:13 -0400 Subject: Various fixes Modify AOSP mount and wipe functions to use Partition Manager. Update wipe code to reset the log file index when wiping cache. Add ADB sideload to 540x960 theme. --- twinstall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twinstall.cpp') diff --git a/twinstall.cpp b/twinstall.cpp index af5325698..4bc69424e 100644 --- a/twinstall.cpp +++ b/twinstall.cpp @@ -287,7 +287,7 @@ extern "C" int TWinstall_zip(const char* path, int* wipe_cache) { LOGE("No MD5 file found for '%s'.\nDisable force MD5 check to avoid this error.\n", path); return INSTALL_CORRUPT; } else - ui_print("No MD5 file found, this is not an error.\n"); + ui_print("Skipping MD5 check: no MD5 file found.\n"); } else if (md5_return == 1) ui_print("Zip MD5 matched.\n"); // MD5 found and matched. -- cgit v1.2.3