1. Home
  2. Docs
  3. TELLNEXT
  4. How-To’s
  5. Scanning By Intent
  6. Scanning by intent on M3 mobile devices

Scanning by intent on M3 mobile devices

In the  _tnx_profile.jcf file, set the Scanner.Sdk.On and BluetoothSPP.On parameters to false:

"Scanner": {
    "Sdk": {
      "On": false,
      "Readers": [
    ...
    },
    ...
    "BluetoothSPP": {
      "On": false,
      "Filter": "",
    ...
    },
    ...

Configure scanning through Intent in the  same file (_tnx_profile.jcf)

    "IntentScanner": {
      "Action":"com.android.server.scannerservice.broadcast",
      "Extra":"m3scannerdata",
      "CodeType": "m3scanner_code_type",
      "HasCategory": false,
      "Category": ""
    }

configure in M3 device the Intent output as follows:

  • Set the Intent Action as com.android.server.scannerservice.broadcast