Performing a Factory Reset using ADB

Performing a Factory Reset using ADB

Perform a factory reset using ADB.
Go to the Zebra Support & Downloads web site at zebra.com/support and download the appropriate Factory Reset file to a host computer.
  1. Connect the device to a host computer using a USB-C cable.
  2. Go to
    Settings
    .
  3. Touch
    System
    >
    Developer options
    .
  4. Slide the
    USB debugging
    switch to the
    ON
    position.
  5. Touch
    USB Debugging
    . A check appears in the check box. The
    Allow USB debugging?
    dialog box appears.
  6. Touch
    OK
    .
  7. On the host computer, navigate to the
    platform-tools
    folder and open a command prompt window.
  8. Type
    adb devices
    .
    The following displays:
    List of devices attached XXXXXXXXXXXXXXX device
    Where XXXXXXXXXXXXXXX is the device number.
    If the device number does not appear, ensure that the ADB drivers are installed properly.
  9. Type
    adb reboot recovery
    .
  10. Press
    Enter
    .
    The System Recovery screen appears on the device.
  11. Press
    Volume Up
    and
    Volume Down
    to navigate to
    Apply upgrade from ADB
    or
    Apply downgrade from ADB
    .
  12. Press
    Power
    .
  13. On the host computer command prompt window type
    adb sideload <file>
    .
    where: <file> = the path and filename of the zip file.
  14. Press
    Power
    .
    The Factory Reset package installs, and then the
    System Recovery
    screen appears on the device.
  15. Press
    Power
    to reboot the device.
  16. Disconnect the USB-C cable from the device.