Search code examples
javasymbianjava-me

Starting app on PC start-up in Symbian S60


How do I make my application come at start-up? I'm using a Nokia N97 phone emulator on my PC. I'm developing using Java for Symbian S60 5th edition.


Solution

  • With Java, as far as I know, you can't, at least not directly. With C++ you can use the Startup List Management API. It might be possible to write a C++ shim that launches your Java app, but I don't think I've ever seen that.