Hello, Team!
We're attempting to upgrade the operating system on Topicon devices with SOTI.
One device is running Android 11 while the other is running Android 7.
We are copying the zip file to the root directory of the SD card using file synchronization rule.
The file synchronization rule includes a post execution script.
The file is being transferred to the device.
However, neither the post-script executed nor the error is thrown.
We've tested following scripts.
sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/storage/emulated/0/update mdt760 microlise 1.9.8.zip;end"
sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/sdcard/update mdt760 microlise 1.9.8.zip;end"
sendintent -b "intent:#Intent;action=com.utility.updatemanager.UPDATE;S.file=/storage/sdcard0/update mdt760 microlise 1.9.8.zip;end"
We've tried install_system_update script as well which says as not supported.
Can someone please tell me what could be wrong?