Question How to get into safe mode from power off state? - Moto G Power (2021)

I know how to get to safe mode when booted in android, but what button combos do it from an off state?
I've tried holding power down until I see the boot logo then waiting 3 seconds, then holding down the volume down key. This just puts me in fastboot menu

Human Person said:
I know how to get to safe mode when booted in android, but what button combos do it from an off state?
I've tried holding power down until I see the boot logo then waiting 3 seconds, then holding down the volume down key. This just puts me in fastboot menu
Click to expand...
Click to collapse
moto g power - Power Up in Safe Mode | Verizon
Here's how to boot your moto g power into Safe Mode to help determine if an app is causing it to freeze, reset or run slowly.
www.verizon.com

That doesn't seem to work on the 2021 model, although it would be quite convenient if it did.
Really I was dealing with a magisk bootloop. So here are the steps I did in order get into safe mode while retaining magisk root to remove modules.
I couldn't find a way to enter safe boot with the physical buttons. What worked for me is flashing the stock boot.img entering the os, long holding the onscreen "Power Off" button until prompted to boot into safe mode (this queues safe mode for next boot).
It's important to enter fastboot (hold volume and power down while the restart for safe boot is occurring) before entering safe boot mode to reflash magisk's patched boot.img. Then finally reboot into android's safe mode. In safe mode you can finally issue:
Code:
adb shell magisk --remove-modules

Related

how to boot into recovery mode through pc ?

Hi,
I own galaxy s3 i9000, currently on custom rom. My phone automatically rebooted and got stuck on bootloop. If I am able to enter in recovery mode, i can wipe cache(which may can help to get out of bootloop). But the problem is I am unable to enter into recovery mode because phone's volume up button is not working and my phone auto reboots every time after power off or reinserting battery. Is there any other way to clear cache or enter into recovery mode?
I dont want to flash my stock rom via odin (because i didnt backup my some important apps and msgs), this will be my last option.
sorry for my bad english
The normal way I get my phone into recovery mode from the PC is using ADB and the command: "adb reboot recovery". However, I bet this won't work in your case for one of several possible reasons: depending on when the bootloop occurs in the boot process, the phone may never reach a point where ADB is able to see your phone in the first place; if this is happening after a flashing a new custom ROM, then also it's unlikely that USB debugging is turned and the PC is not yet authorized to connect with it over ADB.
Another thought, could your power button be stuck down? I had a GS3 SCH-I535 several years ago and the power switch went bad on it, it would keep rebooting, shutting down randomly, or I'd be unable to turn on the screen. I had a switch replaced and it was fine after that. I don't think it's normal for the phone to automatically boot up when you reinsert the battery, that's why I bring that up. Maybe you can wiggle the power button a bit and try to unstick it if that's the case.
I tried to remove and stick back the power button again, but still it didnt worked. By the way fixing power button will not help me to get into recovery mode as my phone's volume up button is also not working, and recently I found out that I cant enter into download mode too because when I press respective buttons (volume down + home + power) for download mode, it gives warning msg to click 'volume up' buttton to enter into download mode or 'volume down' to reboot. Therefore again volume up button is required to enter into download mode too. So the only option remained for me is to visit service center and fix the volume up button.

How to prevent system of booting into fast boot mode

​I want to disable fast mode, at least for some minutes. My volume down button is stuck(but only while the phone is off, that's strange, while using the system the volume down button just doesn't work) and because of that I can't boot directly into system: when I press the power button the phone always boot into fast boot mode. I want some way to change the shortcut to fastboot or disable it because this problem is causing me not to be able to update the android(because it requires a reboot, and the phone boots into fastboot, making the update fail).
​Is there some way to do this?

Build.Prop edit mistake

Long story short, I messed up and I regret it. I edited the SDK 2 API levels up to get an app to possibly work and didn't think of the consequences of everything else.
I was running 8.0.0 rooted and am unable to get into recovery as the main boot of android is messed up where all apps result in continuous errors and when trying to enable usb debugging in the settings, the settings crash.
If I could get into revovery mode, I can fix it. The issue though is holding power + vol down does not work. I am not sure how to get into the recovery when the v30 shows that conformity screen on boot when the boot loader is unlocked. I was able to get into fastboot mode but on that screen it says i need to enable OEM unlock. Sadly that is not working as settings crash when trying to enable.
Would anyone have any other ideas to get to recovery?
Let me know if any more info is needed.
EDIT: I do have LGUP installed and does see the device. I would prefer not to have to fully reset the device if possible. Can LGUP boot the device into recovery?
What you described (just holding power and volume) will not get you into recovery... the proper sequence (aka the "button dance") is more involved than that. If you're only holding down those buttons, then you're not doing the process... do a search to see what it is (I believe you need to release and then re-press the power button... but I don't recall, so certainly don't take my description as enough info.
You also said you can boot into fastboot - you may be able to "fastboot reboot recovery" to get into recovery... some phones respond to that.
raycekar said:
If I could get into revovery mode, I can fix it. The issue though is holding power + vol down does not work. I am not sure how to get into the recovery when the v30 shows that conformity screen on boot when the boot loader is unlocked. I was able to get into fastboot mode but on that screen it says i need to enable OEM unlock. Sadly that is not working as settings crash when trying to enable.
Would anyone have any other ideas to get to recovery?
Let me know if any more info is needed.
EDIT: I do have LGUP installed and does see the device. I would prefer not to have to fully reset the device if possible. Can LGUP boot the device into recovery?
Click to expand...
Click to collapse
LGUP can get you to Download mode but not Recovery.
You can boot to Recovery (TWRP) with hardware button dance.
8 sec Power + Vol-, and when it shuts off, release both, immediatly press both again (at the same time), and as soon as the LG V30 logo appears, release power and press/hold it again.
Should get you to the factory reset menu, confirm twice with "yes" (navigate via vol/power buttons), and TWRP should boot fine.
Might take a few tries to get the right timing for that
Click to expand...
Click to collapse
For that, remember the annoying bootloader unlock warning is part of the boot sequence, if you still have that.
ChazzMatt said:
LGUP can get you to Download mode but not Recovery.
You can boot to Recovery (TWRP) with hardware button dance.
For that, remember the annoying bootloader unlock warning is part of the boot sequence, if you still have that.
Click to expand...
Click to collapse
@schwinn8 -
I ended up doing a clean flash with LGUP as I need my phone for work and thought this might as well be a good time to update from stock oreo to stock pie. I wish I had remembered the master reset method as that should have throw me into recovery, I was releasing and then holding both power and vol down when it should have just been releasing power and then holding while continuously holding vol down. Along with fastboot, a while back I had to reinstall windows and so not thinking things through, I did not have working fastboot drivers and didn't initially realize it.
Mistakes were made :/
I very much appreciate the reply.

Recovery Mode when unlocked

I can not boot into recovery mode on my unlocked S7 since I need top press power to get past the warning, but that only works if no other button is pressed, and I then boot to the system not recovery. I've watched multiple youtube videos and read up nothing seems to work as you need to hold Power and Vol+, yet you can not do this with an unlocked boot loader.
ERIC
You need to hold it through that warning.. so soon as screen goes black press and hold power and vol+ until you see recovery screen.. or u can use adb reboot recovery or if rooted theres apps that can reboot to recovery or even from magisk manager

How do I access download mode with hardware buttons in this device?

I tried going through recovery to bootloader, but that does not put me in download mode. Any other tips except Adb. Just thinking about what I can do in a boot loop or brick except wipe.
Arealhooman said:
I tried going through recovery to bootloader, but that does not put me in download mode. Any other tips except Adb. Just thinking about what I can do in a boot loop or brick except wipe.
Click to expand...
Click to collapse
If you're in recovery mode, you can use ADB to command a reboot to bootloader, which for most Samsung devices opens download mode as well - the screen is just black instead of green.
Getting into bootloader mode via the buttons depends on the device, but the universal method seems to be this:
Power device completely off, wait a minute or two
Hold both Volume + and - buttons, do NOT press Power
While holding Volume buttons, plug in USB cable connected to your PC
Device should start in download mode.
If you press Power, or connect the USB cable before holding the buttons, your device will just power on.
Going into bootloader does not put me into download. I ahead to use Adb reboot download and you can’t use Adb in stock recovery

Categories

Resources