|
i opened the updater-script with Wordpad and i got:
"
show_progress(0.999999, 99);
ui_print(" ");
ui_print(" Installing normal Rosie/Launcher/Theme ");
ui_print(" the best way..direct after rom flash ");
ui_print(" ");
ui_print("-Installing SYSTEM Partition...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p25", "/system");
delete_recursive("/system/app/fusion.odex");
delete_recursive("/system/app/Rosie.odex");
delete_recursive("/system/app/HtcQuickLaunchWidget.odex");
package_extract_dir("system", "/system");
unmount("/system");
show_progress(0.000000, 0);
"
What lines should i delete?
|