This article extends on the Push & manage sideloaded applications article. Please refer to this article
To silently install a sideloaded app on a Honeywell device, you can easily configure UEMConnect to push your APK and then to install it.
To start, please ensure you have the Honeywell OEMConfig application added to your WizyEMM profile. Then, you can access the UEMConnect configurations by clicking on the Configuration link next to the app in the Applications tab of your profile.
Step 1 - Create a provisioning file in the Honeywell Enterprise Provisioner
This file should contain the installation of the APK.
You can read more about the Honeywell Enterprise Provisioner here.
Step 2 - Export this file in provisioner.xml format
Step 3 - Use Honeywell UEMConnect to push the provisioner file to devices and execute it.
You should configure the UEMConnect with the following values:
- Source File Path
- Destination Path
sdcard/honeywell
- Run Intent
am broadcast --receiver-include-background --include-stopped-packages -a com.honeywell.ezconfig.intent.action.IMPORT_XML --es path /sdcard/honeywell/Provisioner.xml