Help! Bricked Phone!!! - General Questions and Answers

I have a phone, it is bricked and it doesn't go past the logo. I tried using adb wait-for-device but it doesn't work. It won't boot into the recovery mode and it is a tecno bd4... I can't turn it off as well, The OEM is unlocked and i tried flashing magisk.
What i did:
-adb devices
-adb reboot bootloader
-fastboot oem unlock
-fastboot flash boot boot_patched.img
-fastboot reboot
Any kind of help will be appreciated
Edit: I have also tried using adb wait-for-device
and also tried to use the ondemand script but my phone won't go past the logo

Does your fastboot mode still show? (usually Volume Down + Power)

Reflash device's Stock ROM to get rid off of all modifications you applied so far.

Related

[Q] Tecno P5 Stuck in Boot Loop And Recovery Not Accessible

I used Recovery-Tools to flash TECNO-P5_130916__recovery_140106-193223.img onto my phone. The process completed and I was prompted to boot into recovery. The reboot did not complete.
I can get into the boot menu (Volume Up + Power), but when I select Recovery mode or Normal mode the phone gets into a boot loop. Fastboot mode woks and I can connect from Windows 7.
The problem in Fastboot is that I cannot flash a ROM since the bootloader is locked (I get the error "Security deny - Err:0x2017").
Is there a tool that can either unlock the bootloader or reset the phone to factory settings so it can boot normally?
I already tried fastboot oem unlock and it just hangs at "..." No "fastboot oem ...." commands work
fastboot devices shows "mt6572v1_phone fastboot"

[Completed] Moto G2 UTAG Flashfail Configured As Fastboot

Hi
I tried to root my Moto G2 running android 5.0.2 following a tutorial I found on technoprotocol.com (can't post link as I am new to forum.)
I booted into fastboot mode as per the instructions (after enabling usb debugging) and tried to root. Unfortunately I got an error (I didn't catch what it said) and now my phone only boots into fastboot and I can't go into any of the sub-menus ("recovery", "factory" etc.)
I downloaded minimal adb and fastboot and tried the command:
Code:
fastboot oem fb_mode_clear
However it still boots into fastboot and wont let me go into submenus or boot into android.
Any help wold be greatly appreciated.
It now seems to be working after I ran these commands through ADB FastBoot.
Code:
fastboot erase userdata
and
Code:
fastboot reboot

Auto boot into Recovery mode in Le 1s x509

My Le 1s sucked on boot screen. I already installed TWRP on my mobile. Then downloaded stock rom from http://forum.le.com/in/eui_detail.html?euiid=205. and installed using adb sideload. Everything worked fine. But TWRP not working. Then I flashed TWRP image using adb fastboot. After installed, I used "fastboot reboot" command. But it is not worked. Then I rebooted normally.
After rebooting the device, it automatically go to the recovery mode. Same happen when power on the device. In recovery also TWRP not working. Custom recovery also not showing. After few second, it again going to normal boot. It repeated again and again
Can't use any adb comment on system. What should I try now?
Commant Used:
adb reboot bootloader
fastboot oem unlock
Pressed volume up to confirm unlock
fastboot flash recovery twrp.img
fastboot reboot

phone booting into default recovery even after flashing twrp (xiaomi redmi note 4)

whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
sill not booting into twrp
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
Work for me. Thanks buddy
This works, thumb up
Asafbzm said:
i've just tried this but the 'fastboot boot recovery' command just turn the phone back on from fastboot. thanks anyways!
Click to expand...
Click to collapse
i have suffered with the same problem for hours until i decided to come here and look for related article , it actually worked and made me wonder that it wasn't that hard to fix it , i just rebooted fastboot and flashed twrp and in the end typed 'fastboot reboot recovery.img
that solved my suffering within 5 seconds. thank you for sharing the knowledge
Tiqqy said:
This could be a solution or a workaround:
"Hello i just had a personal experience with my Asus zenfone selfie Z00T Stock recovery kept replacing TWRP. (Boot loader already unlocked)
This is how i got around it i downloaded the latest TWRP for my device and placed directly in minimal adb and fastboot app folder then i renamed it to recovery .
then i put my device in fastboot mode using the buttons on the phone and After i ran minimal adb and fastboot app as admin then i typed fastboot flash recovery recovery.img
once done i then i typed fastboot boot recovery.img. and my phone booted to twrp recovery then i selected reboot recovery directly on my phone and to finish reboot system (still in twrp) that's it.
(OEM commands to boot from fastboot to recovery do not work on some devices )
it only worked for me eventually because i downloaded the latest TWRP from the official TWRP website.
The idea is to flash the custom recovery and then booting from the custom recovery.img that you just used to flash (the one still on the pc) using minimal adb and fastboot app.
IT may not work on all devices as the commands may change from one device to another but the idea stays the same. (example for nexus fastboot -c "lge.kcal=0|0|0|x" boot recovery.img)
I hope this will help some people out."
Click to expand...
Click to collapse
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Lamantin001 said:
I had the same issue on Poco F1 and this worked for me as well! Pleasant surprise. First result on google was this article and it worked, 2 minutes work.
Click to expand...
Click to collapse
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Lamantin001 said:
Okay, I was a bit too early with that. The next time I turned off the phone and tried booting to recovery (Vol up+pwr), I got booted into factory recovery (mi-recovery 3.0) :/
Click to expand...
Click to collapse
Update:
I found the solution. I followed the steps in this article:
How can I keep MIUI from overwrite TWRP with stock recovery after a ROM flash?
I'm on fw Global 9.6.6.0. (Bought the phone 'bogus' unlocked with "fake" 9.6.4.0, bricked it while trying to restore chinese fw and re-lock bootloader using miflash - I'm not doing that again brought it back to life using the steps from...
forum.xda-developers.com
Asafbzm said:
whenever i try to go into recovery mode, it takes me to the default one even after i flashed twrp. my bootloader is unlocked and i flashed twrp several times. even when i use the command prompt from fastboot mode it still takes me to the default recovery. any ideas to what's wrong?
Click to expand...
Click to collapse
Try this:
when you are in fastboot mode type:
Code:
fastboot boot recovery.img
This command will boot your phone to twrp. Install twrp .zip file (there are 2 options when installing .img or .zip)
after this go to ADB/Sideload - This is in Advanced section
Then swipe to start a sideload. Now on your pc type:
Code:
adb sideload recovery.zip
This worked for me. I hope this works for you too

Cannot boot into TWRP after flashing it

I have unlocked bootloader.
I enabled adb debugging from developer settings.
1. adb reboot bootloader
2. fastboot flash recovery twrp.img (tried all of those: peter's, from twrp website, from link on lineageos official thread)
Up to this point everything works fine
3A. fastboot reboot then hold PWR+VOL_UP
3B. Hold PWR+VOL_UP
And at this step I am seeing fastboot logo plus "Unlocked" label at bottom (while in regular fastboot I don't see Unlocked label)
My best guess that something went wrong while booting into twrp, and it fallbacks to fastboot. However I have no clue how to check what's wrong, where to check any logs etc.
Any help appreciated
My advice would be to flash recovery again and manually reboot into recovery and not using fastboot reboot
If this doesnt work flash rom again via bootloader....Then flash recovery....Do Not use fastboot reboot....
Manually holding buttons go into recovery

Categories

Resources