Hi, as per the subject, I am trying to retrieve the mac-address of the device via ProfileManager and OEMInfo.
Based on this example:
https://github.com/ZebraDevs/OEMIdentifiers-Java-Sample
I modified the xml and the various parts to replace the serial number retrieval with the mac-address, using this identifier: content://oem_info/oem.zebra.secure/wifi_mac
as indicated here: https://techdocs.zebra.com/oeminfo/consume/#acquiresecureinfo
However, while for the serial everything works correctly, the mac-address is not returned (maybe the identifier is not correct, the profile manager seems not to accept the authorization to the identifier).
Thanks
Can't get wifi mac-address through OEMInfo// Expert user has replied. |
3 Replies
I'm adding more info:
With an Android 13 device, seems to work correctly, but with an Android 11 device the same code doesn't work.
Luca, as a start, double check two things
For the records, updating A11 device to the latest BSP currently available (LifeGuard Update 11-49-09.00-RG-U00) made the WIFI MAC URI available. Case closed!