Skip to content

K3V1991/Updating-the-Nothing-Phone-_1_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Updating the Nothing Phone (1)




Requirements:



Install via Recovery:

Sideload the Update Packages through the Recovery Interface

  1. Download the Update Zip File on your PC
  2. Make sure the Nothing Phone (1) is discoverable by ADB from your Computer
  3. On your Computer, enter the following Command:
adb reboot recovery
  1. The Phone reboots, you should see No command on the Screen.
  2. Now press and hold the Power Button of your Phone. While you hold Power, press the Volume Up Button and let go of both Buttons quickly. You should the Android Recovery Menu.
  3. On your Phone, select the Apply update from ADB Option.
  4. Run the Command:
adb devices
  1. This should return a Device Serial with the sideload next to its Name, indicating that your Device is connected to the Computer in Sideload Mode.
  2. On your Computer, type:
adb sideload "filename".zip

(Replace "filename" with the full Path, followed by the Name of the File.
11. The Update should install on your Phone. Once the Installation is complete, choose Reboot system now to reboot into the new Build.

Install via Local System Update:

Built-in System Update Installation App

  1. Create a Folder named ota at the Root of the Internal Storage of your Phone. Copy the Update Zip File to that Folder.
  2. Dial *#*#682#*#* to open up the Offline Update Tool. Note: You can also use an Activity Launcher App to execute the OfflineOTAUpgrade Tool. The Package Name is com.nothing.OfflineOTAUpgradeApp.
  3. The Wizard will try to locate any valid OTA File present in the Internal Storage and install it. In case it fails, manually browse for the OTA Package.
  4. After selecting the OTA File, the Wizard will apply the Update and reboot the Device.

Verification:

A simple Way to check if you have followed all of these steps correctly and sideload the OTA File properly is to head to Settings > About phone > Software info.
This should be on the exact Nothing OS Version that you have sideloaded, indicating that you’ve successfully managed to complete the Installation Process.