Reading the Device Configuration

Reading the Device Configuration

A Zebra administrator can review the device configuration after it is processed. Processed JSON configuration files get deleted and are not available for review.
Reviewing the device configuration in the log file takes several steps.
  1. Configure the device from the
    Workcloud Communication PTT Pro Management Portal
    .
  2. Send an intent to the device to print its configuration to the log file.
  3. Retrieve the log file for the device.
Extract the logs from the device by same method. The log will contain the configuration indicated by the string
printCurrentDefaultConfigJSON
.
  1. Log in to the
    Workcloud Communication PTT Pro Management Portal
    .
  2. Locate the device user and click
    Feature Keys
    .
  3. Set the
    Client Debug Filter
    to DEBUG.
  4. Send an intent to print the device configuration to the log file.
    adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_PRINT_DEFAULT_CONFIG
  5. Extract the logs from the device and search for
    printCurrentDefaultConfigJSON
    to locate the configuration.