In this guide, we will show you the steps to flash the latest Nothing OS 3 based on Android 15 onto your Nothing Phone 1 via Fastboot Commands. While you can also get this job done via the OEM’s official Updater APK, however, the Fastboot method comes with a few additional benefits that you wouldn’t be getting with the former method. For instance, if your device is in a bootloop or softbrick state or if you want to go back to stock ROM from a custom ROM, then in both these cases, Fastboot is the only way out. So without any further ado, let’s make you aware of the installation steps.
Table of Contents
Download Android 15 Nothing OS 3 on Nothing Phone 1
Grab hold of the firmware for your device from below. You need to download the “-image-boot.7z”, “-image-firmware.7z, and “-image-logical.7z-001-003”.
How to Flash Android 15 Nothing OS 3 on Nothing Phone 1 via Fastboot Commands
Make sure to backup all the data on your device before installing any of these official builds. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.
STEP 1: Install Android SDK
First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform-tools folder, which will be used throughout this guide.
STEP 2: Enable USB Debugging and OEM Unlocking
Next up, you will also have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking process.
So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging and OEM Unlocking.
STEP 3: Unlock the Bootloader on Nothing Phone
Next up, you will also have to unlock the device’s bootloader. Do keep in mind that doing so will wipe off all the data from your device and could nullify its warranty as well. So if that’s all well and good, then please refer to our detailed guide on How to Unlock Bootloader on Nothing Phone.
STEP 4: Boot to Fastboot Mode
- Now connect your device to the PC via a USB cable. Make sure USB Debugging is enabled.
- Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
- Type in the following command in the CMD window to boot your device to Fastboot Mode
adb reboot bootloader
- To verify the Fastboot connection, type in the below command and you should get back the device ID.
fastboot devices
- If you don’t get any serial ID, then install Fastboot Drivers on your PC.
STEP 5: Flash Firmware on Nothing Phone 1
- First off, download the firmware for your Nothing Phone from above.
- Then extract the firmware. If it is in the 7Z format, then select all > right-click> 7 ZIP > Extract to \.
- On the other hand, if you are dealing with the payload.bin file, then you have to extract it via the Fastboot Enhance Tool.
- Now download the Spacewar_Fastboot_Flasher script [Get Code > Download ZIP] and extract it onto your PC.
- Then get hold of the batch file inside the Windows folder and transfer the script to the firmware folder.
- Now launch the script. It will ask for format data, hit Y to answer Yes.
- It will ask if you wish to flash across both slots, reply Y because we want to make sure that both slots have the latest firmware.
- Then it will ask you to disable Android Verified Boot, type in Y.
- Next up, when the tool asks to flash the logical partition images such as system.img, reply Yes by typing Y.
- The flashing can take a few minutes. Once done, hit Enter to close the CMD window and boot your device to the OS.
That’s it. These were the steps to download and install the latest Nothing OS 3 based on Android 15 on your Nothing Phone 1 via Fastboot Commands. We will be constantly updating this guide as and when a new build goes live. So do keep a tab on this section at regular intervals. Moreover, if you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution as soon as possible.