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
diff --git a/gui/pages.cpp b/gui/pages.cpp
index 3632cc3..4df6a18 100644
--- a/gui/pages.cpp
+++ b/gui/pages.cpp
@@ -921,7 +921,7 @@
 
 	// 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;