I created a Tasker profile which would run a single shell command at startup to configure a network setting
Profile: Boot (3)
Event: Device Boot
Enter: Wi-Fi Name (2)
A1: Run Shell [ Command:setprop net.hostname OptimusF3 Timeout (Seconds):0 Use Root:On Store Output In: Store Errors In: Store Result In: ]
Check your superuser app. SuperSU, for example, blocks root requests during boot by default.
Scott
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
Check your superuser app. SuperSU, for example, blocks root requests during boot by default.
According to:
http://tasker.dinglisch.net/userguide/en/appcreation.html
Most child apps include a service which constantly monitors for events. If you know that you don't need to monitor events anymore (in-between app launches) you can use the Disable action in the Tasker category to stop it.
It will be automatically started again next time the app is launched.
Hope this helps.