Hi all, there is a way to retrieve from Zebra device connected the list of profile installed on it and switch beetween them?
I have a general class with GetAvailableProfiles method in my Maui solution.
MAUI Retrieve Profile in Zebra Device// Expert user has replied.Hi all, there is a way to retrieve from Zebra device connected the list of profile installed on it and switch beetween them? I have a general class with GetAvailableProfiles method in my Maui solution. |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
Hi Mario.
Can you clarify "what" profile you are looking at / for?
For example - there are multiple Datawedge profiles used for Applications that use Datawedge.
In RFID - there are multiple profiles used for the setup of the RFID Config for the RFID SDK to work with an RFID Reader.
I need scanner profile created/installed on zebra device.
Thanks
There are three default Profiles loaded on Zebra Android devices with DataWedge:
Profile0, Launcher, DWDemo .
Also this TechDoc may be of Help to You:
https://techdocs.zebra.com/datawedge/13-0/guide/about/
There are two demo apps for Android Studio I recommend for first-time developers using Zebra Android / DataWedge.
See the Basic Intent demo. And see the Data Capture demo -- from this samples page:
https://techdocs.zebra.com/datawedge/13-0/guide/samples/
Both of these are Android Studio samples - but you can try online / external links to look at Xamarin Forms of these as well as versions that may support MAUI implementations.