I tested some shell commands which worked K-10-02-00-D3.
Since K-10-06 they are not longer working.
Using ADB everything works fine, but not when using the commands in a SOTI Script.
This is an example for the SOTI Script:
showmessagebox "install EHS" 3
execute_shell mv /sdcard/Rebranded_EHS_2.0.0.txt /sdcard/Rebranded_EHS_2.0.0.apk
install /sdcard/Rebranded_EHS_2.0.0.apk
showmessagebox "EHS Install ready" 3
The workaround to install software packages by renaming a .apk file to .txt, then rename it via script to apk and install it therefore does not work any longer.
Ia anybody able to find out why execute_shell is not longer working ?
Kind regards
Horst
1 Replies
Hi Horst,
most likely this fails due that Secondary External is Read Only.
how did you move the Rebranded_EHS_2.0.0.txt file to the ''sdcard' in first place ?