[Q] Bricked Ascend P6 after flashing recovery - Huawei Ascend P6, Mate

Hi There, I Tried To Install The TWRP Recovery Using Recovery Tools - Flasher, It Succeeded, And Asked To Reboot My Phone, Now My Huawei Ascend P6 Is Not Booting, Its Stuck On The "Huawei Ascend" Screen, I Cant Access Recory Or Booot My Phone. Can You Help Me Please?

You should have followed the tutorials to flash TWRP on here... Does adb recognize your phone?
Sent from my P6-U06 using XDA Premium 4 mobile app

lootjelo said:
You should have followed the tutorials to flash TWRP on here... Does adb recognize your phone?
Sent from my P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I Tried And It Didnt Work, Kept On Getting Stuck On Waiting For Device, And No, adb Cant See My Phone

If you can't boot into any mode, your best bet would be bringing it to service and playing dumb about as to why your phone is bricked...
Sent from my P6-U06 using XDA Premium 4 mobile app

lootjelo said:
If you can't boot into any mode, your best bet would be bringing it to service and playing dumb about as to why your phone is bricked...
Sent from my P6-U06 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Isnt There Anything Else I Can Try Before Taking It To Service? I Live Too Far From The Nearest Store I Can take It To, It Would Cost a Lot For Me To Take It There.

mcselowa said:
Isnt There Anything Else I Can Try Before Taking It To Service? I Live Too Far From The Nearest Store I Can take It To, It Would Cost a Lot For Me To Take It There.
Click to expand...
Click to collapse
I really wouldn't know: you can't boot into recovery and adb doesn't recognise it... Did you install the drivers for your phone on your pc? Try installing HiSuite... Then check if adb recognises your phone.
Sent from my amazing Ascend P6

lootjelo said:
I really wouldn't know: you can't boot into recovery and adb doesn't recognise it... Did you install the drivers for your phone on your pc? Try installing HiSuite... Then check if adb recognises your phone.
Sent from my amazing Ascend P6
Click to expand...
Click to collapse
I Have HiSuite, But Before My Phone Got Bricked, HiSuite Could See It, But adb Couldnt, Now Both Cant See It

mcselowa said:
I Have HiSuite, But Before My Phone Got Bricked, HiSuite Could See It, But adb Couldnt, Now Both Cant See It
Click to expand...
Click to collapse
Sorry man: then I wouldn't know what to do anymore...
Sent from my amazing Ascend P6.
Powered by MIUI v5.

mcselowa said:
I Have HiSuite, But Before My Phone Got Bricked, HiSuite Could See It, But adb Couldnt, Now Both Cant See It
Click to expand...
Click to collapse
Have you tried using the 3 buttons combo to flash stock firmware?
Download any UPDATE.APP put inside your sdcard inside a folder named dload so it should look like:
sdcard/dload/UPDATE.APP
Then just keep pressing Power+Volume UP+Volume Down buttons at the same time. this will force your phone to to into recovery (either TWRP or Stock). If this does not work try the following.
While Pressing both Power+Volume Down buttons connect your phone to the PC, it will look like the phone is again "stucked" in Huawei Ascend Logo, then usging a cmd inside the fastboot and adb folder type
fastboot devices
If you get any reply from cmd just flash twrp recovery again (manually this time)

How can he try update.app solution if he has custom recovery, he does not have a stock recovery, so your solution is pointless.

dekosteka said:
How can he try update.app solution if he has custom recovery, he does not have a stock recovery, so your solution is pointless.
Click to expand...
Click to collapse
Pointless?
Have actually read what I wrote? He said, the program he used told him it succeed and now his phone is stuck. So it migth have worked or not, meaning that TWRP might or not be succesfully installed in his phone. And I also wrote that if that doesn't work (Meaning he can't boot to recovery by the combo) he can try to reboot the phone to fastboot and flash again either TWRP or Stock Recovery back to the phone...
So your reply was the pointless one here, not mine...

jimbo77 said:
Have you tried using the 3 buttons combo to flash stock firmware?
Download any UPDATE.APP put inside your sdcard inside a folder named dload so it should look like:
sdcard/dload/UPDATE.APP
Then just keep pressing Power+Volume UP+Volume Down buttons at the same time. this will force your phone to to into recovery (either TWRP or Stock). If this does not work try the following.
While Pressing both Power+Volume Down buttons connect your phone to the PC, it will look like the phone is again "stucked" in Huawei Ascend Logo, then usging a cmd inside the fastboot and adb folder type
fastboot devices
If you get any reply from cmd just flash twrp recovery again (manually this time)
Click to expand...
Click to collapse
I Tried The 2nd Option And The Phone Appears On My PC As Android Single ADB Interface, And After Attempting The Command All I Got Was What is On The Picture I Attached

mcselowa said:
I Tried The 2nd Option And The Phone Appears On My PC As Android Single ADB Interface, And After Attempting The Command All I Got Was What is On The Picture I Attached
Click to expand...
Click to collapse
That's fine! That means your phone is booting into fastboot.
So now you should try to manually install TWRP to the phone just download TWRP recovery from this Thread:
http://forum.xda-developers.com/showthread.php?t=2534420
make sure to download latest version, and then rename it to twrp-recovery.img
After that put the file inside the folder where you have fastboot and adb.
type again fastboot devices and make sure you get the same output from CMD (a lot of ? signs)
and then type:
fastboot flash recovery twrp-recovery.img
after that
fastboot reboot
the phone will try to boot into system, if it fails try the three button combo and the you should be able to boot into TWRP Recovery.
Good Luck!

jimbo77 said:
That's fine! That means your phone is booting into fastboot.
So now you should try to manually install TWRP to the phone just download TWRP recovery from this Thread:
http://forum.xda-developers.com/showthread.php?t=2534420
make sure to download latest version, and then rename it to twrp-recovery.img
After that put the file inside the folder where you have fastboot and adb.
type again fastboot devices and make sure you get the same output from CMD (a lot of ? signs)
and then type:
fastboot flash recovery twrp-recovery.img
after that
fastboot reboot
the phone will try to boot into system, if it fails try the three button combo and the you should be able to boot into TWRP Recovery.
Good Luck!
Click to expand...
Click to collapse
Im Now Trying To Flash The Recovery, @ 1st It Says Failed(Remote: Flash Failure, errno2) Second Time I Typed Fastboot devices again And It Returns ??????????? Fastboot, Which Is Diff From Previous Result. Then I Try To Flash Again And Its Stuck Saying : Sending 'recovery' (8262)...

mcselowa said:
Im Now Trying To Flash The Recovery, @ 1st It Says Failed(Remote: Flash Failure, errno2) Second Time I Typed Fastboot devices again And It Returns ??????????? Fastboot, Which Is Diff From Previous Result. Then I Try To Flash Again And Its Stuck Saying : Sending 'recovery' (8262)...
Click to expand...
Click to collapse
If TWRP fails try to flash stock recovery just name the file as recovery.img and use
fastboot flash recovery recovery.img
if that also fails, the I guess you last chance is to take to a repair center my friend...

jimbo77 said:
If TWRP fails try to flash stock recovery just name the file as recovery.img and use
fastboot flash recovery recovery.img
if that also fails, the I guess you last chance is to take to a repair center my friend...
Click to expand...
Click to collapse
Thank You Soo Much, It Finally Worked, I Changed Cables And It Worked. I Am So Grateful Right Now!

does it works for mate in b907 (4.2.2) ?
Thx

Related

[Q] Huawei G510 stuck at logo

My Huawei G510 is stuck at logo after rooting device. It is not unlocked from Huawei. What to do. Tried several things unable to load.
HuaweiG510 said:
My Huawei G510 is stuck at logo after rooting device. It is not unlocked from Huawei. What to do. Tried several things unable to load.
Click to expand...
Click to collapse
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Thanks dear. It worked.
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
HuaweiG510 said:
Thanks dear. It worked.
Click to expand...
Click to collapse
If that worked U can press thanks :good: button
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
Hi, I have the same problem and I followed your instructions but while the new firmware is installing from the sd card, the phone shut down.
It seems like it has no sufficient power to finish the operation. In fact I tried to plug the phone to charge the battery and that don't work...at least the led is not on (but I'm pretty sure it's not charging).
After that the only things I can do is to power on again and see the boot loop.
Any idea on how to solve?
Thanks.
poirot13 said:
Hi, I have the same problem and I followed your instructions but while the new firmware is installing from the sd card, the phone shut down.
It seems like it has no sufficient power to finish the operation. In fact I tried to plug the phone to charge the battery and that don't work...at least the led is not on (but I'm pretty sure it's not charging).
After that the only things I can do is to power on again and see the boot loop.
Any idea on how to solve?
Thanks.
Click to expand...
Click to collapse
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
S34Qu4K3 said:
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
Click to expand...
Click to collapse
Shutdown. Then if I press the power button or simply I plug the phone to charge the battery, start again to bootloop.
Can you please tell me how to do?
poirot13 said:
Shutdown. Then if I press the power button or simply I plug the phone to charge the battery, start again to bootloop.
Can you please tell me how to do?
Click to expand...
Click to collapse
My problem was that when into the original recovery, after a few seconds, phone reboots and back up to kernel logo
The full command for flash is: fastboot flash recovery recovery_original_flashable.img
Info:
http://forum.xda-developers.com/showthread.php?t=2131284
http://androidforums.com/desire-all...boot-windows-updated-1st-june-2011-a.html#”8”
S34Qu4K3 said:
My problem was that when into the original recovery, after a few seconds, phone reboots and back up to kernel logo
The full command for flash is: fastboot flash recovery recovery_original_flashable.img
Info:
http://forum.xda-developers.com/showthread.php?t=2131284
http://androidforums.com/desire-all...boot-windows-updated-1st-june-2011-a.html#”8”
Click to expand...
Click to collapse
It happens the same to me, but I don't know how to do.
I'm a newbie and I'm not familiar with this command...could you kindly explain what I have to do step by step?
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
S34Qu4K3 said:
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
Click to expand...
Click to collapse
It works!!! You are simply a genius!
Thanks a lot. :laugh:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
S34Qu4K3 said:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
hey man, ur posts in this thread were a real big help for me, i accidently wiped my stock recovey (dont ask ) and got stuck at the boot logo with nothing working at all and ofcourse froce updating wont work in apsence of recovery (put update.app on sdcard/dload bla bla)
so i downloaded the stock recovery you posted and flashed it via adb after i got my pc to see my device with ur combination back in post #10 (hold power and vol - buttons while plugged to pc) and everything went great
thanks for your help man, really can't thank u enough, thought my device was hardbricked
Mine doesnot work
hannanzikrea said:
I think you should download firmware for your mobile and flash it.Put the firmware in sdcard/dload/update.app.Now press insert sd card and press vol+ vol- and power button.
Install firmware and also go to recovery mode and wipe cache :highfive:
Hope this works !!
Click to expand...
Click to collapse
I am using Huawei G 510-0200 in Pakistan. I had rooted my cell phone and was converting a user app into system app via Titanium backup. The process was taking long time so force closed Titanium Backup app. This caused phone crash and it restarted and hung up at huawei logo.
Now i tried factory data reset and clearing cache in Power and Volume + key mode. It did not work. I tried applying update (two different roms, one custom pakistani rom and other was normal g510-0200 rom) in the same mode but it shows installation aborted.
I tried Forced Firmware Update mode too. I placed update.app file in the sd card and restarted cell phone by holding Volume+, Volume- and Power key. In that mode, it shows unpacking Step 1/2 for a while and then instead of installing, it shows Update Failed.
Error log shows this:
filename = /mmc1/dload/update.app call RCV_MODULE_END_EVENT failed,module = OEMSBL_VER_LIST CMD=0xf,moduleaddr = 0xd2000000, len_tmp=0x4000
I have tried everywhere and I'll be really greatful if you can sort this out for me. :crying:
hi
S34Qu4K3 said:
Shutdown or reboots? The op said that was a G510 and this is the P6 forum
Probably you have the recovery corrupted, you need to reflash stock recovery again via fastboot
THIS IS FOR THE Ascend P6, NOT for the G510
Click to expand...
Click to collapse
Good bless you. It worked also for me. Thank you very muck , thank you thank you.
No luck.
S34Qu4K3 said:
I posted you fastboot noob-friendly tutorials
1st you need fastboot installed and P6 and fastboot drivers
Asumming you already have downloader the image and you are in windows, open a cmd promp and navigate (using cd command) to your fastboot directory, place recovery_original_flashable.img in this folder. If your phone is shutdown, hold vol- and plug the usb cable (if it's continuous rebooting, hold vol- and power button until phone reboots and kernel logo come up)
Type on the cmd promt: fastboot devices , if you see under devices attached, ??????????? or numbers and letters, your phone is connected into fastboot mode
If you don't have this, check if the drivers was correctly installed.
With the phone connected in fastboot mode, type in the cmd promt: fastboot flash recovery recovery_original_flashable.img
After this command finish, type fastboot reboot and enter into the default recovery and try to update the system
I not guarantee the exit of this operation, this solved my problem, but maybe yours not. If you aren't sure, ask here or send phone to your repair center
Click to expand...
Click to collapse
when entered the command for original recovery its says 'error:cannot load recovery_original_flashable.img'
S34Qu4K3 said:
Glad to help
Sent from my HUAWEI P6-U06 using xda app-developers app
Click to expand...
Click to collapse
Hello !!
Model Huwaei : Asceud G510 -- G510-0200
Problem : Stuck On Logo Flash Done
I Have Same Handset-Stuck On Huwaei Logo ! Already Flashed !!
With
HUAWEI-Ascend-G510-firmware(G510-0200,Android_4.1,Emotion_UI,V100R001C00B173,Normal,05011EUC)
Above File But Same Frimware Update Done !! But Sam Stuck On Huwaei Or Restart
Any Guidence- @ ?
please my p6 is stucked at bootloop and when i go to recovery it says unable to mount cache,plz any help

[Q] Factory reset and flashed a new rom. I have no google apps, recovery won't load.

I have google apps in a .zip, but no way to access them. My recovery won't load. It's stuck on "checking SD card update..."
How do I fix this or have I turned my phone into a paperweight?
ashleynicholson said:
I have google apps in a .zip, but no way to access them. My recovery won't load. It's stuck on "checking SD card update..."
How do I fix this or have I turned my phone into a paperweight?
Click to expand...
Click to collapse
try other custom recovery.
robchongke said:
try other custom recovery.
Click to expand...
Click to collapse
I have no idea how to do that.
ashleynicholson said:
I have no idea how to do that.
Click to expand...
Click to collapse
are you on sense 5 already? you have to flash it via fastboot comman in CMD.
robchongke said:
are you on sense 5 already? you have to flash it via fastboot comman in CMD.
Click to expand...
Click to collapse
I've been running CM for several months, I've never had Sense 5. I installed the new CM Nightly, and it wouldn't boot, so I had to factory reset my phone and flash an old version of CM. It booted, but the Gapps didn't install. Now when I go back into my recovery (Clockwork), it won't load properly.
ashleynicholson said:
I've been running CM for several months, I've never had Sense 5. I installed the new CM Nightly, and it wouldn't boot, so I had to factory reset my phone and flash an old version of CM. It booted, but the Gapps didn't install. Now when I go back into my recovery (Clockwork), it won't load properly.
Click to expand...
Click to collapse
download any custom recovery here. http://forum.xda-developers.com/showthread.php?t=1832891
put the recovery in your fastboot folder
rename it to recovery.img
enter this command one at a time
fastboot flash recovery recovery.img
fastboot erase cache
then reboot your phone to recovery
robchongke said:
download any custom recovery here. http://forum.xda-developers.com/showthread.php?t=1832891
put the recovery in your fastboot folder
rename it to recovery.img
enter this command one at a time
fastboot flash recovery recovery.img
fastboot erase cache
then reboot your phone to recovery
Click to expand...
Click to collapse
Is that the windows version?
ashleynicholson said:
Is that the windows version?
Click to expand...
Click to collapse
yes. I'm using windows 7
robchongke said:
yes. I'm using windows 7
Click to expand...
Click to collapse
Ok. Does it matter that I'm using a different computer than the one I used originally?
How exactly do I do this, does my phone need to be on or off or what's the story?
Thanks very much.
ashleynicholson said:
Ok. Does it matter that I'm using a different computer than the one I used originally?
How exactly do I do this, does my phone need to be on or off or what's the story?
Thanks very much.
Click to expand...
Click to collapse
phone must be in bootloader and you need fastboot files. how come your phone is on CM10 yet you don't know this fastboot thing?
robchongke said:
phone must be in bootloader and you need fastboot files. how come your phone is on CM10 yet you don't know this fastboot thing?
Click to expand...
Click to collapse
I had great trouble doing it the last time. It took me several hours and I came close to bricking it a few times. I'm pretty technologically incapable. It's my bootloader thing that won't load anyway, so that's no use to me.
Is there any chance you could be a saint and compile together detailed instructions for me? If not, no worries, but I'm a bit of an idiot.
ashleynicholson said:
I had great trouble doing it the last time. It took me several hours and I came close to bricking it a few times. I'm pretty technologically incapable. It's my bootloader thing that won't load anyway, so that's no use to me.
Is there any chance you could be a saint and compile together detailed instructions for me? If not, no worries, but I'm a bit of an idiot.
Click to expand...
Click to collapse
if you dont have htc driver installed in your computer just download and install htc sync manager.
i only use fastboot. here is the file. http://www.mediafire.com/download/q2540u4g3v6qqd7/Fastboot.zip
extract the fastboot zip file and put it in your desktop.
put your downloaded custom recovery inside the fastboot folder. rename it to recovery.img
boot your phone into bootloader press power button+volume down. dont release until you see this.
https://www.google.com.ph/search?q=bootloader+htc+one+x&client=firefox-a&hs=UrW&rls=org.mozilla:en-USfficial&source=lnms&tbm=isch&sa=X&ei=JGZcUuDFEsaoiAf6rYCABA&ved=0CAkQ_AUoAQ&biw=1262&bih=645#facrc=_&imgdii=_&imgrc=OCSTXEIwH8T3jM%3A%3BHGXrRqPSLDR5xM%3Bhttp%253A%252F%252Fcdn2.ubergizmo.com%252Fwp-content%252Fuploads%252F2012%252F05%252Fone-x-boot.jpg%3Bhttp%253A%252F%252Fwww.ubergizmo.com%252F2012%252F05%252Fatt-htc-one-x-bootloader-unofficially-unlocked%252F%3B640%3B459
now in your pc navigate to start>run then type cmd
one you're in command prompt. navigate to where your fastboot folder is. like this C:\Users\ashleynicholson\desktop\fastboot>
you can now enter these two commands. one at a time
fastboot flash recovery recovery.img
fastboot erase cache
you now have custom recovery. reboot your phone.
robchongke said:
if you dont have htc driver installed in your computer just download and install htc sync manager.
i only use fastboot. here is the file. http://www.mediafire.com/download/q2540u4g3v6qqd7/Fastboot.zip
extract the fastboot zip file and put it in your desktop.
put your downloaded custom recovery inside the fastboot folder. rename it to recovery.img
boot your phone into bootloader press power button+volume down. dont release until you see this.
https://www.google.com.ph/search?q=...x-bootloader-unofficially-unlocked%2F;640;459
now in your pc navigate to start>run then type cmd
one you're in command prompt. navigate to where your fastboot folder is. like this C:\Users\ashleynicholson\desktop\fastboot>
you can now enter these two commands. one at a time
fastboot flash recovery recovery.img
fastboot erase cache
you now have custom recovery. reboot your phone.
Click to expand...
Click to collapse
If you hold shift and right click in side the fastboot folder, it will open a cmd window in that location.
To navigate in cmd you use the CD command
E.g
CD C:\\ will take you to the root of C drive.
CD C:\\fastboot will take you to the folder "fastboot" and so on.
Sent from my HTC One X using xda app-developers app
Ok, I've figured out what I was doing wrong. I had my phone plugged into the USB while trying to load the bootloader, and of course that wouldn't work. All is well now, thanks very much.
Sent from my HTC One X using xda app-developers app

[Q] huawei ascend p6 multiloader

I think i have bricked my p6 after flashing boot(b125).img from fastboot and its stuck and restarting at bootscreen. Pls someone help with heawei multiloader as am told it can fix bricked phone from usb. File now no more assessible from huawei website. pls help.
Hey do you have twrp recovery installed? Have you already tried to get into your stock recovery ?( Holding volume up/down button simultanesly during boot)
nourudeen said:
I think i have bricked my p6 after flashing boot(b125).img from fastboot and its stuck and restarting at bootscreen. Pls someone help with heawei multiloader as am told it can fix bricked phone from usb. File now no more assessible from huawei website. pls help.
Click to expand...
Click to collapse
WisdomSeeker said:
Hey do you have twrp recovery installed? Have you already tried to get into your stock recovery ?( Holding volume up/down button simultanesly during boot)
Click to expand...
Click to collapse
my phone never came with any stock recovery. had 'factory mode' not recovery when holding those bottons. In factory mode, no option for flashing anything. Now phone only restarts on bootscreen and then on-off. initially tried flashing TWRP just befor bricking phone but adb gave error like this 'partition not support flash and i had already flash a boot.img for b125
b608 version of my phone was a brick was b118 installed, there is a solution?
sorry my poor english, I'm from Turkey, please help, please..
Both of you should try to flash the stock recovery! You can download it here www).androidfilehost.(com)/?fid=23252070760973625 (just remove the brackets) .
Then follow these steps:
1. Put your device in fastboot mode ( > adb reboot bootloader )
2. Flash recovery via fastboot ( fastboot flash recovery recovery.img )
3. Reboot via fastboot ( fastboot reboot )
Afterwards try to reboot to your stock recovery . Then you can simply install over the update.app a fresh Huawei Firmware
Greetings Wisdomseeker
WisdomSeeker said:
Both of you should try to flash the stock recovery! You can download it here www).androidfilehost.(com)/?fid=23252070760973625 (just remove the brackets) .
Then follow these steps:
1. Put your device in fastboot mode ( > adb reboot bootloader )
2. Flash recovery via fastboot ( fastboot flash recovery recovery.img )
3. Reboot via fastboot ( fastboot reboot )
Afterwards try to reboot to your stock recovery . Then you can simply install over the update.app a fresh Huawei Firmware
Greetings Wisdomseeker
Click to expand...
Click to collapse
well wisdom, like i said, its restarting at boot screen so i cant get to fastboot. i sometimes able to enter an android (3e) recovery and try installing what u said but each time, installation is stopped. Got a certain miui rom and halfway it says NOT VALID OTA PACKAGE. SCATTER FILE MISSING. All other package rom or other recovery refuse to install and say ERROR. i have tried this your files but not possible.
nourudeen said:
well wisdom, like i said, its restarting at boot screen so i cant get to fastboot. i sometimes able to enter an android (3e) recovery and try installing what u said but each time, installation is stopped. Got a certain miui rom and halfway it says NOT VALID OTA PACKAGE. SCATTER FILE MISSING. All other package rom or other recovery refuse to install and say ERROR. i have tried this your files but not possible.
Click to expand...
Click to collapse
Maybe you should try To use another SD card Or mabye Format the current one and then add the update.APP To it
PHP:
WisdomSeeker said:
Maybe you should try To use another SD card Or mabye Format the current one and then add the update.APP To it
PHP:
Click to expand...
Click to collapse
No luck! I think the huawei multiloader will do the work. Any Idea where i can download?
nourudeen said:
No luck! I think the huawei multiloader will do the work. Any Idea where i can download?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2618253
I dont understand... When i start multiloader.exe it seems to go.. But i can only download update.app file with che left One button.the center button let me either download the ROM and the right button keep the tool off. What i have to do for use this magic program?

my phone keeps booting into fastboot mode

hello,
after i failed to root my phone
everytime i try to put it in recovery mode it goes back to fastboot mode ..
even if i tried to flash a recovery on it , it would boot to fastboot mode
even when trying to install a official htc software update it just boots into fastboot ..
now i want to get it back to stock..
can you please help me !!
if someone would like to help me .. i can open teamviewer and he can do it for me ..
thx
zsnorow said:
hello,
after i failed to root my phone
everytime i try to put it in recovery mode it goes back to fastboot mode ..
even if i tried to flash a recovery on it , it would boot to fastboot mode
even when trying to install a official htc software update it just boots into fastboot ..
now i want to get it back to stock..
can you please help me !!
if someone would like to help me .. i can open teamviewer and he can do it for me ..
thx
Click to expand...
Click to collapse
If you are able to boot into fastboot, search the latest TWRP and flash it via adb. Connect your device while in fastboot mode and see if it recognize it.
If it does put the recovery file you have downloaded on your desktop and open a command window, press shift and right click at the same time and click on Open command window here.
Type adb devices, if you see a serial number go on and type adb reboot bootloader, then type fastboot flash recovery [ the name of the recovery file you have just downloaded ]
You can do this just by powering on your phone, no need to be already in fastboot mode, just follow the commands.
Press shift and right click : open command window here : adb devices : adb reboot bootloader : fastboot flash recovery [ the name of the recovery file you have just downloaded, do not forget the .img extension ]
fastboot reboot
Once you have a working TWRP you can flash your corresponding backup and go back to stock. The backup will be flashed from TWRP, search for instructions.
XSL-FO said:
If you are able to boot into fastboot, search the latest TWRP and flash it via adb. Connect your device while in fastboot mode and see if it recognize it.
If it does put the recovery file you have downloaded on your desktop and open a command window, press shift and right click at the same time and click on Open command window here.
Type adb devices, if you see a serial number go on and type adb reboot bootloader, then type fastboot flash recovery [ the name of the recovery file you have just downloaded ]
You can do this just by powering on your phone, no need to be already in fastboot mode, just follow the commands.
Press shift and right click : open command window here : adb devices : adb reboot bootloader : fastboot flash recovery [ the name of the recovery file you have just downloaded, do not forget the .img extension ]
fastboot reboot
Once you have a working TWRP you can flash your corresponding backup and go back to stock. The backup will be flashed from TWRP, search for instructions.
Click to expand...
Click to collapse
can you sir please give me a link for the TWRP and teach em how to flash it ? it would be much appreciated..
zsnorow said:
can you sir please give me a link for the TWRP and teach em how to flash it ? it would be much appreciated..
Click to expand...
Click to collapse
http://teamw.in/project/twrp2 and click on the upper right Get TWRP for your device.
Choose your device recovery and download the adb version. That is the .img
Once you have downloaded TWRP put it on your desktop.
Connect your device with your laptop/pc with the unknown sources checked also the usb debugging checked.
Move your mouse over a free space on your desktop, click once just to be sure there is no app or file clicked.
Then press shift and keep it pressed while you right click your mouse.
Press open command window here
in that command window type : adb devices
if you see a serial number type : adb reboot bootloader
then type : fastboot flash recovery openrecovery-twrp-2.8.1.0-m8.img
fastboot reboot
openrecovery-twrp-2.8.1.0-m8 : This is an example, you will write the name of your recovery but it should be pretty much the same.
Good luck.
Are you familiar with
adb/fastboot commands?
It's a bad idea to mess with your phone if you don't know how to repair it if something goes wrong
spinninbsod said:
It's a bad idea to mess with your phone if you don't know how to repair it if something goes wrong
Click to expand...
Click to collapse
I agree with you but maybe he has done some reading and has fixed it sense he hasn't given us an update
ive tried everything
jball said:
I agree with you but maybe he has done some reading and has fixed it sense he hasn't given us an update
Click to expand...
Click to collapse
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
zsnorow said:
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
Click to expand...
Click to collapse
What guides/tutorials have you followed to get to the point you are at now.I'm sure someone wouldn't mind teamviewing the whole process but what would you learn by having that done .
From start to finish what have you used?
i honestly cant remember everything i did
jball said:
What guides/tutorials have you followed to get to the point you are at now.I'm sure someone wouldn't mind teamviewing the whole process but what would you learn by having that done .
From start to finish what have you used?
Click to expand...
Click to collapse
i cant remember everything i did but im sure that i followed the tutorials that are on youtube/XDA/android forums correctly
zsnorow said:
i tried everything to fix my phone like sideloading (my phone doesent get recognised when in sideload mode) , pushing a ROM and the flashing it with TWRP (it says that its completed but it doesent work)..
what else can i do .. cant someone do it for me via teamviewer ..
Click to expand...
Click to collapse
You say "pushing a ROM" with what?
You don't push a ROM with TWRP you just flash it.
Or are you talking about pushing the ROM with fastboot?
If you have TWRP than download a stock backup and flash it.
Take a long look at my profile man and if you look just right you will see I've done and asked some stupid things in my travels here on XDA.I can tell you I remember every phone and ridiculous thing I've done to each of them,I still feel crunchy when I think of the mistakes.
We really need more info about the full process.please I'm not trying to offend you and I'm trying to help
zsnorow said:
i cant remember everything i did but im sure that i followed the tutorials that are on youtube/XDA/android forums correctly
Click to expand...
Click to collapse
If you can't remember what you did, or at least even try to list in detail the steps you did as best you can remember; it makes it very hard for anyone to help.
Saying you followed some tutorials on an entire website (3 websites actually) doesn't tell us jack, and isn't any better than telling us nothing.
Its not even clear the current condition of the phone. Your OP says TWRP doesn't work, then a later post says you are trying things with TWRP, so presumably you have TWRP. But since you never stated that, we can only guess.
What happens when you try to adb push or sideload? What error messages, does it make the phone reboot, stuck on boot screen, etc?
TWRP working? Bootloader is unlocked? If yes to both of those, you should be able to just adb push a ROM, or put one on removable SD with a card reader attached to your computer. Than flash the ROM in TWRP.
same thing happened with me but i remember what i did
redpoint73 said:
If you can't remember what you did, or at least even try to list in detail the steps you did as best you can remember; it makes it very hard for anyone to help.
Saying you followed some tutorials on an entire website (3 websites actually) doesn't tell us jack, and isn't any better than telling us nothing.
Its not even clear the current condition of the phone. Your OP says TWRP doesn't work, then a later post says you are trying things with TWRP, so presumably you have TWRP. But since you never stated that, we can only guess.
What happens when you try to adb push or sideload? What error messages, does it make the phone reboot, stuck on boot screen, etc?
TWRP working? Bootloader is unlocked? If yes to both of those, you should be able to just adb push a ROM, or put one on removable SD with a card reader attached to your computer. Than flash the ROM in TWRP.
Click to expand...
Click to collapse
firstly i unlocked my bootloader via htcdev website then i installed twrp recovery successfully and then when i tried to root my phone by installing two zip files (mm-su-boot. & beta super su) i installed these two files and then tried to reboot my phone it opened in fastboot mode only . then i read here about the revolution hd rom installed it successfully but it does not reboot . help needed
farhanakhtar39 said:
firstly i unlocked my bootloader via htcdev website then i installed twrp recovery successfully and then when i tried to root my phone by installing two zip files (mm-su-boot. & beta super su) i installed these two files and then tried to reboot my phone it opened in fastboot mode only . then i read here about the revolution hd rom installed it successfully but it does not reboot . help needed
Click to expand...
Click to collapse
Your device is M8 dual SIM .. mm-su-boot is for M8 single SIM, won't work on your device.
Install custom ROM with support for Dual SIM or restore your stock ROM backup
please can you provide any link of the rom for dual sim addition
farhanakhtar39 said:
please can you provide any link of the rom for dual sim addition
Click to expand...
Click to collapse
Not so sure,
if Sense ROM - https://forum.xda-developers.com/htc-one-m8/development/rom-sense-6-12-401-4-mra58k-stock-t3296066
maybe S.ROM too has dual SIM support, you need to ask in their thread
https://forum.xda-developers.com/ht...the-worlds-first100-m9-port-m8upload-t3064838
if non-Sense ROM
CM13 ROM - https://forum.xda-developers.com/htc-one-m8/development/rom-cyanogenmod-13-0-experimental-t3259068
Nougat ROM -
https://forum.xda-developers.com/showthread.php?t=2753248
https://forum.xda-developers.com/htc-one-m8/development/rom-resurrection-remix-v5-8-0-t3507210
https://forum.xda-developers.com/ht...cyanogenmod-14-1-htc-one-m8-dual-sim-t3507192
There are a few more that support Dual SIM but you have to check & ask in their development thread as I'm not familiar with most of the available custom ROMs .. I don't try most of them
Thnks
Thanks buddy it worked
cm 13 worked for me !
God bless you
If I may jump in on this post and ask some advise my m8s is only booting to fastboot screen it has never been flashed, have tried recovery: nothing just goes back to fastboot, also wiped cache and factory reset: same result..... It has done this 2 times previous but only after restarting phone, usually repeatedly doing reboot it loads but it's been 2 days now and still only getting fastboot screen...plez help
My phone is having similar issues
Stanna16 said:
If I may jump in on this post and ask some advise my m8s is only booting to fastboot screen it has never been flashed, have tried recovery: nothing just goes back to fastboot, also wiped cache and factory reset: same result..... It has done this 2 times previous but only after restarting phone, usually repeatedly doing reboot it loads but it's been 2 days now and still only getting fastboot screen...plez help
Click to expand...
Click to collapse
I recently decided to root and install a custom rom on my old stock sprint HTC one m8. I unlocked the boot loader via HTC Dev website. I then flashed the TWRP recovery. Since doing the latter step, it's been booting into fast boot all the time! Did you ever figure out what was wrong with your phone?
pancho2009 said:
I recently decided to root and install a custom rom on my old stock sprint HTC one m8. I unlocked the boot loader via HTC Dev website. I then flashed the TWRP recovery. Since doing the latter step, it's been booting into fast boot all the time! Did you ever figure out what was wrong with your phone?
Click to expand...
Click to collapse
You only flashed TWRP onto the phone? Or did you root also?
Not nearly enough info to provide the proper help.
Please do fastboot getvar all, and post the results (delete IMEI and serial number before posting).
What version TWRP?
What version SuperSU did you flash (if you got that far)?

Help I bricked my Oneplus 3

Hi, i played around with my new OP3, and i wanted to root it. Since i'm noob at rooting, it went wrong. (i did it with twrp)
So first it just went in to bootloop, then i was still able to get to rcovery and stuff, but i followed a guide to fix bootloop, and that ****ed it even more up. The guide i followedet told me to use "OnePlus3_Unbrick_Tool"
After using "OnePlus3_Unbrick_Tool", i now cant even go into recovery anymore, the only thing i can do is go to bootloader, but when i'm in bootloader now, it wont connect proberly, so that i can use "flash twrp", so that i can use twrp recovery.
Also when i try to boot it, it because of "OnePlus3_Unbrick_Tool" goes into something, where it says "md5 checksum failed", and then restarts and does it again and again.....
I hope it's not bricked forever, pls help ))
have you tried re-flashing the stock or twrp recovery with adb sideload command?
if not give it a shot, it might work.
bonham1988 said:
have you tried re-flashing the stock or twrp recovery adb sideload command?
Click to expand...
Click to collapse
And how do you say I do that? I have tried using the "tool all in one", where you han flash both stock and twrp, but it doesnt seem to do anything, when i press them (and the device is in bootloader)
Godeske said:
And how do you say I do that? I have tried using the "tool all in one", where you han flash both stock and twrp, but it doesnt seem to do anything, when i press them (and the device is in bootloader)
Click to expand...
Click to collapse
Just boot into bootloader mode and through command prompt check if your phone is detected by typing fastboot devices. If its detected then you flash a new recovery again. Forget the toolkit, just look for instructions on how to install a custom recovery.
Sent from my OnePlus3 using XDA Labs
bonham1988 said:
Just boot into bootloader mode and through command prompt check if your phone is detected by typing fastboot devices. If its detected then you flash a new recovery again. Forget the toolkit, just look for instructions on how to install a custom recovery.
Sent from my OnePlus3 using XDA Labs
Click to expand...
Click to collapse
Okay i've tried that now, and it wont allow me unlock my bootloader from command prompt, and i cant do the flash while it's locked.. what to do?
Godeske said:
Okay i've tried that now, and it wont allow me unlock my bootloader from command prompt, and i cant do the flash while it's locked.. what to do?
Click to expand...
Click to collapse
In fastboot mode, did you manage to find your device on the computer? On Linux this is "sudo fastboot devices", on Windows it should be roughly similar.
simthadim said:
In fastboot mode, did you manage to find your device on the computer? On Linux this is "sudo fastboot devices", on Windows it should be roughly similar.
Click to expand...
Click to collapse
When im in fastboot mode in the bootloader, i can only find it in "device manager" as "marshall london device -> marshall london bootloader interface"
Godeske said:
When im in fastboot mode in the bootloader, i can only find it in "device manager" as "marshall london device -> marshall london bootloader interface"
Click to expand...
Click to collapse
Might seem a silly question but what phone are you using? If it is a OnePlus3 have you installed the correct drivers?
ghostofcain said:
Might seem a silly question but what phone are you using? If it is a OnePlus3 have you installed the correct drivers?
Click to expand...
Click to collapse
Pretty sure i have, but i have booked a session with oneplus costumer service now, so that they do it for me live lololol
bonham1988 said:
have you tried re-flashing the stock or twrp recovery with adb sideload command?
if not give it a shot, it might work.
Click to expand...
Click to collapse
Hey bonham,
The same thing happened to me but when I try to sideload it says I need 1.0.32 or higher to sideload this device
What should I do?
gavintoronto2016 said:
Hey bonham,
The same thing happened to me but when I try to sideload it says I need 1.0.32 or higher to sideload this device
What should I do?
Click to expand...
Click to collapse
Adb version is outdated. Just download the latest ones.
Sent from my OnePlus3 using XDA Labs
Hey guys, if there are some of you, who knows a lot about this, would you like to answer this comment? Idk maybe we could use teamviewer to help me or something
simthadim said:
In fastboot mode, did you manage to find your device on the computer? On Linux this is "sudo fastboot devices", on Windows it should be roughly similar.
Click to expand...
Click to collapse
Ohh i think i understand your question. YEs in command prompt I am able to find the device, it is connected.
(do you know a lot about this, maybe you could teamview me to help?))
Godeske said:
Ohh i think i understand your question. YEs in command prompt I am able to find the device, it is connected.
(do you know a lot about this, maybe you could teamview me to help?))
Click to expand...
Click to collapse
Hey!
I'm not the expert but I have played with my 1+3 enough to have some knowledge.
First of all, do not use "all in one tools", those do not put you in control.
Cool, so fastboot is detected, though you can't get into the recovery?
Step 1) make sure you have the latest version of "fastboot" and "adb" (Android Debug Bridge) and unlock the bootloader. This tread should be helpfull: http://forum.xda-developers.com/oneplus-3/how-to/oneplus-3-how-to-unlock-bootloader-t3398733
You need to do this, because otherwise we will not be able to proceed (i.e. the phone is to be 'unlocked' for what we are about to do).
Step 2) If you are ready than let's flash a new recovery (TWRP):
This is also step 2 in the thread mentioned above. Very important: "Once the flash has completed, Don't use the "Fastboot Reboot" Command Instead Unplug Your phone then Manually boot it into recovery by keeping Power + Volume Down button pressed."
So once you have flashed a new recovery using fastboot, than you should reboot your phone into the new recovery!
step 3)
Once in the new recovery (TWRP) go to advanced and to ADB sideload. Make sure your computer detects your device with the command "adb devices" and flash a new ROM. Just for simplicity use the official OOS 3.2.4.
This should do the trick. Before you go and try make sure you understand EVERYTHING I have written. Let me know if you have questions.
simthadim said:
Hey!
I'm not the expert but I have played with my 1+3 enough to have some knowledge.
First of all, do not use "all in one tools", those do not put you in control.
Cool, so fastboot is detected, though you can't get into the recovery?
Step 1) make sure you have the latest version of "fastboot" and "adb" (Android Debug Bridge) and unlock the bootloader. This tread should be helpfull: http://forum.xda-developers.com/oneplus-3/how-to/oneplus-3-how-to-unlock-bootloader-t3398733
You need to do this, because otherwise we will not be able to proceed (i.e. the phone is to be 'unlocked' for what we are about to do).
Step 2) If you are ready than let's flash a new recovery (TWRP):
This is also step 2 in the thread mentioned above. Very important: "Once the flash has completed, Don't use the "Fastboot Reboot" Command Instead Unplug Your phone then Manually boot it into recovery by keeping Power + Volume Down button pressed."
So once you have flashed a new recovery using fastboot, than you should reboot your phone into the new recovery!
step 3)
Once in the new recovery (TWRP) go to advanced and to ADB sideload. Make sure your computer detects your device with the command "adb devices" and flash a new ROM. Just for simplicity use the official OOS 3.2.4.
This should do the trick. Before you go and try make sure you understand EVERYTHING I have written. Let me know if you have questions.
Click to expand...
Click to collapse
Thank you, but i have not enabled "allow oem unlocking" in the developer settings when the phone worked, so i get a error message "FAILED (remote: oem unloc is not allowed)
What to do to unlock it then?
Bro, download 3.2.4 oos rom zip file from official link. Its around 1.3 GB. Just connect ur OP3 to computer. It will detect as MTP device.Im my computer it was in the name of RAIN Transfer the zip file to internal storage. Wipe cache. And select install option in TWRP and select the zip file u pushed and flash it. Best of luck..
jaganmohans said:
Bro, download 3.2.4 oos rom zip file from official link. Its around 1.3 GB. Just connect ur OP3 to computer. It will detect as MTP device.Im my computer it was in the name of RAIN Transfer the zip file to internal storage. Wipe cache. And select install option in TWRP and select the zip file u pushed and flash it. Best of luck..
Click to expand...
Click to collapse
Bro, if just it were that simple, but it's not.. It doesn't find the phone in my computer...
simthadim said:
Hey!
I'm not the expert but I have played with my 1+3 enough to have some knowledge.
First of all, do not use "all in one tools", those do not put you in control.
Cool, so fastboot is detected, though you can't get into the recovery?
Step 1) make sure you have the latest version of "fastboot" and "adb" (Android Debug Bridge) and unlock the bootloader. This tread should be helpfull: http://forum.xda-developers.com/oneplus-3/how-to/oneplus-3-how-to-unlock-bootloader-t3398733
You need to do this, because otherwise we will not be able to proceed (i.e. the phone is to be 'unlocked' for what we are about to do).
Step 2) If you are ready than let's flash a new recovery (TWRP):
This is also step 2 in the thread mentioned above. Very important: "Once the flash has completed, Don't use the "Fastboot Reboot" Command Instead Unplug Your phone then Manually boot it into recovery by keeping Power + Volume Down button pressed."
So once you have flashed a new recovery using fastboot, than you should reboot your phone into the new recovery!
step 3)
Once in the new recovery (TWRP) go to advanced and to ADB sideload. Make sure your computer detects your device with the command "adb devices" and flash a new ROM. Just for simplicity use the official OOS 3.2.4.
This should do the trick. Before you go and try make sure you understand EVERYTHING I have written. Let me know if you have questions.
Click to expand...
Click to collapse
Hey i have the same problem but this fix does not work for me.
So I have the bootloader unlocked and I can enter the bootload and my computer detects my device which is nice.
when I flash twrp on my phone trough CMD it doesnt work, my PC tells me that everything is okay but my phone will not boot into twrp and instead it will give me weird errors.
---------- Post added at 03:31 PM ---------- Previous post was at 02:56 PM ----------
this fix worked for me,
On the screen when the phone failed to md5 checksum, you've got several partition failed right? in red text.
- download this : https://www.androidfilehost.com/?fid=24591000424942573
and then extract.
- download platform tools attached below. extract in the same folder with first file you've downloaded.
- Boot your phone to fastboot mode, plug your usb, make sure adb and fastboot driver are installed.
- on the folder, hold shift and right click, click open command here
- type fastboot devices
- make sure your serial number appear.
- now flash the img of the missing file according to the partition in red text on your ms5 checksum failed one by one.
- e.g. "fastboot flash boot_aging boot_aging.img.
- make sure you flash all the missing partition.
- type fastboot reboot.
this will boot you to oos 3.1.2.
unfortunately I couldn't extract the newest oos dat. data. but you could always take the OTA
goodluck mate. sorry for my english
Godeske said:
Bro, if just it were that simple, but it's not.. It doesn't find the phone in my computer...
Click to expand...
Click to collapse
Hmm bad try installing all op3 drivers and see whether phone is detected or not. I was in the same situation previously. Pushing zip through adp terminal is painful process. I got device offline first,after solving that i got service not recognized issue. For solving that usb debugging needs to be enabled i stuck in that step.
can you enter recovery trough fastboot mode? I.e. if you are in fastboot mode you van use the volume keys to select recovery.
100% sure you can't enter recovery?
you can try Fast and pro's option. let us know!

Categories

Resources