Hi guys,
i just tried to make my own update.zip.
The files inside are like this:
I took update-binary and updater-script from another update.zip (Theme).
Then i modified updater-script to this:
Unfortunately it doesn't work. This is what i get if i try to apply the .zip:
Whats wrong with it? I already googled Status 6, and found theres something wrong with the script e.g. file was not saved in unix format or something.
I tried several text editors like notepad, wordpad, notepad++ and even dreamweaver.
I just don't get it. Why isn't it working?
i just tried to make my own update.zip.
The files inside are like this:
Code:
META-INF/
-com/
-google/
-android/
update-binary
updater-script
system/
-app/
TouchWiz30Launcher.apk
Then i modified updater-script to this:
Code:
show_progress(0,0);
mount("MTD", "system", "/system");
delete_recursive("/system/app/TouchWiz30Launcher.apk");
package_extract_dir("system", "/system");
unmount("/system");
show_progress(10.000000, 1);
Code:
-- Installing: SDCARD:TouchWizGTG_v1.1.1_update.zip
Finding update package...
Opening update package...
Installing update...
E:Error in /mnt/sdcard/TouchWizGTG_v1.1.1_update.zip
(status 6)
Installation aborted.
I tried several text editors like notepad, wordpad, notepad++ and even dreamweaver.
I just don't get it. Why isn't it working?