My phone is set to reboot in fastboot mode, HELP PLEASE! - Moto Z3 Play Questions & Answers

I have a moto z3 play and I have already unlocked bootloader and installed a custom recovery and rooted, the only problem is that every single time I boot up my phone it goes to fastboot and in the log it says Fastboot reason: Reboot mode set to Fastboot. I would usually be able to fix it by switching slots in twrp, but now both slots a/b are booting me to fastboot. Any help would be appreciated. EDIT: Worked after reinstalling firmware but after 5 hours it's back to the way it was, also when I boot into slot B in twrp it just bootloops .

Razzarac said:
I have a moto z3 play and I have already unlocked bootloader and installed a custom recovery and rooted, the only problem is that every single time I boot up my phone it goes to fastboot and in the log it says Fastboot reason: Reboot mode set to Fastboot. I would usually be able to fix it by switching slots in twrp, but now both slots a/b are booting me to fastboot. Any help would be appreciated.
Click to expand...
Click to collapse
Code:
fastboot oem fb_mode_clear
fastboot reboot
Sent from my Moto E (4) using Tapatalk

sd_shadow said:
Code:
fastboot oem fb_mode_clear
fastboot reboot
Sent from my Moto E (4) using Tapatalk
Click to expand...
Click to collapse
I already tried that and it didn't work at all

Related

Problems flashing TWRP on Dev Edition Moto X

I have a Dev Edition Moto X. I have recently unlocked the Bootloader. I have tried flashing TWRP recovery. Here are the commands I have used:
adb reboot bootloader
fastboot flash recovery twrp.img​
It says it is successful, but when I when I try to go into recovery it loads into Stock recovery.
My guess is the write lock is still enabled, but I have not been able to find a way to disable the write lock when on 5.1
Any help would be awesome!
"fastboot reboot recovery" should be your last step
After I flash TWRP, I unplug the USB cable, and power it off. Then I boot back into bootloader mode and try to boot into Recovery and the phone powers off. If I boot back up into Android and run 'adb reboot recovery' it boots into stock recovery.
Thoughts?
adb reboot-bootloader
fastboot flash recovery twrp.img
fastboot reboot-bootloader
Then reboot into recovery.
Smeagol1375 said:
After I flash TWRP, I unplug the USB cable, and power it off. Then I boot back into bootloader mode and try to boot into Recovery and the phone powers off. If I boot back up into Android and run 'adb reboot recovery' it boots into stock recovery.
Thoughts?
Click to expand...
Click to collapse
You're doing it wrong is my thought. Use the fastboot (not adb) reboot recovery command immediately after flashing twrp. No one said anything about powering off and rebooting first.
Thanks, I was missing 'fastboot reboot-bootloader' then it worked! I know it must be something stupid simple I wasn't doing!
Thanks again!
Smeagol1375 said:
Thanks, I was missing 'fastboot reboot-bootloader' then it worked! I know it must be something stupid simple I wasn't doing!
Thanks again!
Click to expand...
Click to collapse
Stock Recovery is reflashed when booting directly.
reboot-bootloader allows TWRP to patch the system not to do so.

Moto G2 XT1063 goes to AP FASTBOOT EVERYTIME when turn on

I´m using Windows 7 X64, installed moto G2 drivers, unlocked bootloader, used ADB to bootload and successfuly restored stock ROM to lollipop 5.0.2 , BUT EVERYTIME I TURN OFF/ON (power button used only) DEVICE TAKES ME BACK TO AP FASTBOOT and have to select NORMAL POWERUP to start using my device.
What do i do so device doesn´t take me to ap fastboot screen all the time when i just click on power button?
I apologize if there´s a thread about this topic but couldn´t find it.
HELP PLEASE
THANK YOU GENTS.
To boot straight into the ROM just type this in the fastboot mode
Code:
mfastboot oem fb_mode_clear
Hit thanks if it worked..!
Stay Crazy
THANK YOU!!
It worked!, I appreciate your help
Paradox♀ said:
To boot straight into the ROM just type this in the fastboot mode
Code:
mfastboot oem fb_mode_clear
Hit thanks if it worked..!
Stay Crazy
Click to expand...
Click to collapse
rpardoi said:
It worked!, I appreciate your help
Click to expand...
Click to collapse
Welcome
My moto g2 4G xt1079 was stucked in fastboot mode whenever i power on it,, and i flashed the custom stock rom and its working fine but i lost my IMEI.
Its showing IMEI NULL
and the BASEBAND VERSION is UNKNOWN..
Can anybody provide me a solution.
Sent from my GT-S7582 using Tapatalk

Rebooting system brings me to TWRP..

I'm having an issue where whenever I reboot my device it brings me to TWRP instead of rebooting the system. Rebooting system through TWRP just reloads TWRP. The only way for me to start up my device is by loading the bootloader and selecting the "Start" option. This is very annoying Any suggestions?
TWRP I'm using: twrp-sanders-r20 (other versions don't seem to work)
ROM I have installed: PixelExperience_sanders-8.1.0-20180224-1508-OFFICIAL
jlarock said:
I'm having an issue where whenever I reboot my device it brings me to TWRP instead of rebooting the system. Rebooting system through TWRP just reloads TWRP. The only way for me to start up my device is by loading the bootloader and selecting the "Start" option. This is very annoying Any suggestions?
TWRP I'm using: twrp-sanders-r20 (other versions don't seem to work)
ROM I have installed: PixelExperience_sanders-8.1.0-20180224-1508-OFFICIAL
Click to expand...
Click to collapse
Fastboot oem fb_mode_set
Fastboot oem fb_mode_clear
Sent from my Moto G5S Plus using XDA Labs
Adi5 said:
Fastboot oem fb_mode_set
Fastboot oem fb_mode_clear
Sent from my Moto G5S Plus using XDA Labs
Click to expand...
Click to collapse
Issue solved. Thank you so much!
jlarock said:
Issue solved. Thank you so much!
Click to expand...
Click to collapse
Tell me how you did it
SATYAWAN SHARMA said:
Tell me how you did it
Click to expand...
Click to collapse
Make sure USB debugging is enabled, go into your bootloader, connect your phone to your PC, go to your adb folder, shift then right click, open command prompt or powershell, and enter
fastboot oem fb_mode_set
fastboot oem fb_mode_clear
then reboot

stuck at fastboot mode

i was trying to install twrp in my rog 2 but while installing twrp from fastboot and adb i got stuck in fastboot mode and cannot boot into main OS PLEASE HELP ME
Check current slot and then switch to other slot and boot.
First try
fastboot devices (make sure your device is listed)
if it boots to fastboot again
fastboot getvar current-slot
fastboot --set-active=a or fastboot --set-active=b
fastboot reboot
rabunz1105 said:
Check current slot and then switch to other slot and boot.
First try
fastboot devices (make sure your device is listed)
if it boots to fastboot again
fastboot getvar current-slot
fastboot --set-active=a or fastboot --set-active=b
fastboot reboot
Click to expand...
Click to collapse
Have the same problem. Did all that you say but keeps restarting.
ED_STUFF said:
Have the same problem. Did all that you say but keeps restarting.
Click to expand...
Click to collapse
I had this problem, and I had to download the RAW firmware files and run the "flashall.bat" file through fastboot.
ED_STUFF said:
Have the same problem. Did all that you say but keeps restarting.
Click to expand...
Click to collapse
Did you manage to solve this issue? I have the same problem.
rabunz1105 said:
Check current slot and then switch to other slot and boot.
First try
fastboot devices (make sure your device is listed)
if it boots to fastboot again
fastboot getvar current-slot
fastboot --set-active=a or fastboot --set-active=b
fastboot reboot
Click to expand...
Click to collapse
I was in csc fastboot mode then i mistakenly did some fastboot adb commands from github rog phone 2(am having rog 3, works same) try those and you will get into fast boot mode from csc fastboot mode after than try above for any query contaact me on my mail [email protected]
Thanks xda love you
rabunz1105 said:
Check current slot and then switch to other slot and boot.
First try
fastboot devices (make sure your device is listed)
if it boots to fastboot again
fastboot getvar current-slot
fastboot --set-active=a or fastboot --set-active=b
fastboot reboot
Click to expand...
Click to collapse
Flash fastboot Raw firmware
My phone is stuck in a bootloop. Original firmware, rom, everything, not rooted, bootloader locked. It just restarted by itself randomly and has been stuck in a bootloop ever since. I've flashed raw firmware but it didn't help. Help please
shinnsan said:
My phone is stuck in a bootloop. Original firmware, rom, everything, not rooted, bootloader locked. It just restarted by itself randomly and has been stuck in a bootloop ever since. I've flashed raw firmware but it didn't help. Help please
Click to expand...
Click to collapse
Have you fixed your issue? if not, have you tried flashing both slots, _a and _b, using the same raw rom? use fastboot cmd's to set either slot_a or slot_b to active so you know you're flashing each slot

Phone always reboot into Fastboot?

Hi!
I have a XT1965-3 running RETEU with unlocked bootloader. Every time I reboot the phone it start in AP Fastboot Flash Mode (Secure) (with the image of the Android laying on the back with the hatch open). I then need to press "start" to boot the phone.
I don't know if it is related but I also can't reset the phone using the settings menu. It just reboot in Fastboot and when I start the phone everything is still as it was.
Do someone have a clue why the phone restart in Fastboot?
aron.sjoberg said:
Hi!
I have a XT1965-3 running RETEU with unlocked bootloader. Every time I reboot the phone it start in AP Fastboot Flash Mode (Secure) (with the image of the Android laying on the back with the hatch open). I then need to press "start" to boot the phone.
I don't know if it is related but I also can't reset the phone using the settings menu. It just reboot in Fastboot and when I start the phone everything is still as it was.
Do someone have a clue why the phone restart in Fastboot?
Click to expand...
Click to collapse
Try
Code:
fastboot oem fb_mode_clear
fastboot reboot
Sent from my Moto E (4) using Tapatalk

Categories

Resources