I have an application installed on a WP device that currently has the startup mode set to manual (i.e. doesn’t automatically start when legato is started).
How do I change the startup mode to automatic - ON THE DEVICE? I don’t want to change the mode in the adef file and rebuild/install - I just need to change the mode on a single platform.
I’ve looked through the cm and app commands … but nothing leaps out at me. I also thought about looking through the system config tree … but a little guidance would be useful before making too many modifications there!
Hi @daav,
I set “start: auto” in adef and then set manually start by “config set system:/apps/smsInboxService/startManual true”, then confirmed the value has changed to “ture” root@swi-mdm9x15:~# config get system:/apps/helloworld/startManual true
But app still auto run after power up the device, any idea?
If I firstly set “start: manual” in adef and then change it to auto start by “config set system:/apps/smsInboxService/startManual false”, it works.