From 5a95c3ff415dd3b00b68aa2e7f662f9852f49c18 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 7 Nov 2014 13:32:55 -0600 Subject: Disable custom theme and fix png loading We will have to update the zip handling later. Now at least TWRP boots up to the GUI. Change-Id: I4182896eb095cab52fb0f1c9c20b6605e35677b9 --- gui/pages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/pages.cpp b/gui/pages.cpp index 3632cc311..4df6a181f 100644 --- a/gui/pages.cpp +++ b/gui/pages.cpp @@ -921,7 +921,7 @@ int PageManager::LoadPackage(std::string name, std::string package, std::string // Open the XML file LOGINFO("Loading package: %s (%s)\n", name.c_str(), package.c_str()); - if (mzOpenZipArchive(package.c_str(), &zip)) + if (1 || mzOpenZipArchive(package.c_str(), &zip)) { // We can try to load the XML directly... struct stat st; -- cgit v1.2.3