LiquidSmooth-JB Assert Failed - Verizon Samsung Galaxy S III

Hey so I'm trying to flash LiquidSmooths JB RC5 in CWM coming from Synergy r66. After wiping, I'm getting the following error,
assert failed: getprop("ro.product.device") == "d2vzw" || getprop("ro.build.product") == "d2vzw"
E:Error in /sdcard/Liquid-JB-v2.0-RC5-d2vzw.zip
(Status 7)
Installation Aborted
Click to expand...
Click to collapse
I've checked build.prop just to make sure I didn't forget to restore it after installing Google Wallet but I'm still having this error. I've tried restoring an old nandroid and reflashing but I still get the same error. Any thoughts?
I found this: http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/182438-solved-assert-failed.html which suggests modifying the updater-script in the .zip file but I've never really tried this before. Can anyone explain how to do this?

kthung said:
Hey so I'm trying to flash LiquidSmooths JB RC5 in CWM coming from Synergy r66. After wiping, I'm getting the following error,
I've checked build.prop just to make sure I didn't forget to restore it after installing Google Wallet but I'm still having this error. I've tried restoring an old nandroid and reflashing but I still get the same error. Any thoughts?
I found this: http://forums.androidcentral.com/optimus-v-rooting-roms-hacks/182438-solved-assert-failed.html which suggests modifying the updater-script in the .zip file but I've never really tried this before. Can anyone explain how to do this?
Click to expand...
Click to collapse
With 7-zip right click on zip file and open archive. Navigate to update script and open with notepad. Edit file and save.

Thanks, I was actually able to get it to work just by updating to the latest version of CWM using ODIN.

Related

Unable to install update.zip

Im trying to update the modem from EP4D to FP1H using CWM, but when I start the installation, it gives me the error
file_getprop: failed to stat "/system/build.prop": No such file or directory
E:Error in /sdcard/668fc9f366e2.update_SCH-I510_EP4D_to_FP1H (1).zip
(Status 7)
Installation aborted
does anyone know how to fix this? I've tried re-downloading the update file, but nothing I've tried has worked.
Just thought of something. Do I need to convert back to the stock file system in CWM before I can install the update? I'm on EXT4 right now.
savan12986 said:
Im trying to update the modem from EP4D to FP1H using CWM, but when I start the installation, it gives me the error
file_getprop: failed to stat "/system/build.prop": No such file or directory
E:Error in /sdcard/668fc9f366e2.update_SCH-I510_EP4D_to_FP1H (1).zip
(Status 7)
Installation aborted
does anyone know how to fix this? I've tried re-downloading the update file, but nothing I've tried has worked.
Click to expand...
Click to collapse
You must rename the update file to just "update. Zip" but make sure you are stock ep4d before updating.
Sent from my SCH-I510 using xda premium
You can't be on anything custom when attempting to flash that package.
ok, thanks. I used your stock conversion pit file & rom Imnuts to get back, then I just took all the OTA updates to get to the FP1 modem

Help needed!

i need help with modifying / creating the updater script in the meta-inf folder of a custom rom.
the reason for this is that, i just added ota updates to my rom, and everytime i push an update to my device (test), it gives me the following error when installing in cwm:
E:/ failed to load keys
/res/keys No such file or directory.
thats happens when the app tries to do it automatically. then i try it manually by toggling the signature verification in cwm.
and my guess was pretty much that it had something to do with the updater script.
so guys, please help me out and fast!
thankyou!

.20 dlpkm update fail

Maybe someone can help Installing update...
Check : blob size = 13573093
Verifying current system...
file "/system/app/FacebookPoster.apk" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/app/FacebookPoster.apk", "6797ea126851259f84e57a996f963cc0e5b528c9", "fc2f35556b02acc08fb91cbeb58797b5a4157c4c")
assert failed: apply_patch_check("/system/app/FacebookPoster.apk", "6797ea126851259f84e57a996f963cc0e5b528c9", "fc2f35556b02acc08fb91cbeb58797b5a4157c4c")
E:Error in /cache/dlpkgfile
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Done
Tried installing apk but it fails.:crying:
ShTePants said:
file "/system/app/FacebookPoster.apk" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/app/FacebookPoster.apk", "6797ea126851259f84e57a996f963cc0e5b528c9", "fc2f35556b02acc08fb91cbeb58797b5a4157c4c")
Click to expand...
Click to collapse
You are trying to install an US dlpkgfile, and you seem to be on 10.4.4.18 currently. But I still need more details. Rooted? Unlocked? Did you ever modify/delete any files on /system before the upgrade? Did any previous attempt to upgrade fail?
_that said:
You are trying to install an US dlpkgfile, and you seem to be on 10.4.4.18 currently. But I still need more details. Rooted? Unlocked? Did you ever modify/delete any files on /system before the upgrade? Did any previous attempt to upgrade fail?
Click to expand...
Click to collapse
It is rooted , still locked and yes i uninstalled the facebook poster app with Titanium. No other upgrade failed
ShTePants said:
It is rooted , still locked and yes i uninstalled the facebook poster app with Titanium. No other upgrade failed
Click to expand...
Click to collapse
OK, then this is apparently the first update that tries to patch FacebookPoster.apk and .odex, so these files need to be there. Restore the original app from your backup (you did make a backup before deleting, didn't you?) and then the upgrade should work.
If you don't have a backup, you call still extract the app from a full firmware image if you have Linux on your PC (unzip, unzip, blobunpack, loop mount the ext4 filesystem from blob.APP, extract the required file), or you can ask someone else to extract it from their rooted stock tablet.
_that said:
OK, then this is apparently the first update that tries to patch FacebookPoster.apk and .odex, so these files need to be there. Restore the original app from your backup (you did make a backup before deleting, didn't you?) and then the upgrade should work.
If you don't have a backup, you call still extract the app from a full firmware image if you have Linux on your PC (unzip, unzip, blobunpack, loop mount the ext4 filesystem from blob.APP, extract the required file), or you can ask someone else to extract it from their rooted stock tablet.
Click to expand...
Click to collapse
Ty for the help will give it a shot and no backup for that app
ShTePants said:
Ty for the help will give it a shot and no backup for that app
Click to expand...
Click to collapse
Instead of waiting around, do a factory reset then start over again, but keep updating until the end and don't install any user apps in between. Only install user apps once the upgrade is finished.
Flash Asus full .30 version, root, ota rootkeeper to save root, upgrade, restore root.

[q] flash paranoidandroid 3.57 on rogers skyrocket

Using both latest TWRP and CWM flash failed trying to install ParanoidAndroid 3.57. status 7. Anybody else have this problem on Rogers Skyrocket i727r?
Do you know what status 7 means?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 4 Beta
xcrazydx said:
Do you know what status 7 means?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I think it is an error message for some kind of file error. very nonspecific. I downloaded the zip file twice, once through internet explorer and once through firefox in case ie was the problem. Also when TWRP wouldn't work I tried CWM. Same error.
WARRENFRALEIGH said:
I think it is an error message for some kind of file error. very nonspecific. I downloaded the zip file twice, once through internet explorer and once through firefox in case ie was the problem. Also when TWRP wouldn't work I tried CWM. Same error.
Click to expand...
Click to collapse
Make sure the file you're downloading is meant for the SkyRocket. Status 7 usually means that you're trying to flash a ROM from another phone.
Brought to you by time and relative dimensions in space.
1BadWolf said:
Make sure the file you're downloading is meant for the SkyRocket. Status 7 usually means that you're trying to flash a ROM from another phone.
Brought to you by time and relative dimensions in space.
Click to expand...
Click to collapse
The zip file I downloaded was found in this forum under 4.2.x Paranoid Android by Toyes. The file is: pa_skyrocket-3.57-10JUN2013-131650.zip
So I don't think it is the wrong file.
WARRENFRALEIGH said:
The zip file I downloaded was found in this forum under 4.2.x Paranoid Android by Toyes. The file is: pa_skyrocket-3.57-10JUN2013-131650.zip
So I don't think it is the wrong file.
Click to expand...
Click to collapse
I haven't looked at the assert lines in the rom, but it's possible since you have the "r" version the rom isn't letting you flash it. If you're sure the rom is for your device you could delete the assert lines in the updater-script.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
I'm not sure exactly why you are having this problem. I have the I727R as well and have no issues. The updater script does have assert lines for I727 and skyrocket. So if you are sure you have a skyrocket then you can just remove those lines and then it will flash.
Toyes
toyes said:
I'm not sure exactly why you are having this problem. I have the I727R as well and have no issues. The updater script does have assert lines for I727 and skyrocket. So if you are sure you have a skyrocket then you can just remove those lines and then it will flash.
Toyes
Click to expand...
Click to collapse
I tried removing the assert line by deleting it in notepad after extracting the zip file. I then rezipped and put the zip file on my sd card. The installation aborted again. I tried the same thing with JellyBeer and it also aborted. (It also has assert line). Any suggestions?
WARRENFRALEIGH said:
I tried removing the assert line by deleting it in notepad after extracting the zip file. I then rezipped and put the zip file on my sd card. The installation aborted again. I tried the same thing with JellyBeer and it also aborted. (It also has assert line). Any suggestions?
Click to expand...
Click to collapse
You're doing it wrong. You can't use regular notepad and don't unzip it.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 4 Beta
xcrazydx said:
You're doing it wrong. You can't use regular notepad and don't unzip it.
Sent from my SAMSUNG-SGH-I727 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Thanks for the advice. I extracted the updater-script file to desktop, opened it in notepad++, removed the assert line, saved it back to desktop and added it back to zip file. Still doesn't work. Any suggestions?
btw, I tried editing it directly from zip file by drag and drop to notepad++ first, and that didn't work either. The error message in TWRP was:FAILED, can't open zip file.

Porting Help Needed

I was just porting a ROM for the HTC Pico/Explorer. Everything went well as I followed the instructions. Now when it's the time for installing I got the following error in TWRP recovery:
symlink: some symlinks failed
then the Status 7 error and then it showed that the installation failed. I went through many threads and I can guess that the error is related to the updater-script file in META_INF/com/google/android folder.
I have attached the file in "txt" format. If anyone can find the error then please help me with that.
vaibhav121 said:
I was just porting a ROM for the HTC Pico/Explorer. Everything went well as I followed the instructions. Now when it's the time for installing I got the following error in TWRP recovery:
symlink: some symlinks failed
then the Status 7 error and then it showed that the installation failed. I went through many threads and I can guess that the error is related to the updater-script file in META_INF/com/google/android folder.
I have attached the file in "txt" format. If anyone can find the error then please help me with that.
Click to expand...
Click to collapse
wrong section.post your question in Q & A.
shree15 said:
wrong section.post your question in Q & A.
Click to expand...
Click to collapse
Thread has been moved.
Anyone to help..?
Maybe internal memory is less than your zip file...
I mean the zip is very big ...remove some apps
Sent from my GT-S5360 using xda app-developers app
Psykic said:
Maybe internal memory is less than your zip file...
I mean the zip is very big ...remove some apps
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Thanks for the reply but that's definitely not the issue here. the zip size is already lower than internal memory available. Try to judge the error through updater script.
vaibhav121 said:
Thanks for the reply but that's definitely not the issue here. the zip size is already lower than internal memory available. Try to judge the error through updater script.
Click to expand...
Click to collapse
try removing the-
assert(getprop("ro.product.device") == "pico" || getprop("ro.build.product") == "pico");
i am not sure but it may work
other than that everything seems pretty correct to me
Psykic said:
try removing the-
assert(getprop("ro.product.device") == "pico" || getprop("ro.build.product") == "pico");
i am not sure but it may work
other than that everything seems pretty correct to me
Click to expand...
Click to collapse
I tried it earlier but didn't worked.
vaibhav121 said:
I tried it earlier but didn't worked.
Click to expand...
Click to collapse
Try using the script from someone else's zip file ...
Psykic said:
Try using the script from someone else's zip file ...
Click to expand...
Click to collapse
Will try that for sure :good::good::good::good::good:
Unzipped the internal memory must be less than 235 mb for pico ( preferable below 200 ).. Try using an another meta inf and just check if you have all the files of the busy box and binaries .. Just to make sure the symlinks can be done.
Can u tell the order of folders of ur rom and size of the rom
sent from
little pico
nit_in said:
Can u tell the order of folders of ur rom and size of the rom
sent from
little pico
Click to expand...
Click to collapse
Size of ROM:
Zipped:148mb
Unzipped:221mb
vaibhav121 said:
Size of ROM:
Zipped:148mb
Unzipped:221mb
Click to expand...
Click to collapse
Seems fine really. Did you get past the error ?
Red Devil said:
Seems fine really. Did you get past the error ?
Click to expand...
Click to collapse
I didn't got past the error but actually after I got the error, I just rebooted the phone through recovery, I was stuck on the bootanimation.
vaibhav121 said:
I didn't got past the error but actually after I got the error, I just rebooted the phone through recovery, I was stuck on the bootanimation.
Click to expand...
Click to collapse
so u get the bootanimation
if u pulled out the logcat then can u upload that?
nit_in said:
so u get the bootanimation
if u pulled out the logcat then can u upload that?
Click to expand...
Click to collapse
Busy right now. Will do it later. And the bootanimation case happened only once. I am not even able to get that now. Just the HTC logo

Categories

Resources