We’re running into an issue with our Zebra VC8300 devices on Android 14 where DataWedge configurations are not importing.
Our current process works fine on Android 13 — the .db file is stored on the device in /sdcard/, and we push it via SOTI MobiControl using the DataWedgeMgr XML.
<wap-provisioningdoc>
<characteristic version="9.2" type="DataWedgeMgr">
<parm name="ConfigurationFile" value="/sdcard/UlineMX/datawedge.db"/>
<parm name="AutoImporting" value="1"/>
</characteristic>
</wap-provisioningdoc>
On Android 14, the same .db file will not import — even if I go into the DataWedge app on the device and attempt to import it manually. No errors appear; it simply doesn’t apply the configuration. I also tried creating a new StageNow Profile with a higher MX but that did not solve the problem.
Has anyone run into this with Android 14?
-
Did the import location change?
-
Is there a new permission requirement for DataWedge to access files?
-
Is
.dbimporting deprecated in favor of another method?
Any insight or workaround would be appreciated.