Download Nothing Phone 1 Stock ROM and Boot Image

The Nothing Phone 1 ships with Nothing OS, a nearly stock Android skin. You can completely manage the software on your phone and customize it to your preferences using tools like custom ROMs, TWRP, and Magisk root. Even though these features seem great, there are occasions when you might wish to go back; in this case, you can download Nothing Phone 1 Stock ROM and Boot image.

A stock ROM or firmware is official software developed by the device’s maker, especially for that device. It lets you fix bricked devices and resolve boot loop issues due to wrong or incompatible file flashing. It will also be useful if you encounter bugs or performance-related issues.

What is Stock ROM, and Why do we need it?

The stock ROM/firmware for Android devices is the official and most stable firmware specially designed by the manufacturer for a particular device. It always comes preloaded on a device with the latest version when buying and provides all kinds of features or improvements for optimal performance. Any new features, fixes, and improvements to the operating system come to stock ROM.

Every brand has its version of the Stock ROMs. For example, Google’s phones come pre-installed with their factory firmware, whereas other device manufacturers, such as Samsung, Asus, Xiaomi, etc., use their original firmware to create a Stock Android Experience.

What’s the need for stock firmware? You might want to revert your phone to stock Android for many reasons. Selling it or making a warranty claim is the biggest. It can also be used if your custom ROM experience wasn’t as satisfactory as you thought initially or if you want to receive official OTA updates again.

What is Boot Image, and Why do we need it?

A boot image is a system image file that is responsible for the device’s booting. During a regular boot, the bootloader loads the first partition image. It generally includes a kernel image, ramdisk, and a few valuable files that must be loaded before the filesystem can be mounted. It will not only allow you to root your device but also fix issues if your device is stuck in the bootloop or does not boot at all.

What’s the need for a boot image? The stock boot image is required not just for rooting and unrooting but also for fixing boot loops. The Stock Boot Image file is a required component of the firmware file that contains a set of codes that must be executed on the device every time you switch it on. Therefore, it always comes with the stock firmware file from the manufacturer in a compressed file.

The stock boot image is typically required by users who want to root their phones without TWRP recovery. It must be patched using the Magisk Manager app on your Android smartphone. You may then root your device by flashing the modified boot image file with the Fastboot command.

Download Nothing Phone 1 Stock ROM and Boot Image

Here we share a direct link to download Nothing Phone 1 stock ROM and Boot Image. You also extract the boot image directly from the respective full ROM package. We would give our best to keep the links up to date for the latest ROM and boot images. Still, you can check this XDA thread for the latest links.

Nothing Phone 1 Android 13 Stock Firmware and Boot Images:

NothingOS 1.5.3Full ROM – EU, GlobalStock Boot Image
Magisk Patched
NothingOS 1.5.2Full ROM – EU, GlobalStock Boot Image
Magisk Patched

NothingOS 1.5 Beta
Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global

Nothing Phone 1 Android 12 Stock Firmware and Boot Images:

NothingOS 1.1.7Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.6Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.5Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.4Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.3Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.2Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global
NothingOS 1.1.0Full ROM – EU, GlobalBoot Image- EU, Global
Magisk Patched- EU, Global

How to Install Stock ROM on Nothing Phone 1

The stock ROM comes in zip format, and there are multiple ways to install the Stock firmware on Nothing Phone 1. You can either flash the update ZIP file via Recovery or ADB Sideload or if your device gets stuck in bootloop or is soft-bricked, you could easily bring it back to life by flashing the Nothing Phone 1 stock firmware via Fastboot Commands.

Before You Begin

Let’s begin with a couple of tasks you should perform before proceeding with the instructions below.

  • These Firmware files are only for the Nothing Phone 1. Don’t try this on any other device.
  • Follow the steps correctly; otherwise, you may brick your device. We are not responsible for any damage to your phone.
  • Make sure you have ADB and Fastboot installed on your PC.
  • It may erase your data, so it is advisable to take a complete backup of your phone for the safer side.
  • Ensure that your phone is charged at least 50-60% to prevent an accidental shutdown during the process.

Method 1: Install via the Local System Update wizard

  1. Download the latest stock ROM zip package from above.
  2. Create a folder named ota at the root of your phone’s internal storage, and then copy the update ZIP file to that folder.
  3. Dial *#*#682#*#* to open up the offline update tool
  4. First, the device will try to locate the OTA file present in the internal storage and install it.
  5. If it fails to locate the zip file, it will prompt you to search for the zip package manually.
  6. After selecting the zip file, the system will install the update and reboot the device.

Method 2: Install via Recovery

  1. Download the ZIP from the above and save it on your PC.
  2. Now Switch off your device and boot into the Recovery mode.
  3. To boot the Nothing Phone 1 into recovery mode, press and hold the Power + Volume Down button. Now on your phone, use the volume button to highlight the Recovery mode and press the Power button to enter.
  4. You can also use the below command to enter Nothing Phone 1 Recovery mode:
    adb reboot recovery
  5. You should see the No command on your phone screen. Now press and hold the Power button of your phone. While holding Power, press the Volume Up button and immediately release both keys. You must access the Android recovery menu.
  6. Now, in the recovery menu, select Apply Update from ADB option.
  7. On your computer, enter the following command to initiate the ADB connection.
    adb devices
    Your device’s serial number should appear in the command window, indicating that your device is connected to the computer in sideload mode.
  8. Run the following command to sideload Nothing Phone 1 stock ROM.
    adb sideload "filename".zip
  9. This will start the installation process. When the installation is finished, select Reboot system now on your phone to enter the new build.

Method 3: Flash Fastboot ROM on Nothing Phone 1

The process of flashing the fastboot ROM on your Nothing Phone 1 and restoring the stock NothingOS software is quite easy. All you need to do is extract the payload.bin file (which you find inside the ROM zip file). Once extracted, you can get all the firmware files, such as boot.img, system.img, vbmeta.img among others can be flashed via adb commands.

  1. Download Nothing Phone 1 Fastboot ROM file directly or download the full ROM zip file and extract it on your PC.
  2. You will find the payload.bin file inside the extracted zip folder. Extract Nothing Phone 1 payload.bin file to get the fastboot files.
  3. Boot your device into fastboot mode by press and hold the Power and Volume Down keys or by entering the following ADB command.
    adb reboot bootloader
  4. Now type in the below command to verify the Fastboot Connection.
    fastboot devices
    If you see a unique series of alphanumeric characters, it means the device has successfully booted to Fastboot.
  5. Finally, Flash the Nothing Phone 1 firmware via the Fastboot commands.
    Only run one command at a time. If you get an error, however, do not exit the process halfway, but go on to the next flashing command instead.
    fastboot flash abl abl.img

    fastboot flash aop aop.img

    fastboot flash bluetooth bluetooth.img

    fastboot flash boot boot.img

    fastboot flash cpucp cpucp.img

    fastboot flash devcfg devcfg.img

    flash fastboot dsp dsp.img

    flash fastboot dtbo dtbo.img

    fastboot flash featenabler featenabler.img

    fastboot flash hyp hyp.img

    fastboot flash imagefv imagefv.img

    fastboot flash keymaster keymaster.img

    fastboot flash modem modem.img

    fastboot flash multiimgoem multiimgoem.img

    fastboot flash odm odm.img

    fastboot fastboot flash product product.img

    fastboot flash qupfw qupfw.img

    flash fastboot shrm shrm.img

    flash fastboot system system.img

    flash fastboot system_ext system_ext.img

    flash fastboot tz tz.img

    flash fastboot uefisecapp uefisecapp.img

    flash fastboot vbmeta vbmeta.img

    flash fastboot vbmeta_system vbmeta_system.img

    fastboot flash vendor vendor.img

    fastboot flash vendor_boot vendor_boot.img

    flash fastboot xbl xbl.img

    fastboot flash xbl_config xbl_config.img
  6. Done. This will unbrick Nothing Phone 1 by flashing the stock firmware via the fastboot commands.

How to Install Boot Image on Nothing Phone 1

In order to flash the boot image on Nothing Phone 1, you can use the Fastboot commands or install it via TWRP Recovery.

Method 1: Install boot.img using TWRP Recovery

  • Download Nothing Phone 1 boot image from above.
  • Boot your device into TWRP recovery.
  • Select Install from the TWRP screen.
  • Tap the Install Image button on the bottom-right and select the boot.img.
  • Select Boot and slide the slider on the bottom of the screen to flash the boot image on your Nothing Phone 1.

Method 2: Install boot.img using TWRP Recovery

  1. Download Nothing Phone 1 stock boot image file from above and save it on your PC.
  2. You will find the payload.bin file inside the extracted zip folder. Extract Nothing Phone 1 payload.bin file to get the fastboot files.
  3. Boot your device into fastboot mode by press and hold the Power and Volume Down keys or by entering the following ADB command.
    adb reboot bootloader
  4. Now type in the below command to verify the Fastboot Connection.
    fastboot devices
    If you see a unique series of alphanumeric characters, it means the device has successfully booted to Fastboot.
  5. Now execute the following command to flash the boot image to your Nothing Phone 1.
    fastboot flash boot boot.img
  6. Done. Now reboot your phone using the fastboot reboot command or using the hardware button.

Stock ROM and Boot Image collection of Nothing Phone 1

With this guide, you can easily Download Nothing Phone 1 Stock ROM and Boot Image. We will update this article as soon as new firmware and boot images are available. This will help you unbrick Nothing Phone 1, fix software issues like a boot loop, or get rid of custom ROMs.

Related Posts
Share on:
Photo of author
Author
Sumit is a gadget and tech enthusiast who writes about Android updates and tech guides and enjoys solving all of your tech problems.

4 thoughts on “Download Nothing Phone 1 Stock ROM and Boot Image”

Leave a Comment