Application Deployment 6 - 13
3. On the device, swipe down with two fingers from the status bar to open the quick access panel and then touch
.
4. Touch Developer options.
5. Slide the switch to the ON position.
6. Touch USB Debugging. A check appears in the check box. The Allow USB debugging? dialog box appears.
7. Touch OK.
8. On the host computer, open a command prompt window and type:
adb devices.
The following displays:
List of devices attached
XXXXXXXXXXXXXXX device (where XXXXXXXXXXXXXXX is the device number).
9. Type:
adb reboot recovery
10. Press Enter. The System Recovery screen appears. See Figure 6-5 on page 6-10.
11. Press the Volume Up and Volume Down buttons to navigate to apply from adb.
12. Press the Power button.
13. On the host computer command prompt window type:
adb sideload <file>
where: <file> = the path and filename of the zip file.
14. Press Enter. The Enterprise Reset package installs and then the Recovery screen appears.
15. Press the Power button to reboot the device.
Performing a Factory Reset
A Factory Reset erases all data in the /cache, /data and /enterprise partitions in internal storage and clears
all device settings. A Factory Reset returns the device to the last installed operating system image. To revert to a
previous operating system version, re-install that operating system image. See Performing a System Update on
page 6-9 for more information.
Download the Factory Reset Package
Download the Factory Reset package:
1. Go to the Zebra Support & Downloads web site, http://www.zebra.com/support.
2. Download the appropriate Factory Reset file to a host computer.
Using microSD Card
1. Copy the Factory Reset zip file to the root of the microSD card.
NOTE If device number does not appear, ensure that ADB drivers are installed properly.