Hello,
I've received and tested a common way to start an unattended OS Update on Casio devices.
It works fine over adb but I need help to pack it into a sentintent command and send this command to a device group in MobiControl
Casio's Answer was:
Command: android.intent.action.MAIN
Packagename: jp.casio.ht.fotaclient
Class: jp.casio.ht.fotaclient.StartUpdate
resulting in this adb command:
am start -a android.intent.action.MAIN -n jp.casio.ht.fotaclient/jp.casio.ht.fotaclient.StartUpdate -d file:/sdcard/61.03_02_20230309.PFU
I've tested it and it works.