Removing velocity profiles from Zebra Android 13

Hi everyone,

i want to deploy a new velocity profile and remove the old one. Thing is, i know that the profile gets put in %sdcard%\com.wavelink.velocity and then file assist copies/syncs it to %sdcard\android\data\com.wavelink.velicity\files.

The issue i'm having is when i run a script to try and remove the old profile it's only removing from %sdcard%\com.wavelink.velocity so it's still visible in the velocity storage so i'm having to manually go into velocity to clear the storage.

This is the script i'm currenly trying to use..

kill_application com.wavelink.velocity
sendintent -a "intent:#Intent;action=android.intent.action.VIEW;component=com.wavelink.velocityfileassistant/.FileUpdate;B.com.wavelink.velocityfileassistant.extra.CLEAN=true;end"
start com.wavelink.velocity
 
Any help would be greatly appreciated.
3 days ago
SOTI MobiControl
ANSWERS
JH
Jeroen Hagen
2 days ago

For Zebra devices I always copy the files into the /enterprise/usr folder without using the Velocity Assistant.

Using the script "del /enterprise/usr/*.wldep" you can easily delete the old files and put new ones into the folder.

This always does the job on my end using Zebra devices.