• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Boost Mobile] ZTE WARP CWM Installer Templates (updated 3/31)

I'm trying to create flashable zips for my themed apks and for some reason they aren't working... here are the contents of my updater script:

ui_print("Installing ICS Red Dialer");
ui_print("Sit Back and Chilax");

show_progress(1.000000, 0);

ui_print(" Extracting the App");
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/app/Contacts.apk");
ui_print("Finished!!!");
set_progress(1.000000);

Is there anything wrong with it syntax wise? And yes before anyone asks I do sign the zips


Sent from my N860 using Tapatalk 2 Beta-5
 
I'm trying to create flashable zips for my themed apks and for some reason they aren't working... here are the contents of my updater script:

ui_print("Installing ICS Red Dialer");
ui_print("Sit Back and Chilax");

show_progress(1.000000, 0);

ui_print(" Extracting the App");
package_extract_dir("system", "/system");
set_perm(0, 0, 0644, "/system/app/Contacts.apk");
ui_print("Finished!!!");
set_progress(1.000000);

Is there anything wrong with it syntax wise? And yes before anyone asks I do sign the zips


Sent from my N860 using Tapatalk 2 Beta-5

I used the rom update folder zipped without an issue, you can just unzip his package from the first post, add your /system files/folders and zip it and it should flash.

I am not savvy enough to compare your script with the op, but it worked first try for me not doing anything special like signing or changing anything.
 
I used the rom update folder zipped without an issue, you can just unzip his package from the first post, add your /system files/folders and zip it and it should flash.

I am not savvy enough to compare your script with the op, but it worked first try for me not doing anything special like signing or changing anything.

OK thank you

Sent from my N860 using Tapatalk 2 Beta-5
 
I am having an odd problem with CWM not seeing all of the zip files on my sd card. Anyone know why or what the problem is so I can fix this?
 
Is formatting the data partition completely necessary in the stock rom installer?

Sent from my N860 using Tapatalk 2 Beta-5
 
Back
Top Bottom