For the complete documentation index, see llms.txt. This page is also available as Markdown.

Technical Guide

Usage

Manual Process

  1. Navigate to your BlueFletch Portal and go to Admin > Downloads.

  2. Download the latest version of Launcher 4 (or a desired previous version).

  3. (Optional) Use an MD5 tool to generate a checksum for the downloaded APK and save it for future reference.

  4. Retrieve the checksum from Admin > Downloads and compare it to the one generated in the previous step.

  5. Install the downloaded application on a device currently running Launcher 3.

  6. Uninstall the previous Launcher 3 version using the following command:

adb uninstall com.bluefletch.launcher (or the relevant BlueFletch package name)

  1. Install the new Launcher 4 APK using the following command:

adb install {EMS Launcher apk file path}

Automated Process

  1. Navigate to your BlueFletch Portal and go to Admin > Downloads.

  2. Download the latest Launcher 4 Migration Tool.

  3. Install the Launcher 4 Migration Tool on the device.

  4. 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.

Target
Value

Package

com.bluefletch.upgradetool

Activity

com.bluefletch.upgradetool.ui.silent.SilentInitActivity

Extra
Type
Required
Description

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