Application Deployment
110
6.
Touch OK.
7. On the host computer, open a command prompt window and use the adb command:
adb devices
The following displays:
List of devices attached
XXXXXXXXXXXXXXX device
(where XXXXXXXXXXXXXXX is the device number).
NOTE: If device number does not appear, ensure that ADB drivers are installed properly.
8. Type:
adb reboot recovery
9. Press Enter. The System Recovery screen appears on the device.
10. Press the Number 2 button to navigate to Apply upgrade from adb or Apply downgrade from adb.
11. Press the Number 1 button.
12. Press the Number 2 button to navigate to Full OTA Package or Diff OTA Package.
13. Press the Number 1 button.
14. On the host computer command prompt window type:
adb sideload <file>
where: <file> = the path and filename of the zip file.
15. Press Enter.
The System Update installs (progress appears as percentage in the Command Prompt window) and
then the System Recovery screen appears on the device.
16. Press the Number 1 button to reboot the device.
17. Disconnect the USB cable from the device.
Verifying System Update Installation
1. Go to Settings.
2. Touch About phone.
3. Scroll down to Build number.
4. Ensure that the build number matches the new system update package file number.