When Xiaomi first showed off the original Mi Mix, it was not a concept phone but a fully working device. Xiaomi had made a phone without bezels, except for the bottom and without a notch. They managed to remove the earpiece as well using the phone’s body as an earpiece. It was way ahead of its time then and clearly a niche product not everyone would want as a daily driver. The Mi Mix 2, Mi Mix 3 and the Mi Mix 2S that followed were improvements over the original, but still pretty niche. Today we’ll learn how to root Xiaomi Mi Mix 2S and install TWRP recovery on it.
Warning
Rooting your Xiaomi Mi Mix 2S will definitely void your warranty if you still have one. Moreover, flashing a custom recovery and using it to flash third-party mods can be risky. You may end up bricking your device.ย If youโre here though youโve probably already made up your mind about it. We make sure to keep the guides as detailed and accurate as possible. The method mentioned in the guide has been successfully tested by many users as well.
Yet, there is always a chance that things might not work the way theyโre supposed to for everyone. As such, neither the developers who find these methods norย DroidViewsย take any responsibility for any harm that may come to your device. You must understand that meddling with your device using elevated privileges can produce unexpectedย results. Thus, you will be the only one responsible for any damage done to your device.
Requirements
- A Xiaomi Mi Mix 2S with anย unlocked bootloader.
- Youโll need a Windows, Mac or Linux computer with ADB and fastboot installed and set up. We have dedicated, detailed guides on how to do just that for all the three platforms. You can check them out by following the links below.
- Enable USB debugging and OEM Unlock on yourย Mi Mix 2S. To do this go to yourย Settingsย >ย About phone. Now tap on the MIUI version 7 times until you see a toast messageย โDeveloper option enabledโ. Go back toย Settingsย >ย Additionalย Settingsย >ย Developerย Optionsย and enableย OEM Unlockย andย USB Debugging.
- Make sure the device is charged at least 50%.
- Windows users will need to install the latestย Xiaomi USB Drivers.
Downloads
Download the unofficial TWRP image linked above and rename the file asย recovery.imgย then place it inside your adb folder. Similarly, rename the magisk file to magisk.zip and place it in the adb folder as well.
How to root Xiaomi Mi Mix 2S
- Connect your Mi mix 2S to the PC with a USB cable and launch the ADB command line interface. Grant ADB debugging permissions to the PC on your phone if asked.
- Use the following ADB command to reboot your device into fastboot mode.
adb reboot bootloader
-
Now we can flash the TWRP recovery, but when you boot to MIUI 10 again, it may overwrite the TWRP recovery with the stock recovery again. That makes it a bit pointless to flash it. We do need TWRP to flash Magisk in order to root the device though. For that, we can simply boot to TWRP without flashing it. Enter the command given below to do that.
fastboot boot /path/to/recovery.img
In the command above, replaceย /path/to/ย with the actual path to the twrp file. You donโt need to type a path if the twrp file is already placed in the adb folder. Youโll also need to type the correct file name of the image file in case you did not rename it toย recovery.img.
- Your phone will boot up in TWRP recovery. Go to Advanced > ADB Sideloadย and swipe at the bottom to start it.
adb sideload /path/to/Magisk.zip
Similarly, as before, it is easier to just place the Magisk zip inside your adb folder so you won’t have to type the path to it.
When that is done, reboot your device and you should see the Magisk Manager app on your device and be able to grant root access to apps that require it.
source: xda
Join The Discussion: