Activating with a USB Tether
Activating with a USB Tether

Activating with a USB Tether

Send the
WFConnect.xml
configuration file to the device using a USB tether and Android Debug Bridge (ADB) connection.
It is not recommended to install the
WFConnect.xml
file using a USB tether because it can cause permission issues on the device.
  1. Copy the
    WFConnect.xml
    file to the WFConnect directory.
    • For A11 and above, use following path to copy Zebra Voice configuration XML file:
      /enterprise/device/settings/WFConnect/
    • For A10 and below, use following path:
      /sdcard/WFConnect
  2. Open a command prompt and send the following adb command to the device:
    adb shell am start -a "wfc.voice.ACTION_NEW_CONFIG" --es "profile_uri" "/WFConnect/WFConnect.xml"