Honor 6 H60-L02 Hard Bricked - Only access to fastboot (Vol+ and Usb PC) - Honor 6, 6 Plus Q&A, Help & Troubleshooting

Hi,
I have a Honor 6 H60-L02
- It was with B811;
- Bootloder Unlocked;
- Tried to install TWRP, it did;
- In TWRP tried to root/intall superuser, it gone wrong;
- Rebooted, it hard bricked, staied in loop in huawei logo;
- Couldnt do anything even turn off it back turn on to logo;
- Let draw completely the battery, tried to connect with Vol+ and connect to pc get fastboot;
- Battery died(Led Red Blinking), removed battery, installed 3 times and it started to charge;
- By fastboot, tried to flash multiple ways recovery, boot, cust, system, it flash all ok, but doesn work anything;
- The buttons combinations doesn´t work any. Just the fastboot access (Vol+ and Usb cable).
Need HELP please

I had a similar problem (on a L04) but I fixed it by flashing 4 images (cust, recovery, system, boot) through fastboot. I flashed B820 since that's what I had before soft-bricking it with wrong root .zip archive. If I were you, I would try to flash B811 through fastboot again, and try to be patient (you can take a look at the logcat, although you need to give it a while. I'm pretty sure you also need to make a factory reset in Huawei's recovery to make it work (well, theoretically root shouldn't touch user data if I'm correct, but I guess you prefer to be extra sure... you may try both with and without resetting it).
And for heaven's sake, people need to stop making the mistake we both did. Please, before flashing ANYTHING, make sure you have a TWRP backup, it will save you lots of time and stress...

Hey guys,
I have an honor 6 l02, running android mm, developer channel. I tried to downgrade to lollipop beta channel by flashing in fastboot recovery, cust, bot and system imgs. When I inserted the sd card with full b535 rom, the installation doesnt start, tried entering recovery and it fails, so 3 button method doesnt work.
I tried changing recoveries, and the only one that works is from developer channel, 6.3.1 and twrp. Installation stops on 5% when using 6.3.1 recovery.
What else can I try, I am desperate?!

i also have the same problem .. boot loop , open up the battery , hard reset . TWRP did & flash all fastboot flash recovery RECOVERY.img SYSTEM.img BOOT.img CACHE.img CUST.img USERDATA.img , put Update.app inside dload folder ( Sdcard & transfer it inside phone) , still unable to install new os. i believe already clear up all data inside the phone , did format it . just pending on changing a new phone only . seek your advise
H60-l12

I have also the Problem.
When i want to Flash the Update.app file, i get always this Screen...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What Tell me my honor?
Gesendet von iPad mit Tapatalk

Follow these steps if you are able to get in fastboot mode:
Download your phone's latest firmware and extract system.img, boot.img, recovery.img, cust.img from UPDATE.APP using Huawei Update Extractor tool.
Boot into bootloader mode by switching off the phone then pressing only the Vol DOWN button, and connecting it to PC simultaneously.
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.
NOTE: If the manual flashing doesn't works or you get any errors, then first try only the force update method, i.e Putting the UPDATE.APP from which you extracted the files in dload folder of your external SDCARD and pressing Vol UP + Vol DOWN + Power button simultaneously after switching off your phone.

Related

[Q] Xoom Root Problems

A few days ago I decided that I wanted to root my Xoom, so I went by a guide on how to do it. ( http://forum.xda-developers.com/showthread.php?t=1249798 )
I got into the bootloader, flashed on a new recovery, etc. Got the new kernal installed, so I reset my Xoom thinking I was done. Right now, it's stuck on the Motorola screen. Bring up the boot menu and try the recovery, it doesn't work. Tried the fastboot option, computer doesn't detect it. However, on the RSD mode, I did have some action with the computer. I'm not sure if it's a drivers issue, if the Xoom hates me... or what. :/
Anyone got any input on this?
I've done the following:
Used a different USB Cable
Used USBDeview to remove the drivers manually
Reset the Xoom using Vol up+Button on back
Ragequit, multiple times
Gone into Recovery, which led me to a Reading ODM Fuse: 1 screen where it stays
Tried the fastboot multiple times to no avail
Posted on xoomforums about this, no final answer.
Also,
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sounds like your relocked your bootloader, or you don't have a system image installed.
Start over from scratch - I used it to Root my Wifi Only Xoom and
my 4G LTE Xoom with no problems. Only took about 10mins - use this method:
Universal Xoom Root​
Thats right, this method will work for any xoom on any update - Including future updates!!!
Note: Unlike the similar method floating around on here, this also gives you an unsecured boot image.
-- Please Note: this thread is still a work in process and has been sped up by the arrival of the 4g Xooms --
Current requirements: adb & fastboot have been setup and you have an external sdcard for your xoom.
1. Setting up adb & fastboot
Coming Soon! (If you want to write this section for me and pm me it, thats fine !)
2. Downloading the rooting-update zip file.
Download the zip file from here.
Now place this on your external sdcard. - Sorry this is a requirement at the moment, like I said this is a bit rushed.
3. Flashing recovery
1. Download this Recovery image. (put this image in the same folder that holds the adb.exe most likely tools or platform tools folder.)
2. If your device is locked, now is a good time to unlock it.
To UNLOCK -
Code:
adb reboot bootloaderfastboot oem unlockfastboot reboot
3. Flash recovery
Code:
adb reboot bootloaderfastboot flash recovery recovery-Tiamat-R4c-100611-1150-cwm.img
Once you have verification on your device that this has been flashed, reboot your device by holding volume up + power.
Then 3 seconds after you see the Motorola logo, hit volume down. You should now see "Android Recovery" in the top left corner. Hit volume up to boot into recovery.
4. Flashing the Xoom-Universal-Root.zip file.
If you're in clockwork mod recovery you can continue (This recovery image will say it is clockwork mod) . If you're not looking at clockwork mod, then you need to repeat step 3 again.
In cwm, go into "install zip from sdcard" -> "Choose zip from sdcard", then select the Xoom-Universal-Root.zip file you downloaded.
Note: use the volume buttons to navigate and the power button to select
Reboot your device and then welcome to your rooted device!
Now reboot into recover and flash a new ROM of your choice - I like this one:
[ROM][ICS] Team Eos ICS 1.0.0
Flash ROM then, do not reboot yet. Flash GApps right after ROM Flash then reboot!
Welcome to your rooted device!
Downloads
Universal Xoom root - version 1.0

MT7-TL10 update faild

am try to flash my phone with new recovery so now its not start
when power my phone on i got this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
am try to update it with more firmwares but always faild
and try also from fastboot and adb but i canot flash recovery or boot file
so please how can i fix it and make it working like before
thanks
My problem solved please admin close this thread
Please!! tell my how you did it. I have the same problem. Greatly appreciated.
I am just bothered by the same problem for days.
did some research in the meantime...it seems only a few other HAM7 owners ended up like we did.
Unfortunately none of them was able to get the phone back to life, even though it's "just" a soft brick.
bro my problem solved after am leave my phone on charger for 3 hours , before always failed but after recharge my phone for 3 hourse its working and make update with no errors
solved!!
Finally I managed to get the device back to life
Here's what I did:
1. get the latest ROM package for your device - this MUST be the ROM you had installed prior to the crash
2. extract the package with Huawei Update extractor
3. flash via fastboot a) the boot.img and b) the recovery.img (take those file from the extracted folder)
4. get a SD Card and put the update.app file into the dload folder in root directory (you have to create dload folder first)
5. put the SD Card into the device and force update via 3-button method (press Vol +, Vol - and Power at the same time)
6. Update should complete now (if you stuck with 90%, try a different ROM - for me it only worked with exactly the same package I've installed prior to the crash)
- That should be it....Can't tell you how happy I am, after 2 weeks I got my beloved Mate7 back.
sweetsmoke69 said:
Finally I managed to get the device back to life
Here's what I did:
1. get the latest ROM package for your device - this MUST be the ROM you had installed prior to the crash
2. extract the package with Huawei Update extractor
3. flash via fastboot a) the boot.img and b) the recovery.img (take those file from the extracted folder)
4. get a SD Card and put the update.app file into the dload folder in root directory (you have to create dload folder first)
5. put the SD Card into the device and force update via 3-button method (press Vol +, Vol - and Power at the same time)
6. Update should complete now (if you stuck with 90%, try a different ROM - for me it only worked with exactly the same package I've installed prior to the crash)
- That should be it....Can't tell you how happy I am, after 2 weeks I got my beloved Mate7 back.
Click to expand...
Click to collapse
Force update do not boot via 3 button method and go directly into rescue mode(FUNC_LOAD_IOM3). Is it possible to get my HAM7 life back?
acopo said:
Force update do not boot via 3 button method and go directly into rescue mode(FUNC_LOAD_IOM3). Is it possible to get my HAM7 life back?
Click to expand...
Click to collapse
You're sure you have the correct update.app in the dlaod folder of your sd-card? As I wrote before, for me it only worked when I had the exact same update.app (in my case it was the B324 Version).
But see the steps I've done before, I mean I flashed boot and recovery img - which I've extracted from the update package.
Honestly, I'm not 100% sure what finally solved my problem - I just tried to recall the steps I made.

Stuck in TWRP

Hey there,
I´ve received my used Oppo today and couldn´t do stuff with it so I decided to flash it with CM13 and after some more things I did, I couldn´t restore my backups properly anymore (why I find odd and this has never happened to me before). Then I decided to switch back to ColorOS 2 following the instructions on oppoforums.com. Somehow I think that when I finished step 4: To make a clean install please select "Wipe data and cache", press "Yes" when it's done. my entire internal storage was wiped :-/ instead of wiiping data and cache it turned off and on and so on....it didn´t boot into ColorOS so I went with booting into TWRP again. There I found that I can only see some folders of Interal Storage
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(open in new tab). I managed to adb-move the file "cm-13.0-20160311-NIGHTLY-r7plus.zip" into /sdcard and tried to install it from there which it apparently does successfully
.
When I click reboot -> system it still boots into TWRP everytime :crying:
How can I boot into an OS again? My computer recognizes my phone and I have adb access.
hmm... try use msm download tool
I have the same issue couple of days before... do this
Download Stock Recovery.
Boot in to fastboot
and flash stock recovery using this command fastboot flash recovery stock.img
After flash use command fastboot reboot
if you see wiping data and gone black screen then follow this....
Use this command. fastboot boot stockrecovery.img
now you can boot to stock recovery and you will see fully loaded wiping bar and it shoul reboot the phone. Now its done.
Power of the phone by press and hold. And boot to recovery asusal u do...flash the rom.
for qurey whatsapp me +919790397283
sriszone said:
I have the same issue couple of days before... do this
Download Stock Recovery.
Boot in to fastboot
and flash stock recovery using this command fastboot flash recovery stock.img
After flash use command fastboot reboot
if you see wiping data and gone black screen then follow this....
Use this command. fastboot boot stockrecovery.img
now you can boot to stock recovery and you will see fully loaded wiping bar and it shoul reboot the phone. Now its done.
Power of the phone by press and hold. And boot to recovery asusal u do...flash the rom.
for qurey whatsapp me +919790397283
Click to expand...
Click to collapse
Thanks, this actuually did it for me! I tried adb sideload, but that didn´t work.
https://goo.gl/photos/vSRMhRjyxr4MW8CA7
No ... Dont side load.
Just boot to twrp. Not flash.
Go to Fastboot. and boot . use this command. fastboot boot twrp.img
then you can mount internal storage.

UNBRICKED FROM NO:12 (FUNC_LOAD_IOM3) Error NO:1 / unable to find crypto footer

Hi everyone
Firstly I'd like to thank this forum and all the contributors that posted. Without these useful information I wouldn't able to unbrick my phone.
I'd like to share my experience with "Error! Func NO:12 (FUNC_LOAD_IOM3) Error NO:1". and e:could not mount data and "unable to find crypto footer"
My phone had this error in the past and it has successfully unbricked.
This took me two weeks, I've tried every single guide I can find online, somehow I got it to work.
I hope my post will help you towards fixing your issue.
(Its strange for people like you and me still fiddling with our mate 7s in 2018 )
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have a MT7-UL00 with 6.0 marshmellow B561. I was trying to downgrade to 5.1. I was following a downgrade guide and was told I need to card flash (power, vol + and vol -) a B500 update.app rom via SD card first in order to downgrade.
I failed because of two reasons, I connected my USB to my pc when trying to flash it and my SD card was in FAT format rather than NTFS.
After my card flash failed I used HuaweiUpdateExtractor_0.9.9.5 to repack the B500 update.app and flashed it by using TWRP, and this bricked my phone.
(There might be other things I've done in the interim like wipe all partitions etc, I don't remember the steps on how I bricked it)
I start to get Error! Func NO:12 (FUNC_LOAD_IOM3) Error NO:1 and I can not re-enter recovery mode
I rebooted to fastboot mode (power and vol -), and flashed TWRP 2.8.7.0 and pressing (vol +, vol - and power) I was able to get into TWRP.
In TWRP, I cannot do any wipe or repair or reformat, I get an error message "e:could not mount data and "unable to find crypto footer"
I've reflashed twrp-v1-hi3630.img and reformatted the all the partitions and fixed the mount issue.
https://www.youtube.com/watch?v=cvXbzhJEan8
I've then followed the downgrade process to downgrade from 6.0 to 5.1
I've rebooted into fastboot and flashed stock B561 rom using fastboot. (I can not find any stock 6.0 update.app rom)
(After this step somehow TWRP 3.0 stopped working, I have to downgrade to 2.8.7.0, but I don't think you require to do this to complete the following steps)
(Your recovery should be back to stock standard, if not you need to flash your recovery back to Huawei recovery)
Then I flashed B500 using card flash (reformat SD card to NTFS, put dload folder in root path in SD card, unplug usb cable, press vol +, vol - and power to flash)
Then I flashed B351 using card flash (same process)
Then the phone recovered. I was able to boot into the OS with android 5.1.
I hope this information helps you to unbrick your phone.
Good luck.
Will give this a try, am also in that same problem. Hope the phone wakes up

Mate 9 Lite keeps restarting after a few seconds of boot

Hi, I have that problem of the title. What can it be?
It have TWRP and I did a rollback from Nougat to Marshmallow (Current Build BLL-L23C900B120-log) and after the rollback the problem persists, can't even charge my phone because it automatically boot and well, I tried with a lot of roms with C605 and nothing works. I performed a rollback because after I updated it back then it's build was NDR90M test key and it didn't let me open any banking app because of security reasons. Any solution? Thanks in advance.
Sorry if this is not the right forum. I understand that Huawei Mate 9 Lite is the same as Huawei Honor 6X.
Pls don't flash again B380 or any firmware without the data update.app or you may see the NDRM90-TEST keys trust me next time flash B342
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Ok there is still a chance to get working again your device
You will need potatonv (if you got the bootloader locked as user not fblock)
B120log zip and B342 Update and Data update
This TWRP
And Huawei firmware extractor
First recover the phone
I don't know if you really had the bootloader unlocked if you don't you need to unlock it using potatonv with kirin 65x (A) the test point of BLL-L23 is located near the fingerprint conector (right of them) short it when connect your phone to get the EDL and start the potatonv also save your new bootloader unlock code and do the OEM unlock
From the B120 update.app open the Huawei update extractor and extract the recovery and recovery2 images
Put the phone in fastboot mode (put USB and press vol -)
And flash
Fastboot flash recovery recovery.img
Fastboot flash recovery2 recovery2.img
Now take a SD card and make the dload folder and copy the b120 update.app here
Put the phone in dload using the 3 button combo (pwr vol - +) and the update should be installed now
If the process is correct your device will boot as normal with android 6.0 B120Log
To correctly update now the bootloader needs to be still unlocked
Flash the TWRP 3.0.3.0 (newers version directly don't boot)
Copy the B342 zip and this OEM info (not the update.app) to the micro SD (THE INTERNAL MEMORY IS NOT AVAILABLE DURING THIS PROCESS) flash first the OEM info reunlock the bootloader using the fastboot OEM unlock next flash the B342 zip
After that reboot and wait until the system boots complete the device oobe and in the phone info you will still get NDRM90-TEST keys
To fix that you need the B342 Data zip delete in the SD CARD the B120 update.app and replace with the B342 Data update.app
Do again the dload combo and let the phone flash the cust and other info if the process is correct you device info will show the correct compilation instead of NDRM90-TEST keys and safety net should work now (Device certificated)

Categories

Resources