Root OnePlus Nord N10 5G Using TWRP and Magisk

Prerequisites

Compatibility: This guide is for the OnePlus Nord N10 5G, including T-Mobile and Metro models (as long as the bootloader is unlocked).

Backup Your Data: Rooting will erase everything on your device, so make sure anything important is safely stored elsewhere.

Download Links:

Rooting OnePlus Nord N10 5G Using TWRP and Magisk

Using TWRP and Magisk is a reliable way to get root access on your OnePlus Nord N10 5G. If you’re ready for more control over your phone, this method is a solid choice.

Unlock the Bootloader

1. Activate Developer Mode: Go to Settings > About Phone. Tap Build Number seven times to unlock developer options.

2. Enable Key Settings: In Developer Options, turn on OEM Unlocking and USB Debugging.

3. Connect to Your Computer: Connect your device, open a command prompt, and type:

adb reboot bootloader
fastboot oem unlock

4. Confirm on Device: Follow the prompts on your phone to unlock the bootloader. Keep in mind this step wipes your device data.

Install TWRP Recovery

1. Flash TWRP: In Fastboot mode, type the following to install TWRP:

fastboot flash recovery twrp-3.5.2-10-billie.img

2. Boot into TWRP: After installation, hold Volume Up and Power to go directly into TWRP.

Flash Magisk to Get Root Access

1. Rename Magisk APK: Change the Magisk APK file name to Magisk.zip so it can be flashed.

2. Install Magisk: In TWRP, go to Install, select the renamed Magisk ZIP, and swipe to flash. Magisk will automatically patch the boot image.

3. Reboot Your Device: Restart your phone and open the Magisk app to check if root access is active.

Rooting OnePlus Nord N10 5G via Fastboot

If TWRP doesn’t seem right for you, this Fastboot-based approach is straightforward and skips using a custom recovery.

Unlock the Bootloader

Follow the same steps as above to unlock your bootloader and get the device ready.

Patch the Boot Image Using Magisk

1. Get the Boot Image: Use TWRP or download the correct stock boot image for your phone.

2. Patch with Magisk: Open the Magisk app, choose Install > Select and Patch a File, and select your boot image. Magisk will create a patched version of it.

3. Transfer Patched Image: Move the patched boot image to your computer.

Flash the Patched Boot Image

1. Switch to Fastboot Mode: Connect your device to your computer, then enter Fastboot mode with:

adb reboot bootloader

2. Flash the Image:

fastboot flash boot magisk_patched.img

3. Reboot: Restart your device and check root status in the Magisk app.

Now that your OnePlus Nord N10 5G is rooted, you have access to new settings and apps that weren’t available before. Rooting opens up your device to more possibilities but also requires a bit of extra caution. Enjoy!

Leave a Reply

Your email address will not be published. Required fields are marked *