You can now install TWRP on your Xiaomi Redmi Note 9s and root it using either Magisk or SuperSU. Here on this page, we have a short but detailed guide on how you can easily root your Xiaomi Redmi Note 9s.
Similar articles
You can now install TWRP on your Xiaomi Redmi Note 9s and root it using either Magisk or SuperSU. Here on this page, we have a short but detailed guide on how you can easily root your Xiaomi Redmi Note 9s.
Rooting your device could be advantageous in one way as well as even brick your device. But those who are eager to root probably know the good sides. So, note that we will not be held responsible for any damage you cause to your device applying this guide. You do it at your own risk.
Xiaomi Redmi Note 9s core features
The Xiaomi Note 9S is powered by the Snapdragon 720G with two RAM+Storage options, 4+64 and 6+128, and 5020mAh battery. The display is an IPS one with a 6.67-inch diagonal and a 2400x1080 resolution. There are four camera sensors with 48MP main, one on the back. The Redmi Note 9S costs $249 for the 4+64GB version and $279 for the 6+128GB option.
[post_ads]
[post_ads]
What to note before you root your Xiaomi Redmi Note 9s
- Rooting breaks apps out of Android’s normal security sandbox. Apps could abuse root privileges you’ve granted and snoop on other apps, something which isn’t normally possible. In fact, Google prevents you from using Android Pay on rooted devices for this reason.
- Some manufacturers assert that rooting voids your device’s warranty. However, rooting will not actually damage your hardware. In many cases, you can “unroot” your device and manufacturers won’t be able to tell if it’s been rooted.
- As usual, you do this at your own risk. Rooting should generally be a very safe process, but you’re on your own here. If you mess something up, you can’t just expect free warranty service to fix it. If you’re worried, do a bit of research first and see if other people report success rooting your device with the tool you’re planning on using.
Installing twrp on your Xiaomi Redmi Note 9s
- [message]
- ##info-circle## Note:
- The very first thing you will need to do before proceeding with the rooting is unlocking the bootloader of your Xiaomi Redmi Note 9s. The complete guide for unlocking bootloader for Xiaomi devices can be found here.
As we've mentioned above, to install TWRP on your Xiaomi Redmi Note 9s, you must first unlock the bootloader since you will be flashing the custom recovery image(twrp) via fastboot.
After you've followed the instructions and unlocked the bootloader(link above), it is time to install the TWRP. Proceed thus;
- Start by downloading all the file required provided below.
- Next, extract the minimal ADB and fastboot tool and then copy the twrp to the folder. Consider renaming the twrp image file to recovery.
- Now, power-off your device and then press volume down key + power to boot into fastboot mode.
- Connect your device to the computer via USB. ADB drivers should be installed.
- Open command line from the Minimal adb & fastboot folder using SHIFT + Right-click and choosing "Open a new command prompt here".
- [message]
- ##code## Check device status:
- fastboot devices
Once you've confirmed your device is properly connected and detected in fastboot, it is time to flash the twrp. As earlier said, make sure you'd rename the twrp file to recovery. Use the fastboot command below
- [message]
- ##code## flash twrp
- fastboot flash recovery recovery.img
After successful flashing of the twrp, boot to recovery using the following command
- [message]
- ##code## Boot to recovery from fastboot mode
- fastboot boot recovery.img
Now, we've successfully installed twrp. We can now proceed to root our Xiaomi Redmi Note 9s.
If your encounter any boot error after installing the TWRP, you will have to flash the vmeta.img to fix this using the following command in fastboot mode.
If your encounter any boot error after installing the TWRP, you will have to flash the vmeta.img to fix this using the following command in fastboot mode.
- [message]
- ##code## Flash vmeta.img
- fastboot boot vmeta.img
Rooting your Xiaomi Redmi Note 9s
After you've successfully installed TWRP, it is time to root your Redmi Note 9s. You can either root using Magisk or SuperSU. Rooting this device with either SuperSU or Magisk will require you also install the No verity opt Encrypt zip after flashing either Magisk or SuperSU zip during root
Rooting With Magisk
- Download and transfer the Magisk and the No verity Opt Encrypt zip files to your internal storage or SD Card.
- Reboot your phone into twrp recovery.
- Now, click on the Install button in the TWRP recovery.
- Navigate to your internal storage or SD Card and locate the Magisk zip.
[post_ads_2]
- Tap on it and swipe to install.
- Wait for the installation to complete.
- After successful installation of Magisk, go through the same steps and install the No verity Opt Encrypt.
- Next, reboot your device. Download and install Magisk Manager to manage root access.
Rooting with SuperSU
The steps are the same as with Magisk. You can find the full guide on how to root with SuperSU here.
COMMENTS