Locking down a Honeywell Android Device with Honeywell Launcher

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Quick tutorial on setting using Honeywell Launcher with an Honeywell Android Device, to create a Single User Kiosk with access to a set of Admin defined applications and user policies

Komentáře • 14

  • @chriskukowski398
    @chriskukowski398 Před 7 měsíci +1

    Dude.... thank you for this video. We've been using 20 of these for 3 years, and this is the first video I've found that walks through this.

  • @ernestorodriguez9261
    @ernestorodriguez9261 Před 8 dny

    how to disable the software security of a honeywell scanner device

  • @ganeshnaghukj2836
    @ganeshnaghukj2836 Před 12 dny

    Hi Adam, I need one more help. In our old device we load SAP ITS webpage for material stock transfer. When we scan a material, that field will be auto selected for next material bar code scan. But in EDA, we need to manully click material field to each time after scanning. Any option to autoselect that field? Thanks!

    • @adambarnier
      @adambarnier  Před 12 dny

      @@ganeshnaghukj2836 to do this you would normally need to add a tab or enter to the end of the barcode scan. In settings-Honeywell setting-scanning-internal scanner-default profile-data processing settings-suffix, set to either
      or \t. Set wedge mode to keyboard, and clear the field wedge as keys.

    • @ganeshnaghukj2836
      @ganeshnaghukj2836 Před 12 dny

      @@adambarnier thanks for this. I already made the prefix setting to
      . It auto enters without any issue. For example, after scanning user name it auto moves to next password field, once scanned that it auto logins. But when doing stock transfer, the field Material is not selected automatically. I need to manually touch that field value, then once scanned material bar code it auto enters as have
      . After auto enters, we need to scan another material. But for that again we need to touch the material field and then repeat process. In our older honeywell intermec it was not like that

    • @adambarnier
      @adambarnier  Před 11 dny

      @@ganeshnaghukj2836 In Android 9 there was a Google change that requires the field to be focused manually or programmatically. See developer.android.com/about/versions/pie/android-9.0-changes-28#ui-changes . On our Mobility Edge devices (eg CK65, CT45, CT47 etc) we have a setting to allow the device to do this for you, 1 in Other Settings. This is not supported on the ScanPal EDA52 or EDA61K, but you can do this from the SAP Web side with .requestFocus();. You could also use the Enable Custom DOM elements feature in Enterprise Browser to load a client side Javascript file (portalOne.js in Internal Storage/honeywell/EnterpriseBrowser/Scripts/) that could set the focus on the required field

    • @adambarnier
      @adambarnier  Před 11 dny

      This is the contents of an example portalOne.js, that would set the focus to 'myInputField' when the page loads.
      window.addEventListener('load', function () {
      setTimeout(function () {
      var inputField = document.getElementById("myInputField");
      if (inputField) {
      inputField.focus();
      } else {}

      }, 1000);
      }
      )
      This file would need to be deployed to Internal Storage/honeywell/EnterpriseBrowser/Scripts/, and you would need to enable Custom DOM Elements in Portal One in Enterprise Browser. You would need to ensure that you are running a recent version of Enterprise Browser and you have maintenance to use this feature. Of course you would need to identify the name target field you want to give focus to

  • @ernestorodriguez9261
    @ernestorodriguez9261 Před 8 dny

    They sold me a ct45 and I can’t reset it since it has the pin of the old owner can you help me with an app to reset the system from 0?

    • @adambarnier
      @adambarnier  Před 5 dny

      @@ernestorodriguez9261 if you have tried a factory reset, and it still is locked, then you should return to the reseller

  • @ganeshnaghukj2836
    @ganeshnaghukj2836 Před 9 měsíci +1

    Hi Adam thanks for your 2 videos. I want to know some more information.
    1. How to configure symbology like postamble with \x0D for force enter the scan
    2. Regarding the licensing to use Honey well launcher. What will be the appropriate cost, is that cost based on each device and from where can we purchase it?

    • @adambarnier
      @adambarnier  Před 9 měsíci +2

      Hi,
      For the post-amble, go into settings-Honeywell settings-scanning-internal scanner-default profile-data processing settings-suffix, set to
      . If you have issues with your app recognising the enter, set the wedge mode to keyboard, and clear the wedge as keys item. These items are also in data processing settings.
      You can purchase the license from your local Honeywell partner, where you got your devices. I think the term licensing is best, dcp-sft5 is the 5 year part number. Don’t forgot you get to use the software for one year before you need licenses. All licenses are device based and is locked to the serial number of the device.

  • @ultimatephysics3256
    @ultimatephysics3256 Před měsícem

    I forget account login and password please help me

    • @adambarnier
      @adambarnier  Před měsícem

      If the account is locked out you would need to wipe the device

  • @ernestorodriguez9261
    @ernestorodriguez9261 Před 8 dny

    how to disable the software security of a honeywell scanner device