S40 does not allow running the application in the background. This is the only solution - use PushRegistry.registerAlarm.
I'm trying to create a reminder, so when it works, it should make the phone vibrate and make noise, but, unfortunately, I get a small message saying "Reminder: application name", and the soft key is set to "Open". When it opens, it creates noise and vibrations (or it will, now I'm just testing with a simple TextBox).
Is there a way to get PushRegistry.registerAlarm to actually open my application and not wait for another confirmation?
Or do you know another way to make an application in the background on the S40?
Thanks!
source share