Re: [Architecture] [EMM] Device reboot support

2016-02-10 Thread Kasun Dananjaya Delgolla
Hi Gayan, +1. I have implemented Reboot, Shell command execution, firmware upgrade and app silent push/removal on the android layer (with the system app). Also the calling points to the system app in the agent operation manager as well. So once you have added these new operation to the back-end

Re: [Architecture] [EMM] Device reboot support

2016-02-09 Thread Gayan Yalpathwala
Hi, I have implemented the above in the emm jaggery app and also in the REST Api layer. I will be further testing the end to end flow on a rooted device with KasunD. Meanwhile, I will start adding operations for executing remote shell commands and firmware upgrade. Thanks, On Tue, Feb 2, 2016

Re: [Architecture] [EMM] Device reboot support

2016-02-02 Thread Kasun Dananjaya Delgolla
Hi Gayan, EMM system service app has an Intent Service implemented, "EMMSystemService" you can invoke this service with the operation code as a parameter. I will document this and share with you guys ASAP. I have already implemented the agent side code to invoke this service as well. So you can

[Architecture] [EMM] Device reboot support

2016-02-01 Thread Gayan Yalpathwala
Hi, I am in the process of implementing the device reboot support for EMM. This feature will be available for allowed EMM user roles to restart the device remotely. There will be an operation added to the device view of the console. In case of Android, the agent application will need to