AIO : Unlocking, Rooting & Relocking Guide for Nothing & CMF Devices

AIO : Unlocking, Rooting & Relocking Guide for Nothing & CMF Devices

Spike

Unlocking Bootloader:

DISCLAIMER:
Proceed with caution as your data will be erased. Take backups accordingly!

1. Make sure your adb and fastboot / usb drivers are properly installed.
2. Settings > About phone > Click on NothingOS banner on top > tap on build no. 5 times to enable developer options.
3. Next open developer options > Turn on usb debugging and grant authorization if asked for > Turn on OEM Unlocking
4. Open cmd prompt and type:

adb devices [Pressing enter would show up the ID]
adb reboot bootloader

5. Device will reboot to bootloader. Type in the following cmd:

fastboot devices [Pressing enter would show up the ID]
fastboot flashing unlock

6. Navigate and select the option to unlock bootloader in your device by using power and volume keys
7. Your data will be formatted and device will reboot!

Your device is successfully unlocked!


Rooting (via Magisk):

1. Unlock or bootloader if not already done
2. Install Magisk manager from here : Normal OR Delta
3. Grab the stock boot.img image for the corresponding NOS version from here (extract the -image-boot.7z file to get it)
4. Open magisk app > install > patch the stock boot image to get the magiskpatched boot.img. Move this patched boot image to your pc
5. Reboot to bootloader.
6. Assuming you have installed fastboot drivers properly type the following cmd:

fastboot devices
fastboot boot <drag and drop the magiskpatched-boot.img>

NOTE:
Using fastboot flash boot at this stage will break OTA updates so make sure you use fastboot boot only!

7. Device will reboot in a temporary rooted environment. Do not unplug the usb cable at this point.
8. Open Magisk app > Install > Direct install.
9. Reboot your device.

Your device is now rooted.

Relocking bootloader:

DISCLAIMER:
Take data backups prior to relocking as data will be erased!

1. Flash the stock rom [Stock ROM Images | Flashing Script | Visual Guide by Techticks]

NOTE:
The above step is mandatory if you are / were previously in a rooted state or made some changes to your partitions. Locking in such a state would brick your device! It is still recommended to clean flash the stock rom once to be safe.

2. After Step 1, reboot to bootloader and type in:

fastboot devices
fastboot flashing lock

3. Select the on-device options via vol and power keys to lock accordingly.
4. Device will be formated and your device will reboot with a locked bootloader.

Your device is now locked!

Telegram Community Links:


Report Page