Cannot boot into fastboot - Xiaomi Redmi Note 5 / 5 Plus Questions & Answers

Hello,
my phone is unlocked (did this a year ago through miflash_unlock tool when fastboot still worked) but after flashing latest stable global firmware and latest TWRP I cannot enter fastboot anymore.
- When I hold volume down and power key for a few seconds the phone powers on but the screen stays black. (The screen is clearly on but it's just showing black.) If I keep holding both keys it just powers off and on again, again to a black screen.
- In TWRP if I choose to reboot to bootloader I get the same black screen.
- If I'm booted into the ROM, USB debugging enabled on phone, connect to my PC with adb and run "adb reboot fastboot" the phone boots directly into the ROM.
- If I run "adb reboot bootloader" instead it boots into the black screen.
What is going on?

Found the solution here:
https://forum.xda-developers.com/showpost.php?p=80849843&postcount=5

Related

[Q] OT107 - Enter fastboot or recovery on rooted device

I got a tablet device (Omega OT107) I've rooted it using
Code:
ro.kernel.qemu
method.
Next I'm triying to flash Custom Recovery and my problems started here.
What I've tried:
1.
Code:
flash_image recovery
- no success process of flashing never ends
2. Install bootmenu to /data/bootmenu
3. Installed 2 different 2Init's
None of this worked or even had an impact on how device works (it always boots in android correctly).
I've tried to boot it to fastboot mode to flash recovery from there but there is a problem that I have.
Volume(up or down) + Power buttons starts device to Android not to bootloader (I've read you need to remove and reinsert battery to make it work, but device has a build in batery and needs to be taken apart to remove it so I did not tryed it)
Code:
adb reboot bootloader
- boots to what I think is a bootloader (screen is black(no light is comming out of it)) when connected to Windows PC it is seen as Android Bootloader Interface (Android-SDK driver).
Code:
fastboot devices
does not discover any devices, clicking volume or power button does nothing.
Code:
adb reboot recovery
- boots devices it what seems to be useless recovery mode. At start there is a standing android dude with fireball on his chest, and imidietly changes to a lying position with his chest oppened and an exclamation mark comming out of it (I've red it is ok and I need to press Volume(down/up) + Power buttons to open recovery menu but it does not happen).
My question is:
Is it normal to some devices bootloader to look like mine? How to make it discoverable to fastboot?
I had this issue and I fixed with "press all the buttons!" and suddenly I sow recovery menu...to factory reset. if it doesn't work repeat with rebooting with pin
Does someone knows a way how to hard reset this thing?? ^^
about firmware
Any idea where find the firmware for this tablet?
Mine is now freeze on recovery logo
hard reset OT107
1.Turn off our tablet.
2 We press the MENU button at the same time + POWER HOUSE click and hold
3.Wait until the Android image.
4.Then VOL + button and the POWER and appears to us to Recovery Mode
5.Navigation is Vol-i + and confirmed by pressing POWER.

[Q] atrix bootloop can't enter fastboot mode

my phone doesnt't boot using power button. it only boots when it's conected to the computer (the green led comes, and after a coulpe of minutes it boots) but doesn't pass the M logo (which by the way is teared beacuse of the ROM (epinter 4.2) <--- that is normal) i try to enter fastboot mode by hitting the vol down (or up) button when booting but it can't enter fastboot mode.
i've searched this problem but none seem to have it my way (i mean no boot, no fastboot). any help would be apreciated.
Code:
adb shell toolbox reboot bootloader

Stuck in "Entering Recovery..."

I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
korxil said:
I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
Click to expand...
Click to collapse
I know this is late, but I just went through the same damn thing. Twrp 3.1.0.0 forces a recovery loop, install 3.0.0.2 instead.
As soon as you see the "entering recovery" screen, hold volume up and power until your phone restarts. (If it goes back to recovery, wait until it loops and do it again) as soon as your screen goes black from the hard restart, hold volume down and power to boot into your phone regularly.
After your phone boots, use the twrp app to install the previous version of twrp. (Like I said, avoid 3.1.0.0 like the plague. I've already brought this issue up with the recovery handler, hopefully it gets resolved.)
korxil said:
I tried installing TWRP after turning off the bootloader. I clicked on Recovery in the Fastboot and now it's stuck in "Entering Recovery...". The phone restarts with that screen every few seconds. Holding power+volume down doesn't do anything (unless I'm not timing it right). What can I do?
Click to expand...
Click to collapse
There is an alternative that I've found very useful. And have tested it out several times while attempting to in-OS factory reset. If you're stuck on the 'loading recovery' screen and it continuously reboots, perform the following steps.
1. Press the Power button and Volume Up button at the same time, and keep held for 10 seconds until the screen has gone off.
2. Once you know it's gone off, quickly switch from Volume Up to Volume Down, keep held down.
-This should let you be able to enter into the Bootloader menu. From there, you will require Minimal ADB/Fastboot installed on your computer. Opening up an administrative command prompt within the ADB folder by pressing down Shift and right clicking on the window of the folder(or in my case since Windows 10's new update no longer opens that up, instead opens PowerShell, copy and past cmd.exe from System into that folder (DO NOT CUT AND PASTE, OR DRAG AND DROP)), type in the following.
fastboot devices
-If your device shows up in this list, then you're good to go. Head over to the TWRP website and find your HTC 610 TWRP version, or do as I do and just select 2.8.4.0 and download it.
-Rename the downloaded file as "twrp.img" and drag it into the ADB/Fastboot folder in which you loaded up the cmd prompt from before.
-Next, back to the command prompt you loaded earlier (if you haven't closed it by now) and type in the following:
fastboot flash recovery twrp.img
-This should copy the file over to your device. After this is completed, go ahead and reboot or boot into recovery. This last option I've not attempted immediately after flashing TWRP back to the main system, but that's because I'm working with an older version of CW12.
Azrtheal said:
There is an alternative that I've found very useful. And have tested it out several times while attempting to in-OS factory reset. If you're stuck on the 'loading recovery' screen and it continuously reboots, perform the following steps.
1. Press the Power button and Volume Up button at the same time, and keep held for 10 seconds until the screen has gone off.
2. Once you know it's gone off, quickly switch from Volume Up to Volume Down, keep held down.
-This should let you be able to enter into the Bootloader menu. From there, you will require Minimal ADB/Fastboot installed on your computer. Opening up an administrative command prompt within the ADB folder by pressing down Shift and right clicking on the window of the folder(or in my case since Windows 10's new update no longer opens that up, instead opens PowerShell, copy and past cmd.exe from System into that folder (DO NOT CUT AND PASTE, OR DRAG AND DROP)), type in the following.
fastboot devices
-If your device shows up in this list, then you're good to go. Head over to the TWRP website and find your HTC 610 TWRP version, or do as I do and just select 2.8.4.0 and download it.
-Rename the downloaded file as "twrp.img" and drag it into the ADB/Fastboot folder in which you loaded up the cmd prompt from before.
-Next, back to the command prompt you loaded earlier (if you haven't closed it by now) and type in the following:
fastboot flash recovery twrp.img
-This should copy the file over to your device. After this is completed, go ahead and reboot or boot into recovery. This last option I've not attempted immediately after flashing TWRP back to the main system, but that's because I'm working with an older version of CW12.
Click to expand...
Click to collapse
Just holding volume up and power worked for me.After the splash screen appears continue holding volume up but let go of power and it will boot I to go.e screen as usual.I then just used the twrp app and flashed 3.0.2.0

Cant enter Recovery on Z5 Compact

I tried to enter recovery to unlock the bootloader but all i get is a blank screen with the LED shining blue.
I tried it through adb ( adb reboot bootloader) and the button combination (vol. up + plug in cable).
Also tried adb reboot recovery, but it only reboots back into the system and vol. down + plugging in cable results in the same blank screen but with a green LED.
Please help!
No recent Sony device ships with a recovery.
In order to unlock your device follow the instructions in https://developer.sonymobile.com/unlockbootloader/unlock-yourboot-loader/
Next time before opening a new thread read the forum. Chances are your questions are already asked by others. Good luck unlocking, flashing and freeing your phone.
IvoValentin said:
I tried to enter recovery to unlock the bootloader but all i get is a blank screen with the LED shining blue.
I tried it through adb ( adb reboot bootloader) and the button combination (vol. up + plug in cable).
Also tried adb reboot recovery, but it only reboots back into the system and vol. down + plugging in cable results in the same blank screen but with a green LED.
Please help!
Click to expand...
Click to collapse
you can boot recovery as followed:
- adb reboot bootloader
- fastboot boot recovery.img
cheers

M4 Aqua (E2303) bricked - fastboot works but weirdly, flashmode does not

Hi!
M4 Aqua, E2303
Brief history, what I did before:
- On a full stock OS, first, I unlocked bootloader with fastboot oem unlock, which went through nicely.
- After that, I followed this thread to install custom recovery (twrp). Went through nicely (fastboot flash recovery recovery.img and fastboot flash boot boot.img).
- I was able to boot into recovery (twrp), and with the Install function, selecting Conceptify .zip it installed, rebooted.
- On the boot, the Conceptify gear logo was stuck spinning for a very long time. Then I just tried going into TWRP again to install Conceptify again, maybe for the second try it installs without the boot issue.
After this, I was no longer able to enter twrp recovery again. Okay, tried to flash the .img's again (boot and recovery), maybe I can at least get into TWRP recovery again, but no luck, despite both flash commands going through (both sending, writing were OKAY), without errors.
Current symptoms at this point:
- I still can get into fastboot (vol Up + usb plug in; LED red, then blue), and my PC can recognize the phone being in fastboot correctly, with serial number (in fastboot devices). It can still perform the flash/erase commands, but whenever I try fastboot reboot or fastboot reboot-bootloader, it doesn't reboot the phone. At this point, fastboot devices gives back a device in fastboot mode, but with a lot of question marks (?) instead of the serial number. On unplugging it, LED stays blue, like it is frozen or somthing. I kill the phone off with the power cutoff switch (next to microsd).
- holding just Power to turn on phone: Sony logo on the white background and is stuck. After a while I kill off with power cutoff.
- holding Power + vol Up, it vibrates once every 2 seconds or so. Nothing on screen, when I stop holding the buttons, stop vibrating. It however stays in a weird state, cause I can't get into fastboot for example (vol down + usb plug in; like I can do when it was powered off completely). I kill off with power cutoff.
- holding Power + vol Down: Sony logo on the white bkg, and stuck. After a while I kill off with power cutoff.
- tried the all-button hold: Power + vol Down + vol Up for 30 seconds, it was just vibrating every 2-seconds.
- flashmode with Flashtool: I downloaded a stock .ftf, loaded into FlashTool, but upon asking to connect the phone while holding vol Down, it can't detect it. The phone however lights red, then green on the LED light. Tried with both a new Flashtool (0.9.32.0, and a recommended older one as well: 0.9.18.6).
Is there something else I could try to get a working TWRP recovery again, and be able to boot into it?
Thanks for your help!
My M4 (E2312) have pretty much the same symptoms: can not boot anything and just stuck on SONY logo, Flashtool does not recognize phone in flashmode (Vol -), just fastboot. And using fastboot to flash system, boot, recovery shows finished processes but phone does nothing new. And phone does not response well to USB, only after a reset then it updates the status.
I have Pexo ROM v3, custom TWRP, SkyMelon 9 I think,Rooted SuperSU and Magisk( has conflicts so when I boot some pop up says X app has stopped working. When I install some more apps to use it was ok, then the pop ups show up more and more and then it decides to boot loop to the stage we are now.
I have tried install 0.9.33 and 0.9.23.1( somehow only 0.9.23.1 can install 3 drivers), Xperia Companion, Emma, ggsetup 3.2.0.1, Driver SONY so0104 (so0113 ADB interface- status show it cannot start),
So either it is the drivers on computer, the computer USB ports, the phone's software or hardware defects lead to software that caused it.
bdnlspam said:
Hi!
M4 Aqua, E2303
Brief history, what I did before:
- On a full stock OS, first, I unlocked bootloader with fastboot oem unlock, which went through nicely.
- After that, I followed this thread to install custom recovery (twrp). Went through nicely (fastboot flash recovery recovery.img and fastboot flash boot boot.img).
- I was able to boot into recovery (twrp), and with the Install function, selecting Conceptify .zip it installed, rebooted.
- On the boot, the Conceptify gear logo was stuck spinning for a very long time. Then I just tried going into TWRP again to install Conceptify again, maybe for the second try it installs without the boot issue.
After this, I was no longer able to enter twrp recovery again. Okay, tried to flash the .img's again (boot and recovery), maybe I can at least get into TWRP recovery again, but no luck, despite both flash commands going through (both sending, writing were OKAY), without errors.
Current symptoms at this point:
- I still can get into fastboot (vol Up + usb plug in; LED red, then blue), and my PC can recognize the phone being in fastboot correctly, with serial number (in fastboot devices). It can still perform the flash/erase commands, but whenever I try fastboot reboot or fastboot reboot-bootloader, it doesn't reboot the phone. At this point, fastboot devices gives back a device in fastboot mode, but with a lot of question marks (?) instead of the serial number. On unplugging it, LED stays blue, like it is frozen or somthing. I kill the phone off with the power cutoff switch (next to microsd).
- holding just Power to turn on phone: Sony logo on the white background and is stuck. After a while I kill off with power cutoff.
- holding Power + vol Up, it vibrates once every 2 seconds or so. Nothing on screen, when I stop holding the buttons, stop vibrating. It however stays in a weird state, cause I can't get into fastboot for example (vol down + usb plug in; like I can do when it was powered off completely). I kill off with power cutoff.
- holding Power + vol Down: Sony logo on the white bkg, and stuck. After a while I kill off with power cutoff.
- tried the all-button hold: Power + vol Down + vol Up for 30 seconds, it was just vibrating every 2-seconds.
- flashmode with Flashtool: I downloaded a stock .ftf, loaded into FlashTool, but upon asking to connect the phone while holding vol Down, it can't detect it. The phone however lights red, then green on the LED light. Tried with both a new Flashtool (0.9.32.0, and a recommended older one as well: 0.9.18.6).
Is there something else I could try to get a working TWRP recovery again, and be able to boot into it?
Thanks for your help!
Click to expand...
Click to collapse
Yes, I also tried installing conceptify but it doesnt work. At this point its better if you stick with the stock rom, remove as much bloatware as possible and consider it a phone because almost none of the ROMs here work stability wise, or they maybe stable but some features like display brightness or speakers dont work. So I recommend you install stock rom via flashtool and then unlock the bootloader via flashtool again and install twrp again. Also if possible try reinstalling the drivers for the phone in flashtool. Hope this works mate.
Not my name said:
Also if possible try reinstalling the drivers for the phone in flashtool.
Click to expand...
Click to collapse
Thanks for your answer!
Unfortunately, I still can't make Flashtool recognize my M4 as booted in flashmode. Tried installing the drivers with \Flashtool\drivers\Flashtool-drivers.exe , but choosing the "Flashmode drivers" option, it failed during the install (I guess cause there wasnt a connected device that supports it), tried both with phone being connected in flashmode (volDown + plug-inUSB), and phone disconnected as well.
bdnlspam said:
Thanks for your answer!
Unfortunately, I still can't make Flashtool recognize my M4 as booted in flashmode. Tried installing the drivers with \Flashtool\drivers\Flashtool-drivers.exe , but choosing the "Flashmode drivers" option, it failed during the install (I guess cause there wasnt a connected device that supports it), tried both with phone being connected in flashmode (volDown + plug-inUSB), and phone disconnected as well.
Click to expand...
Click to collapse
Can you try it on a Linux PC I guess?

Categories

Resources