skylordusa1
Member
I tried just taking the Darksliderom.zip and erasing everything but the META-INF folder and the system folder and left the framework-res.apk inside of the framework folder in the system folder. I changed the updater script file to just mount system and install and then unmount. Script below. Changed a few png's within the framework-res.apk. But when I navigate to the update.zip in clockwork recovery I get an error saying cant open /sdcard/update.zip (BAD) error. Anyone know why this is happening or have a generic updatetheme.zip they use that they can provide?
show_progress(0.500000, 0);
mount("MTD", "system", "/system");
package_extract_dir("system", "/system");
unmount("/system");
show_progress(0.500000, 0);
mount("MTD", "system", "/system");
package_extract_dir("system", "/system");
unmount("/system");
Last edited: