TWRP Error: 7 / E1001: Failed to update system image - T-Mobile Samsung Galaxy Note 3

Dear All,
Looking for help with upgrading SM-N900T to Android 10
This is what is done
1. Installed twrp-3.4.0-1-hlte.img.tar using Odin3_v3.13.1
2. Copied Havoc-OS-v3.7-20200717-hltetmo-Official.zip to SD card
3. Using TWRP wiped out Dalvik/ART Cache, Data, System, Cache
4. Using TWRP tryied to install Havoc-OS-v3.7-20200717-hltetmo-Official.zip
5. Receive the following:
... Patching system image unconditionally...
E1001: Failed to update system image.
Updater process ended with ERROR: 7
Error installing zip file ... Havoc-OS-v3.7-20200717-hltetmo-Official.zip
Updating partition details...
... done
Before I wiped out the phone, I realized that fastboot does not see the device, however adb does. Now the device is seen by the PC only with Odin. The phone does not appear in Windows Explorer.
I would greatly appreciate any help.

Related

[Q] need help to restore to GPE stock rom

Hello, I'm new to HTC phone. I can't enter system now. Please help!.
my phone's information:
CID: GOOGL001
ROM: Google stock 4.4.2
Recovery: CMW latest.
bootloader: unlocked.
SHIP-s: ON
What I did:
I copied the stock google rom 4.4.3.zip to the internal sd card, and use recovery installed the zip file. then reboot,
current status:
the phone can't enter the system, it enters the recovery everytime reboot.
I can enter the bootloader
PC can do fastboot,and adb commands, PC can find the phone.
What I want now is to restore to the unrooted GPE stock ROM 4.4.3. What shall I do now.
thanks,
heartready said:
Hello, I'm new to HTC phone. I can't enter system now. Please help!.
my phone's information:
CID: GOOGL001
ROM: Google stock 4.4.2
Recovery: CMW latest.
bootloader: unlocked.
SHIP-s: ON
What I did:
I copied the stock google rom 4.4.3.zip to the internal sd card, and use recovery installed the zip file. then reboot,
current status:
the phone can't enter the system, it enters the recovery everytime reboot.
I can enter the bootloader
PC can do fastboot,and adb commands, PC can find the phone.
What I want now is to restore to the unrooted GPE stock ROM 4.4.3. What shall I do now.
thanks,
Click to expand...
Click to collapse
Did you flash the Ruu?you can follow this guide:http://forum.xda-developers.com/showthread.php?t=2706441
Jyotirdeb said:
Did you flash the Ruu?you can follow this guide:http://forum.xda-developers.com/showthread.php?t=2706441
Click to expand...
Click to collapse
Thanks, I think I did use fastboot oem rebootRUU and flash the RUU google edtion conversion following the thread http://forum.xda-developers.com/showthread.php?t=2708589 but it's failed. and then I tried flash the zip in the thread you just mentioned, still failed. got an error message and installation aborted. the following msg is the one I use cwm flash the zip in recovery:
-- Erasing & formatting /system as ext4 (Unmounted system)
system partition formatted!
-- Mounting system partition for writing
Writing rom system to system partition
Rom system written successfully! @symlinking and permissions
--Creating toolbox symlinks
--creating additional symlinks
Symlinks Set!
--installing busybox
Set_perm: some changes failed
E:Error in /tmp/update.zip
(status 7)
installation aborted.
I tried factory reset, and wipe everything, flash the gpe4.4.3_m8 zip, still failed. I have used, phil cwm recovery and twrp recovery.
thanks,

[Q] Error During TWRP Restore

I am a newly registered user, but I have been actively reading the forums for the past few months.
I have a factory unlocked M8 (cid BS_US001) that I have been experimenting with. I have unlocked the bootloader, S-OFF, flashed the recovery with TWRP, and installed a few custom ROMs (ViperOneM8, ARHD, stock GPE). I have had no issues (thanks to all of the helpful posts on the forum) until today.
I decided that I wanted to go back to my stock ROM, so I loaded up TWRP, performed a factory reset, and attempted to restore my original backup. The restore failed during the system restore, and here's the relevant part of the recovery log:
Code:
tar_extract_all(): calling tar_extract_file(t, "//system/media/audio/notifications/")
item name: '/system/media/audio/notifications/'
dir
==> extracting: //system/media/audio/notifications/ (mode 40755, directory)
mkdir(): No space left on device
FAILED RESTORE OF FILE i: //system/media/audio/notifications/
E:Unable to extract tar archive '/external_sd/TWRP/BACKUPS/FA43RWM01711/original/system.ext4.win000'
I:Error extracting '/external_sd/TWRP/BACKUPS/FA43RWM01711/original/system.ext4.win000' in thread ID 0
E:Error extracting split archive.
I:extractTarFork() process ended with ERROR=255
I:Failed to reset capabilities of /system/bin/run-as binary.
I noticed the line about "No space left on the device", so I formatted the internal storage and tried again. This time, it created the notifications folder, but failed on the next file:
Code:
tar_extract_all(): calling tar_extract_file(t, "//system/media/audio/notifications/Amaranth.flac")
item name: '/system/media/audio/notifications/Amaranth.flac'
reg
==> tar_extract_regfile(t=0x1401b8, realname="//system/media/audio/notifications/Amaranth.flac")
==> extracting: //system/media/audio/notifications/Amaranth.flac (file size 73305 bytes)
FAILED RESTORE OF FILE i: //system/media/audio/notifications/Amaranth.flac
E:Unable to extract tar archive '/external_sd/TWRP/BACKUPS/FA43RWM01711/original/system.ext4.win000'
I:Error extracting '/external_sd/TWRP/BACKUPS/FA43RWM01711/original/system.ext4.win000' in thread ID 0
E:Error extracting split archive.
I:extractTarFork() process ended with ERROR=255
I:Failed to reset capabilities of /system/bin/run-as binary.
I noticed that both of these errors seemed to be a problem with extracting the system.ext4.win000 file. I was able to find another TWRP backup of the stock ROM for my device, so I tried that and got the same error. I then tried reinstalling ARHD. The install seemed to complete, but after rebooting the device, it booted back into the TWRP recovery after the splash screen. The only way I've been able to get the device working was to flash the GPE RUU from adb.
Any ideas as to why I'm having these issues? I've searched the forums and Google and can't find an answer.
Well. A simple "fastboot erase cache" may have fixed it but now you have changed the partitions from flashing gpe ruu. You need to flash sense ota firmware to fix partitions, then format data and try again. Follow the guide on getting back to sense from gpe conversion.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
an0ther said:
Well. A simple "fastboot erase cache" may have fixed it but now you have changed the partitions from flashing gpe ruu. You need to flash sense ota firmware to fix partitions, then format data and try again. Follow the guide on getting back to sense from gpe conversion.
Sent from my HTC One_M8 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's exactly what I needed. Thanks!

[Q] Problem with system partition

Hi, i have several problem or maeby is the same. I'm trying to go back so stock system and i can't i already reflash al *.img except system i always have errors: "FAILED (data transfer failure (Unknown error))" and only with system, i already install twrp and pass with adb push the system.img to the tablet, but twrp doesn't allow me to flash to system partition.
So i have some doubts:
1) is there a way to know if the memory is damage in some way?, i mean physicaly damage.
2) can i flash system partition from the device? twrp or any other ways?

New MIUI Update does not update (reboots into TWRP)

Hi guys,
I have a rooted mi10t lite on MIUI.
Got an update today (miu v12.0.2.0.RJSEUXM) so downloaded it via phone and pressed 'reboot now'.
Issue is the phone reboots into TWRP recovery and when I boot back to system the phone still tells me to update the phone by rebooting it which goes back to TWRP.
I tried to install the update via TWRP > Install>
The internal storage is encrypted though so I moved the updated .zip file to my SD Card (root of SD card folder).
I go back into TWRP after a reboot and flash the install but get an error when trying to install the update. Not sure why?
Code:
E: Unble to decrypt FBE device
Updating partition details...
...done
Updating partition details...
...done
MTP Enabled
Installing zip file '/external_sd/miuupdatenumberetc.zip'
Checking for Digest file...
Error installing zip file ''/external_sd/miuupdatenumberetc.zip'
Updating partiion details...
...done
Any ideas please? I don't really want to update the phone if it results in me losing everything and having to install magisk and TWRP again, etc.
Thanks
1. to install OTA update from system, you have to have stock recovery
2. installed TWRP can not decrypt data partition
I would:
1. restore stock recovery
2. install OTA update
3. hotboot TWRP so you can decrypt data partition (fastboot boot twrp.img), install Magisk
Your Magisk modules and all data will remain intact.
i have the same problem. if i want to restore stock recovery, is it the right way to flash via fastboot the recovery.img from the fastboot rom, or i will get issues?

Pixel XL Borked Lineage Install Encrypted Storage

Pixel XL unlocked and flashed with Lineage OS 18.1. An update failed and it will only boot to recovery.
All attempts to side load lineage and stock android from recovery fail. adb sideload runs up to 47%, phone gets to Step 2/2 and fails.
Code:
Error applying update: 1 (ErrorCode::kError)
E:Error in /sideload/package.zip (status 1)
Internal storage is encrypted and all attempts to reformat partitions and/or completely wipe/factory reset have failed.
Lineage's recovery output:
Code:
-- Wiping data...
Formatting /data...
E:/system/bin/mke2fs failed with status 1
E:format_volume: Failed to make ext4 on /dev/block/platform/soc/624000.ufshc/by-name/userdata: Success
Data wipe failed.
E:Failed to clear BCB message: failed to write /dev/block/platform/soc/624000.ufshc/by-name/misc: I/O error
E:Failed to WriteUpdateInProgress: failed to read /dev/block/platform/soc/624000.ufshc/by-name/misc: I/O error
I am unable to install TWRP, however I can fastboot boot twrp.img and run TWRP.
At this point, all I want is to wipe clean and start over, but I can't find any tool that can successfully format, repair or otherwise wipe the entire storage. Any help would be appreciated.
nivagator said:
Pixel XL unlocked and flashed with Lineage OS 18.1. An update failed and it will only boot to recovery.
All attempts to side load lineage and stock android from recovery fail. adb sideload runs up to 47%, phone gets to Step 2/2 and fails.
At this point, all I want is to wipe clean and start over, but I can't find any tool that can successfully format, repair or otherwise wipe the entire storage. Any help would be appreciated.
Click to expand...
Click to collapse
Visit this thread and ask around.
rodken said:
Visit this thread and ask around.
Click to expand...
Click to collapse
Thank you!

Categories

Resources