BlueFletch Enterprise
  • BlueFletch Enterprise
  • Product Guides
    • BlueFletch Launcher
      • Configurable Layouts
        • Layouts
        • Orientation Options
        • Criteria
        • Widgets
        • Implied Groups
        • Kiosk Mode
        • Persistent Foreground App
        • Password Protected Applications
        • Quick Start Applications Folder
        • Layout Custom Actions
        • Replacement Values
        • Assets Manager
      • Theming
        • Configure Theme
        • Site-Specific Theming
        • Custom Field Display
      • Site Information Service
      • Custom Intents
        • Standard Android Intents
        • Platform Actions
        • Filtering
        • Technical Guide
      • Security and Safety
        • Clear App Data on Logout
        • Application Enabler
        • Disable Packages
        • Key Management
        • NFC Enable/Disable
        • Secure Notifications
        • Wi-Fi UI Settings Enable/Disable
        • Motion Activated Device Lock
        • Unique Login
        • Local Admin Password
        • Device Remote Lock
      • Device Loss Prevention
        • Low Battery Mode
        • Luggage Tag Mode
        • Secure Device Mode
      • Launcher Provider SDK
      • Load Configurations via QR Code Scan
      • Getting Started
      • Technical Guide
      • Release Notes
    • Authentication and SSO
      • Features
        • Secondary Authentication
          • PIN
          • Face Recognition
          • NFC Tag
          • Barcode
          • Alternate Secondary Authentication
      • Technical Guide
        • LDAP
        • AppAuth/OIDC
        • Okta (Session)
        • MSAL
        • ADFS 3.0/2012 Using ADAL
      • Release Notes
    • Support Application
      • Features
        • Events to Splunk
        • Logs to Azure
        • External Configuration Support
        • Application Usage History
        • Generating RxLogger Log Files
      • Technical Guide
        • Event Information
        • Event Examples
      • Support Installer
      • Getting Started
      • Release Notes
    • Device Finder
      • Features
        • Device Details
        • Device Status
        • View Site Devices
      • Technical Guide
      • Getting Started
      • Release Notes
    • Browser
      • Features
        • Custom Scripts
        • FIDO2 / Webauthn Support
        • URL AllowList and BlockList
      • Technical Guide
        • Configuring Browser
        • All Configuration
        • Available Intents
        • APIs and Page Actions
      • Release Notes
    • Chat
      • Features
      • Technical Guide
      • Getting Started
      • Release Notes
    • Playbook Agent
      • Features
      • Getting Started
      • Release Notes
    • Portal
      • Login & Logout
      • Navigation & Account Settings
      • Support Agent
        • Home
        • Device Details
        • Dashboards
        • Cards
        • Event Explorer
        • Reports
      • Enterprise Launcher
        • Creating a Configuration
        • Sending a Notification
        • Managing Sites
      • Playbook MDM
        • Playbooks
        • Plays
        • Devices
        • Deployment Groups
        • Zebra StageNow
      • EMM Console
        • Overview
        • Setup
          • Enroll Org in EMM
          • Policy Management
          • Provisioning
          • Device Management
          • Installing Playbook in EMM
        • Troubleshooting
          • Device Issues
          • Policy Issues
      • Chat Manager
        • Overview
        • Chat Roles
        • Chat Channels
        • Chat Audio Transcription
        • Message Logs
      • Admin
        • Organization
        • Single Sign On
          • Azure Setup
          • Okta Setup
          • Google Workspace Setup
          • Portal Setup
        • Users
        • Roles
          • Overview
          • Predefined Roles
          • Permissions
          • Manage Roles
        • Downloads
        • Agents
        • Key Management
          • Overview
          • API Keys
          • Device Keys
          • Device Restrictions
          • Allowed IP Addresses
        • Enterprise
        • Audit Logs
      • Event Forwarding
      • Remote Control
      • Getting Started
      • Release Notes
    • Other Applications
      • Messaging
        • Features
        • Technical Guide
        • Release Notes
      • Keyboard
        • Features
        • Technical Guide
          • How to: Set Keyboard as default
        • Release Notes
      • Bluetooth
        • Features
        • Release Notes
      • Voice Chat
        • Features
        • Release Notes
      • Device Remote Control
        • Features
        • Technical Guide
        • Release Notes
      • Device ID
        • Features
        • Technical Guide
        • Release Notes
      • Suite Installer
        • Technical Guide
        • Release Notes
      • Accessibility Enabler
        • Release Notes
      • EPM Plugin
        • Features
        • Technical Guide
        • Release Notes
    • Workforce Identity
  • Technical Documentation
    • Updating License Key
    • Commonly Reported Issues
    • Deploying BlueFletch Enterprise
      • Android 10 and 11
      • MDMs
        • Workspace One (VMWare AirWatch)
        • SOTI
        • Microsoft Intune
          • Microsoft Intune + Playbook
      • From Portal to Playbook Agent
Powered by GitBook
On this page
  • Release 2.0.7
  • Release 2.0.4
  • Release 1.5.3
  • Release 1.5.2
  • Release 1.5.1
  • Release 1.5.0
  • Release 1.4.1
  • Release 1.3.1
  • Release 1.1.6
  • Release 1.0.4
  1. Product Guides
  2. Other Applications
  3. Device ID

Release Notes

Release 2.0.7

Released December 2024

Highlights

Updated application to latest support library to support offline application log files.

Details

  • Updated application build to automatically publish to Google Playstore 'alpha' track on release.

  • Updated application to latest support library to support offline application log files.

Release 2.0.4

Released October 2024

Highlights

Integration with BFE Platform Service and support for auto-updating to the Play Store internal track.

Details

  • Updated the application to use Platform Service for retrieving the serial number and IMEI.

  • Updated gradle files and pipelines for automatic Play Store upload.

  • Updated the project to Java 17 (AGP 7.4.2).

  • Updated production branch pipeline to publish APK to Play Store.

  • Fixed weird corner case issue where Device ID service is continuously started.

Release 1.5.3

Released January 2024

Highlights

Added Wifi Mac Address support on Zebra devices and added the "BF-" prefix to the generated UUID.

Release 1.5.2

Released August 2023

Highlights

Updated logic to wait till the MX Service has started.

Release 1.5.1

Released July 2023

Highlights

Additional application device logging and Android 13 support changes.

Details

  • Added another permission setting for EMDK use.

  • Added more logging within the EMDK usage.

  • Updated the Support Library to support Android 13.

Release 1.5.0

Released October 4, 2022

Highlights

The logic to retrieve the device serial number was refactored to streamline the process. Additional logic added to support EMM Managed Configuration settings.

Details

  • Updated the startup logic to always init the Device ID processing code.

  • Updated to not process Main Activity mulitple times.

  • Updated the DeviceIdManager to allow for managed configurations. The supported configurations are serialNumber and orgId.

  • Added bluefletchId as the internal generated UUID.

  • Updated logic to read AppConfig data for setting the Device ID from EMM.

  • Wrapped file operations in try/catch to prevent file exceptions from interrupting the process.

  • Added Timber Logging to the Device ID application.

  • Added additional logging for error resolution.

  • Added a new providers entry for Android 11 devices.

  • Added simple retry within the Device ID retrieval when using the EMDK.

Release 1.4.1

Released October 27, 2021

Highlights

Added support to allow for renaming a device.

Details

  • Added an alert dialog at end of processing, to display the serial number, if the user launches the application.

  • Updated logic to destroy the activity properly after displaying the Device ID.

  • Added logic to allow for renaming of the device.

  • Added logic to post a rename event to Support dashboard.

Release 1.3.1

Released March 25, 2021

Highlights

Support for EMM Setup and use on Honeywell devices.

Details

  • Support for EMM Setup, and allow backward compatibitily on older devices.

  • Added the Honeywell OS SDK.

  • Added BasePlatform and converted existing code to use BasePlatform factory.

  • Created a new DefaultPlatform for devices where OS < Q for uniformity.

  • Fixed a bug to prevent always resetting the deviceId.

  • Added condition to check of 'unknown' serial number in DefaultPlatform, in which case generate a UUID based one.

  • Added code for getting / setting the device id within EMM.

Release 1.1.6

Released February 12, 2021

Highlights

Support for EMM Setup, and allow backward compatibitily on older devices.

Release 1.0.4

Released November 2020

Highlights

Initial release of the application.

PreviousTechnical GuideNextSuite Installer

Last updated 5 months ago