Deploying XML Files and Passing Intents via SOTI

Deploying XML Files and Passing Intents via SOTI

  1. Open your browser and navigate to the provided link to launch the latest SOTI MDM console:https://zebratech12.mobicontrolcloud.com/MobiControl/.
  2. Enter the
    Username
    and
    Password
    as
    sttester
    SOTI Login Screen
  3. Click
    LOG IN
    .
  4. Click the
    Hamburger
    icon in the top left corner.
  5. Go to
    Configurations
    Policies
    and click
    File Sync
    .
    Policy
    File Syncing
  6. Choose
    Android Plus
    , right-click the
    File Sync
    and select
    Create File Sync Rule
    .
    Android
  7. Enter the policy
    Name
    and
    Description
    .
    Policy Name
  8. Click
    Next
    .
  9. Download the file(s) from the Server to Devices as shown in the device path and file name below:
    • A8/A10 device:
      /sdcard/WFConnect/
    • A11/A13 Device:
      /enterprise/device/settings/WFConnect/
    File Sync
  10. Click the
    Browse
    icon and select the XML file to upload.
  11. Click
    OK.
    Browse Icon
  12. Navigate to the
    Rule Target
    tab and select your device.
  13. Go to the
    Advanced Tab
    , and scroll down and click script.
    1. Sending intent for
      A8/A10 device
      sendintent -a "intent:#Intent;action=wfc.voice.ACTION_NEW_CONFIG;S.profile_uri=/sdcard/WFConnect/WFConnect.xml;end"
    2. Sending intent for A11/A13 device
      __chmod 777 /enterprise/device/settings/WFConnect/WFConnect.xml
      sendintent -a "intent:#Intent;action=wfc.voice.ACTION_NEW_CONFIG;S.profile_uri=/enterprise/device/settings/WFConnect/WFConnect.xml;end"
      Intent Example
      The process of uploading XML files and specifying the intent in the script section varies depending on the XML files and the operating system. Proceed to the next page for detailed instructions on which XML files to add and the actions to perform for different Zebra applications and OS platforms.
  14. After providing the script, click
    OK
    .
    File Sync Android
    File Sync Policy 2