Hello,
I'm testing the new security rules for Andorid 11. I need to copy a Velocity .wldp file to a Zebra device. ( Yes, I know the recommended Google way it to do it with managed app config)
I can do this with the following article.
For some reason I see the host 2 times in Velocity but a delete command in the post-install script will fix this.
__chmod 777 /enterprise/usr/Test.wldep
sendintent -a "intent:file:///enterprise/usr/Test.wldep#Intent;type=text/plain;action=android.intent.action.VIEW;component=com.wavelink.velocity;end"
del /enterprise/usr/Test.wldep
I can copy the .wldep file to the devices. But, what if I need to place a new .wldep file there and delete the old file? Soti doesn't have access to the com.wavelink.velocity folder and a mxconfig command from stagenow to delete the file doesn’t work either.
You can send a stagenow command that will delete the application user data from the device and it will remove the wldep files but it will remove the license as well.
Has anyone found a better way to delete .wldep files from the application folder?