Xiaomi Redmi Note 8 Pro was released in 2019, but thanks to the powerful processor MediaTek Helio G90T, it is still a topical device. Many users are looking to expand the functionality of the gadget by obtaining superuser rights or Root. This allows you to remove system debris, change the design of the interface and install specialized modules that are not available in standard MIUI firmware.
Administrator privileges require careful follow-up and follow the algorithm. Any deviation from the instructions can lead to software errors, so it is important to prepare all the necessary tools in advance. In this article, we will discuss in detail the steps of unlocking the bootloader and installing Magisk.
It should be noted immediately that interference with system partitions of memory permanently resets the warranty on the device's software. Despite the risks, competent modification of the system allows you to extend the life of the device by installing lighter versions of Android or custom cores.
Preparation for system modification and risks
Before any manipulations begin, you need to create a complete backup of all important data. The process of unlocking the Bootloader automatically initiates a complete reset of the smartphone to the factory settings. Save photos, contacts and documents to an external medium or to the cloud storage.
You will need quality. USB-cable, preferably original, and a computer running Windows. Also make sure that the battery charge of the smartphone is at least 60%, so that the device does not turn off at a critical moment of firmware.
Special attention should be paid to the drivers ADB and Fastboot. Without properly installed drivers, the computer will not be able to recognize the smartphone in boot mode. Download the current Platform Tools package from the official Android developer website.
Why Magisk?
Unlocking the Bootloader bootloader
The first and mandatory step is to unlock the bootloader, and in the Xiaomi ecosystem, this is done through the official Mi Unlock Tool, and you need to link your Mi Account to the device in the Developer Settings section.
Once the account is tied, you have to wait for the waiting timer. For new devices, it is often 168 hours (7 days), although sometimes the time is reduced to 36 hours.
- π± Go to Settings. β About the phone and 7 times click on the version MIUI.
- π Go to Advanced Settings β For developers and enable "factory unlockingΒ».
- π» Launch Mi Unlock Tool on PC and sign in to your account.
- β³ Turn off the phone, press the Volume buttons - and Power to enter Fastboot mode.
When the timer expires, connect the smartphone in Fastboot mode to your computer and press the "Unlock" button in the utility.The process will take a few minutes, after which the device will restart with cleared memory.
βοΈ Checklist before unlocking
Installation of custom TWRP Recovery
To implement superuser rights, standard recovery is not enough; we will need to install a modified TWRP (Team Win Recovery Project) recovery, adapted specifically for the Redmi Note 8 Pro (codename begonia).
Download the twrp-3.x.x-begonia.img image file and place it in the ADB tool folder. Open the command line in this folder and enter the command to flash the recovery section:
fastboot flash recovery twrp-3.x.x-begonia.imgIt is important to avoid automatic system reboot immediately after the firmware is completed. Once the process is complete, press the combination of the Volume + and Power buttons to force boot into TWRP. If you do not, the standard MIUI system will overwrite the recavereases back to stock.
β οΈ Note: At the first loading in TWRP The system can request a password. Enter the PIN of unlocking your smartphone screen. If the password doesn't fit, you'll have to do a Wipe Data formatting that will delete all the files.
From the Recovery menu, go to Advanced and select Disable dm-verity if available for your version, which will prevent the integrity of the system partition from being checked when booted.
Magisk installation and obtaining Root rights
Now that we have access to the extended recovery menu, you can install the rights manager. APK-Magisk file from the official GitHub repository and rename the file extension from.apk to.zip.
Upload the resulting archive to the internal memory of the smartphone. In the TWRP menu, select Install, find the Magisk.zip file and confirm the installation of the slider swipe.
| Component | Appointment | Post-installation status |
|---|---|---|
| Bootloader | Loader of the system | Unlocked (Unlocked) |
| Recovery | Recovery environment | TWRP Custom |
| System | System section | Unchanged (Systemless) |
| Magisk | Manager of rights | Active (Active) |
After a successful firmware, press the Reboot System button. The first boot may take longer than usual. After the desktop appears, find a new Magisk icon in the application list.
Open the app. If it offers you additional customization or reboot, you'll agree. An "Installed" status with version number will confirm that SuperUser rights have been successfully obtained.
π‘
Use the βMagisk Hideβ feature in the app settings to hide root rights from banking apps and Google Pay. Without this, some services may not work.
Common mistakes and ways to solve them
Redmi Note 8 Pro owners often experience a "Bootloop" problem after installing modules. This is due to conflicts in system libraries. If the phone doesn't boot, log back in to TWRP.
From the Recovery menu, select Wipe and reset the Dalvik/ART Cache cache. If that doesn't work, you may need to delete the last installed module through the TWRP file manager on the /data/adb/modules path.
- π« The βWaiting for Deviceβ Error: Check USB-cable and reinstall drivers ADB.
- π Permanent Reboot: Remove the Magisk problem module or reset to factory settings.
- π Broken VoLTE: You may need a kernel patch or rollback to a particular firmware version.
β οΈ Warning: Never remove system applications through Root unless you know exactly what they are intended for. MIUI It can make the phone unusable without flashing.
Sometimes antivirus programs on your PC can block the connection to your phone. Try temporarily disabling protection or adding a folder with ADB in exceptions.
Frequently Asked Questions (FAQ)
Will the warranty be reset after obtaining Root rights?
Can I use banking applications with Root?
How do I get back to the official firmware?
π‘
Getting Root rights is an irreversible process for the average user without deep knowledge.