SOTI script to enable Honeywell CT60 provisioning mode
- 21 March 2019
- SOTI MobiControl - Android
3 Answers- 0 Upvote
- 1 Follower
3 Answers
Hi Mark
You actually do not need to reboot the device for ezconfig settings to apply.
I usually use this intent in the post install script which will set the settings of the xml-file without a reboot. In some cases you need to change the path and name of the file, but you get the drift. Please report back after you tested this, it has always work great for me and I belive i have even tried it on a ct60.
sendintent -b "intent:#Intent;action=com.honeywell.tools.deviceconfig.enabledeviceconfig;S.deviceconfigfilepath=/sdcard/honeywell/persist/deviceconfig.xml;launchFlags=0x0000020;end"
Thanks Fredrik, this looks like it works for me too.
I'm new to EMM and android, how do people discover the intents that are available? Is there a reference somewhere or an app or command to list intents (particularly for third party software like the honeywell stuff)?
Basically how did you discover this? :)
Cheers.
Hi Mark
Honestly i got it from a Honeywell guy in Sweden, I guess our script documentation could be better, i dont really know why all available scripts and intents are not publicly available. probably because they are often device specific.