please I need to remove twrp recovery - Huawei P8 Questions & Answers

I need to remove twrp recovery and install stock recovery image
How I can do this gra ul10

Hello! You would be willing to change the ROM?

Uh oh. This reminds me 1 year ago when I had your same problem . The process is simple:
1. Get the UPDATE.APP file wich is no more than all the stuff for the P8 wich includes the recovery. You should find it on emui.huawei.com
2. To see what's in there you need a tool called "Huawei Update Extractor". Just look for it
3. You do the same process for installing TWRP but with the image file "recovery.img"
And you're done
PS. Do a full backup with TWRP just to be sure. To restore it just reflash TWRP and use the restore function

You could flash the original recovery via fastboot if you have a backup of it as raw image.
Or well what @Rome7643 mentioned works also. I submitted a profile for the gra-l09 for the update extractor.
command is like "fastboot flash recovery <path/to/recovery.img>"
There is recovery and recovery2. One of them comes up when usb is connected one when it is not connected when triggering the recovery boot.

nexolight said:
You could flash the original recovery via fastboot if you have a backup of it as raw image.
Or well what @Rome7643 mentioned works also. I submitted a profile for the gra-l09 for the update extractor.
command is like "fastboot flash recovery <path/to/recovery.img>"
There is recovery and recovery2. One of them comes up when usb is connected one when it is not connected when triggering the recovery boot.
Click to expand...
Click to collapse
Thanks alot sir

elsamkary10 said:
I need to remove twrp recovery and install stock recovery image
How I can do this gra ul10
Click to expand...
Click to collapse
Download the UPDATE.APP from a recent stock rom, use the Huawei Update Extractor, then flash the recovery/recovery2 partition with the recovery.img/recovery2.img.
Like "fastboot flash recovery recovery.img" in fastboot mode.
This will only override recovery.
Note that recovery and recovery2 is the same but one triggers only when the usb cable is connected.

Rome7643 said:
Uh oh. This reminds me 1 year ago when I had your same problem . The process is simple:
1. Get the UPDATE.APP file wich is no more than all the stuff for the P8 wich includes the recovery. You should find it on emui.huawei.com
2. To see what's in there you need a tool called "Huawei Update Extractor". Just look for it
3. You do the same process for installing TWRP but with the image file "recovery.img"
And you're done
PS. Do a full backup with TWRP just to be sure. To restore it just reflash TWRP and use the restore function
Click to expand...
Click to collapse
I seem to be having the same problem. In the update.app I dont see the recovery.img file. Instead there are 3 files
recovery_ramdis
recovery_vendor
recovery_vbmeta
please advise.

sirdj said:
I seem to be having the same problem. In the update.app I dont see the recovery.img file. Instead there are 3 files
recovery_ramdis
recovery_vendor
recovery_vbmeta
please advise.
Click to expand...
Click to collapse
Please, next time you should be more careful when downloading the file UPDATE.APP or update.zip ! I guess you downloaded one from Huawei P9, but for sure it's not for Huawei P8 !
After you unpack update.app there should be RECOVERY.img and RECOVERY2.img along with others partitions images.
Good luck !

surdu_petru said:
Please, next time you should be more careful when downloading the file UPDATE.APP or update.zip ! I guess you downloaded one from Huawei P9, but for sure it's not for Huawei P8 !
After you unpack update.app there should be RECOVERY.img and RECOVERY2.img along with others partitions images.
Good luck !
Click to expand...
Click to collapse
I am sorry if I posted in the thread for the wrong phone. I have a mate 9.

Related

Flashed TWRP as boot.img / Now it only goes to recovery HELP ME!!!

Hi people...
Everything was going so smoothly... bootloader unlock... root... some nice root apps... free paid games... and my p8 lite was just feeling so good... until... I flashed twrp with flashify under the name of boot.img... Am I stupid or what?! Now I can only get 2 scenarios... when i turn on the phone it goes directly to twrp. In twrp i get the option to go the bootloader screen... If I choose system it goes back to twrp... I can't get it to start. I downloaded the official tar.gz from emui site but I dont know how can I install it. PLEASE HELP... What should I do in this case?! I miss my baby...
Thanks in advance
You have to restore stock recovery in fastboot mode.
arviit said:
You have to restore stock recovery in fastboot mode.
Click to expand...
Click to collapse
How do I do that?! If I wanted to wipe my phone completely and re-install the OS would be better to do it using twrp or stock recovery?
Thank you very much
Sorry, i misunderstood. If you flashed twrp as boot.img, reflash stock boot in fastboot mode.
flash stock boot.img in fastboot mode
and then flash twrp as recovery
will be like this
fastboot flash boot boot.img
fastboot reboot-bootloader
fastboot flash recovery TWRP.img
fastboot reboot
use the boot.img from stock rom and twrp image you downloaded
Oh no!
Now I made some serious **** to my baby... guess now i'll have to send it to huawei to fix it. I made a full wipe like if it was format c: in computers... everything is gone (i didnt had any personal data) it doesnt have OS even. But when I still had twrp i tried to flash boot.img and recovery.img and now when i start it goes directly to bootloader screen but saying "please update system again" and where it used to say phone unlocked it now says (in red letters):
Error!
Func NO: 10 (boot image)
Error NO: 2 (load failed!)
I was able to get to eRecovery with usb connected but when i choose to download e install the new version it gives me the message "wifi starting failed".
It also does not get any instuction with fastboot. but hi suite starts when I connect it. Strange?!
What do you think? Should I send it to huawei? Or is it possible for me to make it work again?
Also tried UPDATE.APP function and all give me fail message.
I'm going crazy!!!! But I love to mess around with android... To me this is the android essence. Fortunately I have a lumia for when my baby doesnt work.loooool
Thank you all
I don't understand why you don't use fastboot. Everybody told you to use it. In our phone situation, without custom kernel or rom, twrp is for experimentation and you cannot mix things.
arviit said:
I don't understand why you don't use fastboot. Everybody told you to use it. In our phone situation, without custom kernel or rom, twrp is for experimentation and you cannot mix things.
Click to expand...
Click to collapse
Well, you warned me... but sometimes i do these kind of *****... So, in this situation you think it's better to send it or is there way to fix this.
By the way, when I enter huawei eRecovery and I get the option to download the firmware through wifi and it says wifi starting failed, is there any way to make this work? And to fastboot do we need to open cmd as administrator to make it work? Because if Hi suite detects the phone I should also be able to fastboot it right?
Thanks for your patience
Just use fastboot aand flash everything
Recovery
Boot
Systme
Cust
jabonloco said:
flash stock boot.img in fastboot mode
and then flash twrp as recovery
will be like this
fastboot flash boot boot.img
fastboot reboot-bootloader
fastboot flash recovery TWRP.img
fastboot reboot
use the boot.img from stock rom and twrp image you downloaded
Click to expand...
Click to collapse
hello I have p8 lite unlocked and rooted, yesterday I wanted to install the TWRP 2.8.7. but I was wrong and I installed twrp for the p8 and not p8 lite.
When I go into recovery mode my phone locks that read huawey, I tried with fastboot command to delete the wrong recovery and install the right of the p8 lite but the result does not change, my phone locks that read huawey
i think The commands that you wrote and that I have quoted are also fine for my case, it's' true?
i have version firmware b133 which boot.img from stock rom?
Try to reflash stock boot.img too.
arviit said:
Try to reflash stock boot.img too.
Click to expand...
Click to collapse
but Ido the extraction of the boot.img from the update version b133?
Hi everyone!!
First of all, thanks to everybody who helped me with this situation.
I now am using my baby again as if it was new. I wiped him completely as i stated before and it was as easy as finding the right firmware (136a) and using the vol down + vol up + power button technique. I put the UPDATE.APP file inside a folder named dload in sdcard using other phone (with my p8 was impossible). After that rebooted the device, pressed those 3 buttons and the instalation started successfully.
I just cant explain how happy i was. I stayed 3 days without it.
After that I have been messing with fastboot so thanks to everyone who made me realize that i didnt need to do all of this, but well, A full wipe is always welcome.
Is there any custom kernel on the way for overclock my baby?
Please explain to me how do I put SOLVED in this thread as my problem is already solved...
Thanks
siul_lasc said:
Hi everyone!!
First of all, thanks to everybody who helped me with this situation.
I now am using my baby again as if it was new. I wiped him completely as i stated before and it was as easy as finding the right firmware (136a) and using the vol down + vol up + power button technique. I put the UPDATE.APP file inside a folder named dload in sdcard using other phone (with my p8 was impossible). After that rebooted the device, pressed those 3 buttons and the instalation started successfully.
I just cant explain how happy i was. I stayed 3 days without it.
After that I have been messing with fastboot so thanks to everyone who made me realize that i didnt need to do all of this, but well, A full wipe is always welcome.
Is there any custom kernel on the way for overclock my baby?
Click to expand...
Click to collapse
I also have same problem. Now i am going to try this. thank you very much.
---------- Post added at 02:22 PM ---------- Previous post was at 01:53 PM ----------
siul_lasc said:
Hi everyone!!
First of all, thanks to everybody who helped me with this situation.
I now am using my baby again as if it was new. I wiped him completely as i stated before and it was as easy as finding the right firmware (136a) and using the vol down + vol up + power button technique. I put the UPDATE.APP file inside a folder named dload in sdcard using other phone (with my p8 was impossible). After that rebooted the device, pressed those 3 buttons and the instalation started successfully.
I just cant explain how happy i was. I stayed 3 days without it.
After that I have been messing with fastboot so thanks to everyone who made me realize that i didnt need to do all of this, but well, A full wipe is always welcome.
Is there any custom kernel on the way for overclock my baby?
Click to expand...
Click to collapse
Yeah finally my phone is working now thanks to you I searched many treads and forums but i cant find a solution. But finally i got an easy solution Thank you again bro.. Good Luck !!!:good::good::good::good::good::good::good:
Just download your firmware version, use huawei extractor to extract boot.img,cust.img,recovery.img and system.img
After that,download mininal adb fastboot copy you files into fastboot folder , enter fastboot mode on your phone and from fastboot folder,open cmd and type these commands:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cust cust.img
After this your phone will boot normally. Once you've done this, copy update.app to your sdcard or internal and install it by local update. Once you've done all this,your phone is fine.
May I know how do you wipe your internal storage? and what if after wiping, im unable to get into recovery mode? does it mean phone is not usable anymore?
SOLUTION
Hello. I'm the bigest mess on androids but i know that flashing stock recovery can remove any TWRP/CWR. If its too powerfull flash stock boot and run fastboot -w.(fastboot -w erases all PERSONAL data)
Guys Help me in this
guys help me
http://forum.xda-developers.com/honor-7/help/stock-emui-recovery-image-lost-twrp-t3442021
thank you !!
VladHD said:
Just download your firmware version, use huawei extractor to extract boot.img,cust.img,recovery.img and system.img
After that,download mininal adb fastboot copy you files into fastboot folder , enter fastboot mode on your phone and from fastboot folder,open cmd and type these commands:
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cust cust.img
After this your phone will boot normally. Once you've done this, copy update.app to your sdcard or internal and install it by local update. Once you've done all this,your phone is fine.
Click to expand...
Click to collapse
After days of searching the internet i couldnt find any working solution. then i tried the local update without flashing al those .img's. ( didnt work )
Now after flashing al those .img's my phone works again but its a whole different phone. Only problem is when i try to update him with the update.app file it won't go any further then 5%.
If you know why this happens let me know
Further i wanna thank you one last time .. thank you

Bootloop after trying to downgrade to MM

Hello,
today I tried to downgrade from nougat to MM. After the MM Rom was installed, my phone only shows me the Huawei Brand. The phone does not start, it only shows huawei brand. How can I rescue my phone now ???? Please help
Edit:
If I press Power + VolDown it says PHONE Locked, FRP Unlock
I tried the rollback with this method:
http://www.stechguide.com/downgrade-huawei-p9-lite-from-nougat-to-marshmallow/
Volup + Power , Format data, Format Cache, Reboot
nitroax said:
Volup + Power , Format data, Format Cache, Reboot
Click to expand...
Click to collapse
That is unfortunately not helping. If I do so the phone restarts and the Huawei Boot Logo shows up, but I am not able to enter erevory or somethin else. Only thing working is fastboot when I press Volume down.
ndroid1562 said:
That is unfortunately not helping. If I do so the phone restarts and the Huawei Boot Logo shows up, but I am not able to enter erevory or somethin else. Only thing working is fastboot when I press Volume down.
Click to expand...
Click to collapse
Make sure you dont have the usb cable plugged when you try to enter recovery.
Have you tried flash the MM UPDATE.APP again ?
nitroax said:
Make sure you dont have the usb cable plugged when you try to enter recovery.
Have you tried flash the MM UPDATE.APP again ?
Click to expand...
Click to collapse
Yes I Trier without USB cable plugged in. What I recognised before the bootloop is: The flash of the rollback Version was successful but the phone was then already stuck in bootloop. So i don't even could install the real Version of MM.
Is there a possibility to install the stock Rom with fastboot? My bootloader is opened and I don't Kind if I lose all my data.
ndroid1562 said:
Yes I Trier without USB cable plugged in. What I recognised before the bootloop is: The flash of the rollback Version was successful but the phone was then already stuck in bootloop. So i don't even could install the real Version of MM.
Is there a possibility to install the stock Rom with fastboot? My bootloader is opened and I don't Kind if I lose all my data.
Click to expand...
Click to collapse
You should be able to put the MM update in dload folder of your sdcard, and use the 3 button method to flash it.
Otherwise use huawei firmware extractor to pull the system.img data.img boot.img from the update.app of the MM, and use fastboot flash system SYSTEM.img . Same thing for boot and data
nitroax said:
You should be able to put the MM update in dload folder of your sdcard, and use the 3 button method to flash it.
Otherwise use huawei firmware extractor to pull the system.img data.img boot.img from the update.app of the MM, and use fastboot flash system SYSTEM.img . Same thing for boot and data
Click to expand...
Click to collapse
Thanks for your answers and your help. The first method is not working, if I press all three buttons together, my phone just restarts and the Huawei Boot Sign shows up again.
I'd like to try the second method? But could you tell me, how I can find the system.img, data.img, boot.img files and where I can find the HUAWEI FIRMWARE EXTRACTOR.
ndroid1562 said:
Thanks for your answers and your help. The first method is not working, if I press all three buttons together, my phone just restarts and the Huawei Boot Sign shows up again.
I'd like to try the second method? But could you tell me, how I can find the system.img, data.img, boot.img files and where I can find the HUAWEI FIRMWARE EXTRACTOR.
Click to expand...
Click to collapse
Use this tool to extract them from the UPDATE.APP file of the MM: https://forum.xda-developers.com/showthread.php?t=2433454
First extract the RECOVERY.img only and flash it with fastboot. After that test the three button method again (make sure that you have the file from MM (2.0GB) in the dload folder). If it doesnt work, try the thing i said before.
ndroid1562 said:
Thanks for your answers and your help. The first method is not working, if I press all three buttons together, my phone just restarts and the Huawei Boot Sign shows up again.
I'd like to try the second method? But could you tell me, how I can find the system.img, data.img, boot.img files and where I can find the HUAWEI FIRMWARE EXTRACTOR.
Click to expand...
Click to collapse
OK, sorry for being such a noob. I now installed the Huawei Extractor. Furthermore I downlaoded stock Rom MM B130. Now there are two ZIP Files (like you can see on the picture). Do I have to extract both of them???
EDIT:
There is no data.img in Huawei Extractor. I have taken a screenshot of the files too (you can see it on the second image).
ndroid1562 said:
OK, sorry for being such a noob. I now installed the Huawei Extractor. Furthermore I downlaoded stock Rom MM B130. Now there are two ZIP Files (like you can see on the picture). Do I have to extract both of them???
Click to expand...
Click to collapse
No, only the first (1.7gb).
EDIT: Forget the data.img for now. Try to flash the other files and even if it dont boot, use the version C432B160 to flash using dload method
nitroax said:
No, only the first (1.7gb).
Click to expand...
Click to collapse
There is no data.img in Huawei Extractor. I edited my last reply. Where can I find data.img?
nitroax said:
Use this tool to extract them from the UPDATE.APP file of the MM: https://forum.xda-developers.com/showthread.php?t=2433454
First extract the RECOVERY.img only and flash it with fastboot. After that test the three button method again (make sure that you have the file from MM (2.0GB) in the dload folder). If it doesnt work, try the thing i said before.
Click to expand...
Click to collapse
Before I do the steps you discribed I have two questions.
First: I have to recovery images... RECOVERY.img and RECOVERY2.img. Do I have to flash both of them?
Second: I took a SD Card now and created a folder named dload. In it I put the UPDATE.app file. This has 3 GB, in your post you said it has to be 2 GB. So did I take the right UPDATE file or is it the wrong one?
ndroid1562 said:
Before I do the steps you discribed I have two questions.
First: I have to recovery images... RECOVERY.img and RECOVERY2.img. Do I have to flash both of them?
Second: I took a SD Card now and created a folder named dload. In it I put the UPDATE.app file. This has 3 GB, in your post you said it has to be 2 GB. So did I take the right UPDATE file or is it the wrong one?
Click to expand...
Click to collapse
1 - RECOVERY.img
2 - Youre right the file have 3GB (2gb zipped lol)
nitroax said:
1 - RECOVERY.img
2 - Youre right the file have 3GB (2gb zipped lol)
Click to expand...
Click to collapse
Hahaha, ok. So my veryyy last question. How can I flash the image files now? I thought I could do it with ODIN but there is no possibility to take img files ...?
nitroax said:
1 - RECOVERY.img
2 - Youre right the file have 3GB (2gb zipped lol)
Click to expand...
Click to collapse
I now managed to flash BOOT.img, RECOVERY.img and SYSTEM.img. Afterwards it was possible to extract UPDATE.app by pressing VOL up # VOL down # and the other Button (don't know the english word). But the installation of the UPDATE.app stops on 5%. Whats the reason for this?
So I have a guess right now: Before I tried to downgrade my phone I uninstalled SuperSu but I didn't unroot my phone. So my phone could be still rooted. Could this be the problem why the installation is not working?
nitroax said:
Volup + Power , Format data, Format Cache, Reboot
Click to expand...
Click to collapse
If I try to do a factory reset in eRecovery it stops at 10 % and shows me a " ! ".
I could format chache, but afterwards my Bootloop problem is still not solved ...
ndroid1562 said:
If I try to do a factory reset in eRecovery it stops at 10 % and shows me a " ! ".
I could format chache, but afterwards my Bootloop problem is still not solved ...
Click to expand...
Click to collapse
Since I couldn't manage to rescue my beloved Smartphone, I now sell it on eBay. The Phone is in Germany, but I would send it to other cities in Europe for transportation costs of extra 10 EUROS. If you are interested and like to bid, here is the Link:
http://www.ebay.de/itm/-/201932576564?
ndroid1562 said:
Hahaha, ok. So my veryyy last question. How can I flash the image files now? I thought I could do it with ODIN but there is no possibility to take img files ...?
Click to expand...
Click to collapse
odin is for samsung phones, try unlocking the bootloader, fastboot flash twrp, flash oeminfo in twrp and then use the update.app and 3 button combo, there are guides on this forum explaining exactly how to do it. just make sure you have the correct files.

Wiped off everything,only TWRP left,what do?[Huawei P10 Lite]

I accidentally wiped off everything with TWRP.
I have no backups.
I'm really having trouble finding ANY rom for this phone,custom or stock.
I've only found firmware that can update my OS not install it completely.
Could anyone find the correct ROM for me?
Anything will do.
Please help!
If you have a second device, donwload Huawei firmware finder from Play store. Enter your model number and donwload a full package. Doesn't really matter which one. Then just flash it in TWRP without extracting.
Vinnipinni said:
If you have a second device, donwload Huawei firmware finder from Play store. Enter your model number and donwload a full package. Doesn't really matter which one. Then just flash it in TWRP without extracting.
Click to expand...
Click to collapse
Is there any way to know my exact phone model number without having access to the OS?
Using the pc version I have to enter some kind of G and F values,what should i put in there?
EDIT:I've narrowed it down to WAS-LX1 and WAS LX1A,any way of distinguishing between those?
EDIT 2 : I seem to fail to flash literally any ROM,I get a zip verification error if i try to check that,if not I just get:
Updater process edned with ERROR : 9,and E: unknown command [errno] before that
Justkill43 said:
Is there any way to know my exact phone model number without having access to the OS?
Using the pc version I have to enter some kind of G and F values,what should i put in there?
EDIT:I've narrowed it down to WAS-LX1 and WAS LX1A,any way of distinguishing between those?
Click to expand...
Click to collapse
Shouldn't your phone model number be beneath the battery?
Michael24884 said:
Shouldn't your phone model number be beneath the battery?
Click to expand...
Click to collapse
Well yeah,it should.
But this is one of those phones that can't really be opened with special tools that I don't really have,and even if i did have them I wouldn't mess with the phone's insides because it's one of those types of phone....
Update:It may have something to do with the roms i have downloaded,I've tried 3 of them and none of them had ANY .img files
No boot.img no recovery.img etc,what am I doing wrong?
Justkill43 said:
Update:It may have something to do with the roms i have downloaded,I've tried 3 of them and none of them had ANY .img files
No boot.img no recovery.img etc,what am I doing wrong?
Click to expand...
Click to collapse
Huawei uses some special archiving, there should be an UPDATE.APP inside the downloaded files. You need a tool called Huawei Update Extractor to get the .img files.
Vinnipinni said:
Huawei uses some special archiving, there should be an UPDATE.APP inside the downloaded files. You need a tool called Huawei Update Extractor to get the .img files.
Click to expand...
Click to collapse
Oh I see,and should I just get the .imgs out of the update.app and then flash the rom?
Because so far I can't flash any of them,I get these errors:
E: unknown command [errno]
And
Updater process ended with ERROR : 9
Justkill43 said:
Oh I see,and should I just get the .imgs out of the update.app and then flash the rom?
Because so far I can't flash any of them,I get these errors:
E: unknown command [errno]
And
Updater process ended with ERROR : 9
Click to expand...
Click to collapse
What did you type?
Ohh and where are you from?
Vinnipinni said:
What did you type?
Ohh and where are you from?
Click to expand...
Click to collapse
What did i type??
Serbia.
Justkill43 said:
What did i type??
Serbia.
Click to expand...
Click to collapse
Yeah, mean the fastboot command you used
Vinnipinni said:
Yeah, mean the fastboot command you used
Click to expand...
Click to collapse
Kinda confused now,as I don't think I've used any fastboot commands at all.
Justkill43 said:
Kinda confused now,as I don't think I've used any fastboot commands at all.
Click to expand...
Click to collapse
If you want to flash the .img files, you have to enter your Bootloader. Do this by booting TWRP and type adb reboot bootloader. Then, out the .img files into the adb/ fastboot folder and type
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cust cust.img
Instead of system.img you need to use the exact filename of the system.img file. I think you need to only use these three commands, but I'll have another look.
Edit: you could also replace your current recovery and then try to flash the update file with the stock recovery. Do this by typing fastboot flash recovery recovery.img
Vinnipinni said:
If you want to flash the .img files, you have to enter your Bootloader. Do this by booting TWRP and type adb reboot bootloader. Then, out the .img files into the adb/ fastboot folder and type
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cust cust.img
Instead of system.img you need to use the exact filename of the system.img file. I think you need to only use these three commands, but I'll have another look.
Edit: you could also replace your current recovery and then try to flash the update file with the stock recovery. Do this by typing fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Oh so I should just flash those 3 imgs instead of the whole zip?
Also there is no cust.img
I'll list all the imgs here so you can see what i should be able to flash:
-Boot
-Crc.img
-Curver.img
-DTS.img
-EFI.img
-FASTBOOT.img
-FW_HIFI.img
-FW_LPM3.img
-MODEM_FW.img
-PACKAGE_TYPE.img
-PRODUCT.img
-RECOVERY.img
-RECOVERY2.img
-SENSORHUNB.img
-SHA256RSA.img
-SYSTEM.img
-TEEOS.img
-TRUSTFIRMWARE.img
-VENDOR.img
-VERLIST.img
-XLOADER.img
Justkill43 said:
Oh so I should just flash those 3 imgs instead of the whole zip?
Also there is no cust.img
I'll list all the imgs here so you can see what i should be able to flash:
-Boot
-Crc.img
-Curver.img
-DTS.img
-EFI.img
-FASTBOOT.img
-FW_HIFI.img
-FW_LPM3.img
-MODEM_FW.img
-PACKAGE_TYPE.img
-PRODUCT.img
-RECOVERY.img
-RECOVERY2.img
-SENSORHUNB.img
-SHA256RSA.img
-SYSTEM.img
-TEEOS.img
-TRUSTFIRMWARE.img
-VENDOR.img
-VERLIST.img
-XLOADER.img
Click to expand...
Click to collapse
Yes! You can't flash most of it, it's not possible.
Flash Boot, Recovery, System and Vendor. Of that doesn't work, Put the UPDATE.APP into the dload folder on your SD and hold Power, Volume + and Volume -. That should force the flash of the update.
And if that still doesn't work, ask for a TWRP update on the P10 Forums. Then Restore everything except Data.
Vinnipinni said:
If you want to flash the .img files, you have to enter your Bootloader. Do this by booting TWRP and type adb reboot bootloader. Then, out the .img files into the adb/ fastboot folder and type
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash cust cust.img
Instead of system.img you need to use the exact filename of the system.img file. I think you need to only use these three commands, but I'll have another look.
Edit: you could also replace your current recovery and then try to flash the update file with the stock recovery. Do this by typing fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Alright,I'm getting the hang of this.
But what did you mean with the exact filename of system.img?How do i find that out?
Justkill43 said:
Alright,I'm getting the hang of this.
But what did you mean with the exact filename of system.img?How do i find that out?
Click to expand...
Click to collapse
Just the name of the file. Don't know if it's sytsem.img or SYSTEM.IMG
Vinnipinni said:
Just the name of the file. Don't know if it's sytsem.img or SYSTEM.IMG
Click to expand...
Click to collapse
Got it,flashed system,recovery and boot
Trying to flash vendor I get an error when it's trying to write vendor:
FAILED (remote:Command not allowed)
Still stuck in a boot loop.
I'm gonna put the update.app in the sdcard.
I just create a dload folder in the sd card,put it in,wipe off everything I've flashed and do the 3 button thing,right?
Vinnipinni said:
Just the name of the file. Don't know if it's sytsem.img or SYSTEM.IMG
Click to expand...
Click to collapse
UPDATE: Failed the 3 button thing,maybe I got the wrong ROM,i'll try it with another one,I have a question though
My friend has the same phone as me(p10 lite) and when he goes to about phone and checks out the model number he only sees WAS-LX1
I'm pretty sure i have that same model number now but I can't find a ROM that's specifically WAS-LX1,it's always WAS-LX1 And something added on there like WAS-LX1C02,should I even worry about that?
Vinnipinni said:
Yes! You can't flash most of it, it's not possible.
Flash Boot, Recovery, System and Vendor. Of that doesn't work, Put the UPDATE.APP into the dload folder on your SD and hold Power, Volume + and Volume -. That should force the flash of the update.
And if that still doesn't work, ask for a TWRP update on the P10 Forums. Then Restore everything except Data.
Click to expand...
Click to collapse
After trying the first 2 methods I can't even boot into twrp anymore,I'm super screwed...

Stock recovery download

Hi, i have P9 Lite with VNS-L31C02B329 with root and twrp; how can I install stock recovery?
rraffaele1 said:
Hi, i have P9 Lite with VNS-L31C02B329 with root and twrp; how can I install stock recovery?
Click to expand...
Click to collapse
- Download VNS-L31C02B329 update.zip
http://www.stechguide.com/install-b329-nougat-update-on-vodafone-huawei-p9-lite/
And then use Huawei update extractor
http://www.trishtech.com/2017/02/ex...firmware-update-with-huawei-update-extractor/
Extracted recovery.img copy to root directory of Minimal ADB and fastboot , plug your phone to PC in fastboot mode, and install , use "fastboot flash recovery recovery.img . Reboot with "fastboot reboot".
hi! but my telephone is vns-L31C464B335 . how can i do ?
jewelpy1 said:
hi! but my telephone is vns-L31C464B335 . how can i do ?
Click to expand...
Click to collapse
Is the same but you need the update.zip of your version and extract whit huawei extractor , and flash as indicated before.
:fingers-crossed:

Help me please! My device Now I can not use [huawei nova 2i RNE-L22C636]

Help me please My device Now I can not use
the previous I have to post. About downgrade Oreo to nougat
on huawei nova 2i [RNE-L22C636]
From this post
https://forum.xda-developers.com/mate-10/help/restore-twrp-backup-nougat-firmware-rne-t3803910
At first I saw two files no have "update_data_public.zip" file
I decided to take action. While there are only two files. I think there is nothing wrong
But I made a mistake. It is not available.I just saw it later. "update_data_public.zip" file
The symptoms are now.
1.Use a bootloader
2.Use twrp Can not access. Hang on the logos page.
3.I do not have a boot "Your device is booting now.."
And I tried flash with fastboot but It's cannot load system.img
I use the UPDATE.APP file from this link. 3 file flash on fastboot [1.recovery.img 2.boot.img 3.system.img]
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G2722/g1699/v125098/f1/full/update.zip
What can I do now? To revive it With flash on fastboot The only way to do it now
Here are all related images.
surathus said:
Help me please My device Now I can not use
the previous I have to post. About downgrade Oreo to nougat
on huawei nova 2i [RNE-L22C636]
From this post
https://forum.xda-developers.com/mate-10/help/restore-twrp-backup-nougat-firmware-rne-t3803910
At first I saw two files no have "update_data_public.zip" file
I decided to take action. While there are only two files. I think there is nothing wrong
But I made a mistake. It is not available.I just saw it later. "update_data_public.zip" file
The symptoms are now.
1.Use a bootloader
2.Use twrp Can not access. Hang on the logos page.
3.I do not have a boot "Your device is booting now.."
And I tried flash with fastboot but It's cannot load system.img
I use the UPDATE.APP file from this link. 3 file flash on fastboot [1.recovery.img 2.boot.img 3.system.img]
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G2722/g1699/v125098/f1/full/update.zip
What can I do now? To revive it With flash on fastboot The only way to do it now
Here are all related images.
Click to expand...
Click to collapse
Hello
you have to do the factory rest and the wipe cache.
** recovery stock. (volume up and power).
and restart.
Chisetdel31260 said:
Hello
you have to do the factory rest and the wipe cache.
** recovery stock. (volume up and power).
and restart.
Click to expand...
Click to collapse
The problem is now. I can not go to recovery. get it bootloop
Now this is only possible. Bootloader mode
But I have twrp backup file on android 7.0 emui 5.1
It can be used on fastboot?
surathus said:
The problem is now. I can not go to recovery. get it bootloop
Now this is only possible. Bootloader mode
But I have twrp backup file on android 7.0 emui 5.1
It can be used on fastboot?
Click to expand...
Click to collapse
Now i made a mistake
The only way to install the firmware.
I need a direct model flash to fastboot
Now the problem is.It's cannot load system.img on fastboot
surathus said:
Now i made a mistake
The only way to install the firmware.
I need a direct model flash to fastboot
Now the problem is.It's cannot load system.img on fastboot
Click to expand...
Click to collapse
Remove the space between "system." and "img".
ante0 said:
Remove the space between "system." and "img".
Click to expand...
Click to collapse
I did not do anything. It is a copy of the notepad to put it.
Other files are also copied. No problem It's good to succeed.
same issue With this post https://forum.xda-developers.com/mate-9/help/bricked-mate-9-please-help-t3722133/page2
I need flash frimware on fastboot
I'm not sure It is a system.img issue . Or because the firmware does not match.
Do I use 3 files correctly? I find the best.
Who has the correct firmware. Help me!
UPDATE.APP file from android 7.0 emui 5.1 firmware RNE-L22C636B142CUSTC636D001
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G2722/g1699/v125098/f1/full/update.zip
I need img stock firmware 3 files on android 7.0 emui 5.1
[RNE-L22C636B142CUSTC636D001] Who helped me?
1.recovery.img
2.boot.img
3.system.img
Extract file Direct version for me
thank you..
my devices : huawei nova 2i
Try this
https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279
I don't know about Nougat but it work on Oreo Cuz i Hard bricked my Huawei Nova 2i Oreo
Edit:Btw there is no full Huawei Nova 2i Nougat Firmware only Oreo Firmware(From Firmware Finder Made By TeamMT)

Categories

Resources