OMG I wasted a whole day trying to get root. The info above worked for me. Thank for the trick!I got root working via safe mode. At first, I thought that I couldn't get into safe mode with the patched boot.img. Holding volume down once "Google" appeared didn't launch safe mode, resulting in the bootloop.
I was able to get around this with these steps:
- Flash the stock boot.img and boot like normal
- Go into the power menu and long press "power off" to reboot in safe mode
- Instead of booting right into safe mode, hold volume down to enter fastboot
- Flash the patched boot.img and select "start" in fastboot
This put me in safe mode with the patched boot.img. I rebooted and the phone loaded fine.
Homeboy, could you add instructions to the OP on how to enter safemode? (Unless they were there and I just didn't see them.) I was pretty confused regarding safemode for a while.
I'm glad @LukusAurelius solution fixed your problem.OMG I wasted a whole day trying to get root. The info above worked for me. Thank for the trick!
fastboot flashing unlock
and press enter.fastboot reboot
at the Command Prompt and press enter.fastboot flashing lock
fastboot reboot
fastboot -w update image-redfin-aa9a.999999.999.zip
fastboot update image-redfin-sp1a.999999.999.zip
flash-all
at the Command Prompt and press enter.flash-all
at the Command Prompt and press enter.fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash boot --slot all boot.img
fastboot flash boot "name of patched boot".img
without the quote marks at the Prompt and press enter.fastboot reboot
at the Prompt and press enter.fastboot flash boot boot.img --slot all
fastboot devices
to verify communication with phone. It should return your phone's serial number.You should have your stock image you can push over. I do not think replacing the boot image with another patched image would disable anything. You can also use adb to remove any modules. Regardless heres my patched boot image and the command to remove modules. Power off, connect phone enter this command, hold power button to boot phone.is there a magisk boot img with modules disabled?. i have a boot loop and need a boot img with it disabled.
Absolutely, helping each other is what makes this community work.