Firmware Finder not Working? - Huawei P20 Pro Questions & Answers

Hello,
I have tried ( in vain ) to get firmware finder to work, both the proxy and DNS, both not playing?
Checked and the full file is indeed there just will not load???

There is an issue in FF with P20 Pro
Look at this https://forum.xda-developers.com/huawei-p20-pro/how-to/explain-update-firmware-finder-t3791252
Greetz

Thank you for that.

Easier to simply download using FF
And then update using nocheck recovery

How do you update using nocheck recovery? Can you provide the steps?

otonieru said:
Easier to simply download using FF
And then update using nocheck recovery
Click to expand...
Click to collapse
could you gave some clue about nocheck recovery?

enrique71 said:
How do you update using nocheck recovery? Can you provide the steps?
Click to expand...
Click to collapse
lifeform said:
could you gave some clue about nocheck recovery?
Click to expand...
Click to collapse
Hi,
you can read the details and how to, here : https://forum.xda-developers.com/ho.../recovery-bkl-nocheck-recovery-flash-t3778085
please ensure your device is supported by the recovery,
else, better use HuRU Updater through TWRP

Related

P9 Plus Stock Recovery

Hello!
Where can I find the stock recovery .img for my VIE-L29C636? I wish to update my P9 Plus to version B632 but since my phone is rooted and I use the TWRP custom recovery, I'm not able to do so.
Cheers
mechasnyper
mechasnyper said:
Hello!
Where can I find the stock recovery .img for my VIE-L29C636? I wish to update my P9 Plus to version B632 but since my phone is rooted and I use the TWRP custom recovery, I'm not able to do so.
Cheers
mechasnyper
Click to expand...
Click to collapse
Use HuaweiUpdateExtractor and download a firmware and extract the recovery.img
Sent from my HUAWEI LON-L29 using XDA Labs
Mostar088 said:
Use HuaweiUpdateExtractor and download a firmware and extract the recovery.img
Sent from my HUAWEI LON-L29 using XDA Labs
Click to expand...
Click to collapse
Thank you very much! Worked for me!
mechasnyper said:
Thank you very much! Worked for me!
Click to expand...
Click to collapse
Can you explain how you got it? I'm on VIE-L09C432B360 and I receive an update to B370 but when the download finishes, the phone restarts and when TWRP tries to install the update I got an error (which I can't read). My guess, the update fails because of TWRP. So I want to reinstall the stock recovery. Can you explain the steps you followed? Thanks in advance.
alfesc said:
Can you explain how you got it? I'm on VIE-L09C432B360 and I receive an update to B370 but when the download finishes, the phone restarts and when TWRP tries to install the update I got an error (which I can't read). My guess, the update fails because of TWRP. So I want to reinstall the stock recovery. Can you explain the steps you followed? Thanks in advance.
Click to expand...
Click to collapse
No problem! Haha, lucky timing, I was about to head to bed.
Anyways, you will need Android-SDK platform tools, Huawei Update Extractor, which you can download here, and the CURRENT firmware file of your device, which you can download using Huawei Firmware Finder here. Here's how you do it...
1. Find and download your firmware using Huawei Firmware Finder. Go to the common base tab and enter your CURRENT build number in the textbox labeled "Model for find". Under the "type" list, find the one that says "FullOTA" and click the link under the "Filelist". This opens a new window with a list of links. Open the link that ends with "update.zip". That will download your firmware.
2. Open the zip file and extract the file called "UPDATE.APP"
3. Open the Huawei Update Extractor, and drag and drop the "UPDATE.APP" on the window. You will see a list of files. Select and right click "RECOVERY.img", and click on "Extract Selected" and set your file destination. This is the recovery software.
4. Once it has finished extracting, simply flash it as you would with TWRP.
Hope this helps! Don't be afraid to ask if you need more help.
mechasnyper said:
No problem! Haha, lucky timing, I was about to head to bed.
Anyways, you will need Android-SDK platform tools, Huawei Update Extractor, which you can download here, and the CURRENT firmware file of your device, which you can download using Huawei Firmware Finder here. Here's how you do it...
1. Find and download your firmware using Huawei Firmware Finder. Go to the common base tab and enter your CURRENT build number in the textbox labeled "Model for find". Under the "type" list, find the one that says "FullOTA" and click the link under the "Filelist". This opens a new window with a list of links. Open the link that ends with "update.zip". That will download your firmware.
2. Open the zip file and extract the file called "UPDATE.APP"
3. Open the Huawei Update Extractor, and drag and drop the "UPDATE.APP" on the window. You will see a list of files. Select and right click "RECOVERY.img", and click on "Extract Selected" and set your file destination. This is the recovery software.
4. Once it has finished extracting, simply flash it as you would with TWRP.
Hope this helps! Don't be afraid to ask if you need more help.
Click to expand...
Click to collapse
On step 4 you mean type "fastboot flash recovery recovery.img" from fastboot mode?
Thanks. I'm gonna try today.
Enviado desde mi VIE-L09 mediante Tapatalk
alfesc said:
On step 4 you mean type "fastboot flash recovery recovery.img" from fastboot mode?
Thanks. I'm gonna try today.
Enviado desde mi VIE-L09 mediante Tapatalk
Click to expand...
Click to collapse
Yep! That's how you flash the recovery.
Thanks. I hope you had a nice sleep.
Anyway I did it via flashify, but what I get is eRecovery and I think it's not the same as stock recovery.
Sorry to bother you again, but options are not the same than stock recovery. In eRecovery you haven't options to wipe, only download new versions and reboot/shutdown. As I don't know if stock recovery has been properly installed, I don't dare to install the B370 update.
Enviado desde mi VIE-L09 mediante Tapatalk
alfesc said:
Thanks. I hope you had a nice sleep.
Anyway I did it via flashify, but what I get is eRecovery and I think it's not the same as stock recovery.
Sorry to bother you again, but options are not the same than stock recovery. In eRecovery you haven't options to wipe, only download new versions and reboot/shutdown. As I don't know if stock recovery has been properly installed, I don't dare to install the B370 update.
Enviado desde mi VIE-L09 mediante Tapatalk
Click to expand...
Click to collapse
Hmm, obviously that's not right... Have you tried using ADB to reboot into your recovery? Try opening a command window and try typing in "adb reboot recovery". That's usually how you get into your recovery other than turning on your phone by holding both your volume up and power button until you see the recovery screen. If that doesn't work try flashing again using adb instead of Flashify.
mechasnyper said:
Hmm, obviously that's not right... Have you tried using ADB to reboot into your recovery? Try opening a command window and try typing in "adb reboot recovery". That's usually how you get into your recovery other than turning on your phone by holding both your volume up and power button until you see the recovery screen. If that doesn't work try flashing again using adb instead of Flashify.
Click to expand...
Click to collapse
I thought it wasn't ok. Today I haven't got a computer near. I'll try tomorrow and let you know. I really appreciate your help.?
Enviado desde mi VIE-L09 mediante Tapatalk
mechasnyper said:
Hmm, obviously that's not right... Have you tried using ADB to reboot into your recovery? Try opening a command window and try typing in "adb reboot recovery". That's usually how you get into your recovery other than turning on your phone by holding both your volume up and power button until you see the recovery screen. If that doesn't work try flashing again using adb instead of Flashify.
Click to expand...
Click to collapse
Cool! "flashboot flash recovery recovery.img" worked. Stock Recovery is working know. I'm going to try to install update know. Thanks again.
alfesc said:
Cool! "flashboot flash recovery recovery.img" worked. Stock Recovery is working know. I'm going to try to install update know. Thanks again.
Click to expand...
Click to collapse
Great! Let me know how it turns out!
mechasnyper said:
Great! Let me know how it turns out!
Click to expand...
Click to collapse
Everything working fine. I'm now on b370 and I have reinstalled TWRP. My next step, reRoot. Thanks again. I've learned a lot and practiced my rusty English.
Enviado desde mi VIE-L09 mediante Tapatalk
Hi @mechasnyper
I'm on stock B360, rooted and twrp installed. I got an update of B380 and as described by others I was unable to update through twrp. I tried your method, downloaded B360 firmware through FIRMWARE FINDER, when I opened "UPDATE. APP" in update extractor, I got two images of recovery "RECOVERY.IMG" & "RECOVERY2.IMG". I extracted "RECOVERY.IMG" and flashed. Everything went fine recovery flashed successfully.
After that I started OTA update. It started flashing but it is giving me error when reaches at 5%. Kindly tell me what is wrong?
My variant is: VIE-L29C185
faakher said:
Hi @mechasnyper
I'm on stock B360, rooted and twrp installed. I got an update of B380 and as described by others I was unable to update through twrp. I tried your method, downloaded B360 firmware through FIRMWARE FINDER, when I opened "UPDATE. APP" in update extractor, I got two images of recovery "RECOVERY.IMG" & "RECOVERY2.IMG". I extracted "RECOVERY.IMG" and flashed. Everything went fine recovery flashed successfully.
After that I started OTA update. It started flashing but it is giving me error when reaches at 5%. Kindly tell me what is wrong?
My variant is: VIE-L29C185
Click to expand...
Click to collapse
What error does it give you?
Hey all, I'm in a similar situation in that I'm trying to restore stock recovery in order to receive the new B386 OTA update.
Problem is, I'm on B385 firmware and the last version available for download is B384. Does anyone know if it would be possible to extract the B384 recovery and flash that, or is that just a really bad idea?
I'd really rather not do a factory reset all for the sake of a Google security patch
After giving up last year I came back to try again and everything worked smoothly. Don't know why I had trouble the first time!
To anyone with a rooted device who wants to go back to receiving OTA updates, just follow mechasnyper's instructions and download the full firmware zip for your current OS version in Firmware Finder, extract and flash recovery.img, and hey presto.
Now to just sit and wait for the L29 Oreo update to arrive

Help..trying to revert lineage os to stock emui

I need help
download full version EMUI.
unpack and copy to sdcard (dload)
flash stock recovery
and install (power button + vol+ and vol-.
O-ROM said:
download full version EMUI.
unpack and copy to sdcard (dload)
flash stock recovery
and install (power button + vol+ and vol-.
Click to expand...
Click to collapse
Hi..thanks for replying...can i know where i can get the stock recovery img?
Thanks
EVAL09C432B386 FULL Nandroid backup:
https://mega.nz/#!Oc4BiTCD!Xly_sGqDX8_A8MSGheluHp2bJF_NvBtwYFKD9HZKyOI
xtcislove said:
EVAL09C432B386 FULL Nandroid backup:
https://mega.nz/#!Oc4BiTCD!Xly_sGqDX8_A8MSGheluHp2bJF_NvBtwYFKD9HZKyOI
Click to expand...
Click to collapse
Thanks..but im looking for L19c636bxx
KhairulBahrin said:
Thanks..but im looking for L19c636bxx
Click to expand...
Click to collapse
Cant provide this.
Use rollback package and downgrade to MM firmware
Ota or dload to nougat
xtcislove said:
Cant provide this.
Use rollback package and downgrade to MM firmware
Ota or dload to nougat
Click to expand...
Click to collapse
How to restore using your package...power+volume up and down?
KhairulBahrin said:
How to restore using your package...power+volume up and down?
Click to expand...
Click to collapse
U can grab the rollback package from my signature, there is pdf file with instructions on how to use it. inside the zip file.
You have to use the same method for the mm firmware you like to rollback to.
​
xtcislove said:
U can grab the rollback package from my signature, there is pdf file with instructions on how to use it. inside the zip file.
You have to use the same method for the mm firmware you like to rollback to.
Click to expand...
Click to collapse
Ok tysm...ill try

Honor 5C can't flash nougat

Hi guys.
I'm having problem with flashing nougat on my NEM-L21C432B132. I'm on 6.0 at the moment and I used both dload folder on sdcard method and Firmware Finder. Tried different versions and I keep getting warning saying "incompatibility with current version". How do I solve this ?
I have no root, stock recovery, unlocked bootloader. I thought it could be because of unlocked BL, but I cannot seem to lock it as "fastboot oem lock" doesn't work for me.
Serekzolty said:
Hi guys.
I'm having problem with flashing nougat on my NEM-L21C432B132. I'm on 6.0 at the moment and I used both dload folder on sdcard method and Firmware Finder. Tried different versions and I keep getting warning saying "incompatibility with current version". How do I solve this ?
I have no root, stock recovery, unlocked bootloader. I thought it could be because of unlocked BL, but I cannot seem to lock it as "fastboot oem lock" doesn't work for me.
Click to expand...
Click to collapse
You can download full firmware and flash it via dload method..
hassanjavaid8181 said:
You can download full firmware and flash it via dload method..
Click to expand...
Click to collapse
Like I said it doesn't work for me as I keep getting "incompatibility with current version" error. I tried using the dialpad code and going to "Software Update" and tried the 3 buttons (VOL UP, DOWN and POWER ON ) method and I get the same error. Can I just install TWRP and flash the .zips I get from extracting the update.app file ?
EDIT: Just tried TWRP. I get error 7 and the flashing procedure doesn't even start
Serekzolty said:
Like I said it doesn't work for me as I keep getting "incompatibility with current version" error. I tried using the dialpad code and going to "Software Update" and tried the 3 buttons (VOL UP, DOWN and POWER ON ) method and I get the same error. Can I just install TWRP and flash the .zips I get from extracting the update.app file ?
EDIT: Just tried TWRP. I get error 7 and the flashing procedure doesn't even start
Click to expand...
Click to collapse
You cannot flash it via twrp...
You are trying to flash OTA file or full firmware??
hassanjavaid8181 said:
You cannot flash it via twrp...
You are trying to flash OTA file or full firmware??
Click to expand...
Click to collapse
At the moment I have full firmware downloaded from Huawei Firmware Finder
The one called exactly : NEM-L21C432B352 FullOTA-MF . I believe that's the right one ? If not, which one is ?
Serekzolty said:
At the moment I have full firmware downloaded from Huawei Firmware Finder
The one called exactly : NEM-L21C432B352 FullOTA-MF . I believe that's the right one ? If not, which one is ?
Click to expand...
Click to collapse
Its not in update.app format right??
You can download full firmware from honor official site according to your model and build number..and then try to flash..
hassanjavaid8181 said:
Its not in update.app format right??
You can download full firmware from honor official site according to your model and build number..and then try to flash..
Click to expand...
Click to collapse
It is in .zip format but I extract it and put the update.app into dload folder. I will try to download from honor official site and let you guys now if there's any progress.
EDIT: just had a look on the website. There's no firmware for Honor 5C there. Can anyone point me how can I make nougat work and where do I download the right files ?
Serekzolty said:
It is in .zip format but I extract it and put the update.app into dload folder. I will try to download from honor official site and let you guys now if there's any progress.
Click to expand...
Click to collapse
Ok ...
hassanjavaid8181 said:
Ok ...
Click to expand...
Click to collapse
Just downloaded and got the same error. Please can anybody tell me do I have to be on locked bootloader to have OTA's or dload method updates working ?
The error is: Software install failed!
Serekzolty said:
Just downloaded and got the same error. Please can anybody tell me do I have to be on locked bootloader to have OTA's or dload method updates working ?
The error is: Software install failed!
Click to expand...
Click to collapse
You dont need to relock boot loader for ota..or upgrade..
All you have to be on stock recovery
hassanjavaid8181 said:
You dont need to relock boot loader for ota..or upgrade..
All you have to be on stock recovery
Click to expand...
Click to collapse
I am on stock recovery. I have no clue how to install nougat...can anyone help me somehow ?
Serekzolty said:
I am on stock recovery. I have no clue how to install nougat...can anyone help me somehow ?
Click to expand...
Click to collapse
Give me time till tomorrow. Will help you budyy.
shashank1320 said:
Give me time till tomorrow. Will help you budyy.
Click to expand...
Click to collapse
Hello,
I have extracted the update.app from the 6.0 version, flashed boot.img and recovery.img through fastboot, and my phone found the update even without using the Firmware Finder..strange but I have downloaded it and flashed without problems. My bootloader didn't even lock after flashing which happens from what I've read. Anyway I'm on the newest firmware ATM and also it's rooted. Maybe someone can explain that in case anyone had a similar problem in the future ?
Serekzolty said:
Hello,
I have extracted the update.app from the 6.0 version, flashed boot.img and recovery.img through fastboot, and my phone found the update even without using the Firmware Finder..strange but I have downloaded it and flashed without problems. My bootloader didn't even lock after flashing which happens from what I've read. Anyway I'm on the newest firmware ATM and also it's rooted. Maybe someone can explain that in case anyone had a similar problem in the future ?
Click to expand...
Click to collapse
What was the size of OTA? If it was 300-400 MB then it would not harm for bootloader or recovery
shashank1320 said:
What was the size of OTA? If it was 300-400 MB then it would not harm for bootloader or recovery
Click to expand...
Click to collapse
It was full size, the one above 1GB.
Serekzolty said:
It was full size, the one above 1GB.
Click to expand...
Click to collapse
OTA normally doesn't lock bootloader. Have seen this in my 5X.

plzzz help Bricked huawei p20 pro

hello i wanted to update my clt-l29 to the latest build via adb by pushing the update.app via fastboot but it failed and my phone is now turning on but keeps restarting i tried reseting and wiping i installed twrp but the otg dont work is there any specifique firmware to pass trought adb plz help me
bouyhy01 said:
hello i wanted to update my clt-l29 to the latest build via adb by pushing the update.app via fastboot but it failed and my phone is now turning on but keeps restarting i tried reseting and wiping i installed twrp but the otg dont work is there any specifique firmware to pass trought adb plz help me
Click to expand...
Click to collapse
What was your original firmware? You're best off flashing a firmware from FunkyHuawei via eRecovery to restore. You might need to use the rebranding tool first if there isn't a firmware available that matches your device. You can't flash the update.app via fastboot or TWRP
Or if you have the full firmware package follow instructions from here: https://forum.xda-developers.com/huawei-p20/development/rebrand-huawei-p20-eml-l29-eml-l09-t3779283 and you might be able to recover without paying for FunkyHuawei
danifilth4king said:
What was your original firmware? You're best off flashing a firmware from FunkyHuawei via eRecovery to restore. You might need to use the rebranding tool first if there isn't a firmware available that matches your device. You can't flash the update.app via fastboot or TWRP
Or if you have the full firmware package follow instructions from here: https://forum.xda-developers.com/huawei-p20/development/rebrand-huawei-p20-eml-l29-eml-l09-t3779283 and you might be able to recover without paying for FunkyHuawei
Click to expand...
Click to collapse
thanks for ur reply but how can i do it from that funky huawei site ? i managed to extract the update.app using a tool huawei updtae extractor skipping all checks and the phone comes up to life but the version of the build still the same 8.1.0.106(33) ROM version for CLT-L29 and i tried to get ride of root but with no success the stock ramdisk image dont wanna pass via adb.
the dload methode dont work neither i go firmware fialed for the force method and no scard for the project menu one.
I spoke to FunkyHuawei support and the fella there helped me out a ton and can't thank him enough. Give the support a message and they'll help you goooood.
bouyhy01 said:
hello i wanted to update my clt-l29 to the latest build via adb by pushing the update.app via fastboot but it failed and my phone is now turning on but keeps restarting i tried reseting and wiping i installed twrp but the otg dont work is there any specifique firmware to pass trought adb plz help me
Click to expand...
Click to collapse
can you Install TWRP recovery?
Download this file and follow the instructions:
https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279/
Use this firmware in this post:
https://forum.xda-developers.com/huawei-p20/how-to/firmware-release-eml-l29-8-1-0-110c432-t3779477
And this recovery:
https://forum.xda-developers.com/huawei-p20-pro/development/recovery-twrp-3-2-1-0-t3779400
I recovered my p20 a few hours ago.
Start by flashing the TWRP recovery and pushing the files to the phone using adb push. Also ensure you rename the files EXACTLY as in the picture instructions in the first link. It's easy to figure out. And don't forget to put the recovery file in there too. Ignore the red error. It works perfectly.
realz88 said:
can you Install TWRP recovery?
Click to expand...
Click to collapse
Yep it is installed but the storage seems corrupted and when i try to format the data from the wipe menu it give me an error
Xsjados said:
I spoke to FunkyHuawei support and the fella there helped me out a ton and can't thank him enough. Give the support a message and they'll help you goooood.
Click to expand...
Click to collapse
Is it for free ?
Thanks mate
bouyhy01 said:
Is it for free ?
Thanks mate
Click to expand...
Click to collapse
No its not, but its not ridiculously expensive either.
Its your choice, but the support is great and better to use their help than end up with a paperweight
nickfury said:
No its not, but its not ridiculously expensive either.
Its your choice, but the support is great and better to use their help than end up with a paperweight
Click to expand...
Click to collapse
If its not free i'll pass.
Already recovered my device by my self.
Thankd anyway budd
bouyhy01 said:
If its not free i'll pass.
Already recovered my device by my self.
Thankd anyway budd
Click to expand...
Click to collapse
Not a problem at all. Glad that you were able to revive your device
Did you use the above method mentioned by @realz88?
nickfury said:
Not a problem at all. Glad that you were able to revive your device
Did you use the above method mentioned by @realz88?
Click to expand...
Click to collapse
thanks buddy
nope i flash the update.app via adb after i extraced the system.img
the realz88 method didnt get it how to push the files via adb i dont know if he speak about adb sideload on twrp and i dont know the comands
bouyhy01 said:
thanks buddy
nope i flash the update.app via adb after i extraced the system.img
the realz88 method didnt get it how to push the files via adb i dont know if he speak about adb sideload on twrp and i dont know the comands
Click to expand...
Click to collapse
Hey I'm having this issue as well.
How and what files did you push over adb?
I can't get my phone to connect to my pc, so I need to send the files over adb, if possible.
Thanks!
No need to pay to anyone, finally solved. Try and let me know
https://forum.xda-developers.com/huawei-p20-pro/help/p20-pro-bricked-t3868085
bouyhy01 said:
If its not free i'll pass.
Already recovered my device by my self.
Thankd anyway budd
Click to expand...
Click to collapse
I have my p20 pro birck, how did you get it back?

going back to full stock

Im on EVA-L9C636B399SP01. I have twrp installed and I want to update to B399SP02. Can I just flash update.zip from twrp because dload method doesn't work.
udamster said:
Im on EVA-L9C636B399SP01. I have twrp installed and I want to update to B399SP02. Can I just flash update.zip from twrp because dload method doesn't work.
Click to expand...
Click to collapse
You can try this: https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279
Albon98 said:
You can try this: https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279
Click to expand...
Click to collapse
Yes it worked. Thanks a lot

Categories

Resources