What u have to do when u destroyed ur H7 System (Noob Friendly) - Honor 7 Q&A, Help & Troubleshooting

Hello Folks,
i just had the Problem that i flashed the wrong superSU wich resultet in a not bootable System.
In my case this was the Stock firmware 380 i flashed with trwp 3.0.2 and a Supersu 2.49 wich resultet in a Error 10 and 2 (No Boot.img / bootable system).
The Following helped me a lot and i think this will fix most destroyed Boot.img´s and Systems.
The Source was here on this German Page : http://www.android-hilfe.de/thema/honor-7-zerschossen-geloest.796550/
I thought ill translate here:
When the System will not find/has broken System or Boot.img do the following:
Get the Stock Rom or Update from ur current System (example B380 or any other wich u installed atm)
-> https://forum.xda-developers.com/honor-7/general/models-stock-firmware-packages-honor-7-t3448747
Get the Huawai Update Extractor:
-> https://forum.xda-developers.com/showthread.php?t=2433454
Then open ur downloaded Update.zip or Rom.zip and open the UPDATE.APP file with the Extractor and extract the following files:
-System.img
-Boot.img
-Recovery.img
Afterwards copy those into ur ADB files folder and open a CMD in that Window.
Connect ur H7 with ur PC and boot into the Fastboot (Vol- and Power)
Type the following into the CMD window previously opend:
1- fastboot devices (should list up ur H7)
2- fastboot flash boot boot.img (flashes the Honor7 boot.img to the H7)
3- fastboot flash system system.img (flashes the system wich maybe corrupted)
4- fastboot flash recovery recovery.img (flashes the stock recovery and removes trwp)
5- fastboot reboot
Your H7 should now reboot and boot in the system as u had it before.
TWRP will be removed and exchanged with stock recovery.
I hope i have spared some of u the time searching for help in the web.
All Credits to the devs and ppl wich provided the Info. This is just for translation.

Related

bricked honor 7 , please help

Good evening everyone , I have a big enough problem . Mistakenly I did wipe of all phone including system by TWRP and now it will not start . I suppose to to flash the stck ROM but i don't have it, could you help me ?
i can only enter in twrp , no system
aboumoslih said:
Good evening everyone , I have a big enough problem . Mistakenly I did wipe of all phone including system by TWRP and now it will not start . I suppose to to flash the stck ROM but i don't have it, could you help me ?
i can only enter in twrp , no system
Click to expand...
Click to collapse
You can solve your problem with Multi Tools and -Unbrick from bootloop
Follow these steps in order to return it to fully stock:
Download your phone's latest firmware and extract system.img, boot.img, recovery.img, cust.img from UPDATE.APP using Huawei Update Extractor tool.
Flash recovery first, using this command.
Code:
fastboot flash recovery recovery.img
Flash all other extracted files similarly firing these commands.
Code:
fastboot flash boot boot.img
fastboot flash cust cust.img
fastboot flash system system.img
After doing this put that very UPDATE.APP from which you extracted the files in dload folder of your external SDCARD.
Switch off your phone, and press Vol UP + Vol DOWN + Power button simultaneously.
Your device will now get to the full stock firmware.
Hope this helps you.

Bootloop

Hi guys
I tried to go back to stock android 5.0.1 from a custom rom based on marshmallow. I did everything you told me to do in other thread but still I failed :crying: :crying: :crying: :crying: and got into Bootloop. Nothing I can do with my phone except going into Fastboot&Rescuemode. HiSuite does not see my phone (i think its the custom rom bug). Please help me ;c
Tried things mentioned in this thread http://forum.xda-developers.com/honor-7/general/guide-beginners-how-to-root-update-fix-t3255452 ,still in bootloop
fixed!
I had to flash Android 6 recovery etc.
Szumy said:
Hi guys
I tried to go back to stock android 5.0.1 from a custom rom based on marshmallow. I did everything you told me to do in other thread but still I failed :crying: :crying: :crying: :crying: and got into Bootloop. Nothing I can do with my phone except going into Fastboot&Rescuemode. HiSuite does not see my phone (i think its the custom rom bug). Please help me ;c
Tried things mentioned in this thread http://forum.xda-developers.com/honor-7/general/guide-beginners-how-to-root-update-fix-t3255452 ,still in bootloop
Click to expand...
Click to collapse
Try this
1 - Download B130
You can find the download links in.
http://forum.xda-developers.com/honor-7/general/plk-l01-firmwares-updates-official-beta-t3272205
http://forum.xda-developers.com/honor-7/general/models-stock-firmware-packages-honor-7-t3448747
http://www.modaco.com/forums/topic/...ck-rom-images-updated-1st-april-2016-plk-l01/
2 - Follow this guide
3 - Extract recovery.img, boot.img, cust.img and system.img from update.app file inside of B130 update file.
4 - Install minimal ADB and fastboot in your PC
5 - Install latest Google USB driver
6 - Reboot your PC.
7 - Connect your H7 to PC.
8 - Reboot H7 into fastboot mode (Vol- and power phone).
9 - Copy img files to ADB fastboot folder in your PC.
10 - Run ADB in your PC.
11 - Run ADB commands:
a) - fastboot devices - should reply with a device (yours)
b) - fastboot flash recovery recovery.img
c) - fastboot flash boot boot.img
d) - fastboot flash cust cust.img
e) - fastboot flash system system.img
f) - fastboot reboot​12 - Copy the update.app from B370 zip file to a "dload" folder in your phone. Either in root of SDcard your root of phone.
13 - Turn off phone.
14 - Press simultaneously vol+- and power until you see any screen. Should be the update screen. It will update then reboot.
15 - Reboot and update until B180/190 version or B370.
16 - Factory reset after last update.

how create zip file from update.app file?

Any body can help me how to repack update.app (stock rom) into flashable Zip
My phone have unlocked bootloader and have twrp.
Impossible to flash stockroom with update.app file via twrp.
I`ve tired using custom rom so many bug.
I want rolling back into stockrom with keep twrp n unlocked bootloader.
I've lost my backup
Sorry bad English
Device SCL-L21
1. extract boot.img and system.img for update.app using huawei update extractor
2. copy them into fastboot folder on your computer
3. go into fastboot mode and type this on you computer:
fastboot flash boot boot.img
&
fastboot flash system system.img
3. when completed just type "fastboot reboot"
4. wipe data and cache in recovery to start your phone like new
that`s what i do when i flash stock rom
TheWarrior12345 said:
1. extract boot.img and system.img for update.app using huawei update extractor
2. copy them into fastboot folder on your computer
3. go into fastboot mode and type this on you computer:
fastboot flash boot boot.img
&
fastboot flash system system.img
3. when completed just type "fastboot reboot"
4. wipe data and cache in recovery to start your phone like new
that`s what i do when i flash stock rom
Click to expand...
Click to collapse
Hi man, itś so many years dead discussion, but now i need upgrade my Honor 5C. I don´t know if i´ve make something bad, but if i try flash system from stock rom (NEM-L21C432B364), my phone is dead. Only recovery and fastboot mode is working. I´ve try upgrade from version B132. Can you help me please? Now I am not sure, if upgrade version B132 directly to B364 is OK....

[Unofficial][Q]Twrp Recovery for Xperia 1/5 On Android 10

Hello dear people !! ^^
Since we have in a short time Android 10
We don't have recovery for it.. Sadly enough but..
I found this on a chinese forum and make a guide of it.
I don't own the Xperia 1.. Not yet but next week i have one,
So i hope all you people understand this guide because i
explained it as far i can do it.
----------------------
.. Requirements ..
Unlocked bootloader
Xperia 1 Or 5
Android 10
Knowledge howto flash
----------------------
Important !!: rename your patched boot.img what you did
with magisk to kernel.img in put it in this zip Here
1: Remember to back up all your data
2: Make a clean install of the firmware,
!! don't boot after flashing !!
3: Turn the phone into fastboot mode
and connect and type this command in cmd window:
fastboot flash boot twrp-xperia1.img
Here the fastboot twrp file
4: fastboot this command of vbmeta:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
Here the vbmeta file
5: Press and hold the volume down and power at the same time,
release the powerbutton but keep
pressing volume down button till you enter twrp.
6: Copy the 3 zips:
The boot.zip where your own kernel.img is inside
what you did at the beginnig of these steps
twrp-Xperia1-3.3.x.zip: Here
Magisk-v20.1.zip: Here
to the phone storage, and flash in twrp
7: Start it up and done
Note: If you encountered
damaged internal storage, format internal memory in twrp
and all went just fine.
... Credits ...
M-Rom
​
Res
This doesn't lead to success with an Xperia 5. Once you try to boot into TWRP at step 5, you got a note that the device is corrupt and will shut down in 5 seconds.
Thanks ASap people try this I will install and try it! Know bug? Is this still in very testing version? For the moment I don't want to touch my device.
The clean install is necessary? Any incompatibilities with some magisk modules? Im currently using: smali patcher, taichi, youtube vanced
Why isn't there a Thread in the Xperia 5 Forums? Just found this out of Luck...
Instructions are also bit confusing... Where is the vbmeta.img from? Google? And why do i need a boot.img if we have already a TWRP boot.img? Will the one boot.img not replace the other?
Flashing a new Firmware makes also no sense if you just do "fastboot -w" to erase all Userdata. (If coming from a clean Firmware like i do, or You do right after unlocking Your Device)
Edit: So in a nutshell
-We do boot up the twrp boot.img to be able to flash Zips!?
-We do flash vbmeta to unsecure our booting!?
-We do flash our own boot.img with the Zip that the Device can work right!?
-We do flash the TWRP Zip which edits our Ramdisks to add TWRP
-We do flash Magisk (Optional!?) for only Root? Or also needed Kernel changes!?
Would be nice to also make links to XperiFirm and UnSin to get the boot images...
You could also edit the boot.zip script for "magisk_patched.img" so users don't have to rename it
Just want to support that btw. Thanks for Your work anyways!
---------- Post added at 15:47 ---------- Previous post was at 15:07 ----------
Xperia 5 booted well into TWRP but it freezes everytime i start a flash or wipe. Got the storage to work with fastboot -w after flashing the twrp and vbmeta images. Adb Sideload does also not work. Looking forward to a working version!
TWRP unable to flash zips
Well, the title says it all. I can flash the twrp image, but it freezes when flashing zips or starting sideload. I'm using a J9110. I understand you're not supporting here, but just in case you had some tips. Oh and by the way, hoi vanuit Leiden
EDIT: Found the fix: don't change the language to english before opening twrp, and it will flash just fine!
xperia 5 fix plz
I've installed this, it work but boot in chinese and cant load the usb mtp driver on my pc, I cant move the boot.zip to flash, had it put on sd card, cant find the sd card on this crappy twrp, for me is a no. I'd just stick with patched boot until something better will work.
mtp should work if you follow every instruction and boot twrp in chinese.
Having the same issue as others... it appears as though the internal storage is encrypted, but I have no lock screen enabled in the ROM. No Passwords or Fingerprint either. Tried wiping data from within TWRP froze the system. Performed a wipe from within ROM, and now the ROM shows internal data folders as though they're encrypted. Need a pinch of help here.
This method has problem if 55.1.A.3.149 is flashed. The "Start" screen freeze with no touchscreen function on reboot after the procedures completed.
Is there any update to this?
Hopefully with 3.4 will bring a more stable twrp. It includes changes for devices updated to Android 10
I hope can teach how to get your patched boot.img
It's not too much complex to make it work
download firmware from xperiFirm
unsign the boot.sin to get boot.img for your xperia 1
flash the twrp.img to your boot slot_a/b
boot into twrp
install the boot.img, twrp.zip, magisk.zip
now everything works
benben233 said:
I hope can teach how to get your patched boot.img
Click to expand...
Click to collapse
It's not too hard to get one
Get the origin boot.img from xperiFirm, twrp.zip
boot into any twrp on any device
backup your own boot paritition
install the boot.img, twrp one by one
then backup the boot partition, you get the patched-boot.img
Tenhow.XDA said:
download firmware from xperiFirm
unsign the boot.sin to get boot.img for your xperia 1
flash the twrp.img to your boot slot_a/b
boot into twrp
install the boot.img, twrp.zip, magisk.zip
now everything works
Click to expand...
Click to collapse
On latest android 10 and fw .28 it works ? @Tenhow.XDA
Any sign of Android 11 TWRP for Xperia 1?
MrMmmkay said:
Any sign of Android 11 TWRP for Xperia 1?
Click to expand...
Click to collapse
No

Realme 7 pro stock ROM MSM Download tool

Hi!
I cant enter the MSM Download Tool app provided in ROMs folder. Does anyone know hoy to solve it?
I need to unbrick my phone
Sorry to say that you will have to pay an Indian to recover your phone, the MSM downloader requires an authorized id
I have a similar problem: accidentally i format the system partition and now i can only enter in recovery e fastboot mode but i can't install anything roms. Is there a way to restore stock rom or force a custom rom? Thanks.
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
bro i did everything and i unbricked my phone successfully (thanks to you and that thread https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/ )
but i still have a problem that my fingerprint doesn't work and i did not backup persist.
please help me bro - Thanks in advance.
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
Hi, man.
I really need help with this one. I have a bricked device.
So, can you provide me with the twrp? I tried to install one but can't find the right one. Also, I'm stuck with this "boot destroyed" thing. Have tried to fix it--and it seems there's step in your solution above that I've tried as well (aka. flashing boot, vbmeta, super, etc.) but still can't get it work. Do you have any idea?
Cause it seems that I have to fix the boot destroyed thing first.
TIA
pls bro help me...Wipe and after that flash the ozip file?OZIP THATS mean stock rom or?
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
help plis ???

Categories

Resources