What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Anyone know how I can create an updatetheme.zip for the Droid X.

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");
 
Last edited:
I would use the update package creator on xda-developers.com its called update-zip-packager.zip I believe.

Sent from my DROIDX using Tapatalk
 
Back
Top