Wiped off everything,only TWRP left,what do?[Huawei P10 Lite] - Huawei P10 Lite Questions & Answers

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...

Related

4.4 update problem

I have a problem with flashing the OTA for nexus 4.
It gives this error as its in screenshot
- Stock rom Rooted with TWRP recovery
alipashang77 said:
I have a problem with flashing the OTA for nexus 4.
It gives this error as its in screenshot
- Stock rom Rooted with TWRP recovery
Click to expand...
Click to collapse
I have exactly the same problem. Then i restored by backup, and now WiFi and Bluetooth, are not working! Also the phone freezes on Google logo for about 30 seconds, and then it starts. And also my PC doesnt recognize the phone as a media device. :'(
try with cwm, or download factoy images, extract the tar,then extract image-occam-krt16o.zip,boot your phone into fastboot mode,open fastboot and type fastboot erase system, fastboot erase boot, copy the extracted files to the same folder as fastboot and type,fastboot flash system system.img,fastboot flash boot boot.img,reboot. u may need to update radio/bootloader.
PS; if u dont care losing data just flash stock from google with flash-all.bat(included in the .tar).
opssemnik said:
try with cwm, or download factoy images, extract the tar,then extract image-occam-krt16o.zip,boot your phone into fastboot mode,open fastboot and type fastboot erase system, fastboot erase boot, copy the extracted files to the same folder as fastboot and type,fastboot flash system system.img,fastboot flash boot boot.img,reboot. u may need to update radio/bootloader.
PS; if u dont care losing data just flash stock from google with flash-all.bat(included in the .tar).
Click to expand...
Click to collapse
Could you be a bit more specific?How do I copy the files to fastboot?
Thanks
alipashang77 said:
Could you be a bit more specific?How do I copy the files to fastboot?
Thanks
Click to expand...
Click to collapse
just copĂ˝ the extracted files of that zip into the same folder as fastboot.
example: your fastboot is located at c:\fastboot and the zip u extracted is on c:\user\download\factoryimg\zipfilesextractedhere
then u copy all the files from the c:\user\download\factoryimg\zipfilesextractedhere to c:\fastboot

Hardbrick/total brick help me to understand my situation

Hello guys, my zenfone has the image "ASUS in search of incredible" on the center and upward has the written ""Fastboot Mode!!! long press power key to restart system""" in light blue!! i readed other similiar threads but i'm unable to resolve, i tried to download the official rom on the asus site and i follow threads of other models of zenfone 2 hardbricked in the Fastboot mode!
like this! ----((Type fastboot devices and hit Enter. Your device should appear.
13. Type fastboot flash fastboot droidboot.img (be very careful in writting this line). Hit Enter. Wait till it's done.
14. Type fastboot flash recovery recovery.img and hit Enter. Wait till it's done.
15. Type fastboot flash boot boot.img and hitEnter.))
I don't find those files (and files like system.img) in the zenfone 2 laser rom zip(UL-ASUS_Z00E-WW-13.10.7.1-user.zip) but only Boot.img ,system.new.dat... nothing useful.
I dowloaded a official recovery and twrp, i tried to flash the recovery.img and the boot.img and i try to reboot in bootloader mode but nothing, than i tried to flash the trwp.img but the process failed!
I've a Raw file image of the rom but i don't know if it possible to install it in fastboot and what is the right Command on fastboot!
This is all, i hope that someone can help me
Download stock recovery from here and flash with fastboot flash recovery name_of_recovery.img and download official firmware from official site.
Go in to recovery and wipe cache and data,after select update from adb,open adb and write this command:adb sideload name_of_firmware.zip or put firmware.zip in to sd and rename update.zip go in to recovery wipe cache and data and select update from sdcard and select update.zip
thank you for the response, after the flash of the original recovery, i tried to go in recovery with "volume - and power botton" but nothing only asus image, than i tried with fastboot command --->"fastboot boot recovery.img" and Failed( remote dtb not found)
Marlin92 said:
thank you for the response, after the flash of the original recovery, i tried to go in recovery with "volume - and power botton" but nothing only asus image, than i tried with fastboot command --->"fastboot boot recovery.img" and Failed( remote dtb not found)
Click to expand...
Click to collapse
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery
Gabbro16Hz said:
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery[/QUO
ok i did it, but the phone don't reboot in to recovery... this is the problem....
Click to expand...
Click to collapse
Marlin92 said:
Gabbro16Hz said:
Go in to fastboot,from adb flash stock recovery recovery (mm 16) and reboot in to recovery[/QUO
ok i did it, but the phone don't reboot in to recovery... this is the problem....
Click to expand...
Click to collapse
It's impossible,you nave unlocked bootloader?
Click to expand...
Click to collapse
Gabbro16Hz said:
Marlin92 said:
It's impossible,you nave unlocked bootloader?
Click to expand...
Click to collapse
i think no mate, because the phone it's not mine , i'm trying to help my friend that tried to root the phone but failed ahahahah ...
You know if is possible to unlock the bootloader now in fastboot mode and what is the command to write? thank you for the patience
Click to expand...
Click to collapse
Marlin92 said:
Gabbro16Hz said:
i think no mate, because the phone it's not mine , i'm trying to help my friend that tried to root the phone but failed ahahahah ...
You know if is possible to unlock the bootloader now in fastboot mode and what is the command to write? thank you for the patience
Click to expand...
Click to collapse
This is the solutionowload official Recovery and flash,go in to recovery and select adb sideload go in adb from pc and write:adb sideload Name_Of_Firmware.zip
Click to expand...
Click to collapse
Gabbro16Hz said:
Marlin92 said:
This is the solutionowload official Recovery and flash,go in to recovery and select adb sideload go in adb from pc and write:adb sideload Name_Of_Firmware.zip
Click to expand...
Click to collapse
nothing! My friend doesn't remember if he unlocked the bootloader, the phone doesn't go in recovery... So the problem is the unlocked bootloader or a locked bootloader?!
from your answer I understand that if it is unlocked i can go in recovery, so i assume that the bootloader it's locked and for this i can't go in recovery...
Click to expand...
Click to collapse
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
pudiim1 said:
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
Click to expand...
Click to collapse
same here! i converted the system.new.dat file in system.img and tried to flash it, but it appears the same error" file too large...
One question your phone after the flash of TWRP doesn't go in recovery right?
Marlin92 said:
same here! i converted the system.new.dat file in system.img and tried to flash it, but it appears the same error" file too large...
One question your phone after the flash of TWRP doesn't go in recovery right?
Click to expand...
Click to collapse
Recovery mode work's fine for my, but I can not install or via adb or via fastboot
pudiim1 said:
I'm with a similar problem, I did not do the unlock bootloader but I can install TWRP with no problems. But my biggest problem is the time of system.img where it appears the following error: error: file too large
i'm stuck in asus screen to :crying:
Sorry for my bad english
Click to expand...
Click to collapse
but if you can install the TWRP and you can go in to recovery, you can install with adb sideload the all file stock rom zip
Marlin92 said:
but if you can install the TWRP and you can go in to recovery, you can install with adb sideload the all file stock rom zip
Click to expand...
Click to collapse
I tried many, many zip files and i had different errors , the more I got the most was the following : Could not find ' meta- inf / com / google / android / update -binary ' in the zip file .
pudiim1 said:
I tried many, many zip files and i had different errors , the more I got the most was the following : Could not find ' meta- inf / com / google / android / update -binary ' in the zip file .
Click to expand...
Click to collapse
you've tried to clean all with the command " fastboot erase" boot,cache,system and userdata? i'm not sure if this work but in almost all guides recommended to erase old boot, cache, system & userdata partitions
I tried but no sucess

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.

(SOLVED)Urgent! Help! Bricked phone!

I instaled persona78's B600 mod on TWRP 3.0.2-0 and rebooted. Just boot logo. Nothing else. No recovery, no fastboot, nothing. After struggling a bit I mamaged to get into fastboot, but when I run adb command in Windows 8.1 it says "waiting for device" and that's it. I tried several tools and "kits" with more functions, one of them being TWRP.
Please help! Tommorow morning I have a working trip and I extremely need my phone, and in my country it's already 1:00 a.m.
I will be very thankful for any solution and fast response.
Thanks!
XTutorials said:
I instaled persona78's B600 mod on TWRP 3.0.2-0 and rebooted. Just boot logo. Nothing else. No recovery, no fastboot, nothing. After struggling a bit I mamaged to get into fastboot, but when I run adb command in Windows 8.1 it says "waiting for device" and that's it. I tried several tools and "kits" with more functions, one of them being TWRP.
Please help! Tommorow morning I have a working trip and I extremely need my phone, and in my country it's already 1:00 a.m.
I will be very thankful for any solution and fast response.
Thanks!
Click to expand...
Click to collapse
Try flashing it again and yes..
....B600 stays in boot logo for longer
HaiderHady said:
Try flashing it again and yes..
....B600 stays in boot logo for longer
Click to expand...
Click to collapse
I cannot acces NOTHING just fastboot. How I'm going to flash the rom again?
Linux saves phones, that is what I have to say.
Ran adb in windows: <waiting for device>
Ran adb in ubuntu: Revived my phone!
Thank god this phone is fixed, otherwise I couldn't continue my developing on PA
If you are truly in fastboot mode, with the green android dude (his name is Andy) and the white background then the command
fastboot devices
Click to expand...
Click to collapse
should return your device's serial number. Then you can go ahead and flash the 4 needed partions from the stock ROM with fastboot.
First of all, you need the 4 .img files for boot, recovery, cust and system.
You can get these as follows:
On this page you can find all ALE-L21 firmware. Find the latest. The latest FULL firmware for Europe region is C432B602 (Dual SIM) and C432B603 (Single SIM). Download the FULL version (not OTA) and use Huawei Update Extractor to extract boot, recovery, cust, and system as .img files
Open a command window in the folder with the files and rename them accodingly if you wish (e.g. 06.boot.img -> boot.img)
Then you can flash them in fastboot mode like this:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash cust cust.img
fastboot flash system system.img
Click to expand...
Click to collapse
That last one may take a bit. Then you can do
fastboot reboot
Click to expand...
Click to collapse
JpegXguy said:
If you are truly in fastboot mode, with the green android dude (his name is Andy) and the white background then the command should return your device's serial number. Then you can go ahead and flash the 4 needed partions from the stock ROM with fastboot.
First of all, you need the 4 .img files for boot, recovery, cust and system.
You can get these as follows:
On this page you can find all Huawei firmware. Search (F3 or Ctrl+F) for ALE-L21 and find the latest firmware. (For example, if you search ALE-L21C432 the latest firmware is B600 as of the time of writing this) Download the FULL version (not OTA) and use Huawei Update Extractor to extract boot, recovery, cust, and system as .img files.
Open a command window in the folder with the files and rename them accodingly if you wish (e.g. 06.boot.img -> boot.img)
Then you can flash them in fastboot mode like this:
That last one may take a bit. Then you can do
Click to expand...
Click to collapse
Thanks for the help. But I already fixed my problem.
XTutorials said:
Thanks for the help. But I already fixed my problem.
Click to expand...
Click to collapse
Just in case someone stumbles upon this. I hate when the forum ends abruptly
JpegXguy said:
If you are truly in fastboot mode, with the green android dude (his name is Andy) and the white background then the command should return your device's serial number. Then you can go ahead and flash the 4 needed partions from the stock ROM with fastboot.
First of all, you need the 4 .img files for boot, recovery, cust and system.
You can get these as follows:
On this page you can find all ALE-L21 firmware. Find the latest. The latest FULL firmware for Europe region is C432B602 (Dual SIM) and C432B603 (Single SIM). Download the FULL version (not OTA) and use Huawei Update Extractor to extract boot, recovery, cust, and system as .img files
Open a command window in the folder with the files and rename them accodingly if you wish (e.g. 06.boot.img -> boot.img)
Then you can flash them in fastboot mode like this:
That last one may take a bit. Then you can do
Click to expand...
Click to collapse
it say partition length error please help

please I need to remove twrp recovery

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.

Categories

Resources