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

skylordusa1

Member
Joined
Aug 19, 2010
Messages
204
Reaction score
0
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:

XDRDX

Member
Joined
Nov 4, 2010
Messages
134
Reaction score
0
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
 
Top