Realwear update via sendintent

L
LC
Eli Lilly & Company

hello, 

I am trying to use the sendintent on a managed android enterprise to have the device run its update app and install updates. i am new to android scripting so any help or resources would be very helpful. 

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

Hi LC! Do you have any documentation from Realwear on how the update should be processed? Do you have the intent structure that they require?

RC
Raymond Chan Diamond Contributor
4 years ago (edited 4 years ago)

This is not the first time I mentioned about the following related to Android intents on this forum.

If someone really understands the mechanism of Android intent, he/she should know that support or documentation should be sought from the vendor/developer actually implementing the intent (Realwear in this case), not from an MDM vendor such as Soti.

After obtaining  the official documentation of the implemented intent, with the intent name and all its arguments/parameters well defined, then one can consider if the any supported syntax of Soti Mobicontrol sentintent script command can be used to initiate the required intent.  Not any intent is supported because some intent require complex/tricky argument types or objects.