I have started to notice the shellexecute script no longer works on Android Plus devices and this was a necessary script for multiple reasons. The old script that was being used was as follows:
shellexecute chmod 777 /enterprise/usr/enterprisehomescreen.xml
I have also tried the following:
shell_execute chmod 777 /enterprise/usr/enterprisehomescreen.xml
_chmod 777 /enterprise/usr/enterprisehomescreen.xml
This command is used whenever SOTI pushes a file to a device to make sure the permissions are correct. Without it other applications that read the file do not work correctly.