Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
Application Deployment
Android System Update
Performing a System Update Using Wireless ADB
Performing a System Update Using Wireless ADB
Performing a System Update Using Wireless ADB
Use wireless ADB to perform a system update.
Go to the Zebra Support & Downloads web site at
zebra.com/support
and download the appropriate System Update package to a host computer.
Ensure the latest adb files are installed on the host computer.
The device and the host computer must be on the same wireless network.
Go to
Settings
.
Touch
System
Advanced
Developer options
.
Slide the
USB debugging
switch to the
ON
position.
Slide the
Wireless debugging
switch to the
ON
position.
Touch
Wireless debugging
.
If the device and host computer are connected for the first time, the
Allow wireless debugging on this network?
dialog box with the
Always allow from this network
check box displays. Select the check box, if required.
Touch
ALLOW
.
Touch
Pair with pairing code
.
The
Pair with device
dialog box displays.
On the host computer, navigate to the
platform-tools
folder and open a command prompt window.
Type
adb pair XX.XX.XX.XX.XXXXX
.
where XX.XX.XX.XX:XXXXX is the IP address and port number from the
Pair with device
dialog box.
Press
Enter
.
Type the pairing code from the
Pair with device
dialog box.
Press
Enter
.
Type
adb connect
.
The device is now connected to the host computer.
Type:
adb reboot recovery
Press
Enter
.
The System Recovery screen appears on the device.
Press
Volume Up
and
Volume Down
to navigate to
Apply upgrade from ADB
.
Press
Power
.
On the host computer command prompt window type:
adb sideload <file>
where: <file> = the path and filename of the zip file.
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.
Navigate to
Reboot system now
and press the Power button to reboot the device.
On the host computer, type:
adb disconnect
.
If you are not able to enter Android Recovery mode through the adb command, see
Entering Android Recovery Manually
.
Android System Update