Solutions
Hardware
Software
Services
Support and Downloads
About Zebra
KC50 Product Reference Guide
Application Deployment
Application Installation Methods
Installing Applications Using Wireless ADB
Kiosk Computer Product Reference Guide
Kiosk Computer Product Reference Guide
About this Guide
Configurations
Notational Conventions
Icon Conventions
Service Information
Determining Software Version
Determining the Serial Number
Getting Started
Unpacking the Device
Device Features
Setting up the Device
Installing a microSD Card
Connecting a DC Power Supply and Powering on the Device
Connecting an Ethernet Power Supply and Powering on the Device
Mounting the KC50
Turning off the Device
Turning off the Display
Using the Device
Waking the Device
Home Screen
Setting the Home Screen Rotation
Status Bar
Notification Icons
Status Icons
Managing Notifications
Opening the Quick Access Panel
Quick Access Panel Icons
Editing the Quick Access Tiles
Waking the Device
USB Communication
Transferring Files
Disconnecting from the Host Device
Power over Ethernet (PoE)
Setting up PoE
Settings
Accessing Settings
Display Settings
Setting the Screen Brightness Manually
Setting Night Light
Setting Screen Rotation
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
Switching Between Keyboards
Enabling Keyboards
Using the Android and Gboard Keyboards
Edit Text
Entering Numbers, Symbols, and Special Characters
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 Notifiations
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
Scanning with the Camera
DataWedge
Enabling DataWedge
Disabling DataWedge
Supported Decoders
DS3678 Supported Decoders
DS8178 Supported Decoders
LI3678 Supported Decoders
RS2100/RS5000X Supported Decoders
RS507/RS507x Supported Decoders
SE4720 Internal Imager Supported Decoders
RS5100 Supported Decoders
RS6000 Supported Decoders
RS6100 Supported Decoders
Wireless
WLAN
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
Configuring Wi-Fi Direct
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)
Cast
Near Field Communications
Advanced NFC Settings
Accessories
Accessories List
Connecting the Z-Flex Scanner and Light Bar
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 microSD Card
Performing a System Update Using ADB
Performing a System Update using USB Drive
Verifying System Update Installation
Android Enterprise Reset
Performing an Enterprise Reset from Device Settings
Performing an Enterprise Reset using a microSD Card
Performing an Enterprise Reset using ADB
Performing an Enterprise Reset using a USB Drive
Android Factory Reset
Performing a Factory Reset Using microSD Card
Performing a Factory Reset using ADB
Performing a Factory Reset using a 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
Harmful Ingredients
Special Cleaning Notes
Cleaning Frequency
Cleaning the Device
Display
Housing
Troubleshooting
Resetting the Device
Performing a Soft Reset
Performing an Enterprise Reset from Device Settings
Troubleshooting the Device
Technical Specifications
SE4720 Decode Distances
Z-Flex Scanner Specifications
Light Bar Specifications
TD50 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
.
Touch
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.
Touch
ALLOW
.
Touch
Wireless Debugging
.
The Wireless debugging screen displays.
Note the IP address and Port on the
Wireless debugging
screen.
Touch
Pair device with pairing code
.
The
Pair with device
dialog box displays.
Note the Port on the
Pair with device
dialog box. It 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
.
On the host computer, type
adb disconnect
.
Application Installation Methods