S40 doesn't allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm.
I'm trying to make a reminder app, so when triggered it should make the phone vibrate and make noise, but unfortunately i get a small message saying "Reminder: App name" and the softkey is set to "Open". When it opens it makes the noise and vibrations (or it will, now i am just testing with a simple TextBox).
Is there a way to make the PushRegistry.registerAlarm actually open my app, not wait for yet another confirmation?
Or do you know another way to make a app run in background on S40?
Thanks!