You are my last Hope. Can't access Recovery Mode - General Questions and Answers

Hello guys !
I know there is like 88 thousand threads on this kind of problem, but bellieve me i've read them all and none of them worked !
I have a serious problem, it's been a week now since i'm looking for a solution, looking at hundreds of guide and threads and different websites... still no results !
I have a Huawei P8 Lite 2017. That i wanna root using the magisk and twrp method (from Pokémon GO Spoofing ; [Android] All the working Android methods 2020) on reddit
I have my phone Unlocked
FRP unlocked
OEM enabled
USB deboging enable
Automatic system update disabled
This is what my bootloader screen says
"Phone Unlocked"
"FRP Unlocked"
i have managed to flash my phone with my twrp.img
C:\adb>fastboot flash recovery_ramdisk twrp.img
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (26226 KB)...
OKAY [ 1.003s]
writing 'recovery_ramdisk'...
OKAY [ 0.348s]
finished. total time: 1.366s
Click to expand...
Click to collapse
But impossible to access the recovery ! always says "command not allowed"
C:\adb>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 1.056s]
booting...
FAILED (remote: Command not allowed)
finished. total time: 1.072s
Click to expand...
Click to collapse
(I have the exact same problem using the commands from the platform tool folder, and my adb drivers are updated (via ADBDriverInstaller)
I've downloaded this TWRP ; twrp-3.1.1-0-grace.img (for huawei P8) (Note that version twrp-3.1.0-0 and twrp-3.0.2-0 do not work either)
I have already tried to access the recovery screen manually right after the flash (using vol Up + Power button on huawei) and i got this error
Error!
Func NO : 11 (recovery image)
Error NO : 2 (load failed!)
I have N.O idea where is the problem !
If you can please help a man in need ^^
Thank you guys !

Anyone ?

Related

[Q] Rooting Issues with Moto G

Hi,
I'm trying to root my Moto G. Was able to unlock it but can't flash recovery or boot superboot with fastboot.
On trying to push twrp with: fastboot flash recovery twrp.img
I get the error:
target reported max download size of 536870912 bytes
sending 'recovery' (8090 KB)...
FAILED (data transfer failure (Unknown error))
finished. total time: 5.021s
On trying to boot superboot with: fastboot boot boot.superboot.img
Iget the error:
downloading 'boot.img' ...
FAILED (command write failed (Unknown error))
finished. total time: 5.014s
I can't seem to find a solution online, does someone know how to fix these errors?
Uncannytable said:
Hi,
I'm trying to root my Moto G. Was able to unlock it but can't flash recovery or boot superboot with fastboot.
On trying to push twrp with: fastboot flash recovery twrp.img
I get the error:
target reported max download size of 536870912 bytes
sending 'recovery' (8090 KB)...
FAILED (data transfer failure (Unknown error))
finished. total time: 5.021s
On trying to boot superboot with: fastboot boot boot.superboot.img
Iget the error:
downloading 'boot.img' ...
FAILED (command write failed (Unknown error))
finished. total time: 5.014s
I can't seem to find a solution online, does someone know how to fix these errors?
Click to expand...
Click to collapse
just install flashify from the playstore and flash a recovery from there its very easy and i think a large number of people had the same problem anyhow thats how i fixed it after further reading in xda cheers,martin
I am actually a fan of rooting without changing the recovery
just use
fastboot boot YourRecovery.img
Click to expand...
Click to collapse
and then flash e.g. latest supersu zip http://download.chainfire.eu/supersu you can even do this by adb sideload in CWM (for the recovery i used CWMrecovery)
i like this method because it will leave your recovery untouched and just root :highfive:
Why dont you flash just Philz Touch recovery? Then go to recovery option on Fastboot mode, once Philz has booted, touch REBOOT SYSTEM, then the recovery will tell you "Your device is not rooted or SU is missing, do you want to apply SU?" Then scroll to YES option and phone will reboot.. DONE, rooted! Now go to Play Store and grab SuperSU app.. Then you can flash to stock recovery....
All I had to do was change the usb port. Now everything is working fine.
martindar said:
just install flashify from the playstore and flash a recovery from there its very easy and i think a large number of people had the same problem anyhow thats how i fixed it after further reading in xda cheers,martin
Click to expand...
Click to collapse
The OP is trying to root his device. AFAIK Flashify requires the device to be rooted to work. What am I missing?

Bricked my Honor 6 H60-L04 Indian variant while trying to install .zip files.

I recently upgraded my phone to EMUI 2.3 to EMUI 3.1 (Android lollipop 5.1), and installed CWM and rooted it. Two days ago I have downloaded cerebus app from Rom manager app and it installed by rebooting into recovery. Then a couple of minutes after rebooting the phone keep on crashing and shutting down randomly and when I tried to reboot it won't reboot but stuck for sometime at the Honor logo and since then I've tried every possible flashing and resetting I found here on XDA.
I still have access to fastboot and that is how I am able to flash ROM s and when I am trying to use the three button method it is stopping at 90 %. I couldn't even access it if my phone is not connected to my PC.
Now I've exhausted all the procedures in here and some other sites.
Somebody please suggest me something, help me.
Thank you.
Follow these steps to get it back to 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.
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.
Thanks Brother.
I have tried to flash Recovery through fastboot and the following error is occurring
F:\Android\Honor root\H60-L04>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (13780 KB)...
OKAY [ 1.451s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.482s
Thanks again for helping me out,.
yessasikiran said:
I have tried to flash Recovery through fastboot and the following error is occurring
F:\Android\Honor root\H60-L04>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (13780 KB)...
OKAY [ 1.451s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.482s
Thanks again for helping me out,.
Click to expand...
Click to collapse
I have the same problem with a H60-L12.
I noticed, that I get that error when I try to flash a boot.img from a different EMUI version pack.
In my case, the phone had EMUI3.0 and I can write any of the EMUI3.0 boot.img's, but cannot write a boot.img from an EMUI 3.1 or EMUI4.0 update.app
yessasikiran said:
I have tried to flash Recovery through fastboot and the following error is occurring
F:\Android\Honor root\H60-L04>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (13780 KB)...
OKAY [ 1.451s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.482s
Thanks again for helping me out,.
Click to expand...
Click to collapse
Which recovery image are you using?
Sent from my PLK-L01 using Tapatalk
yessasikiran said:
I have tried to flash Recovery through fastboot and the following error is occurring
F:\Android\Honor root\H60-L04>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (13780 KB)...
OKAY [ 1.451s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.482s
Thanks again for helping me out,.
Click to expand...
Click to collapse
Try
download adb.zip
http://www.mediafire.com/download/o5ruw752ked884u/adb+H60.zip
extract adb.zip
download
TWRP_2.8.7.0_EN_EMUI_4.0_v4.img
https://drive.google.com/drive/folders/0By4NGNfKPDLBMW9jTy1fOHBGTm8?tid=0By4NGNfKPDLBQTZ2S0licGhjNmc
copy TWRP in adb folder
put the devices in fastboot mode
run cmd.exe as administrator and type this command
fastboot devices
fastboot flash recovery TWRP_2.8.7.0_EN_EMUI_4.0_v4.img
fastboot reboot
If does not work, try to reinstall HiSuite or install the lastet version
http://consumer.huawei.com/minisite/HiSuite_en/index.html
Nexus H791 using Tapatalk
Thnks you for replying so quickly.
I'm using "Honor 6_Firmware_H60-L04_Android 6.0_EMUI 4.0_C675B822_India_Flipkart India"
which is the latest stock firmware for Honor 6 H60-L04.
I have tried to force update with the thee button method and it worked (completed 100%)but unfortunately the phone is now in bootloop. This definitely made the phone a little better but once it got to the EMUI update screen its restarting again.
Thanks again man I though nobody would reply for this. its been so long since ive posted this.
Thank you for replying so quickly.
I'm using "Honor 6_Firmware_H60-L04_Android 6.0_EMUI 4.0_C675B822_India_Flipkart India"
which is the latest stock firmware for Honor 6 H60-L04.
I have tried to force update with the thee button method and it worked (completed 100%)but unfortunately the phone is now in bootloop. This definitely made the phone a little better but once it got to the EMUI update screen its restarting again.
Thanks again man I though nobody would reply for this. its been so long since ive posted this.
Thanks man, I'll get back to you once ive done this.
Nah man, Same thing again.
F:\Android\Honor root\TWRP>fastboot flash recovery TWRP_2.8.7.0_EN_EMUI_4.0_v4.i
mg
target reported max download size of 471859200 bytes
sending 'recovery' (14468 KB)...
OKAY [ 1.507s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.535s
Thank you for guiding me through.
yessasikiran said:
Thank you for replying so quickly.
I'm using "Honor 6_Firmware_H60-L04_Android 6.0_EMUI 4.0_C675B822_India_Flipkart India"
which is the latest stock firmware for Honor 6 H60-L04.
I have tried to force update with the thee button method and it worked (completed 100%)but unfortunately the phone is now in bootloop. This definitely made the phone a little better but once it got to the EMUI update screen its restarting again.
Thanks again man I though nobody would reply for this. its been so long since ive posted this.
Click to expand...
Click to collapse
You have to use that last Lollipop package which you were on before, try the three button method with that and report.
DigiGoon said:
You have to use that last Lollipop package which you were on before, try the three button method with that and report.
Click to expand...
Click to collapse
Hey,
Yeah man I'll do that now and will get bact to you.
Thanks man
DigiGoon said:
You have to use that last Lollipop package which you were on before, try the three button method with that and report.
Click to expand...
Click to collapse
Yeah man, I've tried to flash recovery of the last Lollipop Rom and still the same message FAILED (status read failed (Too many links)).
Is there any other way that we can try to unbrick the device?
Thank you man.
yessasikiran said:
Yeah man, I've tried to flash recovery of the last Lollipop Rom and still the same message FAILED (status read failed (Too many links)).
Is there any other way that we can try to unbrick the device?
Thank you man.
Click to expand...
Click to collapse
Have you used Honor Multitool? http://forum.xda-developers.com/honor-7/general/honor-7-multi-tool-t3281176
zinko_pt said:
Have you used Honor Multitool? http://forum.xda-developers.com/honor-7/general/honor-7-multi-tool-t3281176
Click to expand...
Click to collapse
Yes sir,
Same output and stopping after trying to flash recovery while using the in brick option.
Thank you.
yessasikiran said:
Yes sir,
Same output and stopping after trying to flash recovery while using the in brick option.
Thank you.
Click to expand...
Click to collapse
When you flashed manually, did you used the same IMG files from the last installed ROM?
You can´t extract and flash IMG files of a LP ROM in a last installed MM ROM and vice versa.
yessasikiran said:
I have tried to flash Recovery through fastboot and the following error is occurring
F:\Android\Honor root\H60-L04>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (13780 KB)...
OKAY [ 1.451s]
writing 'recovery'...
FAILED (status read failed (Too many links))
finished. total time: 1.482s
Thanks again for helping me out,.
Click to expand...
Click to collapse
bro type fastboot devices and check how many available devices it shows...if it shows more than 1 device then stop the other device...if thr is only device then try stopping adb.exe and fastboot.exe(if thr)....then again type command "fastboot devices"
yessasikiran said:
Yes sir,
Same output and stopping after trying to flash recovery while using the in brick option.
Thank you.
Click to expand...
Click to collapse
Try using the latest version of the developer ROM
chetan_dua said:
bro type fastboot devices and check how many available devices it shows...if it shows more than 1 device then stop the other device...if thr is only device then try stopping adb.exe and fastboot.exe(if thr)....then again type command "fastboot devices"
Click to expand...
Click to collapse
Check in task manager to see if you have adb.exe running. Stop all and try again.
Still bricked or have u fixed it yet?
goldfinv said:
Try using the latest version of the developer ROM
Check in task manager to see if you have adb.exe running. Stop all and try again.
Click to expand...
Click to collapse
bro i was trying to help another person that was solution according to me for him
Sry if it looks like question...

Hard Bricked FRD-L14 "FAILED (remote: Command not allowed)

So for the past week, my phone has been bricked. Bricked by flashing the wrong firmware, so now not able to access the whole phone, and making matters worse by flashing the wrong recovery for the phone. The phone being an Honor 8, FRD-L14, 64GB.
I'm not able to use dload to rollback anything, or use that option at all, since the recovery isn't eRecovery, and doesn't even have any recovery in itself.
The problem is that I'm able to boot into "download mode" my phones unlocked, and when I type in "fastboot oem get-bootinfo", the response is:
(bootloader) unlocked
OKAY [ 0.008s]
finished. total time: 0.010s
But when trying to flash anything through fastboot in the cmd, like the command "fastboot flash recovery recovery.img" to flash a recovery on the phone, the response would then be:
target reported max download size of 471859200 bytes
sending 'recovery' (29378 KB)...
OKAY [ 0.803s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.814s
My phone is unlocked, and on the download mode screen, is shows:
PHONE Unlocked
FRP Unlock
My drivers are installed, as well as the device being shown in fastboot when typing in the command "fastboot devices"
I haven't been able to do a single thing to the phone, and have searched up a countless amount of hours to find the fix for the phone, if anyone can, please look into the problem and assist me, thanks .
Kc4k12 said:
So for the past week, my phone has been bricked. Bricked by flashing the wrong firmware, so now not able to access the whole phone, and making matters worse by flashing the wrong recovery for the phone. The phone being an Honor 8, FRD-L14, 64GB.
I'm not able to use dload to rollback anything, or use that option at all, since the recovery isn't eRecovery, and doesn't even have any recovery in itself.
The problem is that I'm able to boot into "download mode" my phones unlocked, and when I type in "fastboot oem get-bootinfo", the response is:
(bootloader) unlocked
OKAY [ 0.008s]
finished. total time: 0.010s
But when trying to flash anything through fastboot in the cmd, like the command "fastboot flash recovery recovery.img" to flash a recovery on the phone, the response would then be:
target reported max download size of 471859200 bytes
sending 'recovery' (29378 KB)...
OKAY [ 0.803s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.814s
My phone is unlocked, and on the download mode screen, is shows:
PHONE Unlocked
FRP Unlock
My drivers are installed, as well as the device being shown in fastboot when typing in the command "fastboot devices"
I haven't been able to do a single thing to the phone, and have searched up a countless amount of hours to find the fix for the phone, if anyone can, please look into the problem and assist me, thanks .
Click to expand...
Click to collapse
You're in a tough situation my friend, what do you get when you try the dload method? In my opinion this is the only thing you can do. However i heard about a thing called "DC Unlocker" . It can flash a clean ROM and other good stuff for bricked Huawei phones, but you have to pay, and i don't know what the prices are. Hope you'll make it

Phone Locked Huawei P8 Lite 2017

Hello, first i must say sorry for bad english.
i bought this phone from one guy from work. He just told me: Just Huawei logo showing. But what he did with it he dont said. Well come to problem.
When i go to Fastboot. it showing in green colour - Phone: LOCKED , FRP: LOCK. From this i know i must unlock bootloader first. BUT i cant do nothing. I downloaded DC unlocker and charge 4 points for read Bootloader Unlock code. But i have to connect phone like COM 1.0 .. and that is what i cant. there is no recovery. nothing. tried update with SDcard with UPDATE.APP from dload but nothing happen. So i tried flash manualy with Fastboot flash recovery.img .. boot.img .. and it say
C:\adb>fastboot flash recovery recovery.img
target reported max download size of 471859200 bytes
sending 'recovery' (35604 KB)...
OKAY [ 0.993s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 1.012s
everyting what i trying to flash it giving same error. FAILED (remote: Command not allowed).
I dont know what else i can try to unlock bootloader. I know i must somehow first unlock booloader but i dont know how when phone reacting to pc just in fastboot mode. installed HiSuite for drivers. Hope can somebody here help me.
So another method.. Can somebody here tell me how unbrick Hard bricked p8 lite 2017? I readed a lot of pages about this problem. And it telling me the my phone are Hard bricked. Is here some way to unbrick?

Can't get into recovery mode

Hi.
After trying to upgrade my rooted P20 eml-l09 c605 with EMUI 9.x, I couln't get into recovery mode anymore (on button + vol up)
What I did was flash original ramdis.img and recovery_ramdis.img to unroot it, so i could upgrade it directly from the phone, but something bad happened so I couldn't get the recovey menu anymore.
Help please.
PS: (Bootloader is unlocked)
This message appears when I try to flash recovery_ramdisk
- Flashing TWRP recovery
target reported max download size of 471859200 bytes
sending 'recovery_ramdisk' (23542 KB)...
OKAY [ 0.577s]
writing 'recovery_ramdisk'...
FAILED (remote: Command not allowed)
finished. total time: 0.590s
Where did you find the original ramdisk image from?
I need it too because i accidently flashed a TWRP version that doesent work
I can't flash anything, even with the original ramdisk (downloaded from firmware finder).
I really don't know what to do.
My phone is an EML-L09C605, it is working and rooted.
Only I can get to fastboot menu.
I still haven't got a solution but, Is downgrading it the way to follow?
Help please.

Categories

Resources