Getting root rights to the Xiaomi Redmi Note 8 Pro opens up access to hidden Android features, from fine-tuning performance to removing system applications. However, the process requires care β an error at any stage can turn a smartphone into a βbrick.β In this article, we will discuss current methods of unlocking a bootloader, installing a custom TWRP recovery and obtaining root rights through Magisk, taking into account the features of the MTK Helio G90T model and Xiaomiβs 2026 policy.
It is important to understand that the procedure cancels the warranty, and some banking applications (for example, Sberbank Online or Tinkoff) may stop working due to the SafetyNet trigger. If your goal is simply to remove advertising from the MIUI, Consider alternatives like ADB-team-run.
Preparation: What to do before unlocking
The first step is to check the current status of the device.
- π± Version. MIUI not newer than 14.0.5 (more recent firmware may require rollbacks). β The phone. β Version. MIUI.
- π Battery charge exceeds 60%, interruption of the process due to discharge is fraught with damage to the boot partition.
- π» The PC has MediaTek drivers installed and ADB/Fastboot. Download Platform Tools from Google for Windows.
- π Mi Account is linked to the device and confirmed by SMS/email. Without this, unlocking the loader is impossible.
Back up your important data via Mi Cloud or locally on your PC. Once you unlock the bootloader, your smartphone will be reset to factory settings.
- π Fastboot-ROM Firmware File for your model (download only from the official Xiaomi website).
- π οΈ Mi Unlock Tool (last version for Windows).
- π§ Archives with TWRP Redmi Note 8 Pro (recommended version from the official repository).
β οΈ Note: If your Redmi Note 8 Pro is purchased in China (suffix version) CN), Unlocking the bootloader can take up to 360 hours (15 days) of waiting. (Global) versions are usually unlocked in 72 hours.
Unlock the bootloader with the Mi Unlock Tool
Xiaomi blocks the bootloader on all devices, so the first step is to officially unlock it.
- Activate Developer Mode: Go to Settings β About the phone and 7 times click on the version MIUI. Then go back to Settings. β Additionally. β For developers and include: π§ Debugging by USB π Unlocking OEM (point-of-point!)
Connect your smartphone to your PC via USB, select File Transfer mode and confirm debugging permission.
Launch the Mi Unlock Tool on behalf of the administrator, log in under the same Mi Account as you do on your phone.
The utility will automatically detect the device. Press Unlock and the waiting timer will start (from 72 to 360 hours).
Once the bootloader is unlocked, the smartphone will be completely reset, all data, including photos and apps, will be deleted. If the timer shows "failed to unlock", check:
- π Internet connection stability (use an Ethernet cable).
- π Time Accuracy on PC (Sync with Time Servers).
- π± No link to another Mi Account (if the phone is used).
βοΈ Preparation for unlocking
Installation of custom TWRP Recovery
Standard MIUI recovers do not allow you to install unofficial firmware or patches, so after unlocking the bootloader, you need to flash TWRP, a custom root-enabled Recovery.
Instructions:
- Download the current image TWRP For the Redmi Note 8 Pro (e.g, twrp-3.7.0_9-0-begonia.img) and rename it in recovery.img.
- Place the file in the folder with the platform-tools (where adb.exe and fastboot.exe are located).
- Turn off the phone, then press Power + Volβ to log in to Fastboot.
- Connect the device to your PC and execute the command: fastboot flash recovery recovery.img
- After successful firmware reboot to the Recovery team: fastboot boot recovery.img
If you see the standard MIUI recap after the reboot, the system overwrote TWRP.
- π§ V TWRP Go to Mount. β Enable MTP And copy the file to the phone. disable_dm-verity_forceencrypt.zip (download XDA Developers).
- π Install this one. ZIP via Install TWRP.
- π Reboot to the system.
β οΈ Note: On some versions MIUI 14 TWRP This can lead to a looped reboot, in which case you need to flash the full fastboot-ROM through the Mi Flash Tool.
What to do if TWRP is not installed?
Getting root rights through Magisk
Magisk is a universal tool for obtaining root rights without changing the systemless root, and it also masks the presence of root from applications like Netflix or banking services.
Step-by-step installation:
- Download the latest Magisk-v26.4.zip from GitHub and transfer it to your phone.
- Download to TWRP (turn off the phone, then press Power + Vol+).
- In TWRP, click Install, select Magisk-v26.4.zip and swipe for confirmation.
- After installation, reboot to the system.
- Install. APK-Magisk file (you can download it there, on GitHub) and check the root status in the application.
If after the reboot the phone is stuck on the Redmi logo, then there was an error when patching boot.img.
- π Download to Fastboot and stream the original boot.img stock-stack:
- π§ Repeat Magisk installation, but pre-disable the option AVB 2.0 in the patching settings.
π‘
If Google Pay or banking applications stop working after receiving the root, install the MagiskHide Props Config module and change the device fingerprint to a certified one.
Checking the efficiency and eliminating problems
After successful obtaining the root, check:
- π SafetyNet status in Magisk (must be Pass on both points: CTS Profile and Basic Integrity).
- π± The main functions: camera, mobile network, Wi-Fi, Bluetooth.
- π³ Compatible with banking applications (use MagiskHide if necessary).
Typical problems and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| The phone is not loaded (bootloop) | The wrong patch boot.img | Switch the original boot.img through fastboot |
| SafetyNet does not pass | Modified loader | Install the Universal SafetyNet Fix module |
| The camera's not working. | There are no libarcore libraries. | I want to use the ANX Camera Fix on Magisk. |
| Fast battery discharge | Magisk Background Processes | Disable auto-update modules |
β οΈ Note: If you are planning to update MIUI through OTA, Pre-remove Magisk (via Uninstall in the app settings). Updating over root rights can result in data loss or soft-brick.
Alternative methods of obtaining root
If the standard method with Magisk doesnβt work, consider alternatives:
- π§ Patched Boot Image: Download stock boot.img for your version MIUI, Patch it through Magisk on PC, then run it through fastboot:
- π¦ Custom firmware: Install firmware on the base AOSP (For example, Pixel Experience or LineageOS, where root is already built in. MIUI (for example, IR Blaster).
- π Temporary root: Use ADB-Temporary rights commands (valid until reboot):
For power users, the method is available through Fastboot firmware with already sewn root, but it requires deep knowledge and is risky for beginners. Before experimenting, study the reviews on 4PDA or XDA for your exact model (begonia or begoniain).
π‘
The most reliable method is patch boot.img through Magisk. Custom firmware gives more freedom, but deprives Xiaomi of branded features.
How to get it back (change back)
If root rights are no longer needed or there are problems with the operation of the device, return the smartphone to a stock state:
- Download the full fastboot-ROM firmware for your model from the official Xiaomi website.
- Unpack the archive in a folder with the Mi Flash Tool.
- Download your phone to Fastboot (Power + Volβ).
- In Mi Flash Tool, select the firmware folder, select Clean All mode and press Flash.
- After firmware, the phone will automatically reboot to stock MIUI without root and custom recovery.
If you have problems after the rollback (for example, the sensor or camera is not working), reset through Stock Recovery:
- π Turn off the phone, press the power. + Vol+ river-entry.
- π§Ή Choose Wipe Data β Wipe All Data.
β οΈ Attention: A rollback to stock firmware will not restore the warranty. Xiaomi captures the fact that the bootloader is unlocked in the hardware chip (efuse), and it can not be reset software.