Skip to main content

OEMConfig 2.2.3

· One min read

Corrected Defects

  • Corrected defects for Launching Activities, setting Screen Brightness, and Lock Keyboard Input on A11 devices.

Scan2Deploy Studio 1.8.2

· 2 min read

Scan2Deploy Studio 1.8.2 is now available. It includes many new enhancements and bug fixes. Read below for more details.

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

Enhancements

Device & Scanner settings enhancements

  • Added support for Application Policies (profile manager)
    • Device & Scanner settings can now be applied on a per app basis
note

The following enhancement requires Scan2Deploy agent v1.39 or higher and the Datalogic SDK v1.32 or higher.

Enterprise Browser

  • Added support for configuring the Datalogic Enterprise Browser

Password encryption

  • The admin password for both Datalogic Launcher and Enterprise Browser are now encrypted
  • The password fields for individual sites on the Datalogic Enterprise Browser are now encrypted
note

The following enhancement requires Scan2Deploy agent v1.40 or higher.

Miscellaneous

  • Added support for Joya Touch 22
  • Disabled V3 barcode options for Memor K

Compatibility

Some features in this release require Scan2Deploy Agent v1.40 or newer. To update to the latest version of the Scan2Deploy agent, check Update Scan2Deploy on the Save and Print page in Scan2Deploy Studio.

Corrected Defects

  • Fixed an issue where the "valid until" field was being modified when loading a profile
  • Fixed an issue where tooltips were appearing when the mouse was quickly moving over items
  • Removed redundant "User Interface" dropdown from Launcher page
  • Fixed issue where user couldn't change between “Host Profile” and “Barcode Only” option when editing profile
  • Fixed issue where the Datalogic Launcher wallpaper or custom icons could not be set
  • Fixed an issue where URLs containing an IP address were marked as invalid when adding a web app to DL Launcher

JavaPOS 1.14.073 (1.14.14-073)

· One min read

Enhancements

  • Added jpos.xml profile for Fresco units.
  • Added a latch to DLSPort.closePort to prevent multiple calls from closing multiple times.

Corrected defects

  • Corrected an issue causing the SendCookedData property to have no effect.
  • Corrected an issue causing custom scanner programming via xml to no longer work.

Datalogic Android SDK 1.32

· One min read

Datalogic Android SDK 1.32 is now available. The SDK add-on version supports Android API levels up to 30 (Android 11).

You can access the documentation here.

Enhancements

  • Introduced ProfileManager to manage partial configuration that can be load and unload under given conditions
  • Introduced WifiManager class to setup networking profiles
  • Improved ConfigurationManager with methods for retrieving
  • Added support for properties in PropertyID:
    • Whole Scanner configuration
    • Navigation and Status Bars
    • Enabling/disabling USB Charging and/or Data Transfer
    • Advanced Keyboard
    • Triggers and Wakeup Sources
    • Locking/unlocking Keyboard or Touch Screen inputs
    • Screen Off Timeout
    • Cradle notifications

Datalogic Enterprise Browser 1.0.1.9

· One min read

Datalogic Enterprise Browser is now available. It is an Android application used for web browsing to only allowed websites. It also includes a JavaScript interface which exposes access to the barcode scanner. These features combine to allow the device to run web-based applications which need to access the scanner in a safe, controlled environment. You can access the documentation here.

The features available in the initial release are:

  • Locked down browsing
    • Prevents browsing to sites outside allowed domains (and optionally subdomains).
    • Access to allowed domains and device features can be configured.
    • Configuration protected by Admin password.
  • Favorites Page
    • Can launch allowed sites
    • UI appearance of site listing can be configured (labels, icons, layout, wallpaper).
  • External control
    • Configurable from device, Scan2Deploy Studio or EMM console.

JavaScript SDK 1.0.0

· One min read

Datalogic JavaScript SDK is now available. It allows users to write web apps that interface with the features of Datalogic Android devices through the Datalogic Enterprise Browser. You can access the documentation here.

The features available in the initial release are:

  • JavaScript APIs
    • Configuration and use of the device scanner.
    • Configuration of physical triggers.
  • Sample pages
    • HTML pages to demonstrate use of Datalogic JavaScript APIs
    • HTML pages to demonstrate how to access peripherals (camera, microphone, device location) using standard HTML 5 APIs.
  • Porting guide
    • Documentation includes information on how to port existing pages written for Zebra SDK.

Scan2Deploy Studio 1.7.2

· 3 min read

Scan2Deploy Studio 1.7.2 is now available. It includes many new enhancements and bug fixes. Read below for more details.

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

Enhancements

Deployment Enhancements

QR Reading

  • Added support for profiles containing 10+ QR codes
note

Reading 10+ QR requires Scan2Deploy agent v1.37 or higher and V3 Scan2Deploy QR code

Silent Deployment

  • Applies profile on device in the background without launching the Agent UI
note

Please consult the silent deployment documentation for feature requirements.

Barcode Only

  • Added Barcode only deployment option to remove the need to host/download a profile
  • Only a certain subset of features are available within this deployment format, otherwise hosting the profile will still be required. For a complete list of feature compatibility, please consult the configuration actions documentation
note

Barcode only feature requires Scan2Deploy agent v1.38 or higher.

Device & Scanner Settings Enhancements

  • Added support for partial Device and Scanner settings. This feature allows you to set a portion of the Device & Scanner Settings without including the defaults
  • Added unselect/select all button to support partial settings selection
  • Added reset button to the return all settings to default values
  • Added intermediary titles for bundle array entries

Datalogic Launcher

  • Launcher available for updates in Datalogic Apps list
  • New action selection page added for launcher configuration
    • Adding Allowed applications/web pages
    • Customizing application appearance
    • Configuring launcher and device interface while running
  • Datalogic Launcher available in default home/launcher selection
note

Datalogic Launcher features require Scan2Deploy agent v1.35 or higher as well as compatible firmware.

Miscellaneous

  • Added drag & drop script reordering
  • Added Screen Lock setting to advanced deployment options
  • Updated various tooltips and confirmation dialog text to improve clarity

Compatibility

Some features in this release require Scan2Deploy Agent v1.38 or newer. To update to the latest version of the Scan2Deploy agent, check Update Scan2Deploy on the Save and Print page in Scan2Deploy Studio

Some features in this release require a minimum firmware version, please consult the feature description within the Scan2Deploy Studio documentation for requirements

Corrected Defects

  • Fixed issue where temporary files were not being cleaned up on disk
  • Fixed issue that prevented discarding unsaved changes if downloads were in progress
  • Fixed issue where bundle array entries were not immediately added to json
  • Fixed typo in intent field invalid entry text
  • Fixed issue where Espresso installed apps were not configurable
  • Fixed an issue encountered when modifying SureFox managed config

React Native SDK 2.0.3

· One min read

The React Native SDK 2.0.3 is now available. It has been updated to the most recent version of React Native and the most recent version of our own Datalogic Android SDK. Sample apps have also been updated to reflect this new version. It is available as a npm package here: @datalogic/react-native-datalogic-module.

Enhancements

  • Added support for React Native 0.68.2
  • Updated functions to use Datalogic Android 1.29
  • Various stability improvements