[Q] HELP Can't update to 4.4.2 - Nexus 5 Q&A, Help & Troubleshooting

Hey guys,
My nexus 5 is rooted has xposed framework and twrp. I unrooted my device using supersu and also made sure I cleaned xposed framework. But I still get this error...
Installing '/data/media/0/sideload.zip'... Checking for MD5 file... I:Cannot find file /data/media/0/sideload.zip.md5 Skipping MD5 check: no MD5 file found. I:Zip does not contain SELinux file_contexts file in its root. Verifying current system... failed to stat "/system/bin/thermal-engine-hh": No such file or directory file "/system/bin/thermal-engine-hh" 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: "/system/bin/thermal-engine-hh" has unexpected contents. "/system/bin/thermal-engine-hh" has unexpected contents. E:Error executing updater binary in zip '/data/media/0/sideload.zip'

add12364 said:
Hey guys,
My nexus 5 is rooted has xposed framework and twrp. I unrooted my device using supersu and also made sure I cleaned xposed framework. But I still get this error...
Installing '/data/media/0/sideload.zip'... Checking for MD5 file... I:Cannot find file /data/media/0/sideload.zip.md5 Skipping MD5 check: no MD5 file found. I:Zip does not contain SELinux file_contexts file in its root. Verifying current system... failed to stat "/system/bin/thermal-engine-hh": No such file or directory file "/system/bin/thermal-engine-hh" 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: "/system/bin/thermal-engine-hh" has unexpected contents. "/system/bin/thermal-engine-hh" has unexpected contents. E:Error executing updater binary in zip '/data/media/0/sideload.zip'
Click to expand...
Click to collapse
Fastboot flash system and boot image files from the 4.4 rom. Then try again.

jd1639 said:
Fastboot flash system and boot image files from the 4.4 rom. Then try again.
Click to expand...
Click to collapse
Could you maybe explain to me how to fast boot flash system and boot image files? I only know how to use the .zip... Thanks

jd1639 said:
Fastboot flash system and boot image files from the 4.4 rom. Then try again.
Click to expand...
Click to collapse
You'll want to follow method #2 of this but only flash the system and boot images. http://forum.xda-developers.com/showthread.php?p=47156064

jd1639 said:
You'll want to follow method #2 of this but only flash the system and boot images. http://forum.xda-developers.com/showthread.php?p=47156064
Click to expand...
Click to collapse
Just to clarify... Will I lose data?

add12364 said:
Just to clarify... Will I lose data?
Click to expand...
Click to collapse
No you will not

jd1639 said:
no you will not
Click to expand...
Click to collapse
omg i love you. It finally worked.

add12364 said:
omg i love you. It finally worked.
Click to expand...
Click to collapse
Glad it worked for you

jd1639 said:
You'll want to follow method #2 of this but only flash the system and boot images. http://forum.xda-developers.com/showthread.php?p=47156064
Click to expand...
Click to collapse
Thanks!
Works great for my Nexus 4 also!

Related

TWRP Error executing updater binary in zip

Tried to flash Sailfish OS on my moto g 1st gen using TWRP but i keep getting this error. E:Error executing updater binary in zip '/sdcard/sailfishos-falcon-release-1.1.7.28-my4.zip'
Error flashing zip '/sdcard/sailfishos-falcon-release-1.1.7.28-my4.zip'
Prymston said:
Tried to flash Sailfish OS on my moto g 1st gen using TWRP but i keep getting this error. E:Error executing updater binary in zip '/sdcard/sailfishos-falcon-release-1.1.7.28-my4.zip'
Error flashing zip '/sdcard/sailfishos-falcon-release-1.1.7.28-my4.zip'
Click to expand...
Click to collapse
No other error messages before these? Try "adb pull /tmp/recovery.log" and post the file.
_that said:
No other error messages before these? Try "adb pull /tmp/recovery.log" and post the file.
Click to expand...
Click to collapse
Sorry for the noobie question but do i post the whole log here or do i upload the file? :silly:
Known issue:
When flashing, I get the following: "E:Error executing updater binary in zip"
This is a custom recovery bug. Try restarting recovery and flashing again. Alternatively you may need to format /data (userdata) in Custom Recovery. Note: This will delete anything on internal storage - photos, music, videos etc.​
Prymston said:
Sorry for the noobie question but do i post the whole log here or do i upload the file? :silly:
Click to expand...
Click to collapse
I don't know if Junior members are allowed to attach files to posts. If not, upload it to some paste site and post the link (you'll need to remove things like "http://" to be allowed to post it).
lost101 said:
Known issue:
When flashing, I get the following: "E:Error executing updater binary in zip"
This is a custom recovery bug.
Click to expand...
Click to collapse
Unlikely - if the recovery could not run update binaries at all, someone would have noticed. Why should restarting recovery change anything? What exactly is the bug?
lost101 said:
Known issue:
When flashing, I get the following: "E:Error executing updater binary in zip"
This is a custom recovery bug. Try restarting recovery and flashing again. Alternatively you may need to format /data (userdata) in Custom Recovery. Note: This will delete anything on internal storage - photos, music, videos etc.​
Click to expand...
Click to collapse
I tried that didn't work
Prymston said:
I tried that didn't work
Click to expand...
Click to collapse
Make sure to use the following option: TWRP > Wipe > Format Data > Yes
can't post log? probably to much text?
where can i post the log? I can't post it here.
i posted the recovery.log on google drive
Prymston said:
i posted the recovery.log on google drive
Click to expand...
Click to collapse
The script expects the device name to be "falcon":
Code:
script aborted: assert failed: getprop("ro.product.device") == "falcon" || getprop("ro.build.product") == "falcon" || getprop("ro.cm.device") == "falcon"
But your TWRP version calls it "xt1032":
Code:
ro.product.name=XT1032
ro.build.product=xt1032
ro.cm.device=xt1032
Workaround: replace "falcon" with "xt1032" in updater-script inside the zip file.
New Log.
Prymston said:
New Log.
Click to expand...
Click to collapse
Looks fine. The mount error is probably because /data is already mounted, which it must be to read the zip from the emulated sdcard.
_that said:
Looks fine. The mount error is probably because /data is already mounted, which it must be to read the zip from the emulated sdcard.
Click to expand...
Click to collapse
but i get a black screen when booting sailfish os, somethings not right.
Prymston said:
but i get a black screen when booting sailfish os, somethings not right.
Click to expand...
Click to collapse
Did you get it to flash properly now?
If yes, you should try another CM12.1 nightly. I posted a working one in the Sailfish thread
k-kuchen said:
Did you get it to flash properly now?
If yes, you should try another CM12.1 nightly. I posted a working one in the Sailfish thread
Click to expand...
Click to collapse
It worked! Thank you

Error during shield update

Hello,
I can update my shield tablet. I get that error:
Code:
Updating partition details …
… done
Full SELinux support is present
Running Recovery Commands
Installing zip file '@/cache/recovery/block.map'
Installing zip file '@/cache/recovery/block.map'
Checking for MD5 file …
Sskipping MD5 check*: no MD5 file found
Source*: nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/40827_726,62502:user/release-keys
Target: nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/49349_766,5399:user/release-keys
Verifying current system...
Package expects build fingerprint of nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/40827_726,62502:user/release-keys or nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/49349_766,5399:user/release-keys*; this device has nvidia/sb_na_wf/shieldtablet:6,0:MRA58K/41524_664,1902:user/release-keys.
Update process ended with ERROR*: 7
Error installing installing zip file '@/cache/recovery/block.map'
Done processing script file
MTP Enabled
Can someone help me?
bird12358 said:
Hello,
I can update my shield tablet. I get that error:
Code:
Updating partition details …
… done
Full SELinux support is present
Running Recovery Commands
Installing zip file '@/cache/recovery/block.map'
Installing zip file '@/cache/recovery/block.map'
Checking for MD5 file …
Sskipping MD5 check*: no MD5 file found
Source*: nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/40827_726,62502:user/release-keys
Target: nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/49349_766,5399:user/release-keys
Verifying current system...
Package expects build fingerprint of nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/40827_726,62502:user/release-keys or nvidia/sb_na_wf/shieldtablet:6,0,1/MRA58K/49349_766,5399:user/release-keys*; this device has nvidia/sb_na_wf/shieldtablet:6,0:MRA58K/41524_664,1902:user/release-keys.
Update process ended with ERROR*: 7
Error installing installing zip file '@/cache/recovery/block.map'
Done processing script file
MTP Enabled
Can someone help me?
Click to expand...
Click to collapse
some more information might help people help you mate, are you rooted, do you have a custom recovery installed or are you running a custom rom? things like that help us alot
I user to be as root. But I restore factory setting ans I still have thé error.
Should i made an other thing to suppress thé root settings.?
Yes Mate I thought no so do you have a custom recovery installed
Sent from my HTC One using Tapatalk
I don t think I have that recovery installed. Where could I find this?
bird12358 said:
I don t think I have that recovery installed. Where could I find this?
Click to expand...
Click to collapse
Turn off your tablet then hold volume down and the power button untill you get to the boot loader then use the volume down button to select recovery and press power if you have a custom recovery it will bot to it and it will say team win recovery
Sent from my HTC One using Tapatalk
It seems I don t have a custom recovery. How should I do nos?

Am I doomed? What does '32k crc checked failure' mean?

I happened to get Mate 8 two days ago, and it turned out that it was a Chinese version.
- The phone version is: NXT-TL00C01B596
- Android version was 7(and some decimals, maybe.),
- EMUI version was 5.0.1 or something if I remember correctly.
I wanted to flash an international stock rom, so started with this thread.
- I got the bootloader unlocked,
- installed TWRP following this instruction,
and downloaded some roms from here,
(I downloaded roms starting with 'NXT-L09' since I read they're international version).
I went to TWRP, and wiped and formatted (without a backup, idiot!), and tried to flash the downloaded update.zip file, and got the following message:
Installing zip file '/external_sd/update (1).zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Removing unneeded files...
Patching system files...
Removing empty directorys...
Unpacking new files...
add link type file...
write radio image...
32k crc checked failure
E:unknown comman [errno]
E:unknown comman [errno]
update_huawei_pkg_from_ota_zip: update package from zip failed
Updater process ended with ERROR: 7
Installing zip file '/external_sd/update (1).zip'
Updating partition details...
...done
I know not much, but I guess the error started at where it says '32k crc checked failure'.
I searched for what it means and what'd be the solution for it, but it seemed there aren't much information about it.
Then I decided to roll back to original rom to make it work again, so found a rom from 'firmware finder for Huawei' app.
And when I tried to flash it on TWRP, I got this error message:
Installing zip file '/external_sd/update.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Warning: No file_contexts
mountencrypt: failed to mount /data: Success
script succeeded: result was []
write radio image...
check_write_data_to_partition,write data error update_huawei_pkg_from_ota_zip: update package from zip failed
E:unknown command [errno]
Updater process ended with ERROR: 9
Error installing zip file '/external_sd/update.zip'
Updating partition details...
...done
I tried dload method with the original rom for my device(NXT-TL00C01B596), and it gives me an error message "Software install failed" almost instantly.
(i see 5% progress for a moment)
I still have an access to eRecovery, so tried it, and it also got me an instant error message "Download package failed" at 0%.
And I also still have an access to fastboot.
Now I'm so confused in which step I made a mistake.
Did I install a wrong version of TWRP? Or should I not have attempted to flash the roms from different version?
I tried to figure it out by myself by searching, but am getting more confused.
Could anyone help me out from this issue?:crying:
dasidaz said:
I happened to get Mate 8 two days ago, and it turned out that it was a Chinese version.
- The phone version is: NXT-TL00C01B596
- Android version was 7(and some decimals, maybe.),
- EMUI version was 5.0.1 or something if I remember correctly.
I wanted to flash an international stock rom, so started with this thread.
- I got the bootloader unlocked,
- installed TWRP following this instruction,
and downloaded some roms from here,
(I downloaded roms starting with 'NXT-L09' since I read they're international version).
I went to TWRP, and wiped and formatted (without a backup, idiot!), and tried to flash the downloaded update.zip file, and got the following message:
Installing zip file '/external_sd/update (1).zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Removing unneeded files...
Patching system files...
Removing empty directorys...
Unpacking new files...
add link type file...
write radio image...
32k crc checked failure
E:unknown comman [errno]
E:unknown comman [errno]
update_huawei_pkg_from_ota_zip: update package from zip failed
Updater process ended with ERROR: 7
Installing zip file '/external_sd/update (1).zip'
Updating partition details...
...done
I know not much, but I guess the error started at where it says '32k crc checked failure'.
I searched for what it means and what'd be the solution for it, but it seemed there aren't much information about it.
Then I decided to roll back to original rom to make it work again, so found a rom from 'firmware finder for Huawei' app.
And when I tried to flash it on TWRP, I got this error message:
Installing zip file '/external_sd/update.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Warning: No file_contexts
mountencrypt: failed to mount /data: Success
script succeeded: result was []
write radio image...
check_write_data_to_partition,write data error update_huawei_pkg_from_ota_zip: update package from zip failed
E:unknown command [errno]
Updater process ended with ERROR: 9
Error installing zip file '/external_sd/update.zip'
Updating partition details...
...done
I tried dload method with the original rom for my device(NXT-TL00C01B596), and it gives me an error message "Software install failed" almost instantly.
(i see 5% progress for a moment)
I still have an access to eRecovery, so tried it, and it also got me an instant error message "Download package failed" at 0%.
And I also still have an access to fastboot.
Now I'm so confused in which step I made a mistake.
Did I install a wrong version of TWRP? Or should I not have attempted to flash the roms from different version?
I tried to figure it out by myself by searching, but am getting more confused.
Could anyone help me out from this issue?:crying:
Click to expand...
Click to collapse
Hi
Try install a Chinese old nougat rom like b562 with twrp.

Error 7 when trying to install Unlegacy Android 9

Whenever I try to install any android 9 roms I keep getting the same error.
"Installing zip file '/sdcard/Download/aosp_hammerhead-9-20190417.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Warning: No file_contexts
E3004: This package is for device: hammerhead; this device is .
E: unknown command [log]
Updater process ended with ERROR: 7
Error installing zip file '/sdcard/Download/aosp_hammerhead-9-20190417.zip'
Updating partition details...
... done
Does anyone know how to fix this or get around it?
ccook18 said:
Whenever I try to install any android 9 roms I keep getting the same error.
"Installing zip file '/sdcard/Download/aosp_hammerhead-9-20190417.zip'
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Warning: No file_contexts
E3004: This package is for device: hammerhead; this device is .
E: unknown command [log]
Updater process ended with ERROR: 7
Error installing zip file '/sdcard/Download/aosp_hammerhead-9-20190417.zip'
Updating partition details...
... done
Does anyone know how to fix this or get around it?
Click to expand...
Click to collapse
what is your recovery ? perhaps update .
philipped346 said:
what is your recovery ? perhaps update .
Click to expand...
Click to collapse
I am running TWRP 3.0.2-0
ccook18 said:
I am running TWRP 3.0.2-0
Click to expand...
Click to collapse
update with this https://eu.dl.twrp.me/hammerhead/twrp-3.3.0-0-hammerhead.img.html
Just tries that and it worked!
Thanks!

[Flashable Zip] Houdini 7.1.1 Flashable ZIP

Houdini v7.1.1 for x86 devices such as Tab 3 10.1
Link: https://mega.nz/file/yx4hzKxL#C68XrFo3gTpiMGyiy5PR6TgswG8XVwJ0pC6jkhCgunU
I get an error when I try to flash this to my Tab 3 10.1
no MD5 file found
Updater process ended with ERROR: 255
Error installing zip file '/external_sd/Houdini Flashable zip by DogLife2007.zip
How can I fix it?
Thanks
Did you ever solve this problem? Do you have the md5 file
the islander said:
Did you ever solve this problem? Do you have the md5 file
Click to expand...
Click to collapse
i don't have the md5 file, just skip md5 check.
DogLife2007 said:
i don't have the md5 file, just skip md5 check.
Click to expand...
Click to collapse
I tried doing that in twrp, but it checks it. How did you do it?

Categories

Resources