Rooting OnePlus Nord CE 2 on macOS: A Step-by-Step Guide
When I got my hands on the OnePlus Nord CE 2, I knew I wanted to root it. However, I quickly discovered that the process had changed…
Rooting OnePlus Nord CE 2 on macOS: A Step-by-Step Guide
When I got my hands on the OnePlus Nord CE 2, I knew I wanted to root it. However, I quickly discovered that the process had changed significantly, especially with OnePlus removing the bootloader unlocking feature in OOS 13. Determined to find a way, I spent countless hours researching and testing different methods until I successfully rooted my device. This guide is a culmination of that experience, aimed at helping fellow enthusiasts root their OnePlus Nord CE 2 without the headaches I faced.

Prerequisites
Backup Your Data: Rooting will wipe all data from your device. Ensure you have a complete backup of all important data.
macOS Setup: Install android-platform-tools via Homebrew.
brew install --cask android-platform-tools
Unlock Developer Mode
Enable Developer Options:
- Go to
Settings→About Phone→Version. - Tap “Build number” 7–8 times until you see a message confirming that Developer Options are enabled.
- Go to
Settings→Additional settings→Developer Options. - Enable
OEM unlockandUSB debugging.
Downgrade from OOS 13 to OOS 11
Download the Stock OTA Zip:
Prepare the OTA File:
- Rename the downloaded file to
oplus_ota_downgrade.zip. - Copy this file to your mobile’s
/sdcard/location.
Install the OTA:
- Go to
Settings→About device, and tap onOxygenOS. - Tap the three-dot menu in the top right corner and select
Local install. - Select the
oplus_ota_downgrade.zipfile from/sdcard/. - Follow the prompts to install OOS 11. This process will wipe your data.
Verify Developer Settings:
- Ensure
Developer Mode,OEM unlock, andUSB debuggingare still enabled.
Unlock the Bootloader
Connect Your Device to Your Mac.
- Check ADB Connection:
adb devices
Reboot to Bootloader:
adb reboot bootloader
Check Fastboot Connection:
fastboot devices
Unlock the Bootloader:
- Run one of the following commands:
fastboot oem unlock
OR
fastboot flashing unlock
Confirm on Your Device: Follow the on-screen instructions on your device to unlock the bootloader.
Reboot:
fastboot reboot
Congratulations, your OnePlus Nord CE 2 bootloader is now unlocked!
Rooting the Device
Download Magisk: Get the latest Magisk app from Magisk Releases.
Extract the OTA Zip:
- Unzip the OTA file downloaded earlier. Inside, find the
boot.imgfile. - Copy
boot.imgto/sdcard/on your device:
adb push <path_to_boot.img> /sdcard/
Patch the Boot Image:
- Open the Magisk app.
- Tap
Install→Select and Patch a File. - Select the
boot.imgfrom/sdcard/. - Magisk will patch the image and save it to
/sdcard/Download/.
Transfer Patched Image to Mac:
adb pull <path_of_magisk_patched_image> <path_on_mac>
Flash the Patched Boot Image:
- Reboot to bootloader:
adb reboot bootloader
- Flash the patched image:
fastboot flash boot <path_to_magisk_patched.img>
Reboot:
fastboot reboot
Verify Root:
- Open the Magisk app to check for superuser status.
- Run the following in your terminal:
adb shell
su
- Grant permission on your device when prompted.
Congratulations! Your OnePlus Nord CE 2 is now rooted. Enjoy the full capabilities of your device with root access.
메타데이터
- post_id
- 2e2e877146ed
- slug
- rooting-oneplus-nord-ce-2-on-macos-a-step-by-step-guide-2e2e877146ed
- url
- https://medium.com/@errahulaws/rooting-oneplus-nord-ce-2-on-macos-a-step-by-step-guide-2e2e877146ed
- canonical_url
- https://medium.com/@errahulaws/rooting-oneplus-nord-ce-2-on-macos-a-step-by-step-guide-2e2e877146ed
- author_url
- https://medium.com/@errahulaws
- status
- ok
- fetched_at
- 2026-08-27 23:59:15