fastboot loop MIUI 12.2.2 XIAOMI MI10 - Android Q&A, Help & Troubleshooting

Salut la communauté,
i have a big matter with my device MI 10 - chinese import in EUROPE-. I dont know why, but two days now, my device boot automatically on fastboot recovery. The pressure of the button - volume and power- dont work ; the phone restart on fastboot. If i use adb fasboot minimal, with the commands fastboot reboot bootloader, fastboot continue : the phone boot on the OS. If i shutdown the device, the phone restart on fastboot. I can just start the phone with fastboot continue. Please, help

Try this
Code:
fastboot devices
fastboot reboot

jwoegerbauer said:
Try this
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
Hi thanks i tried without success

yingetyang said:
Hi thanks i tried without success
Click to expand...
Click to collapse
I can just reboot with fastboot continue. One Idea please

Related

cant boot in fastboot

i unlock my bootloader then after that i cant go to fastboot, only in stock recovery.then orange state is showing everytime i boot my device
Same problem plz replay
My realme 6 can not be boot in fastboot mode
JAADUMANTRIOFFICIA said:
Same problem plz replay
My realme 6 can not be boot in fastboot mode
Click to expand...
Click to collapse
Fastboot worked on me when I used the "adb reboot bootloader" command but make sure you do "adb devices" first to see if the phone is connected.

Why is fastboot rebooting the phone automatically?

I am trying to root my OPPO A72. After successfully configuring the adb and USB Debugging I was trying to fastboot it using 'adb reboot bootloader', because 'adb reboot fastboot' reboots it to recovery, which I do not want. After rebooting the phone using 'adb reboot bootloader' for half a second there is chinese text with the text 'FASTBOOT', then it just reboots the phone into android. The OEM Unlocking option does not help. Any ideas why that is / how to fix?
randomizedhex said:
I am trying to root my OPPO A72. After successfully configuring the adb and USB Debugging I was trying to fastboot it using 'adb reboot bootloader', because 'adb reboot fastboot' reboots it to recovery, which I do not want. After rebooting the phone using 'adb reboot bootloader' for half a second there is chinese text with the text 'FASTBOOT', then it just reboots the phone into android. The OEM Unlocking option does not help. Any ideas why that is / how to fix?
Click to expand...
Click to collapse
The A72 cannot be rooted at the moment.
with phone on if you enter adb reboot fastboot , it takes you too a screen similar to the recovery screen but you can access phone by fastboot devices etc ... BUT it's a very limited fastboot and hardly any use at all , and will not allow you to unlock bootloader.
linccracker said:
The A72 cannot be rooted at the moment.
with phone on if you enter adb reboot fastboot , it takes you too a screen similar to the recovery screen but you can access phone by fastboot devices etc ... BUT it's a very limited fastboot and hardly any use at all , and will not allow you to unlock bootloader.
Click to expand...
Click to collapse
I can't even get into this limited fastboot. Any idea why?
Bobgle said:
I can't even get into this limited fastboot. Any idea why?
Click to expand...
Click to collapse
Have you tried adb reboot fastboot
linccracker said:
Have you tried adb reboot fastboot
Click to expand...
Click to collapse
What happens when you type this command
linccracker said:
What happens when you type this command
Click to expand...
Click to collapse
It reboots immediately. No device detected by fastboot or adb during that.
Bobgle said:
It reboots immediately. No device detected by fastboot or adb during that.
Click to expand...
Click to collapse
What firmware version is it running
linccracker said:
What firmware version is it running
Click to expand...
Click to collapse
v1.2, but I just managed to get into fastbootd mode. It seems like there are no commands available though, just as you said. Is EDL worth anything? What would be the steps to flashing this phone if there is no support by OPPO?

unable to connect mobile with pc in bootloader

Hi guys I am having an interested issue,
I want to install custom rom in my phone
I have downloaded in depth test and applied for un depth test
my mobile do connect to computer when it prompt to select mod I do select file transfer and my mobile do connect to laptop
and it shows in "adb devices" but when it goes into bootloader mod my mobile gets disconnected I have done everything I could
I have install every possible driver i got from articles but non worked is it the issue with my windows 10 ? or driver issue I have spent my whole night on this but couldn't find the way
fastboot devices
0purple said:
fastboot devices
Click to expand...
Click to collapse
what does it mean ?
when i connect my phone it prompt me with this and usb debugging is on
i tried adb devices but it didn't showed anything but when i chose transfer file it do connect to the laptop and shows in adb devices
najam489 said:
what does it mean ?
Click to expand...
Click to collapse
Try it once you are in fastboot
wow its showing
najam489 said:
wow its showing
Click to expand...
Click to collapse
0purple said:
Try it once you are in fastboot
Click to expand...
Click to collapse
i have another problem now my device is showing with fastboot devices but my devices status is locked when i tried this command "fastboot flash recovery recovery.img" it didnt work i am follwing this article https://www.guidetoroot.com/root-realme-3-pro/
thank you for your help my bootloader wasn't unlock it is now thanks a lot
It appears your device's bootloader is locked. Try:
fastboot oem unlock
fastboot flashing unlock
If that doesn't help, search for a guide on how to unlock bootloader for your specific brand.
It also looks like don't really know what you are doing. Make sure you are following trusted guide. If no, I'll be happy to help.
0purple said:
It appears your device's bootloader is locked. Try:
fastboot oem unlock
fastboot flashing unlock
If that doesn't help, search for a guide on how to unlock bootloader for your specific brand.
It also looks like don't really know what you are doing. Make sure you are following trusted guide. If no, I'll be happy to help.
Click to expand...
Click to collapse
well i did installed custom roms few time but i dont know much, i did unlock bootloader now the problem is i do install custom recovery twrp and it do installed and rom manager shows that custom recovery is installed but pressing volume down + power button just shows fastboot logo and it restart my phone, and with command "
adb reboot bootloader" i am able to boot into fastboot mood and when i go to recovery from their it open stock recovery instead of twrp
Stolen from my guide:
7. Go into fastboot mode
8. fastboot flash recovery recovery.img
9. fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
10. fastboot reboot recovery
12. Sometimes recovery doesn't want to stick as a permanent one. To test it, hold the power button and select "Reboot to recovery". If you reboot to TWRP, you can move on, but if you reboot to stock one, flash recovery using fastboot again and from recovery flash recovery again (sounds crazy, right?). I won't give you instructions on this, research it yourself. Make sure guide you will find is for your device and your recovery.

poco f1 stuck in fastboot mode

hi
i have a problem with my poco f1 , its stuck in fastboot mode i tried every posssible way but i cant get out.
i even tried to flash the stock rom using mi flash but it wont finish and boots again into fastboot mode
thanks.
Try this
Code:
adb devices
adb reboot
or this
Code:
fastboot devices
fastboot reboot
jwoegerbauer said:
Try this
Code:
adb devices
adb reboot
or this
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
i tried all of them but reboots back to fstboot mode!
jwoegerbauer said:
Try this
Code:
adb devices
adb reboot
or this
Code:
fastboot devices
fastboot reboot
Click to expand...
Click to collapse
for the adb devices code when i run it shows:List of devices attached, but doesnt show or find any devices and when i run adb reboot it says:error: no devices/emulators found!!
while i run the fastboot devices it will show :7f3be88e fastboot !! meaning that my device is connected.
i dont know what to do???
i also tried using the flash_all.bat file, will run but when finishes will again reboot to fastboot mode!!
and also used mi flash but after runing for 500 seconds finally says error in flashing!
Because device is accessible in Fastboot mode you also can try
Code:
fastboot devices
fastboot reboot fastboot 2>nul
fastboot reboot
Rastvo said:
hi
i have a problem with my poco f1 , its stuck in fastboot mode i tried every posssible way but i cant get out.
i even tried to flash the stock rom using mi flash but it wont finish and boots again into fastboot mode
thanks.
Click to expand...
Click to collapse
Hi...
go to
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
check your Device is the same ( beryllium )
download the package for russia or global device and choose the fastboot Version not the Recovery Version
extrac the tgz archive
connec your Phone via fastboot mode
choose the flash_all.bat from the extractet folder
fingers cross
good luck
solong
speedson
speedson said:
Hi...
go to
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
check your Device is the same ( beryllium )
download the package for russia or global device and choose the fastboot Version not the Recovery Version
extrac the tgz archive
connec your Phone via fastboot mode
choose the flash_all.bat from the extractet folder
fingers cross
good luck
solong
speedson
Click to expand...
Click to collapse
i did that nearly 10 times but after some minutes it will reboot back to fastboot mode! i downloaded the global fastboot version so many times even from diffrent locations but same !
when i flash previous versions the fastboot logo will change to the old logo , but cant reboot to system! the last time this happened to me was when i flashed calyxos custom rom i didnt like it so i wanted to go back and install something new but this happened
jwoegerbauer said:
Because device is accessible in Fastboot mode you also can try
Code:
fastboot devices
fastboot reboot fastboot 2>nul
fastboot reboot
Click to expand...
Click to collapse
bro nothing happend it just reboots to fastboot mode
Rastvo said:
bro nothing happend it just reboots to fastboot mode
Click to expand...
Click to collapse
Hi...
I read on other Homepage the following...
Xiaomi POCO F1 (beryllium) Global official ROM, include stable, weekly and beta MIUI firmware which can be updated with Recovery and Fastboot (need mi flash tool).
So it seems you need a mi flash tool to get it work. Without this Tool it would not work I think.
Good luck
Solong
Speedson
hi man
i am stuck in the same problem today nothing seems to be working
did you find any solution to this
please update us asap
ReDDeViL2501 said:
hi man
i am stuck in the same problem today nothing seems to be working
did you find any solution to this
please update us asap
Click to expand...
Click to collapse
bro please help me ..how to solve this..i am on same problem
Rastvo said:
bro nothing happend it just reboots to fastboot mode
Click to expand...
Click to collapse
how to slove this ...if you know plzz help
I need poco f1 global rom with android 11 please help

system destroyed and cannot enter to fastboot mode

hi guys, i have a problem let me explain to u what heppened and all stuffs
(my phone is redmi 9)
firstly i decided to install a custom rom and i've unlock the bootloader and i suffered in this step and then i flahsed recovery with pixel experience recovery but when i enter to recovery mode the device just reboot then i flashed recovery with twrp, i try to enter to recovery but system declins and i tried many time and finally i get into twrp, i wiped cach and i wiped all thing in list (i didnt remember but i deselect only sd card and otg maybe the problem was here and im newbie btw) and the wipe process successed, i tried flash rom with adb sideload but proccess failed idk why after that i tried flash recovery with shrp from fastboot but when i enter to fastboot using volum down + power off the fastboot still active for 5secs and exit i tried to boot into this recovery but when u complete the first step (i forget the name) but the output was like this:
[xxxxxxx]: 2.001sec
[booting]: (no input device)
command error
in booting step the fastboot exit and then when i tried many times i did this command: fastboot reboot fastboot
after this the device cant get into recovert mode or fastboot mode (when i try enter to fastboot mode the phone shows redmi logo and close immediaty 1sec or less) (system now is destroyed and i try to boot into os the phone stuck on redmi logo)
there is any way to enter to fastboot mode in this situation? i need help plz and thanks
also sorry for bad english
BESHIZUMOTO said:
hi guys, i have a problem let me explain to u what heppened and all stuffs
(my phone is redmi 9)
firstly i decided to install a custom rom and i've unlock the bootloader and i suffered in this step and then i flahsed recovery with pixel experience recovery but when i enter to recovery mode the device just reboot then i flashed recovery with twrp, i try to enter to recovery but system declins and i tried many time and finally i get into twrp, i wiped cach and i wiped all thing in list (i didnt remember but i deselect only sd card and otg maybe the problem was here and im newbie btw) and the wipe process successed, i tried flash rom with adb sideload but proccess failed idk why after that i tried flash recovery with shrp from fastboot but when i enter to fastboot using volum down + power off the fastboot still active for 5secs and exit i tried to boot into this recovery but when u complete the first step (i forget the name) but the output was like this:
[xxxxxxx]: 2.001sec
[booting]: (no input device)
command error
in booting step the fastboot exit and then when i tried many times i did this command: fastboot reboot fastboot
after this the device cant get into recovert mode or fastboot mode (when i try enter to fastboot mode the phone shows redmi logo and close immediaty 1sec or less) (system now is destroyed and i try to boot into os the phone stuck on redmi logo)
there is any way to enter to fastboot mode in this situation? i need help plz and thanks
also sorry for bad english
Click to expand...
Click to collapse
Flash the device using SP Flash tool if your device has MEDIATEK G80 processor.
mvikrant97 said:
Flash the device using SP Flash tool if your device has MEDIATEK G80 processor.
Click to expand...
Click to collapse
i will try it now ty
mvikrant97 said:
Flash the device using SP Flash tool if your device has MEDIATEK G80 processor.
Click to expand...
Click to collapse
its require boot device in fastboot or no? cuz i cant access to fastboot
BESHIZUMOTO said:
its require boot device in fastboot or no? cuz i cant access to fastboot
Click to expand...
Click to collapse
Redmi 9 brick problem solution.
1.if you are above v11.0.8.0 then go and follow below link... https://forum.xda-developers.com/t/disable-authorization-and-unbrick-your-redmi-9.4228213/ ================================== 2.Else follow it...
forum.xda-developers.com

Categories

Resources