Vol+ gets me to Huawei eRecovery (tries to download firmware over wifi but failes)
Vol- gets me to fastboot mode
and btw that only works when i turn the phone off and hold the button and connect the usb cable
without the cable i automaticly get into rescue mode
with eiter
Error!
Func NO : 10 (boot image)
Error NO : 2 (load failed!)
or
Error!
Func NO : 11 (boot image)
Error NO : 2 (load failed!)
fastboot flash recovery /Users/lol/Desktop/recovery-B303.img
target reported max download size of 471859200 bytes
sending 'recovery' (28226 KB)...
OKAY [ 0.596s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.596s
PHONE UNLOCKED
FRP UNLOCK
read something here in april... some solution yet ?...
yeah 。same with ur problem
my MATE S ,MIDDLE EAST CRR-UL00 C185B360,PHONE UNLOCKED FRP UNLOCKED
I want to root my phone then change to chinese or hongkong。(I am chinese man)
When I do the step flash twrp,it always show me command not allowed。
I doubt that different region the recovery document is different。
I TRIED THIS:
http://www.htcmania.com/showthread.php?t=1140056
https://forum.xda-developers.com/mate-s/general/how-to-root-properly-huawei-mate-s-t3418268
and all the chinese recovery。it doesnt work。I also tried update to chinese B368,but it is middle east·······
so it is a dead cycle。
any idea about my recovery?many thanks
Related
Hello,
I have a nexus one with Cyanogenmod 7.1. A few days ago it was reset alone and until now it gets stuck in X home screen.
No possible to entry in recovery, only Fastboot mode.
I have read the forum and the conclusion I've reached is to flash a new recovery, but tried several commands of flashing without positive result.
This is the version of the Fastboot:
*** UNLOCKED ***
NEXUSONE PVT SHIP S-ON
HBOOT-0.35.0017
MICROP-0b15
TOUCH PANEL-SYNT0103
RADIO-5.12.00.08
Oct 12 2010, 14:33:16
These are some examples of what I've tried so far:
fastboot devices
HT05CP80**** fastboot
fastboot erase recovey
erasing 'recovery'...
FAILED <remote: not allowed>
finished. total time: 0.070s
fastboot flash recovery recovery.img (recovery-RA-passion-v2.2.1.img)
sending 'recovery' <3366 kB>...
OKAY [0.484s]
writing 'recovery'...
FAILED <remote: image update error>
finished. total time: 62.182s
fastboot boot recovery.img
downloading 'boot.img'...
OKAY[...]
booting...
OKAY[...]
finished. total time:0.571s
After that, the screen stucks with X picture. It's necessary to power off the phone to re-entry in fastboot screen mode.
Also, I've tried blackrose to get S-OFF, of course with manual procedure. But whenever I use a command to flash, It gets the "image update error"
Also, I've tried PASSIMG.ZIP procedure, but every parition is flashed the result is PU error.
Would welcome help to get the phone repaired!!
Many Thanks for your time,
Berciano
I apologize in advance for bad English.
huawei pra-lx1- P8 lite 2017
My phone is also stuck at the boot screen.I uploaded a bad firmware to my mobile(firmware for hi6250 huawei). I cannot boot into recovery mode, I can only boot into fastboot&rescue mode while holding the power button and volume down button when attach to the computer by a USB cable. The screen on my phone says the following:
-------
FASTBOOT&RESCUE MODE
Please Connect Usb Cable to
Your Computer and Open Hisuite
Android reboot reason:
AP_S_ABNORMAL
NA
volumekey_down_press_process_func
[android logo]
PHONE Locked
FRP Lock
rescue mode enter..
-------
I tried to flash boot.img and recovery.img (extracted from an update.app through HuaweiUpdateExtractor) but I get the following message in Minimal ADB and Fastboot:
-------
target reported max download size of 471859200 bytes
sending 'boot' (15498 KB)...
OKAY [ 0.625s]
writing 'boot'...
FAILED (remote: Command not allowed)
finished. total time 1.375s
-------
I assume that I'm not able to flash anything because my phone is locked and USB-debugging is not enabled on the phone through settings (and I cannot get there since the phone doesn't boot into Android). When I connect my phone to the PC the Hisuite does open automatically but it doesn't show any phone, nor cannot recover it through that software.
If only I could flash anything on the phone, that would be a step forward in reviving this phone. Does anyone have ideas?
Try again to open the bootloader.
Bootloader can not be unlocked again,the IMEI has changed and a new code can not be obtained
Hi, I'm about hours to jump from my window.
I wanted to flash EMUI 9 official C432 firmware, but I did it with HuRU so the compilation number was bad. I tried again with the official EMUI 9 beta update "The TOOL", but at some point TWRP lost conection with my PC, so as a dumb guy, I reseted the Developer Options, and the "Unlock OEM" option was greyed out and couldn't enable it.
So I rebooted to TWRP and made a Factory wipe, but I kept having problems with my pc detecting my phone. (I tried changing usb cable and port, reinstalling drivers, erasing all USB devices, etc). So I dont know why I did a Wipe Data partition, but it took so long that I turned off my phone.
So now, here is my problem/s:
>Bootloader unlocked/FRP Locked
>Constant Bootloop, nor OS or recovery works
>As I wiped Data partition, OS and TWRP or any recovery is not available (maybe?)
>As I have FRP Locked, I can't install any recovery nor .img (when I try to flash anything it says: "FAILED (remote: Command not allowed)"
>Also I installed Magisk, so when I run command to LOCK bootloader, it says that there is root: "FAILED (remote: root type is risk)"
fastboot data, maybe could help:
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot flash ramdisk recovery_ramdis.img
target reported max download size of 471859200 bytes
sending 'ramdisk' (32768 KB)...
OKAY [ 0.887s]
writing 'ramdisk'...
FAILED (remote: Command not allowed)
finished. total time: 0.897s
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot flash system system.img
target reported max download size of 471859200 bytes
sending sparse 'system' (460796 KB)...
OKAY [ 13.464s]
writing 'system'...
FAILED (remote: Command not allowed)
finished. total time: 13.476s
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot oem get-build-number
...
(bootloader) :CLT-LGRP2-OVS 9.0.0.163
OKAY [ 0.007s]
finished. total time: 0.008s
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot getvar vendorcountry
vendorcountry: hw/eu
finished. total time: 0.003s
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot getvar rescue_enter_recovery
getvar:rescue_enter_recovery FAILED (remote: FAIL:need all image flashed!)
finished. total time: 0.022s
PS C:\Users\Kev\Desktop\Nueva carpeta> fastboot oem oeminforead-SYSTEM_VERSION
...
(bootloader) :CLT-L29 8.1.0.156(C432)
OKAY [ 0.008s]
finished. total time: 0.009s
Any hopes for me or I should jump from my window?
Thanks
Only thing is to change motherboard..
You should go to huawei service.
If i were you i would try to find a way to downgrade to oreo using usb-otg method before going to hw service.
Many people report "activate oem unlock" being greyed out. I've noticed that too when i was on 9.0.163 and wiped my phone (it was active before factory reset) . It looks like this setting is simply inactive in pie. Downgrade to oreo is the only solution.
it is impossible to install anything - any firmware..
1. Have you ever tried installation with sd card (usb otg)?
2. Another thing is trying to contact funky huawei. People with similar problems got their devices fixed without having to switch mainboard.
forever_lol said:
1. Have you ever tried installation with sd card (usb otg)?
2. Another thing is trying to contact funky huawei. People with similar problems got their devices fixed without having to switch mainboard.
Click to expand...
Click to collapse
No, I havn't. Do I need to use a flash drive and connect it with an otg cable?
Yes I could contact FH but I don't have access even to recovery nor erecovery.
Also, If I choose to fix it with Huawei Service I can't because in my country there is not service for P20 PRO. So i'm dead.
polaco95 said:
No, I havn't. Do I need to use a flash drive and connect it with an otg cable?
Yes I could contact FH but I don't have access even to recovery nor erecovery.
Also, If I choose to fix it with Huawei Service I can't because in my country there is not service for P20 PRO. So i'm dead.
Click to expand...
Click to collapse
1) yes indeed. I use micro sd card and usb adapter for that purpose.
2) it's worth to ask anyway.
forever_lol said:
1) yes indeed. I use micro sd card and usb adapter for that purpose.
2) it's worth to ask anyway.
Click to expand...
Click to collapse
So I'll buy and OTG-USB cable so I can use this.
I recently requested for an FRP Unlock Code with this program: Huawe FRP Tool, and used it, but now phone keeps rebooting trying to get into recovery and doesn't even get into fastboot mode. I think this is the end.
polaco95 said:
So I'll buy and OTG-USB cable so I can use this.
I recently requested for an FRP Unlock Code with this program: Huawe FRP Tool, and used it, but now phone keeps rebooting trying to get into recovery and doesn't even get into fastboot mode. I think this is the end.
Click to expand...
Click to collapse
Sorry too hear that man. I hope you'll find a way to fix it.
forever_lol said:
Sorry too hear that man. I hope you'll find a way to fix it.
Click to expand...
Click to collapse
Trying to do everything fast I f*ked up. Anyway, I think I learned the lesson not to go that far and settle a little bit. Anyway, don't use FRP Unlock tool, at least if you are bricked.
I think the last solution is to switch mainboard, but anyway I can't get it in my country, so Idk
i also have this problem, have send it to service centre here in The Netherlands.
They could repair it, with replacing the motherboard for 450 euro.
I let them send it back unrepaired.
coolhead said:
i also have this problem, have send it to service centre here in The Netherlands.
They could repair it, with replacing the motherboard for 450 euro.
I let them send it back unrepaired.
Click to expand...
Click to collapse
Hello.
Registered to report a successful repair after a manual firmware upgrade to EMUI 9.
After the update, I made a reset and got a brick.
Bootloader and FRP after updating blocked. He reset the phone, got a brick.
In funkyhuawei [x] club, he paid $ 18.00 USD to restore the brick using the eRecovery method. This method did not work. I made a request for a refund, they did NOT return the money. I do not recommend to contact this organization.
The problem was solved by the official corporate service center of Huawei in Moscow. They restored the firmware in my device. Service cost $ 12USD.
took 1 hour of time.
There is no need to change the motherboard.
Thanks to all.
hi have a bricked p8 lite in front of me. when i start the phone im in rescue mode and get the rror:
func no 7(teeos image)
error no 1(security verify failed)
with power button + vol+ i cant boot into recovery. phone does nothing. just blinks red.
booting into fastboot is possible. bootloader is apperently locked(phone locked). if its possible to install twrp with a locked bootloader then ive done so via this tutorial. if not, am i f+++ed because huawai doesnt give out unlock codes?
i guess it doesnt work with a locked bootloader:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery twrp1.img
target reported max download size of 471859200 bytes
sending 'recovery' (31572 KB)...
OKAY [ 0.828s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.830s
is it possible to reboot into recovery via fastboot? fastboot reboot recovery dosnt seem to work.
any suggestions what i could try next?
with locked bootloader, you're pretty fu****d... but, some third party app/sites give bootloader codes for some money... had something similar long time ago, fortunately for me, I had my bootloader unlocked... I guess there aren't other solutions... and from fastboot, you can't go to recovery...
---------- Post added at 10:13 ---------- Previous post was at 10:10 ----------
k2828 said:
hi have a bricked p8 lite in front of me. when i start the phone im in rescue mode and get the rror:
func no 7(teeos image)
error no 1(security verify failed)
with power button + vol+ i cant boot into recovery. phone does nothing. just blinks red.
booting into fastboot is possible. bootloader is apperently locked(phone locked). if its possible to install twrp with a locked bootloader then ive done so via this tutorial. if not, am i f+++ed because huawai doesnt give out unlock codes?
i guess it doesnt work with a locked bootloader:
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery twrp1.img
target reported max download size of 471859200 bytes
sending 'recovery' (31572 KB)...
OKAY [ 0.828s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.830s
is it possible to reboot into recovery via fastboot? fastboot reboot recovery dosnt seem to work.
any suggestions what i could try next?
Click to expand...
Click to collapse
okay found this, you can try it... I too got my code this way, but back then Huawei was open to unlocking bootloaders, now cannot say... but you can still try
unfortunatly the led just blinks red when i press all 3 buttons. flashing a stockrom or parts of via fastbootin locked bootloader also isnt possible i guess?
today i unlocked ale-l21 with dc-unlocker for 4 euros.
You need to install stock android 5 and root it with kingroot, then open a bash terminal and get the bootloader code with grep, there's a tutorial on how to do all of this, and it's free. This should also unbrick your phone. If you have an sd card you should be fine. If not, you may encounter complications but you should be able to do it too.
Hello,
My Huawei P10 will not start up. Can boot into fastboot no problems, this is what comes out.
Android reboot reason:
coldboot
NA
volumnkey_down_press_process_func
Tried to flash a recovery into phone to boot upin recovery, however it comes with this error.
fastboot flash recovery twrp_p10_0.1.img
target reported max download size of 471859200 bytes
sending 'recovery' (24954 KB)...
OKAY [ 0.532s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.539s
When charging the Electric symbol appears with a circle around it and it is in red. Randomly when charging it will turn on by itself and get frozen on the Huawei logo. But it will not turn on at all when not plugged into mains. Trying to turn on when it is plugged in mains only displays charging logo.
Not entirely sure if that is the correct recovery that I should be using, quick google search has given me that result. Would it be possible to flash a stock ROM?
suenoromis said:
Hello,
My Huawei P10 will not start up. Can boot into fastboot no problems, this is what comes out.
Android reboot reason:
coldboot
NA
volumnkey_down_press_process_func
Tried to flash a recovery into phone to boot upin recovery, however it comes with this error.
fastboot flash recovery twrp_p10_0.1.img
target reported max download size of 471859200 bytes
sending 'recovery' (24954 KB)...
OKAY [ 0.532s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.539s
When charging the Electric symbol appears with a circle around it and it is in red. Randomly when charging it will turn on by itself and get frozen on the Huawei logo. But it will not turn on at all when not plugged into mains. Trying to turn on when it is plugged in mains only displays charging logo.
Not entirely sure if that is the correct recovery that I should be using, quick google search has given me that result. Would it be possible to flash a stock ROM?
Click to expand...
Click to collapse
Bootloader and FRP unlocked (both red on Fastboot screen)?
Test in Fastboot (first command below):
Code:
fastboot oem get-bootinfo
PAUSE
fastboot oem get-product-model
PAUSE
fastboot getvar vendorcountry
PAUSE
fastboot oem get-build-number
PAUSE
fastboot oem oeminforead-SYSTEM_VERSION
PAUSE
Try booting to eRecovery (connect to charger, keep pressing Vol+, then Pow) and Install latest firmware and recovery
zgfg said:
Bootloader and FRP unlocked (both red on Fastboot screen)?
Test in Fastboot (first command below):
Code:
fastboot oem get-bootinfo
PAUSE
fastboot oem get-product-model
PAUSE
fastboot getvar vendorcountry
PAUSE
fastboot oem get-build-number
PAUSE
fastboot oem oeminforead-SYSTEM_VERSION
PAUSE
Try booting to eRecovery (connect to charger, keep pressing Vol+, then Pow) and Install latest firmware and recovery
Click to expand...
Click to collapse
PHONE Locked
FRP Lock
Code:
C:\adb>fastboot oem get-bootinfo
...
(bootloader) locked
OKAY [ 0.001s]
finished. total time: 0.001s
C:\adb>fastboot oem get-product-model
...
(bootloader) VTR-L09
OKAY [ 0.005s]
finished. total time: 0.006s
C:\adb>fastboot getvar vendorcountry
vendorcountry: ee/gb
finished. total time: 0.006s
C:\adb>fastboot oem get-build-number
...
(bootloader) :NRD90M test-keys
OKAY [ 0.005s]
finished. total time: 0.005s
C:\adb>fastboot oem oeminforead-SYSTEM_VERSION
...
(bootloader) :VTR-L09C652B101
OKAY [ 0.007s]
finished. total time: 0.007s
That is what I get when running your code
Edit: Doing VolUp + Power key with charger does nothing. restarts the charging logo.
charging logo loops when charger is plugged in and doing nothing. Shows charging logo, led notification flashes red 3 times and turns off, turns on again with charging logo, red led flashes 3 times, turns off...
suenoromis said:
PHONE Locked
FRP Lock
Code:
C:\adb>fastboot oem get-bootinfo
(bootloader) locked
OKAY [ 0.001s]
finished. total time: 0.001s
...
Click to expand...
Click to collapse
So Bootloader (and FRP=OEM) locked, you are not allowed to flash anything ;(
zgfg said:
So Bootloader (and FRP=OEM) locked, you are not allowed to flash anything ;(
Click to expand...
Click to collapse
Phone = Dead
?
suenoromis said:
Phone = Dead
?
Click to expand...
Click to collapse
You can try flashing by Testpoints - need to open cover and short-wire the pins.
Never played with, here is some guide for P10
https://forum.xda-developers.com/mate-9/help/solution-19-00-fix-hardbricked-huawei-t3750315
You can also ask for paid help from (discuss before you buy credits):
https://ministryofsolutions.com/paid-services/amp
https://www.dc-unlocker.com/DC-Phoenix-flash-repair-tutorial
https://chimeratool.com/
https://funkyhuawei.club/