Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
ZEC500 Product Reference Guide
Application Deployment
Application Installation Methods
Installing Applications Using Wireless ADB
ZEC500 Product Reference Guide
ZEC500 Product Reference Guide
About This Guide
Configurations
Notational Conventions
Icon Conventions
Service Information
Determining the Software Versions
Determining the Serial Number
Getting Started
Unpacking the Device
Features
ZEC500-V Features
ZEC500-P Features
Setting Up The Device
Installing a MicroSD Card
Powering the Device
Powering the Device with a DC Power Supply
Powering the Device with a USB-C Connection
Powering the Device with Power over Ethernet (PoE)
Powering Off the Device
Replacing the MicroSD Card
Using the Device
Waking the Device
Home Screen
Status Bar
Notification Icons
Status Icons
Managing Notifications
Opening the Quick Access Panel
Quick Access Panel Icons
Editing the Quick Access Tiles
USB Communication
Transferring Files
Disconnecting from the Host Computer
Power over Ethernet (PoE)
Setting up PoE
Settings
Accessing Settings
Display Settings
Setting Screen Timeout
Setting Font Size
Setting Display Size
Setting the Date and Time
Setting Sound Options
Sound Options
Setting Wake-Up Sources
Remapping a Button
Keyboards
Keyboard Configuration
Enabling Keyboards
Enterprise Keyboard
Numeric Tab
Alpha Tab
Additional Character Tab
Scan Tab
Language Usage
Changing the Language Setting
Adding Words to the Dictionary
Notifications
Setting App Notifications
Viewing Notifications
Controlling Lock Screen Notifications
Applications
Installed Applications
Accessing Apps
Viewing Recent Apps
DataWedge Demonstration
DataWedge Demonstration Icons
RxLogger Utility
Initiating the Main Chat Head
Removing the Main Chat Head
Viewing Logs
Removing a Sub Chat Head Icon
Backing Up in Overlay View
Data Capture
Scanning Considerations
DataWedge
Enabling DataWedge
Disabling DataWedge
Wireless
Wireless Local Area Networks
Connecting to a Wi-Fi Network
Wi-Fi Version
Removing a Wi-Fi Network
WLAN Configuration
Configuring a Secure Wi-Fi Network
Manually Adding a Wi-Fi Network
Configuring for a Proxy Server
Configuring the Device to Use a Static IP Address
Wi-Fi Preferences
Additional Wi-Fi Settings
Bluetooth
Adaptive Frequency Hopping
Security
Bluetooth Profiles
Bluetooth Power States
Bluetooth Radio Power
Enabling Bluetooth
Disabling Bluetooth
Using a Bluetooth Headset
Unpairing a Bluetooth Device
Selecting Profiles on the Bluetooth Device
Connecting to a Bluetooth Device
Changing the Bluetooth Name
Discovering Bluetooth Device(s)
Near Field Communications
Enterprise NFC Settings
Accessories
Touch Display TD50
TD50 Features
Connecting the TD50
Application Deployment
Android Security
Secure Certificates
Installing a Secure Certificate
Configuring Credential Storage Settings
Android Development Tools
Android Development Workstation
Enabling Developer Options
EMDK for Android
StageNow for Android
GMS Restricted
ADB USB Setup
Enabling USB Debugging
Entering Android Recovery Manually
Application Installation Methods
Installing Applications Using a USB Drive
Installing Applications Using the USB Connection
Installing Applications Using the Android Debug Bridge
Installing Applications Using Wireless ADB
Installing Applications Using a microSD Card
Uninstalling an Application
Android System Update
Performing a System Update Using a microSD Card
Performing a System Update Using ADB
Performing a System Update Using a USB Drive
Verifying System Update Installation
Android Enterprise Reset
Performing an Enterprise Reset
Performing an Enterprise Reset using a microSD Card
Performing an Enterprise Reset Using ADB
Performing an Enterprise Reset Using USB Drive
Android Factory Reset
Performing a Factory Reset Using a microSD Card
Performing a Factory Reset Using ADB
Performing a Factory Reset Using USB Drive
Android Storage
Random Access Memory
Viewing Memory
Internal Storage
Viewing Internal Storage
External Storage
Viewing External Storage
Formatting a microSD Card as Portable Storage
Formatting a microSD Card as Internal Memory
Enterprise Folder
Managing Apps
App Details
Managing Downloads
Maintenance and Troubleshooting
Device Maintenance
Cleaning Instructions
Approved Cleaning and Disinfectant Agents
Device Troubleshooting
LED Status Light
Power Status LED
Wireless Workstation Connection Status LED
Resetting the Device
Performing a Soft Reset
Performing an Enterprise Reset
Technical Specifications
Installing Applications Using Wireless ADB
Installing Applications Using Wireless ADB
Use ADB commands to install an application onto the device.
Go to the Zebra Support & Downloads web site at
zebra.com/support
and download the appropriate file to a host computer.
Note the following:
Ensure that 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
.
Select
System
Developer options
.
If
Developer options
does not appear in the advanced system settings on your device, perform the steps in
Enabling Developer Options
.
Slide the
USB debugging
switch to the
ON
position.
At the prompt, tap
OK
.
Slide the
Wireless debugging
switch to the
ON
position.
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 on this network
check box displays. Select the check box if required.
Select
ALLOW
.
Select
Wireless debugging
.
The Wireless debugging screen displays.
Observe the IP address and Port on the
Wireless debugging
screen.
Select
Pair device with pairing code
.
The
Pair with device
dialog box displays.
The Port on the
Pair with device
dialog box will be different than the one on the
Wireless debugging
screen. The IP address will be the same.
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 XX.XX.XX.XX:XXXXX
where XX.XX.XX.XX:XXXXX is the IP address and port number from the
Wireless debugging
screen.
Press
Enter
.
The device is now connected to the host computer.
Type
adb devices
.
The following displays:
List of devices attached device
Where XXXXXXXXXXXXXXX is the device number.
If the device number does not appear, ensure that the ADB drivers are installed properly.
Press
Enter
.
Type
adb install <file>
.
where <file> = the path and filename of the apk file.
Press
Enter
.
Type
adb disconnect
.
Application Installation Methods
×