I need to have a background process be started as soon as the blackberry is turned on and remain in the background. Here it will repeatedly run a function, say every half hour or so. Is this possible with the webworks API? I've been looking at blackberry events from https://bdsc.webapps.blackberry.com/html5/apis/blackberry.app.event.html but I have no idea if this is the right thing to use. I'm very new to this so I'm having trouble doing this part of my app. Any help would be appreciated!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You need to create a special page just for the background app, then set that to startup using a special element in your configuration document like this:
In that file you can run your code to use |
||||
|
|
|
I am not sure if it works though but you may try this idea: See https://bdsc.webapps.blackberry.com/html5/apis/blackberry.app.html. You can probably use requestBackground() as soon as the app starts. You also need to edit "entry points" section of config.xml file so that the app gets started at system startup. |
|||
|
|