Webos autostart  [ 1005 views ]

Goal: how can I start my application after reset

Not too easy to find how the pre starts application after the reset, but here is…
There is a section in the /etc/palm/luna.conf file


[LaunchAtBoot]
Applications=com.palm.app.phone;com.palm.app.email;com.palm.app.calendar;com.palm.app.messaging;com.palm.app.contacts;com.palm.app.camera

[KeepAlive]
Applications=com.palm.app.phone

[KeepAliveUntilMemPressure]
Applications=com.palm.app.browser

Just put your application to the end of the line under the LaunchAtBoot section.

how the luna working with the conf file: check the source

#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }