Brick. Goes directly to eRecovery - Huawei P9 Lite Questions & Answers

I flashed LineageOS OpenKirin than I flashed AOSP meliticoulous and i got bricked. I tried to do the 3 buttons and dload folder method and fastboot flashing system, recovery and boot from upadte.apk. Than i finded that i need to change oeminfo. I changed it and after restart my phone shows only huawei logo and goes to eRecovery. It doesnt show unlocked bootloader screen. I also cant install recovery via fastboot
PS C:\Users\User\Documents> fastboot flash recovery twrp-3.1.1-0-venus.img
target reported max download size of 471859200 bytes
sending 'recovery' (24464 KB)...
OKAY [ 0.875s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.891s
PS C:\Users\User\Documents>
I don't know what to do. Please help me
EDIT
I flashed L21C432oemInfo-DS.zip than update.app but when i press 3 buttons on 5% i get message Software install failed

Related

help needed to get twrp installed

I have a Redmi Note 1GB ram, 2 sims ( model HM NOTE 1S CT ) running ANDROID 4.4.4 MIUI 8.6.7.28 beta.
I'm trying to install TWRP onto it but keep getting the same error as shown below:
C:\Users\david\Desktop\wt86047-TWRP3.0.2-0_LP\adb>fastboot erase recovery
erasing 'recovery'...
OKAY [ 0.078s]
finished. total time: 0.078s
C:\Users\david\Desktop\wt86047-TWRP3.0.2-0_LP\adb>fastboot flash recovery twrp.img
target reported max download size of 268435456 bytes
sending 'recovery' (13408 KB)...
OKAY [ 0.426s]
writing 'recovery'...
OKAY [ 0.563s]
finished. total time: 0.989s
C:\Users\david\Desktop\wt86047-TWRP3.0.2-0_LP\adb>fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 0.425s]
booting...
FAILED (remote: dtb not found)
finished. total time: 0.534s
I've tried many different twrp versions but always the same error. Anyone help ?
Why you need to flash twrp.img to boot? When I did this part, it was done already.
C:\Users\david\Desktop\wt86047-TWRP3.0.2-0_LP\adb>fastboot flash recovery twrp.img
target reported max download size of 268435456 bytes
sending 'recovery' (13408 KB)...
OKAY [ 0.426s]
writing 'recovery'...
OKAY [ 0.563s]
finished. total time: 0.989s
Click to expand...
Click to collapse
That,s just to check it. It should reboot the phone into twrp, but standard recovery is still there.
Even if I try to boot into twrp using the volume down/power button, standard recovery comes up.
Can anyone help ?
blankers said:
Can anyone help ?
Click to expand...
Click to collapse
What ROM are you on? If you are on a Custom ROM already, you can try to use TWRP manager to install.
Another option would be you flash another recovery, like PhilzTouch, and then a Custom ROM, then TWRP manager...
the 2nd command should work "fastboot flash recovery twrp.img"
in my case.its always working.i already try many times
1.flash stock miui rom using MIUI flash tool
2. flash twrp using fastboot "fastboot flash recovery twrp.img"
3. reboot
note : after flashing twp you need to execute "fastboot reboot" and miui/custom rom should boot normally
then reboot to recovery
i used twrp3.0.2

flash recovery problem

hello
i am trying to flash recovery to my p8lite and i cant
allready unlocked bootloader any ideas?
C:\>adb.exe reboot bootloader
C:\>fastboot flash recovery recovery_3.0.2.img
target reported max download size of 471859200 bytes
sending 'recovery' (27062 KB)...
OKAY [ 0.744s]
writing 'recovery'...
OKAY [ 0.645s]
finished. total time: 1.389s
And everything seems to work fine, but when I try to enter recovery mode, I get the default huawei recovery (restore factory mode options) and not twrp
plug out phone from usb
synama95 said:
hello
i am trying to flash recovery to my p8lite and i cant
allready unlocked bootloader any ideas?
C:\>adb.exe reboot bootloader
C:\>fastboot flash recovery recovery_3.0.2.img
target reported max download size of 471859200 bytes
sending 'recovery' (27062 KB)...
OKAY [ 0.744s]
writing 'recovery'...
OKAY [ 0.645s]
finished. total time: 1.389s
And everything seems to work fine, but when I try to enter recovery mode, I get the default huawei recovery (restore factory mode options) and not twrp
Click to expand...
Click to collapse
After flashing unplug USB, power down properly then enter recovery. Trying to reboot directly from bootloader mode after flashing wiljust put you into stock recovery. I had same issue.

MOTO G4 plus flash problem

I recently bought a new android phone (Moto g4 plus). I was eager to root it and take advantage of all the features.
The problem is that whenever I try to flash a recovery image, I get this error:
C:\Users\myuser\adb>fastboot flash recovery recovery.img
target reported max download size of 536870912 bytes
sending 'recovery' (12496 KB)...
OKAY [ 0.400s]
writing 'recovery'...
(bootloader) Image not signed or corrupt
OKAY [ 0.197s]
finished. total time: 0.601s
Keep in mind that the bootloader IS unlocked, I even get the warning when restarting the phone. Also this does not happen with just one image file. Every single image file gets this error. I have tried many different versions of TWRP, CLW, etc and all of them get this same error. Does anyone know how to solve this?
OKAY [ 0.197s]
finished. total time: 0.601s
Click to expand...
Click to collapse
Did you try and boot recovery after doing this? The message reports success.
When you back into fastboot you then select recovery. Is it loading the stock recovery when you do this? Don't forget it boots fastboot screen then you load the recovery in the scroll down option.

Can't flash TWRP with unlocked bootloader

Hiii,
I've read many threads but didn't find my answer, I have an unlocked bootloader but can't flash TWRP recovery.
Tried many different versions but all tries give me an "remote: image verification error"
Device is fastboot mode:
C:\Temp>fastboot devices -l
4<serial hidden>7 fastboot
Bootloader unlocked with official unlock code:
C:\Temp>fastboot oem get-bootinfo
...
(bootloader) unlocked
OKAY [ 0.006s]
finished. total time: 0.007s
Flash TWRP (failed) and flash STOCK (success):
C:\TEMP>fastboot flash recovery recovery_twrp.img
target reported max download size of 471859200 bytes
sending 'recovery' (28928 KB)...
OKAY [ 0.617s]
writing 'recovery'...
FAILED (remote: image verification error)
finished. total time: 0.634s
C:\TEMP>fastboot flash recovery recovery_stock.img
target reported max download size of 471859200 bytes
sending 'recovery' (32960 KB)...
OKAY [ 0.701s]
writing 'recovery'...
OKAY [ 1.102s]
finished. total time: 1.805s
Any ideas... what can I do/ what should try?
Thx!
Strange is when I :
C:\Temp>fastboot oem get-lockstate
...
(bootloader) locked
OKAY [ 0.004s]
finished. total time: 0.005s
it say's it's locked, but when I try to unlock with correct code, it gives a message wrong password, so it's unlocked :|
roelprincen said:
Hiii,
I've read many threads but didn't find my answer, I have an unlocked bootloader but can't flash TWRP recovery.
Tried many different versions but all tries give me an "remote: image verification error"
Device is fastboot mode:
C:\Temp>fastboot devices -l
4<serial hidden>7 fastboot
Bootloader unlocked with official unlock code:
C:\Temp>fastboot oem get-bootinfo
...
(bootloader) unlocked
OKAY [ 0.006s]
finished. total time: 0.007s
Flash TWRP (failed) and flash STOCK (success):
C:\TEMP>fastboot flash recovery recovery_twrp.img
target reported max download size of 471859200 bytes
sending 'recovery' (28928 KB)...
OKAY [ 0.617s]
writing 'recovery'...
FAILED (remote: image verification error)
finished. total time: 0.634s
C:\TEMP>fastboot flash recovery recovery_stock.img
target reported max download size of 471859200 bytes
sending 'recovery' (32960 KB)...
OKAY [ 0.701s]
writing 'recovery'...
OKAY [ 1.102s]
finished. total time: 1.805s
Any ideas... what can I do/ what should try?
Thx!
Strange is when I :
C:\Temp>fastboot oem get-lockstate
...
(bootloader) locked
OKAY [ 0.004s]
finished. total time: 0.005s
it say's it's locked, but when I try to unlock with correct code, it gives a message wrong password, so it's unlocked :|
Click to expand...
Click to collapse
same with me ?
Try to relock and then unlock. I've had this problem too after downgrade to mm by official Huawei rollback package. Then phone and other tools shows than phone is unlocked and it was unable to flash recovery.
if it says wrong password it means you got the wrong password. it will say it's already unlocked if you try unlocking it while it's unlocked
My phone was unlocked with Potato v2.0.1, with working TWRP, rooted etc...
I solved this problem that arose after unsuccesfully install custom Rom, restore backup of stock rom, install update through dload and many many other attempts at improvement of my smartphone :-( No more time again!!!
Probably installing update through Dload will relock bootloader, but in the fastboot mode it says bootloader still unlocked.
Before I did all this, I had an original stock rom.
1: Relock bootloader with PotatoNV v2.0.1 (You need to open case and connect tespoint by wire - look on Youtube, i´ve find it there, also you need "Huawei testpoint drivers")
2: Factory reset
3: Install any update stock rom with Dload (Vol up + Vol down + power)
4: Factory reset
5: Developer options-turn on OEM unlock and USB debbuging
6:Unlock bootloader with PotatoNV v2.0.1 - keep password generated by Potato
7:Multitool 8 for Huawei - in the bootloader state unlock bootloader again - use password generated by Potato
8:Multitool 8 for huawei - install TWRP - it says "Succesfully installed" - TWRP works, root is possible. Yeah!!!
May be this is not right way to solve this, but for me it workś..

[ADB & FASTBOOT] Problem with flashing TWRP FAILED (remote: Command not allowed)

Hi Guys! After brick, my p9l have red "menu" at start and text "Failed verificatnion" or smth like this.
I can't flash TWRP because of FAILED (remote: Command not allowed).
Bootloader & FRP unlocked.
Adb isn't working at bootloader, only fastboot is working.
I want to rollback to 6.0. I have dload with file on my sdcard but i can't flash oeminfo without twrp.
How to fix it?
Code:
E:\tele\SRKToolHuawei-STABLE-V1.3-20160619>FASTBOOT flash recovery EliteTWRP.img
target reported max download size of 471859200 bytes
sending 'recovery' (24452 KB)...
OKAY [ 0.618s]
writing 'recovery'...
FAILED (remote: Command not allowed)
finished. total time: 0.632s
I want to say sorry for my english :/
Try to flash TWRP with P9 lite toolkit

Categories

Resources