Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.55 KB

root.md

File metadata and controls

37 lines (25 loc) · 1.55 KB

Windows 11 running on fajita/enchilada

Running Windows on the OnePlus 6 / 6T

Root guide

Prerequisites

Boot the recovery

Open a CMD window inside the platform-tools folder, then (while your phone is in fastboot mode) run

fastboot boot path\to\twrp.img

Backing up your boot image

Sometimes flashing Magisk can cause a bootloop. To fix this, you'll need to restore a boot.img backup.

Use the TWRP backup feature to make a backup of the boot partition.

Flashing Magisk

  • Flash the magisk.apk (you may have to rename it to magisk.zip) and reboot your phone.
  • Once booted, locate the Magisk app and open it.
  • Follow any instructions provided. Select the direct install method if you are provided with several methods.

Your phone will now reboot, and you have succesfully rooted it.

Important

After you've rooted your phone, create a new boot.img backup in Android and in Windows (using the WOA Helper app) and remove any remaining boot.img backups you have made previously. If you don't do this, switching to Android will unroot your phone.

After updating or changing your rom (and rerooting) you will have to repeat all the steps on this page.

Finished!