Application Deployment
147
Performing a System Update Using ADB
1. Go to Settings.
2. Touch System > Advanced > Developer options.
3. Slide the switch to the ON position.
4. Touch USB Debugging. A check appears in the check box. The Allow USB debugging? dialog box 
appears.
5. Touch OK.
6. 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.
7. Type:
adb reboot recovery
8. Press Enter. The System Recovery screen appears on the device.
9. On the host computer command prompt window type:
adb sideload <file>
where: <file> = the path and filename of the zip file.
10. 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.
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.
Enterprise Reset
An Enterprise Reset erases all user data in the /data partition, including data in the primary storage 
locations (
/sdcard and emulated storage).
Before performing an Enterprise Reset, provision all necessary configuration files and restore after the 
reset.
Performing an Enterprise Reset From Device Settings
1. Go to Settings.
2. Touch System > Reset options > Erase all data (enterprise reset).