Reminder app for S40 phone

1.6k views Asked by At

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!

2

There are 2 answers

1
David Rabinowitz On

According to the link given by Bogdan Piloca, there a known issue with all S40 version, from 2nd to 6th edition:

Even if the MIDlet is signed, and the Auto-start settings are set to Always allowed, the prompt is presented to the user.

I guess that on S40 the PushRegistry wouldn't help you

0
jean27 On

Please see this link from Forum Nokia. The page also mentioned that there is no available workaround for this situation. Too bad for us since we are also planning to have this kind of functionality.