This section will guide you through the re-rooting process for when MIUI/Hyper OS updates and removes root.
-
Boot your NABU into fastboot by holding down the
volume down
button during reboot -
Connect it to your PC/Laptop using a cable
While in fastboot mode, replace
path\to\recovery.img
with the actual path of the recovery image
fastboot boot path\to\recovery.img
adb shell "dd if=/dev/block/platform/soc/1d84000.ufshc/by-name/boot$(getprop ro.boot.slot_suffix) of=/tmp/normal_boot.img" && adb pull /tmp/normal_boot.img
adb reboot
- Copy the
normal_boot.img
file from theplatform tools
folder onto the tablet - Open the Magisk app and click the
Install
button. SelectSelect and Patch a File
option and find thenormal_boot.img
file that you copied to the tablet. Click theLet's Go
button and wait for the patching process to complete. - Copy the
magisk_patched....img
file from theDownloads
folder on the tablet to theplatform tools
folder on your computer. - Reboot to fastboot
- Open command prompt in the platform tools folder
Replace
path\to\magisk_patched.img
with the actualmagisk_patched.img
name/path.
fastboot flash boot path\to\magisk_patched.img
- Reboot back to Android
- Open
WOA Helper
- Mount
Windows
- Open any file explorer and go to the
Windows
folder in your internal storage - Delete
boot.img
Note
The updated boot.img will automatically be generated in C:\ on the next reboot