First off my ultimate intentions is to have one barcode that loads all Zebra devices. Doesn't matter if it is a ET50, TC70X, or a TC50. With that in mind I have setup the add rule to drop all devices into a Stage folder.
My goal is to setup a device relocation based on the device model. Unfortunately IP and Custom Data are the only option to trigger relocation rules (Soti PLEASE make this more flexible in future!). I could use the Custom Data, but the only way to fill a custom data feild is through an INI or XML file off of the device (again FLEXIBILITY please...). So at this point i'm thinking a file sync rule with a custom script post file sync that will take the %MODEL% and write it to an ini file on the android device. Then I can tie the custom attribute to that file and pull back what was written into that ini. FYI - I have this working on WinMobile devices since there are ini files built in that include the device model.
I am very weak at writing soti scripts and am wondering if i'm on the right track before I spend a bunch of time writing the script. Is there an easier way? Will this work at all?