Technical Guide
Usage
Manual Process
Navigate to your BlueFletch Portal and go to Admin > Downloads.
Download the latest version of Launcher 4 (or a desired previous version).
(Optional) Use an MD5 tool to generate a checksum for the downloaded APK and save it for future reference.
Retrieve the checksum from Admin > Downloads and compare it to the one generated in the previous step.
Install the downloaded application on a device currently running Launcher 3.
Uninstall the previous Launcher 3 version using the following command:
adb uninstall com.bluefletch.launcher (or the relevant BlueFletch package name)
Install the new Launcher 4 APK using the following command:
adb install {EMS Launcher apk file path}
Automated Process
Navigate to your BlueFletch Portal and go to Admin > Downloads.
Download the latest Launcher 4 Migration Tool.
Install the Launcher 4 Migration Tool on the device.
Run the following intent from your MDM to initiate the migration process:
SOTI intent:
Workspace ONE intent:
Zebra StageNow XML:
ADB equivalent:
Intent Summary
The following summarizes the intent to send, including the target package and activity, the required extras, and the optional extras.
Package
com.bluefletch.upgradetool
Activity
com.bluefletch.upgradetool.ui.silent.SilentInitActivity
url
String
Yes
Download URL for the Launcher 4 APK
orgId
String
Yes
Your BlueFletch organization ID
checksum
String
Yes
MD5 checksum of the Launcher 4 APK
backoffDelayMinutes
Long
No
Minutes to wait before retrying the upgrade after attempt that did not meet constraints. (default: 5)
To obtain the URL, navigate to Admin > Downloads in your BlueFletch Portal, locate "BF Launcher" (this is Launcher 4), and click "Copy URL".
To obtain your orgId, navigate to Admin > Organization in your BlueFletch Portal.
To obtain the checksum value, navigate to Admin > Downloads in your BlueFletch Portal, locate "BF Launcher", and click "Copy Checksum".
Last updated