back to top

How to Root Nothing Phone 2 using Magisk An Extensive Guide

Follow Us
placeholder text

Upon the Nothing brand’s arrival, initial concerns arose about its active participation in the custom development scene. However, those doubts were laid to rest by Nothing Phone 1, and now, with the introduction of Nothing Phone 2, it has confidently established itself as an active player in the custom development arena. Rooting Nothing Phone 2 opens up many possibilities, allowing users to install custom recoveries and flash custom ROMs, empowering them to have greater control over their devices.

Steps to Root Nothing Phone 2 Using Magisk

Step 1: Install the Android SDK

To initiate the rooting process, it is essential to download and install the Android SDK Platform Tools on your PC. These tools encompass the official ADB and Fastboot binaries provided by Google. After downloading the SDK, conveniently extract it to your computer.

Step 2: Enable USB Debugging and OEM Unlocking

Next, USB debugging, and OEM unlocking are enabled on your Nothing Phone 2. The former enables ADB mode recognition of your smartphone by the PC and facilitates easy booting into Fastboot Mode. Meanwhile, OEM unlocking is imperative to the bootloader unlocking process. Access these options by navigating to Settings -> About phone -> Tapping on Build Number 7 times -> Returning to Settings -> System -> Advanced -> Developer Options -> Enabling USB Debugging and OEM Unlocking.

Step 3: Unlock the Bootloader on the Nothing Phone 2

Before rooting your phone, it is crucial to unlock the bootloader. Do note that this process will wipe all data and may void your device’s warranty.

Step 4: Extract boot.img from Payload.bin

Download the stock firmware for the Nothing Phone 2 from the provided link. Confirm that you are downloading the version corresponding to the firmware installed on your device. Extract the downloaded firmware to a suitable location on your PC, and you will find the “payload.bin” file. Use the Fastboot Enhance Tool to extract the payload file, and then transfer the “boot.img” file to the platform-tools folder.

Step 5: Patch the boot.img via Magisk

Download the latest version of Magisk and launch the app. Tap the Install button beside Magisk, select “Select and Patch a File,” and navigate to the stock boot.img file. After selecting the file, tap “Let’s Go” to initiate the patching of the boot.img. The patched file will be placed in the Downloads folder on your device. Transfer this file to the platform-tools folder.

Step 6: Boot your device into Fastboot mode.

Connect your Nothing Phone 2 to the PC using a USB cable while enabling USB debugging. Launch the Command Prompt by typing “CMD” in the address bar of the platform tools folder and pressing Enter. Enter the following Command in the Command Prompt to boot your phone into Fastboot Mode:

  • adb reboot bootloader
  • To verify the Fastboot connection, type the following Command:
  • fastboot devices  

Step 7: Boot Nothing Phone 2 using Magisk Patch Boot.img

Rooting Nothing Phone 2 offers two methods: flashing the patched boot.img file directly or temporarily booting it. The recommended approach is temporary booting, which allows you to ensure everything works correctly before proceeding with permanent installation.

To temporarily boot, execute the following Command in the CMD window:

fastboot boot magisk_patched.img

If there are any issues, your device may experience a soft brick or boot loop. In such cases, a normal reboot should resolve the issue. If all is well, proceed with the permanent installation.

Step 8: Permanently Root Nothing Phone 2 via Direct Install

Launch the Magisk app and tap on “Install” -> “Direct Install.” Then, tap the “Let’s Go” option in the top right corner. Upon completion, press the Reboot button at the bottom to boot your device into the rooted OS permanently.

Conclusion

Rooting your Nothing Phone 2 using Magisk provides extensive customization options and enhanced control over your device. However, exercise caution, as the process involves potential risks and warranty voiding. By following the steps outlined in this guide, you can safely root your device and enjoy the benefits of customization.

FAQs (Frequently Asked Questions)

Is rooting for Nothing Phone 2 a safe process?

Rooting your device involves risks, such as voiding the warranty and potential data loss. However, it can significantly enhance your phone’s capabilities when done correctly.

Can I unroot my Nothing Phone 2 after rooting it?

You can unroot your Nothing Phone 2 by using the Magisk app and selecting the “Uninstall” option.

Will rooting the Nothing Phone 2 void its warranty?

Baking your Nothing Phone 2 will likely void its warranty, so proceed with caution.

Can I receive OTA updates after rooting?

No, OTA updates may not be available for rooted devices. Manual updating may be necessary.

Will rooting affect the performance of my Nothing Phone 2?

Rooting itself will not directly impact performance, but installing certain custom ROMs or modifications may influence device performance.