SOTI

Deploying BlueFletch Enterprise via SOTI

System Requirements

  • Windows machine for SOTI Package Studio (Windows VM for Mac users)

  • SOTI MobiControl account/environment

  • SOTI Package Studio

  • BlueFletch Files/Applications

  • Android devices enrolled to SOTI

Getting Started

  1. Log into SOTI MobiControl

  2. Select hamburger in top left, click on Packages

  3. Download Package Studio

  4. Save to your desired destination on your machine

  5. Launch Package Studio-9

Building Packages using SOTI Package Studio

  1. New Package Project

    1. Click on File

  2. Project Name

    1. This will be the identifier for your package

    2. Each component (e.g. APKs, Files, scripts, etc) should have it’s own package

    3. Best Practice: Naming convention should leverage “BlueFletch ”

      1. Examples:

        1. BlueFletch - Enterprise Launcher v3_0_12 052020

        2. BlueFletch - Authentication

        3. BlueFletch - Support Agent

  3. Platform

    1. Select Android

  4. Set OS Version Range

    1. Minimum for BlueFletch Enterprise is 5.0

  5. Comments

    1. This field is optional

  6. Vendor

    1. Enter BlueFletch

  7. New Package Wizard - Add Scripts

    1. Notes:

      1. Only the BlueFletch - Enterprise Launcher app package should require a script

      2. The checkboxes are only recursors to the scripts being added to the package. You will add the scripts themselves in step 10

  8. New Package Wizard - Add Files or Folders

    1. Reference the Grouping SOTI Packages section below to determine which files or applications are needed and ensure the correct destination on device is set

    2. Adding a Files

    3. Adding an APK

    4. Once all necessary files or APKs have been added to the package, click Next and you'll be taken to teh Size Settings screen

  9. New Package Wizard - Size Settings

    1. Do not alter default settings

    2. If a script is NOT required, then select "Build Package Now"

    3. If a script IS required, select "close" and move to step 10.

  10. Finalizing Custom Scripting

    1. Save changes to the script using ctrl +s or from the File dropdown.

  11. Build Package

    1. On Menu, select Project (drop down)

    2. Make note of the destination path in Output Window for the “Package Saved at:” location

  12. Repeat steps 1-11 for each of the Packages in the Grouping Packages section below

Uploading Package Builds to SOTI MobiControl

  1. After all packages have been created, navigate browser to SOTI MobiControl

  2. Click ‘New Package’ in the top, right area of the screen

  1. Repeat steps 1-7 for all Packages built in MobiControl Studio based on the Groupings below

Grouping Packages - In Order of Installation

BEST PRACTICE TIPS : Limit packages to no more than one application at a time so that the packages can be easily updated without having to re-create multi-app packages.

  1. BlueFletch - Launcher Config Package

    1. Click Add Files

    2. Select customized Launcher.json file from local machine and set destination on device to %sdcard%\Download\ems\

      1. Make sure the Launcher config is titled launcher.json when being added to the Package

    3. Installing a logo: Select desired Icon and wallpaper png images from local machine and set destination on device to %sdcard%\Download\ems\

  2. BlueFletch - Sitelist Package

    1. Click Add Files

      1. Select the Sitelist.csv from appropriate storage location and set destination on device to %sdcard%\Download\ems\

  3. BlueFletch - Device ID Package

    1. Add Files > Add Android APK

      1. Select the Device ID APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

    2. Scripts The following scripts will initialize Device ID after they have been installed.

      1. Post Install

        1. sendintent -a "intent:#Intent;action=com.bluefletch.ems.deviceid.ACTION_INIT;component=com.bluefletch.ems.deviceid/com.bluefletch.ems.deviceid.MainActivity;end;"

  4. BlueFletch - Messaging Package

    1. Add Files > Add Android APK

      1. Select the Messaging APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

  5. BlueFletch - Device Finder Package

    1. Add Files > Add Android APK

      1. Select the Device Finder APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

  6. BlueFletch - Support Analytics Package

    1. Add Files > Add Android APK

      1. Select the Support Agent APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

  7. BlueFletch - Auth App Package

    1. Add Files > Add Android APK

      1. Select the Auth APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

  8. BlueFletch - Launcher App Package

    1. Add Files > Add Android APK

      1. Select the Launcher APK from appropriate storage location

      2. Deselect Automatically Run Activity after Install

    2. Scripts The following scripts will initialize Support Agent and Enterprise Launcher after they have been installed.

      1. Post Install

        1. sendintent -a "intent:#Intent;action=android.intent.action.MAIN;component=com.bluefletch.ems.emm.support/com.bluefletch.ems.emm.support.features.ui.hidden.SilentInitActivity;end;"

        2. sendintent -a "intent:#Intent;action=android.intent.action.MAIN;component=com.bluefletch.ems.emm.launcher/com.bluefletch.ems.emm.launcher.Launcher;end;"

Create Profile to Deploy Packages

Once all Packages have been created per the groupings above, a Profile needs to be created for deploying the all of the packages to enrolled devices.

  1. Navigate back to SOTI MobiControl Cloud

  2. General Tab

    1. Profile Name

      1. Apply a profile name that correlates to the packages being added

        • e.g. "BlueFletch Enterprise Suite"

    2. Description

      1. Best Practice - This is good opportunity to utilize information such as “Pilot”, “POC”, or specify test groups, etc. Gives the admin the ability to recognize the purpose of the specific profile

  3. Configurations Tab

    1. If not already set via a separate profile, ensure Restrictions > Feature Control configuration “Disable Verify Apps” is checked.

  4. Packages Tab

    1. Select Add

    2. Click the check box next to all Packages uploaded in section “Uploading Packages to SOTI MobiControl” above.

    3. Select OK.

  5. Click ‘Save and Assign’

    1. Select to the Device Group containing device(s) for testing BlueFletch Enterprise.

  6. Wait for device(s) to receive assignments from SOTI.

Remotely Wiping a Device (Enterprise Reset)

BlueFletch Enterprise Launcher disables the ability to Enterprise Reset Zebra devices unless in Local Admin mode. To remotely wipe a device you must first enable the InvokeEnterpriseReset parameter on device. Then you can follow these steps to execute a remote wipe of the device(s).

  1. Create a .xml file and title it AllowEnterpriseReset.xml

    1. Enter the follow into the file:

      <wap-provisioningdoc> <characteristic version="8.1" type="SettingsMgr"> <parm name="InvokeEnterpriseReset" value="1" /> </characteristic>

    2. Save the file

  2. Create a new SOTI Package

  3. Check Post-Install Script box to add to project

  4. Add Files:

    1. Select AllowEnterpriseReset.xml and set destination to /sdcard/Download

  5. Add a script to the Post-Install Script file:

    1. mxconfig /sdcard/Download/AllowEnterpriseReset.xml

  6. Build package and add to the appropriate Profile

  7. Deploy Profile

Last updated