Application Autostart in Symbian

There are mainly 2 ways to launch native applications at boot time on Symbian systems:

Start-on-Boot Registration API allows to specify that an executable be launched and kept running indefinitely by registering it for re-launch as part of the phone’s boot sequence.

EzBoot: A boot manager application. It allow you to autostart an application (typically a server) when the phone is powered on.

Leave a Reply