Set Device requirements for package download and install

Solved Locked
TE
Travis Epperson
HD Supply - STOCK-CSC

Zebra Android Devices,

I'm trying to work out a staging routine that when devices drop into a folder they are updated to the correct firmware version and device configuration.  Then after that is done the applications and lock screen is attached.

Is there a way to put in some kind of IF statement that says if the firmware != then install this firmware build.  I can push firmware already through profiles but devices that already have that firmware still get the firmware downloaded and reinstalled.  Also I tried using the prerequisite settings for packages, but they fail if the prereq isn't met and never try again even though the prerequisite has been installed.

I'm fine with using scripts to accomplish this, but haven't seen the ability to pull the firmware as a variable.

6 years ago
Android
ANSWERS
MD
Matt Dermody Diamond Contributor
6 years ago

Yes, you can use OEMVersion as a filter criteria. If you want to get more granular and also verify the LifeGuard version then you will need the GetPatchVer application that when run, saves an INI file on the device with the LG version that then can be extracted in SOTI as Custom Data for use in a Filter Criteria rule.

Solution
TE
Travis Epperson
6 years ago (edited 6 years ago)

Where can I download GetPatchVer.apk ???