Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 1.8 KB

Re-rooting-en.md

File metadata and controls

65 lines (36 loc) · 1.8 KB

Windows 11 Running On A Xiaomi Pad 5

Running Windows on the Xiaomi Pad 5

Re-rooting Android

This section will guide you through the re-rooting process for when MIUI/Hyper OS updates and removes root.

Prerequisites

Reboot to fastboot

  • Boot your NABU into fastboot by holding down the volume down button during reboot

  • Connect it to your PC/Laptop using a cable

Boot the modded recovery

While in fastboot mode, replace path\to\recovery.img with the actual path of the recovery image

fastboot boot path\to\recovery.img

Flash magisk

Replace path\to\magisk.apk with the actual path of the magisk.apk

adb push path\to\magisk.apk /tmp/magisk.zip && adb shell twrp install /tmp/magisk.zip

Reboot into Android

If it doesn't boot, reboot manually by press and hold power button

adb reboot

Finishing setup

  • Set up your device, then download and install Magisk, if it isn't already installed.
  • Open the Magisk app and follow the instructions on the screen, and your device should reboot after a few seconds.

Update boot.img in Windows' C:\

  • Reboot back to Android
  • Open WOA Helper
  • Click BACKUP BOOT IMAGE > Windows
  • Done

Finished!