How to root Moto G Stylus 5G (2024)
Do you want more control over your Moto G Stylus 5G (2024)? Rooting your phone can help. It allows you to access and change system settings. You can install apps that need special permissions. Rooting can make your phone more powerful. However, it can also be risky. If done wrong, it can harm your phone. This guide will help you root your Moto G Stylus 5G (2024) safely. Follow each step carefully.
What is Rooting?
Rooting gives you full control over your Android phone. It lets you change settings that are normally hidden. You can install custom software.
This software can make your phone faster. It can also add new features. Rooting removes restrictions set by the manufacturer. However, it can also void your warranty. Think carefully before you start.
Also read: How to Turn On / OFF Moto G Stylus 5G phone
Preparing to Root
Before you start rooting, you need to prepare. Follow these steps to get ready.
Back-Up Your Data
First, back up all your data. Rooting can erase everything on your phone. Use a backup app to save your photos, contacts, and messages. You can also use Google Drive or another cloud service. Make sure you do not lose anything important.
Charge Your Phone
Next, charge your phone. Rooting can take some time. Make sure your phone has at least 80% battery. This will prevent it from turning off during the process.
Enable Developer Options
To root your phone, you need to enable Developer Options. Go to Settings. Scroll down to About Phone. Tap on Build Number seven times.
You will see a message saying you are now a developer. Go back to Settings. You will see Developer Options. Tap on it to open.
Enable USB Debugging
In Developer Options, find USB Debugging. Turn it on. This allows your phone to connect to your computer. It is needed for rooting.
Unlock the Bootloader
Unlocking the bootloader is the first step in rooting. It allows you to make changes to the system. Be aware that this will erase all data on your phone. Make sure you have backed up everything.
- Go to the Motorola website. Find the bootloader unlock page.
- Sign in with your Motorola account. If you do not have one, create it.
- Follow the instructions to get an unlock code. You will need to enter a command in your computer’s command prompt. This will give you a code. Copy this code to the Motorola website.
- Motorola will send you an unlock code by email. Use this code to unlock the bootloader.
A step by step guide to root your Moto G Stylus 5G (2024)
Now, you are ready to root your phone. Follow these steps carefully.
Download the Necessary Files
You will need some files to root your phone. These include ADB and Fastboot tools, and the root package.
- Download ADB and Fastboot tools. You can find them on the Android developer website. You can download the Minimal ADB combined Fastboot tool from →here (Fastboot.zip).
- Download the root package for Moto G Stylus 5G (2024). Make sure it is the correct file for your phone.
Install ADB and Fastboot
Install ADB and Fastboot on your computer. Extract the files to a folder. Open this folder. You will use this to connect your phone to your computer.
Connect Your Phone to the Computer
Use a USB cable to connect your phone to the computer. Make sure USB Debugging is turned on. Your computer should recognize your phone.
Open Command Prompt
On your computer, open Command Prompt. Go to the folder where you installed ADB and Fastboot. Type “cmd” in the address bar. This will open Command Prompt in that folder. Or just simply, run “Run Me.bat” file. It should open the command window like the following:
Boot into Fastboot Mode
You need to boot your phone into Fastboot mode. Type the following command in Command Prompt:
adb reboot bootloader
Your phone will restart in Fastboot mode.
Flash the Root Package
Now, you need to flash the root package. Type the following command in Command Prompt:
fastboot flash boot <root-package-name>.img
Replace <root-package-name>
with the name of the root package file you downloaded. This will install the root package on your phone.
Reboot Your Phone
After flashing the root package, reboot your phone. Type the following command in Command Prompt:
fastboot reboot
Your phone will restart. It should now be rooted.
Check Root status on your Moto G Stylus 5G:
After your phone restarts, you need to check if it is rooted. Download a –>root checker app from the Google Play Store. Open the app and follow the instructions. It will tell you if your phone is rooted.
Now, let’s go ahead further, and bring some advance features to this phone.
Installing a Custom Recovery
A custom recovery is useful for rooted phones. It allows you to install custom software and make backups. TWRP is a popular custom recovery. Follow these steps to install it.
Download TWRP
Download the TWRP recovery file for Moto G Stylus 5G (2024) from → here. Make sure it is the correct file for your phone.
Boot into Fastboot Mode
Boot your phone into Fastboot mode again. Connect your phone to the computer. Open Command Prompt in the ADB and Fastboot folder. Type the following command:
adb reboot bootloader
Flash TWRP
Flash the TWRP recovery file. Type the following command in Command Prompt:
fastboot flash recovery <twrp-file-name>.img
Replace <twrp-file-name>
with the name of the TWRP file you downloaded. This will install TWRP on your phone.
Boot into Recovery Mode
Boot your phone into Recovery mode. Type the following command in Command Prompt:
fastboot reboot recovery
Your phone will restart in TWRP recovery.
Also read: How to take Screenshots on your Moto Stylus 5G (2024)
Top Apps you should try after rooting your Moto G Stylus 5G:
Now that your phone is rooted, you can use root apps. These apps need special permissions. They can do things that normal apps cannot.
1. SuperSU
SuperSU is a popular root management app. It gives you control over which apps can use root permissions. Download and install SuperSU from the Google Play Store. Open the app and follow the instructions.
2. Titanium Backup
Titanium Backup is a powerful backup app. It can backup and restore apps and data. This is useful for rooted phones. Download and install Titanium Backup from the Google Play Store. Open the app and follow the instructions.
3. Greenify
Greenify can improve your phone’s performance. It helps save battery by putting unused apps to sleep. Download and install Greenify from the Google Play Store. Open the app and follow the instructions.
Troubleshooting common issues in the rooting process
Sometimes, things can go wrong during rooting. Here are some common problems and how to fix them.
Phone Stuck in Bootloop
If your phone is stuck in a bootloop, try these steps:
- Boot into Recovery mode.
- Wipe the cache partition.
- Reboot your phone.
If this does not work, you may need to flash the stock firmware.
Root Checker Says Phone Is Not Rooted
If the root checker app says your phone is not rooted, try these steps:
- Make sure you flashed the correct root package.
- Reboot your phone and check again.
If it still says your phone is not rooted, you may need to repeat the rooting process.
How to restore your Moto G Stylus 5G to Stock Firmware
If you want to unroot your phone, you can restore the stock firmware. This will remove root and return your phone to its original state.
Download Stock Firmware
Download the stock firmware for Moto G Stylus 5G (2024). Make sure it is the correct file for your phone.
Boot into Fastboot Mode
Boot your phone into Fastboot mode. Connect your phone to the computer. Open Command Prompt in the ADB and Fastboot folder. Type the following command:
adb reboot bootloader
Flash Stock Firmware
Flash the stock firmware. Type the following command in Command Prompt:
fastboot flash firmware <firmware-file-name>.img
Replace <firmware-file-name>
with the name of the firmware file you downloaded. This will install the stock firmware on your phone.
Reboot Your Phone
After flashing the stock firmware, reboot your phone. Type the following command in Command Prompt:
fastboot reboot
Your phone will restart. It should now be unrooted and back to its original state.
Also read: How to soft and hard reset Moto G Stylus 5G (2024)
Conclusion
Rooting your Moto G Stylus 5G (2024) can give you more control over your phone. It allows you to change system settings and install custom software. However, it can also be risky. Follow the steps in this guide carefully to root your phone safely. Remember to back up your data and understand the risks. Use the tools and apps mentioned to make the process easier.
If something goes wrong, try the troubleshooting tips. If you want to unroot your phone, you can restore the stock firmware. Enjoy the new possibilities that rooting offers, but always proceed with caution.