Skip to main content

Frequently Asked Questions

How can I create a new deployment profile?

Follow the below steps to create new Deployment Profile.

  1. Click on the Create Profile button on the Scan2Deploy Studio home page.

  2. This takes the user to the Action Selection Page where different actions can be selected to include in the profile.

    • By default, the Wi-Fi Setup action is selected.
    • When the user selects/unselects the actions, the corresponding page is added/removed from the profile.
    • At any point of time, users can navigate to any page by clicking on the Stepper buttons available on the top horizontal bar.
  3. Click on a Stepper button to edit the page or use the side navigation buttons to move to the next page. For instance, click on Wi-Fi to edit Wi-Fi details.

  4. Enter all required fields in every selected page.

  5. Once all the pages are correctly filled, navigate to the Save and Scan page.

  6. Make any final changes to the profile.

    • Profile Name/Description: Profile will be saved with this name/description. Can be modified from any page using the toolbar.
    • Mobility Suite updates: Includes latest commonly recommended applications to install
    • File Hosting Details (Protocol, Host and Port number, etc.): Remote or local location where the saved profile will be hosted, if needed.
    • Scan2Deploy Settings: Configuration related to how the profile is deployed/saved.
    • Android Settings: A few remaining Android settings specific to Scan2Deploy (not included in OEMConfig)
  7. Once all the required fields are entered, click on Save to save the profile and then PDF to download the barcodes within a file.

How can I create a new firmware update profile?

  1. Click on the System Update button on the Scan2Deploy Studio home page.

  2. This takes the user to the Action Selection Page where different actions can be selected to include in the profile.

    • Notice that the Firmware Update and Wi-Fi Setup actions are selected by default and the pages appear in the top horizontal bar.
    • Device details like Model (Memor 10, Memor 1, Memor 20 etc.), SKU (US, China, EU etc.) and Android OS Version can also be specified on this page.
  3. Fill in Wi-Fi details.

  4. Click on the Firmware Update page and configure the following fields.

    • Firmware OTA file
    • Reset Type: By default, it’s set to None
    • Force Update: By default, this field is unchecked.
  5. After completing the Firmware Update page, click on the Save and Scan page.

    • Fill in any required deployment details
  6. Click on the Save to save the profile and then PDF to download the barcode within a file.

How can I edit an existing profile?

Allows the user to load the existing configuration or firmware update profile to the app and make amendments.

  1. Edit or import existing profile:

    a. Click on the Import button on the Scan2Deploy Studio home page to be prompted with a file picker window through which an exported profile can be selected.

    b. Alternatively, if the user is logged in and has previously saved a profile, the edit () icon can be selected within the saved profiles list.

  2. The app will be initialized to the state the profile was saved at.

  3. Once the profile is successfully loaded to the studio, users can edit any pages and save the profile again.

How can I configure Google Chrome with a URL allow/block list?

You can easily use the Applications page in Scan2Deploy Studio to configure Chrome to either allow certain URLs (no websites are allowed other than the specific ones listed) or block certain URLs (all websites are allowed other than the specific ones listed). Note that this is only supported on devices that include Google Chrome in the image ("GMS" devices).

This example only allows access to the github.com website and blocks access to all other sites:

  1. While in Scan2Deploy, navigate to the Applications page.

  2. Click on the configuration button () in the Configuration column next to Chrome

  3. In the Block access to a list of URLs field, enter ["*"].

  4. In the Allow access to a list of URLs field, enter ["github.com"].

  5. Now, when you have saved and scanned the created barcode on your Datalogic device, Chrome will only be able to access github.com.

Whitelisting github.com

How can I disable or enable the Android navigation bar on my Datalogic device?

It is possible to disable and enable the Android navigation bar using the Scripts page in Scan2Deploy Studio.

  1. Navigate to the Scripts page in Scan2Deploy Studio.

  2. Add a SHELL script command with the one of the following text:

    • Disable navigation bar
      adb shell wm overscan 0,0,0,-190
    • Enable navigation bar
      adb shell wm overscan 0,0,0,0
  3. Saving the profile and scanning the created barcode created will show/hide the navigation bar on your Datalogic device.

Why aren't my profiles and/or device selection options appearing in Studio?

This is most often a result in communication being interrupted between the main application and one or more of the background processes. This could simply be a temporary interruption due to changes in the network connection state. To start the initial troubleshooting, step through the following sequence, testing to see if the issue is resolved after each one:

  1. Wait a few minutes to see if communication is restored automatically
  2. Restart application
    a. Fully shutdown Studio through the task tray option
    b. Wait a few moments to ensure all background processes have finished
    c. Start Scan2Deploy Studio
  3. Restart PC

If the issue persists through these steps, it could be a sign that one of the default ports from Studio is either being assigned to a different process or being reserved by Windows.

Option 1: Exclude ports from dynamic assignment

Important

This method requires User Account Control (UAC) access

  1. Open an elevated command prompt

  2. Exclude the Scan2Deploy Studio ports from dynamic assignment:

    net stop winnat
    netsh int ipv4 add excludedportrange protocol=tcp startport=6379 numberofports=1
    netsh int ipv4 add excludedportrange protocol=tcp startport=51010 numberofports=1
    netsh int ipv4 add excludedportrange protocol=tcp startport=51070 numberofports=1
    net start winnat
  3. Confirm ports are excluded:

    netsh interface ipv4 show excludedportrange protocol=tcp

Option 2: Change port configuration for Studio

As of Scan2Deploy Studio v2.2.0, you can now configure different ports for use by the application.

  1. Identify free port(s) for use on the system
  2. Follow the port configuration instructions to change the port(s) for the desired process.