Using Soti Script Commands for RX Logger
Team,
Have a customer looking to enable and then disable the RX Logger Tool on Andriod MC40.
Below is the commands I tested on Soti Server 12.1 and MC40 Build 052014:
- To enable…
sendintent -b
"intent:#Intent;action=com.motorolasolutions.rxlogger.intent.action.ENABLE;end"
- To disable…
sendintent -b "intent:#Intent;action=com.motorolasolutions.rxlogger.intent.action.DISABLE;end"
Hope this helps someone in need of this info.
Cheers,
Mark
Mark Mann