Cristian Barreto
New member
is just on /META-INF/com/google/android/updater-script , the file dosent have extension, just open it on a text editor and delete the first line from assert to the semicolon (delete it too).
Use zipplus by Express Zip File Compression Software Company / NCH Software.
It allows you to delete, add folders, or add files. When done there is no need to resign zip. It's only a 14 day trail period. When trial period is done delete all instances of it off computer and download new.
Sent from my LG-VM670 using Android Central Forums
Hi, when i do this, it give me this -
E:failed to verify wholefile signature
E:signature verification failed
remove this chunk to stop the no such file or directory error.this is content file updater-script
where i am can delete part script?....Thanks
mount("ext4", "EMMC", "/dev/block/mmcblk0p27", "/system");
assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "sprint_lge/cayman_sprint_us/cayman:2.3.7/ZVD.GWK74/bf40112:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "sprint_lge/cayman_sprint_us/cayman:4.0.4/ZVI.IMM76D/LS840ZVI.4820d7b4:user/release-keys");
assert(getprop("ro.product.device") == "cayman" ||
getprop("ro.build.product") == "cayman");
ui_print("Verifying current system...");
show_progress(0.100000, 0);
assert(apply_patch_check("/system/app/ApplicationsProvider.apk", "3be0d4cabe17409729f4a1fff1eacaa723d18cc3", "9dee0a86cee1a2630d8d17ba21f4fb6ac6e9dbf1"));
set_progress(0.000037);
assert(apply_patch_check("/system/app/ApplicationsProvider.odex", "84531ef8095ac0ce86cdac9ce964622749d23b8c", "ac698c8209c5d53105dcecdcf300b9a13ea9b3ee"));
set_progress(0.000149);
assert(apply_patch_check("/system/app/CameraApp.apk", "7b9ff899a90003741c5d53add1f95ca40b27cccb", "f1ef3e95d1435d821adf844a359c2f3e4e39fa08"));
set_progress(0.009554);
assert(apply_patch_check("/system/app/CameraApp.odex", "03fca080f1ab020d537baf4f7a14ea32e25768dc", "4a1fc5e67db7e4cfbe5e1d5b4905d1d28d404f21"));
result from editing updater-script is:
file_getprop: failed to start "/system/build.prop": No such file or directory
E:error in /sdcard/update.zip
(status 7)
installation aborted
please help me master, i am need help in this part ?
assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "sprint_lge/cayman_sprint_us/cayman:2.3.7/ZVD.GWK74/bf40112:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "sprint_lge/cayman_sprint_us/cayman:4.0.4/ZVI.IMM76D/LS840ZVI.4820d7b4:user/release-keys");