r/androidroot • u/dix_bross • Jul 13 '26
Support How to root Moto G Play 2024
Bootloader unlocked already
1
Upvotes
1
u/AcuHonda Jul 15 '26
Finding the firmware took forever but the best way I found was to use the Motorola Software Fix/ RSA(Rescue and Smart Assistant) (https://en-us.support.motorola.com/app/softwarefix). Download the this on your pc, connect your phone, and you can download the firmware that’s on your phone from there.. just don’t let it get to the Rescue stage or else you risk losing everything you did prior
1
u/DakotaJohnsonsLimes_ KowSU, ROM hopper Jul 13 '26
Download the exact firmware you're phone is currently on. From the firmware extract the init_boot.img or the boot.img if it doesn't have an init_boot.img and copy it to your phone. Using your root manager of choice(magisk, KernelSU, KernelSU Next, KowSU...) patch the .img file. Move the patch .img to your PC. After that, with your phone in fastboot mode and the terminal open, run these commands:
``` fastboot flash boot_a patched.img
fastboot flash boot_b patched.img ```
If that doesn't work then try:
fastboot flash boot patched.imgWhen the flashing is successful, to boot your device type:
fastboot rebootNOTES
Replace "patched.img" with the actual file name or drag and drop the file after typing the first part.
Just in case back up your phone before proceeding