Closed aravindor closed 5 years ago
Same issue running the sample with android studio. I am using android gradle 3.5.1. Any fix on this? The application could not be installed: INSTALL_FAILED_MISSING_SHARED_LIBRARY. Even your DeviceSampleAPI APK file cannot be installed.
@aravindor @C2418M31 can you both confirm you are using a trying to use the samples on Datalogic devices? (Memor 1, Memor 10, Joya Touch Android, Skorpio X4, Falcon X4, DL-Axist)
The samples will only work on Datalogic devices, which have dedicated scanner hardware.
If that's not really the problem, reply back and we can troubleshoot further.
Thanks, Cody
Hi. Is it possible to pair our ordinary mobile phones to the bluetooth of the Datalogic qr scanner QBT4200 so we can get the decoded output of the qr code.
On Thu, Oct 17, 2019, 11:37 PM Cody Brookshear notifications@github.com wrote:
@aravindor https://github.com/aravindor @C2418M31 https://github.com/C2418M31 can you both confirm you are using a trying to use the samples on Datalogic devices? (Memor 1, Memor 10, Joya Touch Android, Skorpio X4, Falcon X4, DL-Axist)
The samples will only work on Datalogic devices, which have dedicated scanner hardware.
If that's not really the problem, reply back and we can troubleshoot further.
Thanks, Cody
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/datalogic/android-samples-astudio/issues/6?email_source=notifications&email_token=AGBPF5TBNR3VBDQJ2HESHX3QPCBDFA5CNFSM4H25AZRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBQRLSY#issuecomment-543233483, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGBPF5TLFJYVSDLW64UAH7LQPCBDFANCNFSM4H25AZRA .
The QBT24xx can be connected to a mobile phone via Bluetooth using the instruction at pages 26-27 of the attached document.
Either SPP or HID Bluetooth profile can be used to receive the “decoded output of the qr code” on a mobile phone.
@codybrookshear how can i receive the scanned barcode and use it .
listener = ReadListener { decodeResult -> // Implement the callback method. // Change the displayed text to the current received result. mBarcodeText.text = decodeResult.text }
these lines does not effect of the app ,
so what should i do to fire event when i get the decoded data !
Hi @Farahat,
Could you try running the DecodeListener sample app on your Datalogic device? That should provide a good basis to start from. But please let me know if for some reason you can't get that sample app to receive the barcode data either.
Thanks, Cody
When trying to install sample app 'DecodeSampleAPI.apk' I am getting the following error in adb .