Forum topic
Hello,   I'm not sure if someone asked this before, but I have an android project using couple of libraries like : compile 'com.android.support:design:22.2.0' And bunch of others requiring the…
Forum topic
Hi everyone,   I am currently trying to get the BasicScanningTutorial running on a TC55 device with Xamarin in Visual Studio. I downloaded the sample from HERE. I can debug the application and…
Forum topic
I'm working on an app that should be using the proximity scan feature of TC8000 but I'm unable to find any documentation on the topic. Could you guide me to a page where I could read about this…
Forum topic
Hi   I am trying to figure this out for days.   In the app (tc55) i have created a datawedge profile that enables decoding for all barcode types. (i have also enabled it in Profile0 in…
Forum topic
I have two devices, one Workabout Pro3 and MC9190. I need to use one of these devices with continuously barcode scan without hold down button. Is it possible to lock on these device to enable scan…
Forum topic
I am attempting to use EMDK to Reboot a device.   I get a response from the EMDK service that it accepted/set my reboot profile, but looking thru log cat I see the following error :   E/…
Forum topic
After following the instructions shown here: EMDK For Android Setup on Mac (Android Studio) - Zebra Technologies Online Documentation I was able to successfully use the EMDK. However, when I opened…
Forum topic
Hi,   We have a custom scanner, which works with SOFT trigger (used emdk library).   barcodeManager = (BarcodeManager) this.emdkManager.getInstance(EMDKManager.FEATURE_TYPE.BARCODE…
Forum topic
When I install my APK to a device using an MDM, I am unable to access some features of the EMDK.   Here is what I see in the logs:   E/MxFrameworkHelper( 2447): bindCSP: sTLC=[AccessMgr] is…
Forum topic
I have an app in Java that runs on Zebra devices as well as any other Android device.   How can I determine if my app is running on a Zebra Device with EMDK or not?