EasyManua.ls Logo

Zebra WT6000 Series User Manual

Zebra WT6000 Series
175 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #106 background imageLoading...
Page #106 background image
DataWedge Configuration
106
Error and debug messages will be logged to the Android logging system which then can be viewed and filtered by
the logcat command. You can use logcat from an ADB shell to view the log messages, e.g.
Error messages will be logged for invalid actions and parameters.
Example
Comments
This Data Capture API intent allows the scanner plug-in for the current Profile to be enabled or disabled. For
example, activity A launches and uses the Data Capture API intent to switch to ProfileA in which the scanner
plug-in is enabled, then at some point it uses the Data Capture API to disable the scanner plug-in. Activity B is
launched. In DataWedge, ProfileB is associated with activity B. DataWedge switches to ProfileB. When activity A
comes back to the foreground, in the
onResume method, activity A needs to use the Data Capture API intent to
switch back to ProfileA, then use the Data Capture API intent again to disable the scanner plug-in, to return back to
the state it was in.
Enumerate Scanners
Use the enumerateScanners API command to get a list of scanners available on the device.
$ adb logcat -s DWAPI
// define action and data strings
String scannerInputPlugin = "com.symbol.datawedge.api.ACTION_SCANNERINPUTPLUGIN";
String extraData = "com.symbol.datawedge.api.EXTRA_PARAMETER";
public void onResume() {
// create the intent
Intent i = new Intent();
// set the action to perform
i.setAction(scannerInputPlugin);
// add additional info
i.putExtra(extraData, "DISABLE_PLUGIN");
// send the intent to DataWedge
context.this.sendBroadcast(i);
}
NOTE: Use of this API changes only the runtime status of the scanner; it does not make persistent changes to
the Profile.
The above assumes that ProfileA is not associated with any applications/activities, therefore when focus
switches back to activity A, DataWedge will not automatically switch to ProfileA therefore activity A must
switch back to ProfileA in its onResume method. Because DataWedge will automatically switch Profile
when an activity is paused, it is recommended that this API function be called from the onResume method
of the activity.

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the Zebra WT6000 Series and is the answer not in the manual?

Zebra WT6000 Series Specifications

General IconGeneral
Storage4 GB Flash
NFCNo
AudioBuilt-in speaker and microphone
Operating Temp-4°F to 122°F (-20°C to 50°C)
Connectivity802.11a/b/g/n
DurabilityIP65
Drop SpecMultiple 4 ft./1.2 m drops to concrete
Operating SystemAndroid™ 5.1 (Lollipop) with Mobility Extensions (Mx)

Summary

About This Guide

Introduction and Documentation Set

Overview of the guide and list of other WT6000 documentation.

Software Versions

Instructions on how to check the device's software versions.

Configurations

Lists the different WT6000 hardware configurations available.

Chapter Descriptions

Summarizes the topics covered in each chapter of the guide.

Notational Conventions

Explains symbols and formatting conventions used throughout the document.

Service Information

Provides contact details and procedures for Zebra support.

Getting Started

Introduction and Unpacking

Overview of the chapter, device unpacking, and screen protector removal.

Device Features

Details the front and back view components of the WT6000.

Initial Setup Procedures

Covers battery installation, charging, and powering on the device.

Starting and Resetting the WT6000

Instructions for powering on and performing soft, hard, enterprise, and factory resets.

Accessories

Accessory Overview

Introduces available accessories and lists categories like cradles, batteries, and cables.

Cradle and Charger Setup

Instructions for setting up and using various charging cradles and battery chargers.

Mounting and Cable Accessories

Details on battery chargers, rack/wall mount installation, and keypad mount replacement.

USB Communication

Connecting and Transferring Files

How to connect via USB and transfer files using MTP and PTP protocols.

Disconnecting from Host Computer

Steps for safely disconnecting the device from a host computer.

DataWedge Configuration

Introduction, Scanning, and Profiles

Overview of DataWedge, basic scanning, and profile management.

Plug-ins and Input Configuration

Details on plug-ins, Data Capture Plus, and bar code input settings.

Output and Formatting Configurations

Settings for Keystroke, Intent, IP output, and Advanced Data Formatting rules.

File Management and API Functions

Managing DataWedge files, programming notes, and API functions.

Settings

WLAN and Network Configuration

Configuring Wi-Fi networks, proxy servers, and static IP addresses.

Advanced Wi-Fi and Device Settings

Advanced Wi-Fi features, screen unlock, button remapping, accounts, language, and keyboard settings.

RxLogger and About Device

Configuring diagnostic tools (RxLogger) and viewing device information.

Application Deployment

Security and Certificate Management

Security policies and procedures for installing secure certificates.

License Manager Operations

Activating, managing, and refreshing software licenses.

Application Installation and System Updates

Installing/uninstalling apps, ADB setup, and system updates.

Maintenance and Troubleshooting

Device Maintenance and Cleaning

General maintenance tips, battery safety, and cleaning procedures.

Troubleshooting Guide

Solutions for common device and cradle operational problems.

Specifications

WT6000 Device Specifications

Technical details of the WT6000 device, including physical, performance, and environmental characteristics.

Accessory and Connector Specifications

Technical specifications for various cradles, chargers, cables, and I/O connectors.

Related product manuals