Android System crash using installSystemUpdate

TE
Travis Epperson
HD Supply - STOCK-CSC
I would like to trigger the update of firmware on a Zebra device with JavaScript.  I know it's possible in legacy script, but I have my reasons to use JavaScript.
 
MobiControl Version: 15.5.2.1003
Agent Version 15.3.0.1006
Zebra TC57X
Android OS 10.0
OEM Version 10-16-10.00-QG-U114-STD-HEL-04
File is present (if it's not a different error occurs)
 

Script:

var FirmwareLG = new mobicontrol.io.File("/sdcard/HE_DELTA_UPDATE_10-16-10.00-QG-U133-STD-HEL-04.zip");
mobicontrol.os.installSystemUpdate(FirmwareLG);

When the script is run it throws the error:

Custom log (Wrapped java.lang.RuntimeException: android.os.DeadSystemException (UserScript#2))

3 years ago
Android Scripting
ANSWERS
FS

Having the same issue on:

MobiControl: 2024.1.2.1046
Android Agent: 2026.0.2.1278
Device: Zebra EC50
OEM Version: 11-61-11.00-RG-U00-STD-HEL-04

Update Version: HE_FULL_UPDATE_14-38-04.00-UG-U00-STD-HEL-04


It seems like there has been no development time invested in this from SOTI.