- Unmodified Nothing Phone 2 OTA images archive
Downloads are tagged with POST_OTA_VERSION
, NothingOS version,
here.
Logical partition images are uploaded separately, marked -logical
,
so that other images can be downloaded quickly if needed.
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.
Please download and use the latest fastboot directly from Google.
- fastboot
To flash the stock, unmodified images with fastboot, extract the files using 7z and use Pong_fastboot_flasher.
If you optionally want to have dm-verity
disabled, perform:
fastboot update --disable-verity --disable-verification vbmeta.img
- NothingMuchROM
You can use this repository to flash non-super partitions to the latest stock to be used with NothingMuchROM.
Skip downloading -logical
files, and follow the above steps but answer "N" to
Flash logical partition images?
during Pong_fastboot_flasher's
installation.
You can check downloaded file's integrity with one the following commands:
md5sum -c *-hash.md5
sha1sum -c *-hash.sha1
sha256sum -c *-hash.sha256
xxh128sum -c *-hash.xxh128
xxh128 is usually the fastest.