Reconfiguring a Running Client
Reconfiguring a Running Client

Reconfiguring a Running Client

  • If the client is running and there is a required configuration change, an updated .json file must be delivered to the device, and an intent must be sent instructing the client to ingest the new configuration.
    adb shell am start -a com.zebra.dfs.ACTION_NEW_CONFIG --es profile_uri /sdcard/WFCDFSConfig.json
    1. Once the config file is ingested, the .json file is deleted from the folder.
    2. If the client is running, the user is logged out of the  Zebra PTT Pro and Voice applications returning them to the PFM Sign-In Screen.
    3. If the JSON filename is at /sdcard/WFCDFSconfig.json, the extra string parameter (--es...) is not required.