Spacewar_Archive
Spacewar_Archive copied to clipboard
An archive of Nothing Phone (1) Stock OTA Images & Full OTA Packages
Nothing Phone (1) Archive
- A comprehensive collection of unmodified Full OTA update packages & stock OTA images for Nothing Phone (1).
Downloads
-
Downloads are tagged with POST_OTA_VERSION & NothingOS version here. Please note that certain early releases for
T1.5
may lackPOST_OTA_VERSION
information. In such instances, downloads are provided with custom names, such asSpacewar_T1.5_XXXXXX-XXXX_NothingOS Version
. -
Official Full OTA Update Package is marked
-FullOTA
. Extract the splitted 7z parts to get the<name>-FullOTA.zip
.
Categories
- The Stock OTA image files are categorized and archived in .7z format based on
boot
,logical
, andfirmware
categories. - The categorization mentioned below does not apply to version 2.5.5 or the releases made prior to it. Users should manually relocate the
dtbo
image from the firmware > boot category folder after extraction for these specific releases. This has been resolved in subsequent releases.
Boot (marked -image-boot.7z
)
Includes 4 images:
boot, dtbo, vendor_boot & vbmeta
Logical (marked -image-logical.7z.001-003
)
Includes 6 images:
system, system_ext, product, vendor, odm, vbmeta_system & vbmeta_vendor
Firmware (marked -image-firmware.7z
)
Includes 18 images:
abl, aop, bluetooth, cpucp, devcfg, dsp, featenabler, hyp, imagefv, keymaster, modem, multiimgoem, qupfw, shrm, tz, uefisecapp, xbl & xbl_config
Disclaimer
-
While this is a collection of unmodified images, you still need to have the bootloader unlocked.
-
You can re-lock the bootloader after flashing images.
-
SHA-1 hash of
<name>-FullOTA.zip
file has been provided. It is to be noted that the built-in NothingOS Offline Updater Tool autonomously verifies file integrity. It initiates the update process only if the file aligns with the hash values specified inpayload-properties.txt
, which is obtained during the creation of the update package. -
For further inquiries, discussions, and engaging content, users are encouraged to explore the Nothing Phone (1) Telegram Community
Fastboot Flashing
-
To flash the stock, unmodified images with fastboot, extract the files using 7z and use Spacewar_fastboot_flasher.
-
Please download and use the latest fastboot directly from Google.
-
If you optionally want to have dm-verity disabled, perform:
fastboot update --disable-verity --disable-verification vbmeta.img
- Alternatively users can follow this detailed flashing guide.
Manual Sideloading of Full OTA Packages
A. Via Stock Nothing Offline OTA Updater Tool (Locked BL):
- To flash stock, unmodified official Full OTA packages, extract the files using 7z to obtain the
-FullOTA.zip file. - Using your preferred file manager, create a folder named 'ota' at the root of your storage.
- Copy the
-FullOTA.zip into the newly created 'ota' folder. - Open your dial pad and type
*#*#682#*#*
. - The manual update utility will launch, scanning and locating your previously downloaded update file.
- Tap to begin the update. The process will take about 10-15 minutes (duration may vary).
- Enjoy your updated device after reboot!
B. Via Custom Recovery (Unlocked BL):
- Alternatively, users can directly flash these full OTA packages using available custom recoveries for Nothing Phone (1).
Integrity Check
- You can check the downloaded file's integrity with one of the following commands (for logical):
md5sum -c *-hash.md5
sha1sum -c *-hash.sha1
sha256sum -c *-hash.sha256
xxh128sum -c *-hash.xxh128
- xxh128 is usually the fastest.