Forum topic
I wrote a program back in 2017 that was originally for the Zebra TC8000 Mobile Computer and the only thing that it was used for was taking inventory in our stores. The program was able to connect to…
Forum topic
Hi Team, I am using a mobile computer zebra TC52x device to scan barcodes in the android application. In order to use the barcode scanner, I am using the zebra SDK Symbol.XamarinEMDK(7.0.0.14). I am…
Forum topic
Serial number of the unit: 21010523020108 Model number or product name: RFD8500 RFID Reader ZEBRA Android SDK Version: 2.0.1.44 Android target SDK version: 31 Android min SDK version: 24 We have a…
Forum topic
Hi, I am using EMDK and Profile manager to get the Serial number of the device. Since Android 10 I am getting the following result when setting a Profile. MxFrameworkService: MX Management System is…
Forum topic
Hy, I have a strange issue with my apk. I implemented the barcode reading, and If I start my application, and after that I step to the home screen, and I waiting when the device step into sleep mode…
Forum topic
Hello, It is no longer possible to compile Android projects using the EMDK library as JCenter has fully closed. To test you will need to clear your maven cache Can the latest EMDK jars PLEASE be made…
Forum topic
Hi, I need to extract the wifi mac-address, while I succeed to do so in Android 8.1 & 10 with Android code, I couldn't find a solution for Android 11. Android blocked mac-address since…
Forum topic
Good afternoon. When working with the scanner, and specifically for the scanner.read() - onStatus, scanner.disable(), scanner.release() - deInitScanner methods, a ScannerException occurs periodically…
Forum topic
My team is working with UPC-A and EAN-13 barcodes and would like to retain the leading 0 as part of the EAN-13 barcodes. We are using the EMDK for Android and currently are enabling the decoderParams…
Forum topic
As we can see from the EMDK documentation and sample application on Github, we need to "wire up" the Android lifecycle events (ie: onResume, onStart, etc...) to the EMDK so we properly…