Forum topic
Hi everyone. So our company has a 3rd party application that runs on the browser so we don't have anyway to change the application. We have a barcode in a format like 111#222#333 Is there anyway to…
Forum topic
Hello, I am creating a .NET MAUI application for Zebra MC330L and I would like to programatically turn the Show virtual keyboard setting on or off (see picture). It is possible to hide the keyboard…
Forum topic
Hi, When accessing the IsPreviousRequestPending property we get an exception like below.   2023-06-06 04:38:34 5703 - MainActivity::Initialize Exception: System.ArgumentException:…
Forum topic
In our we have used Zebra barcode scanner. The app is written in react native and running on Android tablet device(CC6000). Our new requirement is to fetch SCANNER STATUS periodically(every 5 minutes…
Forum topic
Good morning Everyone I'm looking to integrate Zebra printing within our 2 Xamarin products (iOS and Droid) and I've built a configuration tool allowing users to perform their printer setup. The…
Blog entry
Introduction In a world where machine vision is revolutionizing industries, Zebra Aurora Vision Studio™ emerges as a game-changer. Whether you're a newbie or an experienced pro, this user-friendly…
Embrace Your Inner Visionary: Learning Aurora Vision Studio™
Forum topic
Our reporting indicates many instances of ANRs happening in the field. We're running TC52 devices with Android 8.1 and 10. EMDK version is 11.0.131.4031. Here are snippets of the log files:…
Blog entry
Using Shortcuts in EHS to Launch Enterprise Browser 3.x  Ian Hatton Zebra EMEA (Revised Jan24)   Overview This is a demonstration of a method of creating multiple Enterprise Browser…
EB Shortcuts Banner
Forum topic
We need to use RFID and barcode reader feature in an Android application using MC3300. RFID reader works well with RFID API3 Lib v2.0.02 library. We are looking for a solution to integrate barcode…
Forum topic
HI, I Would like to do an entire backup of a TC52x with adb :   I used this :   adb devices adb backup -apk -shared -nosystem -all -f backup.adb adb restore  backup.adb…