Datawedge Intent import script

O
Oliver
Zetes AB
3 years ago
Android Scripting
ANSWERS
MD
Matt Dermody Diamond Contributor
3 years ago

Why do you need to load the .db file from a separate directory? You can place the datawedge.db using a Package to the /enterprise/device/settings/datawedge/autoimport/ folder and then use a post install script to have it automatically processed without requiring a reboot. 

__chmod 777 /enterprise/device/settings/datawedge/autoimport/datawedge.db

 

O
Oliver
3 years ago

Our customer is going to use the handheld as a scanner connected to a PC with IPWedge, multiple PCs on the same location with different IP's

Plan is to have all profiles with different IP's in a directory on the device and when a connection between a PC and a handheld needs to be established a admin can simply send the script to import the correct profile for that PC

We have already tried to copy the profile to the autoimport directory and restarting the device but this does not seem to work on TC77 running android 10

O
Oliver
3 years ago

In addition, creating packages for every single profile is too much work on our end