I'm working on a .Net MAUI application for Zebra TC22 (Android), using EMDK (EMDK for Xamarin v8.0). Is there a way to programmatically control volume of the beep the device emits on a scan?
HiIn my Android app, I use UUID.randomUUID().toString() and save it to SharedPreferencesThis UUID used for save information about the device in server DBMy problem is that our customer works with MDM…
Required ESN - Device Serial number on Android 13. Below are the application-related specifications we are currently using. compileSdk: 35minSdk: 29targetSdk: 34We have already tried the…
I am working on MAUI app for the MC9300 which is using Android 10. My question is if we were to upgrade to using Android 11 would we be able to use an SDK or would we still have to use EMDK for…
HiWhen using ProfileManager with profile that downloads a file (apk in my case), I can see in the logcat the progress of the download 01-20 17:19:12.108 3584 5076 I StatusMgrService…
According to the Zebra documentation there is a Nuget package version 9.x for MAUI .Net.https://techdocs.zebra.com/emdk-for-xamarin/9-0/guide/nuget/However, in the Nuget package manager the newest…
Helloi am cordova developer and i am trying to create cordova plugin for TC53e-RFID device using SDK 2.0.3.162 for our applicationhttps://www.zebra.com/us/en/support-downloads/software/rfid-software/…
HelloI am cordova developer.i tryed to get key code value for Hardware yellow button left and right using "keydown" event but always return key: "Unidentified" and keyCode: 0"keydown" even>…
Overview
When Android Marshmallow (6.0) was released, Google introduced the runtime permission system. This change aimed to give users more control and transparency over how apps receive…
Hi!. We are trying to retrieve the serial number of a Zebra device (TC52x) from a MAUI application. We are stuck, after reading the documentation available and trying many different…