Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


To use the ProGlove the Connect App must be installed.

When the MobileWMS starts it will check if the scanner is connected if not it will open the Pairing tool.
The ProGlove uses BLTE so it needs to be connected every morning and after the timeout (default set to 15 min.)

The ProGlove Connect App and set up

Install the ProGlove app by downloading the attached *.apk file, transferring it to the device, and opening it.
When setting up the ProGlove app, select SDK as Ingeration Paths.

image-2019-09-17-10-27-10-560.png


It can also be set up manually in the PG Config in the Scan2Pair:


Make sure that the Connect app is set up to "Send current buffer to the SDK output". This can be verified in the Rules menu item, by selecting the Send To SDK rule.

Lockdown screen

We expect that the PairingActivity is put into the Lock down screen to ease the connection if the Mark2 device disconnects.


The path defined for the lock screen in MobiControl must be the following, to make the ProGlove app go directly into pairing mode.
de.proglove.connect/de.proglove.coreui.activities.PairingActivity

Configuration changes on the device

A barcode can be created by accessing http://config.proglove.de.
This will set up the MARK 2 with the configuration defined on the page.
E.g. Change the timeout for the MARK 2 scanner to disconnect.

Build process (for developers)

The ScannerAPi from ProGlove was received from their maven repository. PB received an email with credentials for the maven repository.
The AIDLConnect was found in the same repository.

The ScannerApi aar file was added as a "LibraryProjectZip".
The AIDLConnect needs some extra jars. These must be added as: "EmbeddedReferenceJar". The AIDLConnect is an Aar but inside there is a jar file that can be used.


Find the dependencies in AIDLConnect.aar - use the Jar from inside the aar.



SDK Documentation:

To enable GS1 DataMatrix on the Proglove:

ADB:

Here is a way to start the Activity from a adb. The same name can be used on the lock down screen:
adb shell am start -n de.proglove.connect/de.proglove.coreui.activities.PairingActivity



  • No labels