P9 Lite bricked - Huawei P9 Lite Questions & Answers

Hello,
I was on B336 and wanted to root it. All good, I followed the steps, and accidentally wiped cache&dalvik... Bootloop. Then I tried to downgrade to MM... No success... After that, something told me to wipe system, data, Dalvik, cache, everything except for Internal Storage, phone storage... I tried then to flash EMUI 5 beta 336... It didn't work. I tried then to flash Meticulus TWRP instead of Revolution TWRP... It did not work... I tried to dload MM stock, it did not work...
I'm stuck with:
-No OS
-Revolution TWRP
-Meticulus TWRP doesn't boot
Is there anything I can try to get it booting or I can throw the phone into the garbage bin?

I even tried to flash Meticulus TWRP with the RevolutionRecovery (I know, I know) and of course it did not work...

If you are with no OS
flash via fastboot system.img boot.img cust.img and recovery.img using app extractor
I don't remember the exact order (yes, you must flash them in a specific order)

diorenzo said:
If you are with no OS
flash via fastboot system.img boot.img cust.img and recovery.img using app extractor
I don't remember the exact order (yes, you must flash them in a specific order)
Click to expand...
Click to collapse
Found the order:
- Fastboot flash boot boot.img
- Fastboot flash system system.img
- Fastboot flash cust cust.img
But I can't understand the part about app extractor. Can you explain please?

There is an app called app extractor (you can easily find here in the forums)
You put your Update.app file (the one you should put on the dload folder) and the app extract you these files
After you flash them via adb
I had your problem and solved using this
(Sorry for my english)

@diorenzo Ok, I got it, I extract from the .APP file with Huawei Update Extractor. What should I do next?

Go on fastboot mode with the phone
And via pc flash the files

diorenzo said:
Go on fastboot mode with the phone
And via pc flash the files
Click to expand...
Click to collapse
I know that... I meant, after I flash those files... Is there something else?

Asphyxiate666 said:
I know that... I meant, after I flash those files... Is there something else?
Click to expand...
Click to collapse
Nope, just reboot and wait
(It can take a while)

diorenzo said:
Nope, just reboot and wait
(It can take a while)
Click to expand...
Click to collapse
Thank you very much man, I will try what you told me. I hope it will work.

Don't worry

Flashing system.img gives me an error:
sparse flash write failure
Click to expand...
Click to collapse
@diorenzo

What error?

diorenzo said:
What error?
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Did you flash boot.img?

diorenzo said:
Did you flash boot.img?
Click to expand...
Click to collapse
Yes, and it flashed successfully.

Mmhh, really don't know
Try again

diorenzo said:
Mmhh, really don't know
Try again
Click to expand...
Click to collapse
Tried two times with no success... I'll try switching ports.

Sounds similar to what I had. Take a look here.
The solution in brief was:
1. Go into bootloader to flash recovery (I used Revolution Recovery)
2. In recovery, flash OEM info.
3. Then used the 3-button method to install stock version for the appropriate model (which I could see from OEM info).
4. Unlocked bootloader, triggering a factory reset. (I was stuck in infinite boot before this point.)
Click to expand...
Click to collapse

Zeruno said:
Sounds similar to what I had. Take a look here.
Click to expand...
Click to collapse
It was what i was thinking
I though he could flash recovery via fastboot (but i didn't remember he had to flash oeminfo)

Related

[Q] [Fastboot] Can't flash Stock ROM

Hello there!
I have a Nexus 7 Device, I rooted it using a toolkit, everything was working great, then I messed up a little and I need to restore it using a Factory Image (a.k.a Stock ROM)...
The problem is, when I try to flash the .zip, it gives me the following error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
According to some tutorials, you type the following commands to flash a ROM:
fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata
fastboot -w update ROM.zip
Click to expand...
Click to collapse
Because I'm afraid of something going wrong, I didn't erased any partition, so if for some reason the flashing procedure stops, I have the old data/partitions working because I didn't erased any, I just used the following command:
fastboot -w update ROM.zip
Click to expand...
Click to collapse
So, the questions are:
Do I need to erase the partitions first before trying to flash the Stock ROM?
Should I try flash each .img separately?
Additional Information:
Android is working, I'm able to boot with success.
Bootloader unlocked.
I didn't flashed any custom Bootloader/Recovery/ROM, everything is from Factory/Stock.
I have tested flashing the ROM under Windows and Linux (Ubuntu), it gives me the exact error.
The .zip I'm using isn't corrupted. (And it's directly from developers.google.com)
If flashing without erasing the partitions worked, I would erase them (To delete ALL data/trash) and flash it again...
P.S: First post!
I'm pretty sure the script erases those anyway... You could open it up and check though. Don't worry about the .sig files; that's normal. Check inside the .zip to make sure the system.img is actually in there. If it is, then extract it and try flashing it by itself.
In fact, if you just were trying to fix something you messed up, all you need is the system image anyway.
Sent from my Nexus 7 using Tapatalk HD
korockinout13 said:
I'm pretty sure the script erases those anyway... You could open it up and check though. Don't worry about the .sig files; that's normal. Check inside the .zip to make sure the system.img is actually in there. If it is, then extract it and try flashing it by itself.
In fact, if you just were trying to fix something you messed up, all you need is the system image anyway.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Hello!
Thanks for the answer, I tried to flash system.img and it worked, fastboot automatically erases the system partition.
I have now a clean system, thanks!
For other people with the same problem as me:
1 - Enter Fastboot Mode
2 - Extract system.img
3 - Run "fastboot flash system system.img"
4 - Enter Recovery Mode and do a "Factory Reset" (Optional, I guess)
5 - Enjoy!
Spenzert said:
fastboot automatically erases the system partition.
Click to expand...
Click to collapse
I wouldn't jump to that conclusion quite so readily.
It merely overwrote whatever contents were already there.
More or less the same result though, excepting some possibly inconsequential trash in the partition slack space.
cheers
bftb0 said:
I wouldn't jump to that conclusion quite so readily.
It merely overwrote whatever contents were already there.
More or less the same result though, excepting some possibly inconsequential trash in the partition slack space.
cheers
Click to expand...
Click to collapse
I believe fastboot really erased the partition, there's no "SuperSU" anymore and I have attached a screenshot of fastboot erasing the partition.
Cheers!
I wouldn't have believed it until I saw the picture... and now I believe! My bad!
I could swear I've done the same thing on other devices for a couple years now without the implicit erase happening. I wonder if it is a fastboot version difference.
If you don't mind me asking, what version of fastboot is that?
bftb0 said:
I wouldn't have believed it until I saw the picture... and now I believe! My bad!
I could swear I've done the same thing on other devices for a couple years now without the implicit erase happening. I wonder if it is a fastboot version difference.
If you don't mind me asking, what version of fastboot is that?
Click to expand...
Click to collapse
Android SDK Manager says "Rev. 16.0.1" (Platform-tools), maybe fastboot erased the partition first because I used "fastboot flash" instead of "fastboot update"...
A little off-topic:
I tried to root manually my Nexus and it's really easy, I might make an updated tutorial soon on how to root it manually
Have a good day!
Edit: I tried to flash TWRP (Recovery) and it didn't erased the partition first.

Working root for ze601KL with WW-21.40.1220.1698??????

Anybody knows how to root ASUS Zenfone ZE601Kl with marshmallow???
Same question, I tried to flash TWRP, I see TWRP after flashing, but after restart, I have stock rekavery. Asus Unlock app install? but don't unlock, close with erorr.
after flash stock MM rom then you need to normal boot first then flash TWRP recovery again. because initial boot will be replacing to stock recovery even if you have flash TWRP before initial boot .
after flash TWRP then you can flash supersu zip by TWRP.
I get root, when I flash TWRP I flash PRO-SuperSU-v2.67.zip, before TWRP disappear, so I have stock recovery and root .
sampei said:
after flash stock MM rom then you need to normal boot first then flash TWRP recovery again. because initial boot will be replacing to stock recovery even if you have flash TWRP before initial boot .
after flash TWRP then you can flash supersu zip by TWRP.
Click to expand...
Click to collapse
how can I flash TWRP???
Joxefo said:
how can I flash TWRP???
Click to expand...
Click to collapse
Flash by bootloader or if you already get root then twrp manager or Rashr both available at play store
sampei said:
Flash by bootloader or if you already get root then twrp manager or Rashr both available at play store
Click to expand...
Click to collapse
I haven´t get root, i want to get root.
How can I flash by bootloader???
Joxefo said:
I haven´t get root, i want to get root.
How can I flash by bootloader???
Click to expand...
Click to collapse
Hi Brother, From a Windows PC, in Fastboot mode, flash custom recovery TWRP by using Adb/Fastboot tools and then flash SuperSU zip from Twrp, Thnx, Jesus Bless You.
[email protected] said:
Hi Brother, From a Windows PC, in Fastboot mode, flash custom recovery TWRP by using Adb/Fastboot tools and then flash SuperSU zip from Twrp, Thnx, Jesus Bless You.
Click to expand...
Click to collapse
Thank you [email protected]
I did the flash TWRP , but when I restart it back to stock recovery
LuisRuthes said:
I did the flash TWRP , but when I restart it back to stock recovery
Click to expand...
Click to collapse
fastboot flash recovery twrp.img
not
fastboot boot twrp.img
andrehsu said:
fastboot flash recovery twrp.img
not
fastboot boot twrp.img
Click to expand...
Click to collapse
I did it
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

redmi 2 prime fully bricked

Hello guys,
my redmi 2 prime now like fully dead.
i tried that with fastboot method, with command too but that stops with blank screen after mi logo
mi care said motherboard is dead .
that occured by installing twrp using flashify. i dont know what i do now ?
anyone have idea to get back my phone ?
bhaavuu said:
Hello guys,
my redmi 2 prime now like fully dead.
i tried that with fastboot method, with command too but that stops with blank screen after mi logo
mi care said motherboard is dead .
that occured by installing twrp using flashify. i dont know what i do now ?
anyone have idea to get back my phone ?
Click to expand...
Click to collapse
that's not hard bricked trust me..!!
all you can do is temporarily boot twrp by fastboot and flash boot.img
shyampandey said:
that's not hard bricked trust me..!!
all you can do is temporarily boot twrp by fastboot and flash boot.img
Click to expand...
Click to collapse
now whats the procedure to get back ?
What you tried with fastboot method.
Give a details of your trying.
bhaavuu said:
now whats the procedure to get back ?
Click to expand...
Click to collapse
do you have pc?
shyampandey said:
do you have pc?
Click to expand...
Click to collapse
i tried all things. like fastboot method with mi flash tool , tried with minimal adb too , but getting error too..
in mi flash tool , it shows flash completed but after mi logo, display will goes blank only
bhaavuu said:
i tried all things. like fastboot method with mi flash tool , tried with minimal adb too , but getting error too..
in mi flash tool , it shows flash completed but after mi logo, display will goes blank only
Click to expand...
Click to collapse
ur need for setting
miflash option / advanced
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Fastboot script: flash_all.bat *
Flash Programmer: prog_emmc_firehose_8916.mbn
Boot Image: 8916_msimage.mbn
Raw XML file: rawprogram0.xml
Patch XML file: patch0.xml
srry im bad for english
kidsjr said:
ur need for setting
miflash option / advanced
Fastboot script: flash_all.bat *
Flash Programmer: prog_emmc_firehose_8916.mbn
Boot Image: 8916_msimage.mbn
Raw XML file: rawprogram0.xml
Patch XML file: patch0.xml
srry im bad for english
Click to expand...
Click to collapse
i have new version of mi flash tool
bhaavuu said:
i have new version of mi flash tool
Click to expand...
Click to collapse
Bro just download global developer fastboot rom and follow the instruction given in the link :- http://en.miui.com/thread-78806-1-1.html just leave blank the options which aren't mentioned in the tutorial. I too got my phone back using this tutorial.
Battlecreed5 said:
Bro just download global developer fastboot rom and follow the instruction given in the link :- http://en.miui.com/thread-78806-1-1.html just leave blank the options which aren't mentioned in the tutorial. I too got my phone back using this tutorial.
Click to expand...
Click to collapse
yeah, exactly cause your phone isn't full bricked
shyampandey said:
yeah, exactly cause your phone isn't full bricked
Click to expand...
Click to collapse
finally i got my cell back with the help of twrp
https://www.youtube.com/watch?v=LsAW5zZvTNM
reset it via this and got mi recovery and i got my cell back.
thanks to all guys
bhaavuu said:
finally i got my cell back with the help of twrp
reset it via this and got mi recovery and i got my cell back.
thanks to all guys
Click to expand...
Click to collapse
there's thanks button too ?

Redmi 4 Pro Only Turn On Fastboot

Hi, i flashed my device with this ROM (xiaomi.eu/community/threads/7-9-21.41658/), at the end i reboot and never turn on again, only have access to fastboot, don't even know if is charging.
Bootloader locked again, tried to unlock again and i can't.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Someone can help?
1. Downloade and Extract Fastboot Rom
http://en.miui.com/a-234.html
2. Download and Install Mi Flashtool
http://en.miui.com/thread-593524-1-1.html
3. Download EDL from fastboot (credit to emuzychenko xda)
https://forum.xda-developers.com/attachment.php?attachmentid=3775693&d=1465328762
4. Download and install Qualcomm usb driver
http://en.miui.com/forum.php?mod=at...MjIzMjc4MDI4NnwyMzUxMDU=&ck=56381677&mobile=2
>power off your phone.
>vol down + power (fastboot mode)
>double click edl Window Coomend Script (.cmd) file
>now you are on edl mode(check device manager)
>open mi flashtool and select fastboot rom folder
>choose clean all option
>refresh
>flash
Thaw Thaw Npt said:
1. Downloade and Extract Fastboot Rom
http://en.miui.com/a-234.html
2. Download and Install Mi Flashtool
http://en.miui.com/thread-593524-1-1.html
3. Download EDL from fastboot (credit to emuzychenko xda)
https://forum.xda-developers.com/attachment.php?attachmentid=3775693&d=1465328762
4. Download and install Qualcomm usb driver
http://en.miui.com/forum.php?mod=at...MjIzMjc4MDI4NnwyMzUxMDU=&ck=56381677&mobile=2
>power off your phone.
>vol down + power (fastboot mode)
>double click edl Window Coomend Script (.cmd) file
>now you are on edl mode(check device manager)
>open mi flashtool and select fastboot rom folder
>choose clean all option
>refresh
>flash
Click to expand...
Click to collapse
Not working, same errors.
fabioziro23 said:
Not working, same errors.
Click to expand...
Click to collapse
I think the folder you extracted the rom must be in C:\ and have no spaces or symbols, e.g. C:\miuirom and not C:\miui rom or C:\miui_rom.
fabioziro23 said:
Hi, i flashed my device with this ROM (xiaomi.eu/community/threads/7-9-21.41658/), at the end i reboot and never turn on again, only have access to fastboot, don't even know if is charging.
Bootloader locked again, tried to unlock again and i can't.
Someone can help?
Click to expand...
Click to collapse
Your device is in locked bootloader, you need to unlock your bootloader first before flashing ane image
T3sla said:
I think the folder you extracted the rom must be in C:\ and have no spaces or symbols, e.g. C:\miuirom and not C:\miui rom or C:\miui_rom.
Click to expand...
Click to collapse
Hi, the images are just an exemeple..
Azrul Haifan said:
Your device is in locked bootloader, you need to unlock your bootloader first before flashing ane image
Click to expand...
Click to collapse
Yes its locked, but it was unlocked, instaled twrp and rom whitout any problem, after reboot to forst boot the bootloader was locked again, i don't know why!
I tried lots of solutions that worked to many people, but anything thats online was useless for me, even the solutions with hardware...
Anyway thanks for replying, but i already solved the problem, just needed to unlock whith miflash unlock and it booted with the new rom i had instaled before locked again.
fabioziro23 said:
Hi, i flashed my device with this ROM (xiaomi.eu/community/threads/7-9-21.41658/), at the end i reboot and never turn on again, only have access to fastboot, don't even know if is charging.
Bootloader locked again, tried to unlock again and i can't.
Someone can help?
Click to expand...
Click to collapse
watch this but i am not responsible for any damage.

Asus Zenfone 5 X00QD Stuck on FASTBOOT

***Even tho I restart it, it'll go back to fastboot. What should I do?
I dont know how to fix this o
***Even tho I restart it thru ps :|
View attachment 1479060
I tried booting on boot.img, but error
also twrp, error also.
I tried ".\fastboot reboot" but still going back to fastboot
View attachment 1479059
Re-flash Stock ROM to get rid off of all the mods you have applied.
jwoegerbauer said:
Re-flash Stock ROM to get rid off of all the mods you have applied.
Click to expand...
Click to collapse
Can I have the best tutorial youve got? Im pretty noob bout' this. Sorry
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Restarted but still going back to fastboot :|
Luciferr. said:
***Even tho I restart it, it'll go back to fastboot. What should I do?
I dont know how to fix this o
***Even tho I restart it thru ps :|
View attachment 1479060
I tried booting on boot.img, but error
also twrp, error also.
I tried ".\fastboot reboot" but still going back to fastboot
View attachment 1479059
Click to expand...
Click to collapse
Hey guy,
My phone was running the rom "UL-ASUS_X00QD-ASUS-AOSP-17.0615.2005.25-1.1.1-user.zip" (downloaded from Asus Web). I tried to install the TWRP ver 3.3.1 unofficial and my phone was stuck on the fastboot mode only.
After a lot of searching on how to fix the issue, I didn't change anything and almost gave up, until I've read this thread.
My Asus Zenfone 8 flip is STUCK in CSC FASTBOOT MODE PLZ HELP!, RAW FIRMWARE ANYONE???
These are what I did to get the phone into the recovery mode:
1. Extract the rom zip file that my phone was running on.
2. Copy the file boot.img to adb folder.
3. On PC, at adb folder enter CMD, connect the phone then type
fastboot -w
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot recovery
4. After that, my phone can be booted into the recovery mode.
Hope you can solve the same problem as me.
Bye bye ...
kenchan1505 said:
Hey guy,
My phone was running the rom "UL-ASUS_X00QD-ASUS-AOSP-17.0615.2005.25-1.1.1-user.zip" (downloaded from Asus Web). I tried to install the TWRP ver 3.3.1 unofficial and my phone was stuck on the fastboot mode only.
After a lot of searching on how to fix the issue, I didn't change anything and almost gave up, until I've read this thread.
My Asus Zenfone 8 flip is STUCK in CSC FASTBOOT MODE PLZ HELP!, RAW FIRMWARE ANYONE???
These are what I did to get the phone into the recovery mode:
1. Extract the rom zip file that my phone was running on.
2. Copy the file boot.img to adb folder.
3. On PC, at adb folder enter CMD, connect the phone then type
fastboot -w
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot reboot recovery
4. After that, my phone can be booted into the recovery mode.
Hope you can solve the same problem as me.
Bye bye ...
Click to expand...
Click to collapse
Hey,
I'm in the same boat, how exactly do you get those images? The stock rom doesn't include the recovery.img
I'm kind of pulling my hair out, I'm now permanently stuck in fastboot

Categories

Resources