I stuck in rescue mode. P8 LITE DUAL SIM - P8lite Q&A, Help & Troubleshooting

Hi,
I have a problem. I tried to flash stock rom, but I forgot about hifi image.
There's a photo of my phone.
imgur.com/aVUBTRD
I have unlocked bootloader, but I can't flash hifi. "Command not allowed."
I tried method with put microsd card with update.app in dload into smartphone and I when I pressed power button
and VOLUME UP and VOLUME DOWN nothing happened.
I tried just flash all partitions separately, with huawei update extractor, again nothing.
I saw the same problem in this site, but I don't know how he solwed this.
Please help me :crying:

Flash a Huawei recovery, a old one b584 or something, then download b596 DS or b597 SS i don't know your device, extract update.app and copy to sd card dload folder, try to flash it!

persona78 said:
Flash a Huawei recovery, a old one b584 or something, then download b596 DS or b597 SS i don't know your device, extract update.app and copy to sd card dload folder, try to flash it!
Click to expand...
Click to collapse
I flashed recovery and nothing happened, I can't get into recovery mode, only fastboot.
I have the same phone.

adamektv said:
I flashed recovery and nothing happened, I can't get into recovery mode, only fastboot.
I have the same phone.
Click to expand...
Click to collapse
You flashed the recovery and everything say okay, right?
Now flash a rom with dload and the 3 keys, do you know how?
.

persona78 said:
You flashed the recovery and everything say okay, right?
Now flash a rom with dload and the 3 keys, do you know how?
.
Click to expand...
Click to collapse
I don't know, when I pressed three buttons I didn't enter to recovery mode, but to rescue mode, as if recovery wasn't flashed.

adamektv said:
I don't know, when I pressed three buttons I didn't enter to recovery mode, but to rescue mode, as if recovery wasn't flashed.
Click to expand...
Click to collapse
Do you have a dload folder with update.app inside, in sd card?
With that and pressing vol +, vol - and power at same time you enter in flash mode and start to flash the rom

persona78 said:
Do you have a dload folder with update.app inside, in sd card?
With that and pressing vol +, vol - and power at same time you enter in flash mode and start to flash the rom
Click to expand...
Click to collapse
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard

adamektv said:
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard
Click to expand...
Click to collapse
How da start it???

adamektv said:
Yes, I have, and it's still not working
I can't charge battery, so i don't think it's software.
Maybe it's motherboard
Click to expand...
Click to collapse
Try opening the phone and disconnecting the battery .. do it if u only gave up with other methods someone said it worked

adamektv said:
Hi,
I have a problem. I tried to flash stock rom, but I forgot about hifi image.
There's a photo of my phone.
imgur.com/aVUBTRD
I have unlocked bootloader, but I can't flash hifi. "Command not allowed."
I tried method with put microsd card with update.app in dload into smartphone and I when I pressed power button
and VOLUME UP and VOLUME DOWN nothing happened.
I tried just flash all partitions separately, with huawei update extractor, again nothing.
I saw the same problem in this site, but I don't know how he solwed this.
Please help me :crying:
Click to expand...
Click to collapse
Hi Have got succeeded or not, if not follow the guide.
Is your phone being detected by PC if yes then you have chances of recovering your phone.
1. Download 15 Seconds ADB and Fastboot Drivers. Visit the official XDA forum for download and installation instructions.
2. Install Huawei HiSuite which will install drivers .
3. If HiSuite doesn't install Install drivers then install universal drivers for your device .
Now connect your device to pc and open HiSuite and click on system recovery it will show options for recovery if it is success then you are fine if not then proceed to this method.
Connect your phone to PC.
Open Command Prompt in the directory where you have extracted the ADB files by holding Shift and Right Mouse Button and finally click Open Command Prompt window here in the context menu.
Completely power off your device.
While holding Volume Down button, connect your device to PC via USB cable to boot to Fastboot Mode.
1. Type the following command in ADB :
Code:
adb devices
If your device is being detected and it shows list of devices attached and its serial number.
2.Now download the firmware of the phone before your phone got bootlooped extract the update using the file here
3.Now copy the following files ( boot.img, recovery.img and system.img ,cust.img ) from the extracted files to the ADB files directory.
4.Now Execute these commands one at a time using the command prompt.
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
5.Now Perform a Factory Reset if your phone got recovered.
If not then download the stock recovery of your Device and try steps 2,3,4.
Even if it doesn't get succeeded then try this option .
If your device got bootlooped while on Lollipop or Marshmallow then you have one more way to recover .
6.Now download the latest TWRP from here and boot into TWRP recovery if you cant enter TWRP recovery for this version then try the previous TWRP versions like 2.8.7 ,
7.Use the following command to flash the TWRP recovery
Code:
fastboot flash recovery twrp.img
8.Then download any of the custom ROMs or ask any of the XDA members for TWRP backup for your device and flash them through Recovery.
Then Reboot your Device.
You would most probably recover your device from any of the above methods . I too had the same problem and My device was use less for almost 6 months but after several trial and error methods my device got recovered.
Credits:
1.https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110
2.https://forum.xda-developers.com/showthread.php?t=2433454

miststudent2011 said:
Hi Have got succeeded or not, if not follow the guide.
Is your phone being detected by PC if yes then you have chances of recovering your phone.
1. Download 15 Seconds ADB and Fastboot Drivers. Visit the official XDA forum for download and installation instructions.
2. Install Huawei HiSuite which will install drivers .
3. If HiSuite doesn't install Install drivers then install universal drivers for your device .
Now connect your device to pc and open HiSuite and click on system recovery it will show options for recovery if it is success then you are fine if not then proceed to this method.
Connect your phone to PC.
Open Command Prompt in the directory where you have extracted the ADB files by holding Shift and Right Mouse Button and finally click Open Command Prompt window here in the context menu.
Completely power off your device.
While holding Volume Down button, connect your device to PC via USB cable to boot to Fastboot Mode.
1. Type the following command in ADB :
Code:
adb devices
If your device is being detected and it shows list of devices attached and its serial number.
2.Now download the firmware of the phone before your phone got bootlooped extract the update using the file here
3.Now copy the following files ( boot.img, recovery.img and system.img ,cust.img ) from the extracted files to the ADB files directory.
4.Now Execute these commands one at a time using the command prompt.
Code:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash cust cust.img
fastboot reboot
5.Now Perform a Factory Reset if your phone got recovered.
If not then download the stock recovery of your Device and try steps 2,3,4.
Even if it doesn't get succeeded then try this option .
If your device got bootlooped while on Lollipop or Marshmallow then you have one more way to recover .
6.Now download the latest TWRP from here and boot into TWRP recovery if you cant enter TWRP recovery for this version then try the previous TWRP versions like 2.8.7 ,
7.Use the following command to flash the TWRP recovery
Code:
fastboot flash recovery twrp.img
8.Then download any of the custom ROMs or ask any of the XDA members for TWRP backup for your device and flash them through Recovery.
Then Reboot your Device.
You would most probably recover your device from any of the above methods . I too had the same problem and My device was use less for almost 6 months but after several trial and error methods my device got recovered.
Credits:
1.https://forum.xda-developers.com/honor-4c/how-to/huawei-honor-4c-index-troubleshooting-t3293110
2.https://forum.xda-developers.com/showthread.php?t=2433454
Click to expand...
Click to collapse
I have already done this and still stuck in rescue

adamektv said:
I have already done this and still stuck in rescue
Click to expand...
Click to collapse
Did you try flashing different variant ROM ie different builds?
Actually I too got the same problem bootlooped on LP but cant flash the LP ROM back so I flashed different Region ROM.
Give a try to TWRP Method It should give you success.
Imp:
Try the previous ROM where you got Bootloop, or the version earlier to it.If it doesn't succeed try the rom which you got initially on your mobile.
PS: If your phone is being detected by your PC you have good chances of recovering your phone.

Related

P9 Lite Bricked. Help me!!!

Hello,
I was always a Samsung fanboy, but than I decided to buy the P9 lite (VNS-L21 single sim)
I wanted to flash the android 7 update for my phone, but I was such a noob in Huawei, that I didn't understand a word. But i tried to do what the instructions said. Now my phone is bricked. I can go to recovery, erecovery (which can't download anyithing) and download mode. I heard of this fastboot stuff as well, but I don't know how to do this. I tried to flash as many roms as I could with dload and it didn't work, after 5%, it said it failed... Now I don't know what to do. I think somebody (expert) should make a clear tutorial for noobs. Oh and I almost forgot that i don't have root, custom recovery, and things like that. I just bought the phone, I didn't want to make big changes, just new android. Is it possible that after this Huawei would fix my phone, if I couldn't? Or warranty is void? And sadly I don't know more of my phone because I'm not ina rom, and the phone and papers don't say more.
If you could help me, I would appreciate it:
Raul
Turn off your phone, connect to the pc while holding the volume down button, you will end up in fastboot mode.
I assume you have ADB and drivers installed (if not, install ADB and device drivers).
Optional: unlock your bootloader if it's locked.
Download the latest offical rom zip for your phone version (the marshmallow one), extract the update.app.
Use Huawei extractor to ectract the following files (google is your friend in this one, but its not difficult):
boot.img
recovery.img
cust.img
system.img
After you've done this, connect your phone to the PC in fastboot mode .
Open a command promt from the folder where the extracted files are (shift+right click, Open Command window here), enter the following commands
fastboot devices (you will see the list of attached devices with a lot of random number + fastboot)
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cust cust.img
fastboot flash system system.img
fastboot reboot
After all this, you should be good to go, just be sure you are using the correct rom for you version.
Or you can just serach on the forum and find this.
https://forum.xda-developers.com/huawei-p9lite/help/unbricking-vns-l21-vns-l31-tutorial-t3583400
(Sorry for my english.)
Fastboot says that it has failed command not alllowed, after I want to installl the files. And I couldn't unlock bootloader without phones information...
rr999999 said:
I would happily unlock my bootloader, but I don't know anyithing about my phone (except model...) without the os...
Click to expand...
Click to collapse
Post here IMEI and SN from the box of phone and i can try get your bootloader unlock code...
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
rr999999 said:
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
Click to expand...
Click to collapse
Until you have bootloader unlock you can not run any fastboot flash command...
rr999999 said:
If I would unlock it, would fastboot work? Because fastboot pc app recognizes my phone, but my phone says in fastboot mode, that I should connect itself to pc and open hisuite. WTF?
Click to expand...
Click to collapse
Heyho,
normally yes, after bootloader unlock u are able to flash via fastboot. But...
I tried to flash as many roms as I could with dload and it didn't work, after 5%, it said it failed...
Click to expand...
Click to collapse
What is the error? - Have u disconnected the device from the PC during the update?
If not, try to update again and just disconnect the device from any USB connection...
Regards,
Sebastian
k1ll3r8e said:
Heyho,
normally yes, after bootloader unlock u are able to flash via fastboot. But...
What is the error? - Have u disconnected the device from the PC during the update?
If not, try to update again and just disconnect the device from any USB connection...
Regards,
Sebastian
Click to expand...
Click to collapse
Hello. I disconnected it from everything (for example USB)When I tried to install it said something like incompatibility version, but it couldn't be because I tried many roms for my phone. And I tried some dual sim roms as well because, I thought that it might work... But then I will do that unlock if it will do good. Thanks for the help Without bootloader I can't flash from dload as well?
rr999999 said:
Hello. I disconnected it from everything (for example USB)When I tried to install it said something like incompatibility version, but it couldn't be because I tried many roms for my phone. And I tried some dual sim roms as well because, I thought that it might work... But then I will do that unlock if it will do good. Thanks for the help Without bootloader I can't flash from dload as well?
Click to expand...
Click to collapse
Heyho,
the dload method works always without unlock bootloader. But, u can't flash for example an B161 over an B3xx (what nougat is) if the update u installed modified already the oeminfo u are not able to flash any rom below B3xx (nougat) via dload.
-
In that case u might use the official rollback package (never tested it myself) or, u unlock ur bootloader, flash a TWRP recovery matching to ur current FW. Flash from there a oeminfo + custom.bin (lower than B3xx) and flash the FW matching to the new oeminfo via dload and stock recovery.
Regards,
Sebastian
If you have custom recovery, wipe everything. Data, system, boot. extract update app (which is your stock rom) with huawei update extractor. go to custom recovery, flash stock boot IMG and stock recovery IMG. Power off, use three button dload method, reboot, when booting press vol up for three second, now you are in e-recovery. Press shutdown. Press and hold power and vol up for stock recovery. Do factory reset. If need do the factory reset 2/3 times. Now you are with locked bootloader.
Sent from my NEM-L21 using Tapatalk[/QUOTE]
Sent from my NEM-L21 using Tapatalk

Really Stuck and Need Help ASAP!!! MLA-L03 Soft Brick

I'm stuck in an infinite eRecovery loop. No matter what I try or what I do I can't get the phone to boot back into the OS. Anyone have any tips or tricks? Huawei is going to do an rma for me but I'm flying out on business for 2 weeks and really need this phone with me. It's an MLA-L03 that is oem unlocked (which is what I'm thinking is causing me the most issues as I can't do the normal button presses to get to certain things but I can't relock it as it says it can't be trusted or whatever)
I did manage to get to a point where I have full access to /data/ but no matter what rom I try to flash it fails with failing to mount /cust/
If I put an update.app it will get to 5% and hang until it fails when I do the button press to force an update. I cannot get to the emui factory reset screen.
PS, yes I know I'm a dumbass, so be gentle lol. I'm really desperate and have nothing to lose at this point so will to try anything.
I did try everything here with no luck (other than getting full access to /data/ lol):
https://forum.xda-developers.com/nova-plus/help/help-nova-plus-mla-l03-bricked-t3573234
Im not a pro either but,have you try to recover phone via HiSuite ?
in hisuite,main screen,bottom right tab...
I did try that but it says my phone is not compatible (or something to that effect).
rednekcowboy said:
I did try that but it says my phone is not compatible (or something to that effect).
Click to expand...
Click to collapse
sadly,i cant help more...i did not installed that erecovery thing/unlocked or rooted my device so.....
hope someone will join to help you
the erecovery thing is a huwaei emui feature, not something I installed but thanks anyways for the suggestion.
rednekcowboy said:
the erecovery thing is a huwaei emui feature, not something I installed but thanks anyways for the suggestion.
Click to expand...
Click to collapse
my bad hehehe...i wanted to say the twrp :silly:
Ok so you'll have to flash firmware with fastboot.
You need to download and install fastboot, firmware finder and huawei extract tool.
https://forum.xda-developers.com/showthread.php?t=2588979 (fastboot), https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146 (firmware finder), https://forum.xda-developers.com/showthread.php?t=2433454 (huawei extract tool).
So install adb and fastboot, extract firmware finder and huawei extract tool. Open firmware finder hit common base, on model for find enter mla-l03 and download a full ota, form firmware you just downloaded extract update.app. Now open huawei extract tool and load your update.app you've just extracted and extract from there boot.img, recovery.img and system.img by using the right click (extract them on the same folder where is located fastboot, for example I got fastboot installed on local C/adb).
If you have twrp installed boot in fastboot mode by using twrp, if not you can boot in fastboot mode with the phone turned off by pressing volume - while plugging the usb cable.
Open cmd and write cd /adb (between cd and / is space) and hit enter than write fastboot flash boot BOOT.IMG and hit enter, fastboot flash recovery RECOVERY.IMG and hit enter, fastboot flash system SYSTEM.IMG and hit enter, after finally writing the system write fastboot reboot and hit enter and wait till phone reboots.
Thanks, I've done all that already and it did not fix it but will try again once I get home.
mArIuS% said:
Ok so you'll have to flash firmware with fastboot.
You need to download and install fastboot, firmware finder and huawei extract tool.
https://forum.xda-developers.com/showthread.php?t=2588979 (fastboot), https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146 (firmware finder), https://forum.xda-developers.com/showthread.php?t=2433454 (huawei extract tool).
So install adb and fastboot, extract firmware finder and huawei extract tool. Open firmware finder hit common base, on model for find enter mla-l03 and download a full ota, form firmware you just downloaded extract update.app. Now open huawei extract tool and load your update.app you've just extracted and extract from there boot.img, recovery.img and system.img by using the right click (extract them on the same folder where is located fastboot, for example I got fastboot installed on local C/adb).
If you have twrp installed boot in fastboot mode by using twrp, if not you can boot in fastboot mode with the phone turned off by pressing volume - while plugging the usb cable.
Open cmd and write cd /adb (between cd and / is space) and hit enter than write fastboot flash boot BOOT.IMG and hit enter, fastboot flash recovery RECOVERY.IMG and hit enter, fastboot flash system SYSTEM.IMG and hit enter, after finally writing the system write fastboot reboot and hit enter and wait till phone reboots.
Click to expand...
Click to collapse
Really?
I got my phone in the same state and was the only method witch helped me.
Did you successfully flashed boot, recovery and system and still not working? phone get stuck on the huawei logo? After you flash them, boot into recovery and do a factory reset and wipe cache.
yup, everything flashed successfully. I can't get into the recovery to do a factory reset. I have 4 options at my disposal:
1. fastboot
2. Huawei eRecovery
3. TWRP
4. force update where it always fails at 5%
I think the biggest thing that is screwing me is the fact that it's unlocked and I can't relock it. I'm almost 100% positive if I could relock it, I would have no issues with it.
And woh do you boot into twrp? Since you can boot into twrp you must be able to boot in stock recovery. Use huawei multi tool by black team too go into recovery.
---------- Post added at 07:04 PM ---------- Previous post was at 07:01 PM ----------
rednekcowboy said:
yup, everything flashed successfully. I can't get into the recovery to do a factory reset. I have 4 options at my disposal:
1. fastboot
2. Huawei eRecovery
3. TWRP
4. force update where it always fails at 5%
I think the biggest thing that is screwing me is the fact that it's unlocked and I can't relock it. I'm almost 100% positive if I could relock it, I would have no issues with it.
Click to expand...
Click to collapse
I got the bootloader unlocked too, and it's working via fastboot....
Huawei multi tool have the option to relock the bootloader.
mArIuS% said:
And woh do you boot into twrp? Since you can boot into twrp you must be able to boot in stock recovery. Use huawei multi tool by black team too go into recovery.
---------- Post added at 07:04 PM ---------- Previous post was at 07:01 PM ----------
I got the bootloader unlocked too, and it's working via fastboot....
Huawei multi tool have the option to relock the bootloader.
Click to expand...
Click to collapse
Thanks I'll try that.
It's weird. I flash TWRP, do what I need to do, then reflash the recovery.img. However it just does a continuous loop to eRecovery when I do that unless I try to force it to update.
I'll try using the fastboot that you linked to and see if that makes a difference. Right now I'm using the minimal adb and fastboot install.
EDIT: Same result when trying to relock the bootloader--device cannot be trusted.
EDIT2: Do you have the cust.img file? None of the firmwares I've downloaded has it in it.
rednekcowboy said:
Thanks I'll try that.
It's weird. I flash TWRP, do what I need to do, then reflash the recovery.img. However it just does a continuous loop to eRecovery when I do that unless I try to force it to update.
I'll try using the fastboot that you linked to and see if that makes a difference. Right now I'm using the minimal adb and fastboot install.
EDIT: Same result when trying to relock the bootloader--device cannot be trusted.
EDIT2: Do you have the cust.img file? None of the firmwares I've downloaded has it in it.
Click to expand...
Click to collapse
I have a cust.img but is for can-l01...and won't help you.
Sorry i'm out ideas.
mArIuS% said:
I have a cust.img but is for can-l01...and won't help you.
Sorry i'm out ideas.
Click to expand...
Click to collapse
When your device reboots and you get to the warning screen about your device being unlocked, what buttons do you press to get into the normal (ie not eRecovery) recovery where you can do a factory reset? When I have TWRP installed, I have to hold volume + and volume - at the same time to go into TWRP. If I do the same thing after I reflash recovery.img, then it goes straight into the forced update which stalls and fails at 5%. Volume - reboots and goes back to fastboot. Volume + takes me to eRecovery. Doing nothing, the phone reboots and goes to eRocovery on the reboot. Holding down all 3 buttons also goes to the forced update screen.
I'm assuming that I'm missing something super simple and stupid so I'm going to go over everything again, step by step very carefully.
rednekcowboy said:
When your device reboots and you get to the warning screen about your device being unlocked, what buttons do you press to get into the normal (ie not eRecovery) recovery where you can do a factory reset? When I have TWRP installed, I have to hold volume + and volume - at the same time to go into TWRP. If I do the same thing after I reflash recovery.img, then it goes straight into the forced update which stalls and fails at 5%. Volume - reboots and goes back to fastboot. Volume + takes me to eRecovery. Doing nothing, the phone reboots and goes to eRocovery on the reboot.
I'm assuming that I'm missing something super simple and stupid so I'm going to go over everything again, step by step very carefully.
Click to expand...
Click to collapse
To enter in normal recovery you have to press and hold at the same time volume - and power button.
mArIuS% said:
To enter in normal recovery you have to press and hold at the same time volume - and power button.
Click to expand...
Click to collapse
That just reboots me and then puts me in fastboot unfortunately. I'm going to try loading twrp and removing anything in /dload/ and see if it will boot to normal recovery. Last time I checked there was an update.app file there so maybe it's just bypassing recovery and trying to install that.
rednekcowboy said:
That just reboots me and then puts me in fastboot unfortunately. I'm going to try loading twrp and removing anything in /dload/ and see if it will boot to normal recovery. Last time I checked there was an update.app file there so maybe it's just bypassing recovery and trying to install that.
Click to expand...
Click to collapse
Sorry it is volume up + and power button
And that brings me to eRecovery
mArIuS% said:
Sorry it is volume up + and power button
Click to expand...
Click to collapse
I'm driving and it's a bit hard to write did you tried another recovery? You can flsh twrp, put the stock recovery on sdcard, boot into twrp and flash recovery from there and reboot phone from twrp into recovery....
No worries, I really appreciate all the help. Now stop texting and driving. Your life is more important than my phone!!

Soft-bricked P9 Lite (VNS-L21)

Good day everyone!
My fellow housemate managed to soft-brick his device and now im trying to think of a fix.
The device used to have Android 7.0 installed (EMUI 5.0). Then he installed TWRP + some custom 6.0 based rom, which resulted in a soft brick.
What i've tried so far:
1. Tried multiple update.app packages (C432B170 and C432B130 SHOULD be the ones i need, since the device is european). Update always fails with message "Incompatibility with current version. Please download the correct package".
2. Extracted BOOT.img, RECOVERY.img, SYSTEM.img and CUST.img and tried flashing them with fastboot. SYSTEM.img fails with message FAILED (remote: sparse flash write failure), CUST.img fails with some error connected with partitions.
3. Tried the downgrade package from Nougat to Marshmallow. Update.app still doesnt work with the same error as mentioned earlier, however, SYSTEM.img flashed via fastboot this time, but with no success, system still only boots in eRecovery and fastboot modes.
4. Tried installing multiple TWRP recoveries, none of them seem to work. Device just wont boot in recovery mode.
Any ideas?
Best regards,
Vlad
shxtov said:
Good day everyone!
My fellow housemate managed to soft-brick his device and now im trying to think of a fix.
The device used to have Android 7.0 installed (EMUI 5.0). Then he installed TWRP + some custom 6.0 based rom, which resulted in a soft brick.
What i've tried so far:
1. Tried multiple update.app packages (C432B170 and C432B130 SHOULD be the ones i need, since the device is european). Update always fails with message "Incompatibility with current version. Please download the correct package".
2. Extracted BOOT.img, RECOVERY.img, SYSTEM.img and CUST.img and tried flashing them with fastboot. SYSTEM.img fails with message FAILED (remote: sparse flash write failure), CUST.img fails with some error connected with partitions.
3. Tried the downgrade package from Nougat to Marshmallow. Update.app still doesnt work with the same error as mentioned earlier, however, SYSTEM.img flashed via fastboot this time, but with no success, system still only boots in eRecovery and fastboot modes.
4. Tried installing multiple TWRP recoveries, none of them seem to work. Device just wont boot in recovery mode.
Any ideas?
Best regards,
Vlad
Click to expand...
Click to collapse
I had the exact same problem! And I found a fix. Boot into the dload method of updating ( make sure it will give you an error, so don't have an SD card in ) then when it fails reboot. And as soon as it starts rebooting hold volume up, then it should take you to the stock recovery, then just wipe and it should be working! All the best
vdp1nnab said:
I had the exact same problem! And I found a fix. Boot into the dload method of updating ( make sure it will give you an error, so don't have an SD card in ) then when it fails reboot. And as soon as it starts rebooting hold volume up, then it should take you to the stock recovery, then just wipe and it should be working! All the best
Click to expand...
Click to collapse
Booted into Huawei eRecovery and it doesnt give me an option to wipe anything, just "download latest version and recovery" via Wi-Fi, which, unfortunately, fails.
shxtov said:
Booted into Huawei eRecovery and it doesnt give me an option to wipe anything, just "download latest version and recovery" via Wi-Fi, which, unfortunately, fails.
Click to expand...
Click to collapse
Okay. Try again. This time go into e recovery, then reboot and the second you touch that reboot button you hold volume up. Also one question. Can u boot into fastboot and ADB recognises your device ?
vdp1nnab said:
Okay. Try again. This time go into e recovery, then reboot and the second you touch that reboot button you hold volume up. Also one question. Can u boot into fastboot and ADB recognises your device ?
Click to expand...
Click to collapse
Nope, can't get into recovery, at all. Just keeps rebooting.
Yes, i can get into fastboot mode and fastboot recognizes the device.
shxtov said:
Nope, can't get into recovery, at all. Just keeps rebooting.
Yes, i can get into fastboot mode and fastboot recognizes the device.
Click to expand...
Click to collapse
Okay that helps a huge load. What you need to do is flash the nougat ROM again. You need to put the rom files into the root of ADB install location (program files/ Minimal ADB and Fastboot) in zip format. If I'm not mistaken you have update.zip and vnsXXX_Full_data (or something similar).
Then flash the firmware using this command once your connected in fastboot. I'm not sure the command. But I did some googling and can't find a solid answer. I remember doing it but I don't remember the command line.

Bricked my P10 lite and nothing seems to work

A while ago I installed TWRP and rooted my WAS-LX1A and everything worked perfectly fine except that I couldn't install updates. Today I tried to install install a more recent rom and, as expected, it failed. So i tried to install it manually, unpacking boot.img, system.img and recovery.img from the update.app file and flashing them using
Code:
fastboot flash *type* *file*.img
I was able to flash boot and recoverybut when I tried to do the same on system it got stuck and I was forced to interrupt the process. Now my device is constantly stuck on
Code:
Your device is booting now...
and I can't access recovery nor fastboot and adb isn't working:
Code:
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
I tried using the dload folder method in a FAT32 formatted sd card and every sort of button combination but i'm still stuck at the same point. Anyone can help me?
luis ota doesnt works due to root a custom recovery, i recommend you access to twrp, next:
1- Make a backup only of oeminfo(coy to safe place), download oeminfo ss or ds depending your device, extract and copy/replace oem to the original oem
2- Downloaded servicerom b182 or b183, extract and copy all file and folder(was-lx1a folders and update.app), to dload folder on your sdcard.
3- Now press restore oem and shutdown when it finished, now do 3btns method.
Alternatevility could uninstall adb and reinstall, check if device manager has traces of device or adb and remove too
foliaje said:
luis ota doesnt works due to root a custom recovery, i recommend you access to twrp, next:
1- Make a backup only of oeminfo(coy to safe place), download oeminfo ss or ds depending your device, extract and copy/replace oem to the original oem
2- Downloaded servicerom b182 or b183, extract and copy all file and folder(was-lx1a folders and update.app), to dload folder on your sdcard.
3- Now press restore oem and shutdown when it finished, now do 3btns method.
Alternatevility could uninstall adb and reinstall, check if device manager has traces of device or adb and remove too
Click to expand...
Click to collapse
Didn't work and now the phone is locked and I've lost my unlock code. TWRP also isn't working, as holding pwr+volumeup starts erecovery while the booting screen changed from "Your device has been unlocked" to "Your device has failed verification". Any tips?
mister if you frp(oem is unlocked(red color)) you can solve with dload method and servicerom b182 or b183, other method is dcphoenix(paid)
LuisTheLollichop said:
Didn't work and now the phone is locked and I've lost my unlock code. TWRP also isn't working, as holding pwr+volumeup starts erecovery while the booting screen changed from "Your device has been unlocked" to "Your device has failed verification". Any tips?
Click to expand...
Click to collapse
So, with the service rom on sdcard in folder dload. Booting phone with volumeUp+volumeDown+power also does not work ?
[email protected]@[email protected] said:
So, with the service rom on sdcard in folder dload. Booting phone with volumeUp+volumeDown+power also does not work ?
Click to expand...
Click to collapse
It stops at 5% saying "Software install failed!" only giving me the option to reboot
And after changing the oeminfo my phone appears to be locked as i said in my previous reply
LuisTheLollichop said:
It stops at 5% saying "Software install failed!" only giving me the option to reboot
And after changing the oeminfo my phone appears to be locked as i said in my previous reply
Click to expand...
Click to collapse
oeminfo: backup insdcad(copy to safe place), with the downloaded oeminfo just copy/replace and then restore.
srom: create one folder called dload in sdcard, then extracted the service copy all was folders + update.app(they are inside of dload folder) to the dload sdcard
alternatively you try with dcphoenix and/or dcunlocker(paid both)
LuisTheLollichop said:
It stops at 5% saying "Software install failed!" only giving me the option to reboot
Click to expand...
Click to collapse
Just to be clear, so i understand the situation :
You use the b182 / b183 service rom from here : https://forum.xda-developers.com/p10-lite/help/original-service-rom-huawei-p10-lite-t3688097 ?
If yes and it don't work, then i guess your f**ked. Sorry
[email protected]@[email protected] said:
Just to be clear, so i understand the situation :
You use the b182 / b183 service rom from here : https://forum.xda-developers.com/p10-lite/help/original-service-rom-huawei-p10-lite-t3688097 ?
If yes and it don't work, then i guess your f**ked. Sorry
Click to expand...
Click to collapse
You can send him to the service center, they make it free for you with boardswap.
I have had a boardswap twice. Now I know what the problem is and have made a decrypt boot img
Download boot image from this link
https://drive.google.com/open?id=0B1Z5zkx7AGWGbHF6NXo0OFJTRWc
Now flash this boot image in fastboot mode (fastboot flash boot custom_boot_decryptdata_b130.img)
Now hold volume up and type fastboot reboot press enter.
Keep holding volume up until phone reboot to erecovery
Disconnect from PC, Shutdown phone
Hold volume up and power to enter TWRP
Wipe>format data
Go back Reboot>Recovery
Download Full Data zip http://update.hicloud.com:8180/TDS/...WAS-L01A_hw_eu/update_full_WAS-L01A_hw_eu.zip
,and Public Full data zip http://update.hicloud.com:8180/TDS/...86/f2/full/public/update_data_full_public.zip
Copy both zip files to sd card and install one by one in TWRP
reboot>bootloader
Extract boot, system, recovery, from update.zip it using Huawei firmware extractor
Extract cust.img from update_full_WAS-L01A_hw_eu.zip
Flash these images in fastboot mode.
Then reboot to recovery and factory reset, the phone boots normally
Otherwise extarct update.app from update.zip
make a dload folder and copy to sdcard.
Then switch off phone, hold all buttons together to start update.
Fixing Bricked P10 Lite without TWRP , This works even if your Boot is locked
Don't worry my friend be chill, I too bricked my huawei P10 Lite Middle East Version and after a month of struggle I was finally able to fix this issue and restored my STOCK .
This video is made to help you successfully fix your Bricked Huawei P10 Lite
Follow the below youtube video link clearly to unbrick your Huawei
If the above video doesn't play then click on thsi link below
https://youtu.be/0vDgDXePAR4
Cheers.....
I've managed to make it work somehow by bruteforcing the unlock code ahahah Still, thanks everyone <3

Can't boot to twrp

Ok so i tried a lot of different things but my phone just doesn't want to boot to twrp. I flashed twrp but the phone always boots up erecovery.
What am i doing wrong?
Did you try the simplest command? Connect the phone to PC and open CMD or Windows PowerShell then run : adb reboot recovery
Also you can use Huawei Multi Tool 8 to boot into Recovery (Root tab -> Restart to Recovery).
i figured out what the problem was... I was flashing a zip file with a batch file in it via fastboot XD...
czd777 said:
i figured out what the problem was... I was flashing a zip file with a batch file in it via fastboot XD...
Click to expand...
Click to collapse
You should flash twrp.IMG file via fastboot mode

Categories

Resources