- A comprehensive collection of unmodified Stock OTA images for CMF Phone (1).
-
Downloads are tagged with
POST_OTA_VERSION
&NothingOS version
here. It is to be noted that the releases are compatible with all regional variants of the device. -
Official Full OTA Update Package is marked
-FullOTA
. Extract the splitted 7z parts to get the<name>-FullOTA.zip
. -
The Stock OTA image files are categorized and archived in .7z format based on
boot
,logical
, andfirmware
partitions:
Includes 5 images:
boot, dtbo, init_boot, vendor_boot & vbmeta
Includes 10 images:
odm, vendor, system_ext, system, vendor_dlkm, odm_dlkm, system_dlkm, product, vbmeta_system & vbmeta_vendor
Includes 20 images:
apusys, ccu, connsys_bt, connsys_gnss, connsys_wifi, dpm, gpueb, gz, lk, logo, mcf_ota, modem, mcupm, pi_img, preloader_raw, scp, spmfw, sspm, tee & vcp
-
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 CMF Phone (1) Telegram Community
-
To flash the stock, unmodified images with fastboot, extract the files using 7z and use Tetris Fastboot Flasher.
-
Please download and use the latest fastboot directly from Google. Compatible USB drivers can be obtained from here.
- 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!
- The FullOTA can be flashed directly via custom recoveries as well.
- You can check the downloaded file's integrity with one of the following commands :
md5sum -c *-hash.md5
sha1sum -c *-hash.sha1
sha256sum -c *-hash.sha256
xxh128sum -c *-hash.xxh128
- xxh128 is usually the fastest.