The Redmi Note 11 Pro 5G (codenamed veux) runs on MIUI 13 Android 11
If you are using a Redmi Note 11 Pro 5G device and want to enable route access through Magisk, this guide will help. In this guide, I shared the steps to root Redmi Note 11 Pro 5G using Magisk without using TWRP in a very simple way.
To root the Redmi Note 11 Pro 5G, use Magisk to patch the stock boot image and flash it to the boot partition of the device. Now, when you ask why it's magical? This is a systemless root process and does not tamper with the system partition while root access is enabled. Magisk can also hide online security measures to get banking apps and apps like SafetyNet to work properly.
Keep in mind:
Pre-Requirements
Magisk Manager lastest: https://magiskmanager.com/
ADB and fastboot windows platform: https://androidsdkmanager.azurewebsites.net/Platformtools
ADB Driver: https://xiaomifirmware.com/downloads/download-adb-installer-v1-4-3-drivers-adb-fastboot-tools/
Guidelines is not responsible for any errors or damages that may occur to your mobile phone during or after running this guide, or while flashing files. You should know what you are doing. Make a full backup first and continue at your own risk.
If you are using a Redmi Note 11 Pro 5G device and want to enable route access through Magisk, this guide will help. In this guide, I shared the steps to root Redmi Note 11 Pro 5G using Magisk without using TWRP in a very simple way.
To root the Redmi Note 11 Pro 5G, use Magisk to patch the stock boot image and flash it to the boot partition of the device. Now, when you ask why it's magical? This is a systemless root process and does not tamper with the system partition while root access is enabled. Magisk can also hide online security measures to get banking apps and apps like SafetyNet to work properly.
Steps To Root Redmi Note 11 Pro 5G Using Magisk
Follow the complete guide with the requirements and download the links below.Keep in mind:
- Obtaining root privileges may void the device manufacturer's warranty.
- Obtaining root privileges will block firmware OTA updates.
Pre-Requirements
- You need to unlock the bootloader on Redmi Note 11 Pro 5G
- Your cell phone requires at least > 60% battery up.
- First back up your device data. Therefore, if something goes wrong, you can get back your important data.
- You will also need a PC / laptop and a USB cable to connect the device to your computer.
- Accordingly, you need to download all the required files, tools, and drivers from:
Required download:
Firmware: https://xiaomifirmwareupdater.com/miui/veux/Magisk Manager lastest: https://magiskmanager.com/
ADB and fastboot windows platform: https://androidsdkmanager.azurewebsites.net/Platformtools
ADB Driver: https://xiaomifirmware.com/downloads/download-adb-installer-v1-4-3-drivers-adb-fastboot-tools/
Guidelines is not responsible for any errors or damages that may occur to your mobile phone during or after running this guide, or while flashing files. You should know what you are doing. Make a full backup first and continue at your own risk.
1. How to use Magisk to extract and patch Boot.image?
- First, download the ROM and unzip it to your PC.
- Connect the device via USB cable and copy only the boot.img file from the extracted folder to the device storage
- Start MagiskManager. When you see the pop-up asking you to install Magisk, select Install and then reinstall.
- Tap Patch Boot Image File .
-
- Go to internal storage and select the boot image of the previously transferred phone.
- Wait a few seconds. Magisk will start patching the boot image.
- After patching the boot image, copy it from the patched_boot.img internal storage and replace it with the same extraction ROM folder on your PC.
- You can now follow the second step to flash the patched boot image file.
2. Instructions for installing the patched boot image on Redmi Note 11 Pro 5G
Follow the appropriate guides below to install the patched boot image on your Redmi Note 11 Pro 5G (veux).- Then unzip the ADB & Fastboot tool and move the patched boot image file to the same folder.
- Hold down the Shift key and right-click the mouse to open a command window / PowerShell.
- Then enter the following command to install patched_boot.img Magisk and root your Android device:
-
Code:
fastboot flash boot patched_boot.img
- For devices with an A / B partition system, you need to use the following command:
-
Code:
fastboot flash boot_a patched_boot.img
Code:fastboot flash boot_b patched_boot.img
- Wait for the process to complete...
- Finally, enter the command to reboot the device.
-
Code:
fastboot reboot
Steps to check systemless routes
- Launch the Magisk Manager app on your device.
- Now, a status screen will be displayed to confirm the systemless route access of the mobile phone. Here, all options should be checked green if properly rooted. If yes, it means that Google SafetyNet measures have also been successfully bypassed.
Last edited: