Skip to main content

Aladdin for CODiScan 3.1.0

· One min read

The Aladdin 3.1.0 is now available.

Downloads are available in the Releases section on the Aladdin Github page. Please note that the package name has been changed to com.datalogic.aladdinapp starting with this version. Users will need to manually uninstall any older versions of the app prior to installing any newer versions.

Features

Bluetooth Connections

  • Streamlined pairing process
  • QR codes now used for pairing

Find My Device Feature

  • Users can now tap a button in the app to cause a connected CODiScan to light up and play tones to assist the user in finding the scanner.

Other features

  • Application can now be directly configured by an EMM through the Google Play store.
  • Additional battery information (cycle count and health)

Datalogic Android SDK 1.36

· One min read

Datalogic Android SDK 1.36 is now available. This new version of the SDK introduces Bluetooth Silent Pairing, Push To Talk and Host Name configuration.

You can access the documentation here.

Enhancements

  • Blob Property to Configuration Manager for managing complex data structure.
  • TRIG_PTT to wake-up-source.
  • POWER_BATTERY_CHARGING_PROFILE_PERSISTENCE_POLICY property for using the profile of the battery or the device
  • DEVICE_NAME_BASE and DEVICE_NAME_SUFFIX properties to building unique device/host name
  • KEYBOARD_PTT_GROUP PropertyGroup the following Properties to Configuration Manager for supporting the PTT feature:
    • KEYBOARD_PTT_ACTIVE_WT_PACKAGE
    • KEYBOARD_PTT_NOTIFICATION_ENABLED
    • POWER_WAKEUP_PTT_TRIGGER
    • KEYBOARD_PTT_TRIGGER
  • BLUETOOTH_GROUP PropertyGroup the following Properties to Configuration Manager for supporting the Bluetooth Pairing:
    • BT_DISCOVERABILITY
    • BT_PAIRING_POLICY
    • BT_SILENT_WHITELISTING_ENABLE
    • BT_SILENT_WHITELISTING
  • configuration for GS1 Digital Link
  • configuration for TLC39
  • PTT Trigger to the KeyboardManager interface
  • KEYBOARD_PTT_BYPASS_KEYGUARD_ENABLED property for enabling/disabling PTT button and Push to talk working with device locked (keyguard active)
  • NIC_SPECIFIC_MAC_ADDRESS option to Host Name suffix
  • reviewed some properties related to Bluetooth Silent Pairing
  • fixed documentation description for WIFI_802_DOT_11_MODE

OEMConfig 2.6.2

· One min read

Corrected Defects

  • Prevents crashes when used by some EMMs.
  • Corrected behavior of PTT Walkie-Talkie app default value to reset to "None".

OEMConfig 2.6.1

· One min read

Enhancements

  • Added support for Push-To-Talk
  • Added support of eSIM
  • Enhanced support for Bluetooth discovery/pairing
  • Added support of new decoding properties:
    • GTIN format
    • GS1 conversion/transmission
    • GS1 Digital Link
    • TLC39 symbology
  • Added support for battery charging persistence policy
  • Added support for device name properties

Corrected Defects

  • Corrected charging profile to respect default setting on Memor 30/35 models.

Scan2Deploy Agent 2.3.0

· One min read

Enhancements

  • Better coordination with Espresso during Enterprise backup restore.
  • Enhanced timeout for OEMConfig to avoid errors when downloading eSIM profiles.
  • Supports ability to clear any existing application policies

Corrected Defects

  • Applying WPA3 network profiles when Wi-Fi is disabled can fail.
  • Unable to create an Enterprise backup when deploying from USB storage.

Scan2Deploy Studio 2.2.0

· One min read

Scan2Deploy Studio 2.2.0 is now available. It includes new enhancements. Read below for more details.

Downloads are available in the Releases section on the Scan2Deploy Studio Github page.

Enhancements

  • Added Memor 30/30X & 35/35X device selection support
  • Added the ability to configure the ports used by Studio processes
  • Visual Formatter
    • Added feature level 4 support
  • Advanced Keyboard
    • Added support for the Memor 30/30X & 35/35X

DLRMUS 1.0.19

· One min read

Compatibility

  • Windows 10
  • Debian 6
  • Ubuntu 22

Enhancements

  • Added support for OEM bulk transfer
  • Added IHS support for PowerScan 9600
  • Added support for .S37 and .DAT file transfer over Service Port
  • Added EC verification over service port
  • Added TopModelNumber checking over service port

Corrected defects

  • Corrected some model properties for the 1100i
  • Corrected inconsistent log files extensions
  • Corrected issues connecting over Service Port on non-USB interfaces

OEMConfig 2.5.1

· One min read

Enhancements

  • Added support for enabling charging sources (includes hot fix)
  • Added support for advanced Ethernet properties
  • Updated support for WiFi
    • Updated support for WiFi roaming profile to include Legacy profile
    • Added support for 802.11ac and 802.11ax
    • Added support for 6 GHz bands
    • Added support for scanning stabilization time

Datalogic Android SDK 1.35

· 2 min read

Datalogic Android SDK 1.35 is now available.

You can access the documentation here.

Enhancements

  • Intents for configuring the Battery Manager App to log Battery properties
  • Intents for monitoring the Battery Swap events
  • "action" extra field definition for firmware update intent
  • Advanced Ethernet settings in Configuration Manager
  • Multiple Choices properties to Configuration Manager
  • Wi-Fi Bands and Touch Mode flags as Multiple Choices properties
  • Charging Sources as Multiple Choices property for supporting the configuration of several power sources, such as USB, Wireless Charging and Wired Cradle.
  • extended Wifi802Dot11Mode (WiFi 802.11ax modes M30/M35) for supporting:
    • 802.11abgn mode (Wi-Fi 4),
    • 802.11abgnac mode (Wi-Fi 5),
    • and 802.11abgnax mode (Wi-Fi 6).
  • WIFI_BSSID_SCAN_STABLE_TIME (M11) property to Configuration Manager
  • extended WifiRoamingProfile for supporting LEGACY profile (M11)
  • extended ScannerEngineType for supporting XENON and ARGON (M30/M35)
  • extended LoggerBufferSize for supporting LOGGER_BUFFER_SIZE_8M (A13 do not support LOGGER_BUFFER_SIZE_16M)
  • extended DeviceType for supporting M11 and NEBULA_PDA
  • extended keyboard remap feature adding the following classes:
    • MappingObject: a generic representation of actions to be executed when certain key events occur
    • CompositionMapping: a complex MappingObject that represents a sequence of actions to be executed when certain key events occur
    • KeyActionMapping: a MappingObject represents a key action
    • StringMapping: a MappingObject represents a Unicode string
    • IntentMapping: a MappingObject represents an Android intent
    • DelayMapping: a MappingObject represents a simple delay action
    • MappingTriggerPolicy: a key event trigger policy
  • mapKey() API for mapping a key event to a customized action
  • renamed Battery Intents
  • improved documentation for Battery Charging Profile