Nothing Phone (2)
Prerequisites
info
The firmware for this device is included with the ROM.
- Latest Platform Tools
- Developer settings and USB debugging enabled (Instructions)
- Required Images: boot.img, recovery.img, vendor_boot.img (Download here)
- Unlocked bootloader (Instructions)
- Nameless AOSP ROM Image (Download here)
Instructions when coming from NOS
- Open CMD and
cd
into the directory with the files. (DO NOT USE POWERSHELL!) - Reboot your device into recovery with
adb reboot recovery
and factory reset it. - Reboot into fastboot with
fastboot reboot fastboot
.
note
You can also boot into fastboot using the button combination
- Verify your device is detected by running
fastboot devices
on CMD and flash the downloaded images using the following commands:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash vendor_boot vendor_boot.img
info
If your device isn't detected when in fastboot download the Google OEM Drivers and follow the instructions here.
- Boot back into recovery mode by using
fastboot reboot recovery
, then click "Install Update" -> "ADB Sideload". - Sideload nameless using
adb sideload Nameless-AOSP_xxx.zip
.
info
- Once you see a back arrow at the top left corner of your recovery the sideload is completed. Progress on your pc will stop at around 47%. This is normal behaviour.
- If you get the error
Error Applying update: 7 (ErrorCode: kInstallDeviceOpenError)
while flashing the ROM, flash the super-empty.img from fastboot mode usingfastboot wipe-super super_empty.img
before sideloading the ROM again.
- After the flash is completed, click the back arrow and then click "Reboot to system".
Instructions when coming from a custom ROM
- Boot into recovery using
adb reboot recovery
if you're on system andfastboot reboot recovery
if you're on fastboot or bootloader. - Sideload nameless using
adb sideload Nameless-AOSP_xxx.zip
.
info
Once you see a back arrow at the top left corner of your recovery the sideload is completed. Progress on your pc will stop at around 47%. This is normal behaviour.
- Click back arrow, then click "Factory reset" -> "Format data/factory reset" -> "Format data"
- After the format is completed, click the back arrow and then click "Reboot to system".