How to Root Xiaomi Redmi 9T using Magisk without TWRP

If you’re using the Redmi 9T device and want to enable root access via Magisk then this guide is for you. In this guide, we have shared with you the steps to Root Redmi 9T using Magisk without TWRP in a very simple way for your ease.

In order to root your Redmi 9T, we will use the Magisk to patch the stock boot image and flash that to your device’s boot partition. Now, if you ask why Magisk? It’s a system-less root process that doesn’t tamper with the system partitions while enabling root access. Magisk can also hide online security measures to work apps properly like any banking app, SafetyNet, etc.

Redmi 9T

Xiaomi Redmi 9T Specifications:

The Xiaomi Redmi 9T features a 6.53 inch IPS LCD panel with a resolution of 1080 x 2340 pixels. The display goes all the way up to 400 nits, and it is protected by Corning Gorilla Glass 3. The processor inside the smartphone is the Qualcomm Snapdragon 662 which is built on an 11nm manufacturing process. This is a year-old processor designed for mid-range devices, and Xiaomi is definitely looking to cut some corners in terms of price by included an old processor with this smartphone. It is an octa-core processor with four Kryo 260 Gold cores clocked at 2.0 GHz and four Kryo 260 Silver cores clocked at 1.8 GHz.

In terms of camera, we get a quad-camera setup at the rear, and a single low megapixel camera at the front. The quad-camera setup comprises of a 48Mp primary sensor paired with an f/1.8 lens, an 8MP ultrawide sensor paired with an f/2.2 lens, a 2MP macro sensor paired with an f/2.4 lens, and a 2MP depth sensor paired with an f/2.4 lens. Coming to the front, we only get a signal 8MP sensor paired with an f/2.1 lens. Both the front and the rear setup is only limited to 1080p video recording.

The smartphone runs on Android 10 out of the box with MIUI 12 skin on top of it. There are three storage options for the smartphone: 64GB + 4GB RAM, 128GB + 4GB RAM, and 128GB + 6GB RAM. There is a dedicated slot for microSD expansion too. In terms of communications, we get Wi-Fi 802.11 a/b/g/n/ac, Bluetooth 5.0, GPS, NFC, Infrared port, FM radio, and USB Type-C 2.0. The battery inside the Redmi 9T is huge, with a capacity of 6,000 mAh. It also supports 18W fast charging and 2.5 reverse wired charging. The smartphone is available in four colour options: Carbon Gray, Twilight Blue, Sunrise Orange, and Ocean Green.

Steps To Root Redmi 9T Using Magisk

Follow the full depth guide along with the requirements and download links below.

Keep in mind:

  • Rooting may void the manufacturer’s warranty on your device.
  • Rooting will block the firmware OTA updates.

Now, let’s head over to some of the necessary steps which you need to abide by:

Pre-Requirements

  • You need to unlock the bootloader on your Redmi 9T
  • Your phone should have a battery juice of more than 60% at least.
  • Keep a backup of your device data at first. Therefore, if anything goes wrong, you can get back the important data.
  • The image file in this article is supported by the Redmi 9T model only. DO NOT try to flash it on other models.
  • You will also require a PC/Laptop and a USB cable in order to connect your device with the computer.
  • You should download all the necessary files, tools, and drivers from below accordingly.

Required Downloads:

Warning:

We’re at GetDroidTips won’t be responsible for any kind of error or damage that occurs to your phone during or after following this guide or flashing any file. You should know what you’re doing. Take a full backup at first and proceed at your own risk!

1. How to Extract and Patch Boot.image using Magisk?

  • First of all, download and extract the ROM to your PC.
  • Attach your device via USB cable and copy only the boot.img file from the extracted folder to your device storage
  • Launch Magisk Manager. When a popup appears asking to install Magisk, select INSTALL and choose install again.
  • Tap on “Patch Boot Image File”.
    Install patched boot image TWRP
  • Navigate to internal storage and select your phone’s boot image that you transferred earlier.
  • Wait for a couple of seconds. Magisk will start patching the boot image.
  • Once the boot image has been patched, copy the “patched_boot.img” from the internal storage and replace it in the same extracted ROM folder on your PC.

Now you can follow the second step to flash the patched boot image file.

2. Steps To Install the Patched Boot Image on Redmi 9T

Follow the proper guide to install Patched Boot Image on Redmi 9T from the below link:

  • Now, extract the ADB & Fastboot tool, then move the patched boot image file to the same folder.
  • Press and hold down the Shift key + right-mouse-click to open the command window/PowerShell.
  • Next, enter the following command in order to flash the “patched_boot.img” to install Magisk and root your Android device:
fastboot flash boot patched_boot.img
  • For devices with A/B partition system, you have to use the following commands:
fastboot flash boot_a patched_boot.img

fastboot flash boot_b patched_boot.img

Please replace [patched_boot.img] with the name of the boot image file you downloaded followed by the .img extension.

  • Wait for the flashing process to complete.
  • Finally, type in the command to reboot your device.
fastboot reboot
  • That’s it.

Steps to Verify the Systemless Root

  1. Launch the Magisk Manager app on your device.
  2. Now, in order to verify the systemless root access on your phone, you will see the status screen. Here all options should be green ticked if properly rooted. If yes, that means you’ve successfully bypassed the Google SafetyNet measure as well.Magisk Status Check

That’s it, guys. We hope that you’ve found this guide useful and have successfully rooted your Redmi 9T device. For any queries, feel free to ask in the comments below.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.