How can I write a service running in background for a Bada app? I need to write a service that starts when the device it booted up, and need it to run in background, so that it listens to incoming sms messages, and do some special actions once it recognizes sms with special commands.
|
feedback
|
|
I don't think this is possible. The services are part of the Bada OS and not provided by third parties. You might have some joy using widgets on the home screen to provide one touch access to your functionality. Reading, the introduction to Chapter 5 of "Introduction to Bada" identifies that some services can only by used by partner developers. This book is likely out of date but I have found nothing to contradict it in my perusal of the Help files packaged with my 2.0.2 SDK. | |||
|
feedback
|