jetx2x
Android Expert
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
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