...
Configuration ID | Value (* indicates default) |
---|---|
EXTRA_SCAN_POWER | Value = 0 Disable scanner = 1 Enable scanner* Note: When scanner is enabled, it will take some time to initialize during which all scan requests will be ignored. |
EXTRA_TRIG_MODE | Value = 0 Level mode = 1 Continuous mode = 2 Pulse mode* = 4 Delay mode* |
EXTRA_SCAN_MODE | Value = 1 Fill in EditText directly* = 2 Simulate keystroke = 3 Output via API (required to use Mobile WMS) |
SEND_SCAN_FAIL_BROADCAST | Value = 0 Disable the send scan fail broadcast = 1 Enable the send scan fail broadcast |
EXTRA_SCAN_AUTOENT | Value = 0 Do not add a line feed* = 1 Add a line feed |
EXTRA_SCAN_NOTY_SND | Value = 0 Sound notification off = 1 Sound notification on* |
EXTRA_SCAN_NOTY_VIB | Value = 0 Vibration notification off* = 1 Vibration notification on |
EXTRA_SCAN_NOTY_LED | Value = 0 LED notification off = 1 LED notification on* |
SCAN_TIMEOUT | Set decode session timeout (millisecond) Value = 0-9000; default: 3000* |
SCAN_INTERVAL | Set timeout between decode sessions (millisecond) Value >= 50; default: 50* |
TRIGGER_MODE_MAIN | Value = 0 Disable the Scan key on front panel as scan trigger = 1 Enable the Scan key on front panel as scan trigger* |
TRIGGER_MODE_LEFT | Value = 0 Disable the Scan key on left side as scan trigger = 1 Enable the Scan key on left side as scan trigger* |
TRIGGER_MODE_RIGHT | Value = 0 Disable the Scan key on right side as scan trigger = 1 Enable the Scan key on right side as scan trigger* |
TRIGGER_MODE_BLACK | Value = 0 Disable the trigger on pistol grip as scan trigger = 1 Enable the trigger on pistol grip as scan trigger* (Precondition: The terminal supports this feature) |
NON_REPEAT_TIMEOUT | Set reread delay (millisecond) Value = 0 Reread same barcode with no delay* > 0 Do not allow to reread same barcode before the delay expires |
SCAN_PREFIX_ENABLE | Value = 0 Disable prefix = 1 Enable prefix* |
SCAN_SUFFIX_ENABLE | Value = 0 Disable suffix = 1 Enable suffix* |
SCAN_PREFIX | Set prefix Value = Hexadecimal value of prefix character; default: null* e.g. 0x61 should be entered as 61. |
SCAN_SUFFIX | Set suffix Value = Hexadecimal value of suffix character; default: null* e.g. 0x61 should be entered as 61. |
SCAN_ENCODE | Character encoding Value = 1 UTF-8 = 2 GBK* = 3 ISO-8859-1 = 4 AUTO = 5 Other Should enter the value of SCAN_OTHER_ENCODE at the same time = 6 windows-1251 |
OUTPUT_RECOVERABLE | Value = true Enable overwrite output = false Disable overwrite output* |
EXTRA_OUTPUT_EDITOR_ACTION_ENABLE | Value = 0 Disable software key event output * = 1 Enable software key event output |
EXTRA_OUTPUT_EDITOR_ACTION | Value = 0 IME_ACTION_UNSPECIFIED = 1 IME_ACTION_NONE = 2 IME_ACTION_GO = 3 IME_ACTION_SEARCH = 4 IME_ACTION_SEND = 5 IME_ACTION_NEXT = 6 IME_ACTION_DONE * = 7 IME_ACTION_PREVIOUS |
...
- Open "Quick Settings" app:
- Select "Scan".
- Make sure the "Enable scan" option is checked.
- Select "Restore default".
- After restore default, if the device needs to support GS1 barcodes, please scan the QR-code shown in the first section of this page to enable GS1 barcode support.
- Restart Mobile WMS and check if the issue still occurs.
...