Using DataWedge with EB

Enterprise Browser 1.8

Overview

The DataWedge app (included on every Zebra device) makes it possible to acquire barcode data from within an Enterprise Browser application without using the Enterprise Browser APIs. This guide explains how to configure an EB app to scan and process barcode data using DataWedge, which then enters the captured data as keystrokes into any EB input field.

The steps for enabling DataWedge for use with EB (and for disabling it so that apps can use the scanning APIs) vary slightly depending which DataWedge version is installed on the device. It's important to note that control of barcode scanning hardware is exclusive. When DataWedge is active, Enterprise Browser scanning APIs will be inoperable. Likewise, an Enterprise Browser app that uses those APIs will prevent other apps (including DataWedge) from accessing the scanner(s). This guide explains how to take control of a device's scanner hardware and to subsequently release it to other apps. From the sections below, select the instructions matching the DataWedge version installed on the target device.

This Android-only guide contains instructions for configuring Enterprise Browser to use:

Which DataWedge version is installed?


DW 6.0.1 and higher

Important: Some versions of DataWedge 6.x automatically disable Enterprise Browser after every device reboot by adding it to the "Disabled apps list." If com.symbol.enterprisebrowser reappears in the Disabled apps list after reboot, it must be manually removed before EB can use DataWedge for scanning. The only alternative is to upgrade DataWedge, which for Android requires a new BSP (OS image). Such updates should be attempted only with the guidance of Zebra Support.

Use DataWedge for Scanning

To enable an EB app to scan with DataWedge 6.0.1 and higher:

1. Confirm that no association with com.symbol.enterprisebrowser exists in the "Disabled app list" in the DataWedge Settings panel:

  • In DataWedge, select Menu->Settings->Disabled app list. The list of disabled apps appears.

  • Remove com.symbol.enterprisebrowser from the list, if present (see note, above).

2. In the EB app's config.xml file, set a value of "1" in the <usedwforscanning> tag.

Use Enterprise Browser APIs for Scanning

To use a device scanner through an Enterprise Browser API:


DW 2.2.9 to 5.1.13

Enabling these versions of DataWedge for use by an Enterprise Browser app requires two DataWedge profiles to be downloaded and activated separately using the steps in the section below.

Use DataWedge for Scanning

To enable an EB app to scan with DataWedge versions 2.2.9 - 5.1.13:

  1. Download the required DataWedge (.db) profiles:
  2. Copy both profiles into the /Android/data/com.symbol.datawedge/files directory on the device, replacing the existing file(s), if any.
  3. On the device, install the Enterprise Browser app that will be using DataWedge (if not already installed).
  4. Start DataWedge on the device.
  5. In DataWedge, select Menu->Settings->Import Profile. A list of available profiles appears (as shown on this example screen).
  6. Must be done in this order:
    • From the list, tap on the "RhoElements" Profile copied in Step 2. After the Profile is imported, focus returns to the previous screen and a confirmation message appears.
    • Tap on the "EnterpriseBrowser" Profile (must be activated last).
  7. Tap the BACK button to return to the DataWedge Profiles list. Both new Profiles are listed, and the EnterpriseBrowser Profile (activated last) should be enabled.
  8. In the EB app's config.xml file, set a value of "1" in the <usedwforscanning> tag.

Use Enterprise Browser APIs for Scanning

To use a device scanner through an Enterprise Browser API:


DW 2.2.8 and lower

As documented above, control of barcode scanning hardware is exclusive. When DataWedge is active, Enterprise Browser APIs are prevented from accessing device scanner(s), and an Enterprise Browser app that uses those APIs will likewise prevent other apps (including DataWedge) from accessing the scanner(s). To use the Enterprise Browser scanning APIs, it is therefore necessary to disable DataWedge, either on the entire device or for EB apps only (Options 1 and 2, below).

Use DataWedge for Scanning

To enable an EB app to scan with DataWedge 2.2.8 and lower:

Use Enterprise Browser APIs for Scanning

Making device scanners available to Enterprise Browser APIs can be done either by disabling DataWedge on the device (Option 1), which prevents all other device apps from using DataWedge, or by disabling DataWedge only for Enterprise Browser apps (Option 2), which permits other device apps to use DataWedge when EB isn't running.

Option 1: Disable DataWedge on the device
  1. Start DataWedge on the device.
  2. In DataWedge, select Menu->Settings.
  3. Uncheck the "DataWedge enabled" checkbox.
  4. In the EB app's config.xml file, set a value of "0" in the <usedwforscanning> tag.

DataWedge is now disabled and unavailable to any app on the device.

Note: DataWedge also can be disabled (or re-enabled) programmatically using DataWedge APIs.

Option 2: Disable DataWedge only for Enterprise Browser

To create and disable an Enterprise Browser Profile in DataWedge:

  1. Install the Enterprise Browser app that will use DataWedge.
  2. Start DataWedge.
  3. In DataWedge, select Menu->New Profile, Enter a Profile name and tap OK. The list of Profiles appears.
  4. Tap on the newly created profile.
  5. In the Applications section, tap Associated apps.
  6. Tap Menu->New app/activity. A list of apps/activities appears.
  7. From the list, select the package name of the EB app (i.e. com.symbol.enterprisebrowser) that will use DataWedge. The app activities list appears.
  8. From the app activities list, tap the asterisk (*) to associate all app activities with the Profile, or tap on an indvidual activity to use DataWedge only for that specific activity.
  9. Tap BACK to return to the Profile screen.
  10. Confirm that the Profile's "Profile enabled" box is checked.
  11. In the new Profile, uncheck the "Enabled" box for these three sections: Barcode input, Keystroke output and Intent output.
  12. In the EB app's config.xml file, set a value of "0" in the <usedwforscanning> tag.

DataWedge will now be disabled whenever an Enterprise Browser app is running.


Related guides: