Related
So currently I think I've bricked my phone.. Phone is stuck at boot logo, I have stock recovery, and the PC won't recognize.. PLEASE HELP..
Maybe force update gonna help? Put some P7's ROM into dload folder and press 3 buttons for around 10sec.
sympi said:
Maybe force update gonna help? Put some P7's ROM into dload folder and press 3 buttons for around 10sec.
Click to expand...
Click to collapse
As mentioned earlier, my PC won't recognize my P7.. So i don't know how to put the dload folder into my sdcard / internal storage..
Do dload folder on sd card. Maybe put this sdcard into other phone or something else. Just use your brain.
sympi said:
Do dload folder on sd card. Maybe put this sdcard into other phone or something else. Just use your brain.
Click to expand...
Click to collapse
Lol....
---------- Post added at 10:00 AM ---------- Previous post was at 09:58 AM ----------
Lankern98 said:
As mentioned earlier, my PC won't recognize my P7.. So i don't know how to put the dload folder into my sdcard / internal storage..
Click to expand...
Click to collapse
Yah. Better use your brain. There are a lot things to consider how you could put the update file in your sdcard.
Lankern98 said:
So currently I think I've bricked my phone.. Phone is stuck at boot logo, I have stock recovery, and the PC won't recognize.. PLEASE HELP..
Click to expand...
Click to collapse
If you do force update and insert the USB cable while recovery is loading, the phone will accept ADB, and you can use
Code:
adb reboot bootloader
and then use flashtool to flash system images or flash CWM recovery.
I have a problem i wanna update b602 to b609 but i can`t use dload because i have cwn recovery can anyone upload the b602 recovery.img please
Sent from my HUAWEI P7-L10 using XDA Free mobile app
xandrew22 said:
I have a problem i wanna update b602 to b609 but i can`t use dload because i have cwn recovery can anyone upload the b602 recovery.img please
Sent from my HUAWEI P7-L10 using XDA Free mobile app
Click to expand...
Click to collapse
http://www.mediafire.com/download/86wcs1wwpc5t120/P7_EMUI3x_stock_recovery.zip
This should do it. Simply flash this recovery img. via ADB
I'm in the same problem
sympi said:
Maybe force update gonna help? Put some P7's ROM into dload folder and press 3 buttons for around 10sec.
Click to expand...
Click to collapse
the Last rom i have on my phone before this problem is the b815 , i wanna try all the rom...The only problem is the phone accept only UPDATE.APP and alla the roms are zipped. I'm not so expert where can i Find some UPDATE. app roms
xandrew22 said:
the Last rom i have on my phone before this problem is the b815 , i wanna try all the rom...The only problem is the phone accept only UPDATE.APP and alla the roms are zipped. I'm not so expert where can i Find some UPDATE. app roms
Click to expand...
Click to collapse
Can you boot into your phone? If not, wait at least 10 min or so. Then you will be prommoted to something like "BOOT FAILED". From there, you have to hold down volume down for 6 sec (I think). Now you've entered fastboot mode. Finally, you can access your phone through PC. This worked for me though!
Thanks man
Lankern98 said:
Can you boot into your phone? If not, wait at least 10 min or so. Then you will be prommoted to something like "BOOT FAILED". From there, you have to hold down volume down for 6 sec (I think). Now you've entered fastboot mode. Finally, you can access your phone through PC. This worked for me though!
Click to expand...
Click to collapse
Finally solved. This is the method i used .
I connected the phone to the pc while he's powered off and immediately i pressed vol- + power to get in fastboot mode and then i flashed boot.img and recovery.img of the b815 with adb... at the finish it reboot like a new phone infact it request me the language etc.
Code:
adb devices
adb reboot bootloader (my phone reboot in bootloop so i skip this passage)
fastboot devices
##put recovery and boot file in the adb folder##
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot
This is to help who have the same problem in the future
xandrew22 said:
Finally solved. This is the method i used .
I connected the phone to the pc while he's powered off and immediately i pressed vol- + power to get in fastboot mode and then i flashed boot.img and recovery.img of the b815 with adb... at the finish it reboot like a new phone infact it request me the language etc.
Code:
adb devices
adb reboot bootloader (my phone reboot in bootloop so i skip this passage)
fastboot devices
##put recovery and boot file in the adb folder##
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot reboot
This is to help who have the same problem in the future
Click to expand...
Click to collapse
Glad to hear you fixed it! Hopefully this thread will become useful for those who have bricked their phone..
URGENT!
So I tried to reset my P7 through the phone, and I ended up with locked bootloader. Everytime I boot, both red and green LED flash.. I have also tried to get the IMEI unlock code through huawei official web page, but I get the error as shown below.. Can someone please help me get this code? Please!
Lankern98 said:
So I tried to reset my P7 through the phone, and I ended up with locked bootloader. Everytime I boot, both red and green LED flash.. I have also tried to get the IMEI unlock code through huawei official web page, but I get the error as shown below.. Can someone please help me get this code? Please!
Click to expand...
Click to collapse
use simillar procedure as with p8
put all your info of your phone to that email there ..
http://huaweip8.jniklast.bplaced.net/unlock.html
Hi
I see someone here have problems with bricked phone. It just keeps restarting and you cant even turn it off.
The problem is here that UPDATE never ended to 100% and software successfully changed boot.img to the new one
but with old system on the phone.
Its even worse if you have TWRP recovery installed before update then it will brick the phone too.
Allways install stock recovery on current rom before update firmware.
Ok i will start now with this guide because i had same problem and fixed it by myself.
I will not put any links to downloads find them self GOOGLE is your friend
First of all if you were on B200 5.0.1 version of android then you need B170 firmware to extract boot.img and recovery.img from
the UPDATE.APP file
For that you need a software called Huawei Firmware Extractor
Download it and install
Now you need even ADB/FASTBOOT on the computer. If you dont have download and install. Install even drivers for the phone
Now Open the Huawei Extractor and add the UPDATE.APP file.
Now you will see alot of files below
Now mark the boot.img system.img and recovery.img and extract them to the desktop of your PC
Now copy those files to the ADB/FASTBOOT folder.
You phone i still under the bootloop and you need to get it into FASTBOOT mode. Only way to do it is to plug in USB cable to the phone.
Now as soon the phone reboots by itself hold Power and Vol down button until you see white screen and fastboot mode
Now go to the ADB/FASTBOOT folder where you copyed files and hold shift and press right mouse button to get "Open command window here"
So you will be in fastboot and you will see C:/ADB that is right directory
Now start with fastboot erase cache
Then write fastboot flash boot boot.img and hit enter
When done do following fastboot flash recovery recovery.img and hit enter
You can if you want even try to flash system.img by writing fastboot flash system system.img or fastboot flash system.img dont remember that combination
but try and see wich works.
Now write fastboot rebootand phone will reboot . If you still have bootloop then as soon phone goes black then Hold Vol+up and Power until you see recovery.
Over there make factory reset and cache and then reboot.
If you still cant boot into recovery then you need to get Firmware B170 and put it on you SD card in DLOAD folder
to flash it from scratch. Same here is that you need to have USB plugged in in order to get to EMUI flash mode or it will wont work.
Remember that you only need UPDATE.APP in the DLOAD folder from B170 firmware.
I know my English sucks but im trying to help...
hello, i tried bouth solutions and i cant get my phone to boot up i dont now maybe i am doing something wrong i was on b200 rooted and twrp instaled an i updated to android 6 and i m stuck in bootloop you can help me with something i am out of ideas. thanks in advance
noraru said:
hello, i tried bouth solutions and i cant get my phone to boot up i dont now maybe i am doing something wrong i was on b200 rooted and twrp instaled an i updated to android 6 and i m stuck in bootloop you can help me with something i am out of ideas. thanks in advance
Click to expand...
Click to collapse
Yes, this is the your mistake
Never update firmware with instaled TWRP. First you need to flash to factory recovery then install the original firmware like B170(B200), then update to Marshmallow
Nevermind, fixed it.
sokkoban said:
Yes, this is the your mistake
Never update firmware with instaled TWRP. First you need to flash to factory recovery then install the original firmware like B170(B200), then update to Marshmallow
Click to expand...
Click to collapse
i know is my mistake , i flash recovery img from b170 but i cant get in to recovery mode anymore hao much i have to push the vol up+power buton? i only can boot in to fastboot
rndll said:
Nevermind, fixed it.
Click to expand...
Click to collapse
How please ?
TopperBG said:
How please ?
Click to expand...
Click to collapse
You don't flash img files through the recovery. Flash recovery.img, boot.img, system.img and cust.img manually through the fastboot screen (vol down + power) using either the windows command or mac terminal.
Thank you, at the moment I'm trying the same.
---------- Post added at 03:16 PM ---------- Previous post was at 03:12 PM ----------
rndll said:
You don't flash img files through the recovery. Flash recovery.img, boot.img, system.img and cust.img manually through the fastboot screen (vol down + power) using either the windows command or mac terminal.
Click to expand...
Click to collapse
Which firmware, I've tried with full B200 and extracted images, but no success. B170 ?
Don't have success, please give advices ?
1. I Download the B313 update and extract the boot.img and recovery.img from update.app using Huawei Firmware Extractor.
2. Connect your P8 to your PC/Mac. Hold down volume down + power just before you feel the vibration and the Huawei logo shows up. This will boot you to the Fastboot/Rescue screen.
3. Using the windows command prompt or mac terminal, flash the B313 recovery and boot images using Fastboot:
Code:
fastboot flash boot boot.img
Code:
fastboot flash recovery recovery.img
After flashing these, if you reboot normally, the bootloop should be gone but you will get stuck at the Huawei logo. However, you'll now be able to access recovery (volume up + power) and the 3 button update (vol up + vol down + power) modes.
You can now reboot either holding the power down or issue a fastboot command:
Code:
fastboot reboot
4. This may be optional and may not have any bearing but at this point I was ok with losing data just to get the phone booting again. Boot to the recovery (volume up + power) Yes, it's not that easy using the buttons. Just try it until you get the recovery to boot.
In recovery select Wipe data/factory reset and Wipe cache partition.
5. Download the B170 Full ROM and extract the dload and custom folder to your microSD. Use a card adapter/card reader.
6. IMPORTANT: Disconnect your P8 from your computer if it is still connected. Doing the next step while you're connected through USB will cause the update to get stuck at 90% and if you force a reboot, your device will bootloop again.
7. Reboot from the recovery and boot into the EMUI Updater using the 3-button method (volume up + volume down + power). Let the phone update and voila! You're back in business!
Confirm, it works!
@rndll bold and make red color B313
TopperBG said:
Confirm, it works!
@rndll bold and make red color B313
Click to expand...
Click to collapse
so it works , i have to gflash boot,cache and recovery img from b313?
I've interrupted update (B313), write to SD /dload full B200 and started Recovery. Update gone just fine and phone started with brand new B200. Even don't reset or wipe !
noraru said:
so it works , i have to gflash boot,cache and recovery img from b313?
Click to expand...
Click to collapse
You only need the boot and recovery images.
rndll said:
You only need the boot and recovery images.
Click to expand...
Click to collapse
thanks my friend it woooorks, my phone booted up at last, thank you very much you saved me i allready packed my phone to take it to the service you are great thanks again for your help.
noraru said:
thanks my friend it woooorks, my phone booted up at last, thank you very much you saved me i allready packed my phone to take it to the service you are great thanks again for your help.
Click to expand...
Click to collapse
You're welcome.
:good:
Hey TopperBG,
i'm in the same Bootloop as you described.
I tried every ROM I found on the internet but the combo with Vol Up + Vol Down + Power won't work. There ist always a fail after 1 % loading.
The second I tried was on fast boot. Problem im my boot loader is locked. So there is no chance for me to get something flashed.
Last option was your comment. I've loaded the B200 Rom on my SD-Card in /dload and tried (the second time) the Vol Up+Vol Down+ Power combo. No success. Then I tried just Vol Up+Power to get the Recovery mode as you described. But I have no chance to boot to recovery mode.
Do I forgot a step ??
Please help
Thanks
Flo
Tell me first what you've done when become to bloop ?
With boot and recovery from that ROM you must flash.
If you can forcibly start update (vol+ vol- power) you have a chance to update properly with update.app in /dload folder
I tried to update through local update on the Phone. But not with .zip. I tried the .app directly. Now i know it was the wrong Choice.
Flash with fastboot is no option for me because of the locked bootloader.
If I do the Force start with the new marshmallow rom (update.app) there is a warning that i'm using the wrong version for my phone.
I was trying to downgrade and something went wrong.
Now i'm stuck in Huawei LOGO and can't turn off phone, he keeps turning on and freeze at Huawei Logo.
He's getting really hot.
Tried a few tools to get him at adb but no luck...
Also tried update from dload sdcard but combo keys not working either...
Any ideas?
Delete
Enviado do meu iPhone usando o Tapatalk
migueli2 said:
I was trying to downgrade and something went wrong.
Now i'm stuck in Huawei LOGO and can't turn off phone, he keeps turning on and freeze at Huawei Logo.
He's getting really hot.
Tried a few tools to get him at adb but no luck...
Also tried update from dload sdcard but combo keys not working either...
Any ideas?
Click to expand...
Click to collapse
Same problem but on EVA-AL00 running AL19C636B190
Have u tried to unlock bootloader or flash boot/recovery with fastboot mode?
I have the same problem, any ideas?
I had the same issue, three only thing that worked for me was to get the phone into recovery, vol down and power and flash through DC phoenix
My P9 make "self reset" all time, until battery gets empty. I can't get into recovery
Open hisuite enter recovery area plug phone to pc you see vol down + power screen. Press vol- and power button you must go to fastboot screen. If phone recover by hisuite thats ok.
If not, you need unlocking bootloader with srk tool ( must have unlock code ) flash twrp with command fastboot flash recovery twrp.img or use srk tool to flash twrp recovery.
Enter recovery upload files to sd card, flash L09C432B322 zip than hw_eu zip. Your phone must boot with nougat. (Of course your phone dont C432, you must use your phone B322 files)
If you dont use nougat do a rollback prosedure.
master' said:
Open hisuite enter recovery area plug phone to pc you see vol down + power screen. Press vol- and power button you must go to fastboot screen. If phone recover by hisuite thats ok.
If not, you need unlocking bootloader with srk tool ( must have unlock code ) flash twrp with command fastboot flash recovery twrp.img or use srk tool to flash twrp recovery.
Enter recovery upload files to sd card, flash L09C432B322 zip than hw_eu zip. Your phone must boot with nougat. (Of course your phone dont C432, you must use your phone B322 files)
If you dont use nougat do a rollback prosedure.
Click to expand...
Click to collapse
I have same problem ,but my is Eva 19l,not support hisuite,and I can't turn on the phone check product ID can't unlock bd ...... anything can help me?
Happy baby said:
I have same problem ,but my is Eva 19l,not support hisuite,and I can't turn on the phone check product ID can't unlock bd ...... anything can help me?
Click to expand...
Click to collapse
Use dc phoneix for unlock bootloader . (I dont use so i dont know how to use)
Did anyone ever find an working solution for this, my problem is almost identical to the OP's but mine gets stuck on the bootloader unlocked warning screen, says the phone is rebooting but never does. I'm unable to turn the phone off without it instantly restarting and hanging on the bootloader warning screen, phone also gets super warm when on this screen. HELP
Hi guys. First at all Im sorry for English.
I tried to root to get some authority. So, I followed (https://forum.xda-developers.com/p9-plus/development/tool-srk-tool-huawei-bootloader-root-t3405999) the vidio step by step.
I did unlock bootload and flash twrp. But I cannot enter recovery. just waiting for booting.
I remember kinda tip to maintain recovery.(https://forum.xda-developers.com/p9-plus/help/updates-unlocked-bootloader-t3491043)
So, I flashed recovery.img(twrp-3.0.2-0-vienna.img) in recovery2.
Still didn't work. I flashed recovery in recovery.
I was very dissapointed and upset.( i can enter fastboot until this time)
therefore, I decide to relock the bootload, and I implement.( I think I kicked the last chance at this time)
Now, I can't do anything. screen show red alert "your device has failed verification and may not work properly"
can't fastboot can't e-recovery.
Is there anyway to get back?
vie-l09C627B120
kamkyul2 said:
Hi guys. First at all Im sorry for English.
I tried to root to get some authority. So, I followed (https://forum.xda-developers.com/p9-plus/development/tool-srk-tool-huawei-bootloader-root-t3405999) the vidio step by step.
I did unlock bootload and flash twrp. But I cannot enter recovery. just waiting for booting.
I remember kinda tip to maintain recovery.(https://forum.xda-developers.com/p9-plus/help/updates-unlocked-bootloader-t3491043)
So, I flashed recovery.img(twrp-3.0.2-0-vienna.img) in recovery2.
Still didn't work. I flashed recovery in recovery.
I was very dissapointed and upset.( i can enter fastboot until this time)
therefore, I decide to relock the bootload, and I implement.( I think I kicked the last chance at this time)
Now, I can't do anything. screen show red alert "your device has failed verification and may not work properly"
can't fastboot can't e-recovery.
Is there anyway to get back?
vie-l09C627B120
Click to expand...
Click to collapse
Try unbrick with Dc Phoenix.
https://forum.dc-unlocker.com/forum/modems-and-phones/huawei/155916-dc-phoenix
Sent from my VIE-L29 using XDA Labs
Thanks
I can't go into fastboot mode, dc can't help me maybe.
Still can't enter into fastboot, but Im using phone.
Just discharge and start.
kamkyul2 said:
I can't go into fastboot mode, dc can't help me maybe.
Still can't enter into fastboot, but Im using phone.
Just discharge and start.
Click to expand...
Click to collapse
Do u have the pc cabel connected to the phone when u try enter fastboot? If not u cant enter fastboot.
Sent from my VIE-L29 using XDA Labs
Mostar088 said:
Do u have the pc cabel connected to the phone when u try enter fastboot? If not u cant enter fastboot.
Sent from my VIE-L29 using XDA Labs
Click to expand...
Click to collapse
of course I do. press volumn down and put cable.
I can't do anything. can't enter fastboot, normal boot and 3 buttons mod.
The way to start is only one, just wait for discharge.
after discharge 0%, put the fast charge cable. I can use the phone.(I mean just use call, msg, app)
I think I have to visit service center to reset recovery(or partition).
.
Mostar088 said:
Do u have the pc cabel connected to the phone when u try enter fastboot? If not u cant enter fastboot.
Sent from my VIE-L29 using XDA Labs
Click to expand...
Click to collapse
of course I do. press volumn down and put cable.
I can't do anything. can't enter fastboot, normal boot and 3 buttons mod.
The way to start is only one, just wait for discharge.
after discharge 0%, put the fast charge cable. I can use the phone.(I mean just use call, msg, app)
I think I have to visit service center to reset recovery(or partition).
Anyway, I really appreciate you answering my question.
Anyone got an answer for this? i have the same problem.... please help me.. i cant do anything.
did u try getting to fastboot by simultaneously keep pressing power and volume down? until u get into fastboot? cable connection is not necessary to get into fastboot.
Hello,
Same problem... I can't enter fastboot mode, dload and recovery...
Solution please ? DC-PHOENIX maybe ?
Did you try pushing vol up and plugging the usb cable to pc
I have the same problem.
Phone is connected to the pc and i can write adb commands. but it only boots into the twrp recovery.
no chance to get into fastboot mode. even with the adb command (phone only reboots into twrp recovery)
Any sollution how to install the bootloader with a zip or an adb command?
if you can boot to system , try to use FirmwareFinder (proxy) to reinstal stock rom
any updates here? I have same issue
Hello i bricked my p10, it stays on bootscreen "Your device has ben unlocked......." "your device is booting now"
i cant power off, i cant enter fastboot or eRecovery
any unbrick method or how to force fastboot ?
im able to run fastboot&rescue mode
but doesnt matter what i flas i cant enter recovery or run system
is any files what i can flash over fastboot to run my phone ?
doktor29 said:
im able to run fastboot&rescue mode
but doesnt matter what i flas i cant enter recovery or run system
is any files what i can flash over fastboot to run my phone ?
Click to expand...
Click to collapse
I would connect it to a PC and run Hisuite.
M1chiel said:
I would connect it to a PC and run Hisuite.
Click to expand...
Click to collapse
it wont help, says this phone isnt supported for system restore
I use Multitool v8 and flash/unbrick with extracted img from update app, but this wont change nothing, still stay at boot screen and cant enter recovery or eRecovery
how you come to this brick? What have you done?
DallasCZ said:
how you come to this brick? What have you done?
Click to expand...
Click to collapse
i was on oreo, and want update, but i use wrong file in twrp... i flash file from nougat to oreo but i should use oreo-oreo
what files did you flashed? you have to flash the right ones manually with huawei multi tool 8 or using fastboot commands.
DallasCZ said:
what files did you flashed? you have to flash the right ones manually with huawei multi tool 8 or using fastboot commands.
Click to expand...
Click to collapse
non of known free methods work, tryingf fastboot, multitool v8
i buy dc-phoenix app and now is unbricked finally