Launch MobiControl agent via script

Solved
YR
Yoan R
COPPERNIC

Hello,

Could someone please tell me how to launch the MobiControl agent via script ?

I try this :

sendintent -a "intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=net.soti.mobicontrol.coppernic;end"

But as you can see bellow, the system requires manual action (and I want to launch the script on 1000+ Android+ devices) :

Many thanks for your help !

5 years ago
Android Scripting
ANSWERS
EG
Edgar Gomez
5 years ago

Hello,

Does not work just start ?

start net.soti.mobicontrol.coppernic 

Solution
YR
Yoan R
5 years ago

I didn't see this command on the script page and I thought it was incredible that there is no command to launch an application... My bad ! Thank you Edgar !