Hi
I'm new to Java MIDP applications. I want to make a program to run in the background and monitor calls and make sound alerts at certain points (like the minutes beep). Can this be done using Java ME?
Radu
Hi
I'm new to Java MIDP applications. I want to make a program to run in the background and monitor calls and make sound alerts at certain points (like the minutes beep). Can this be done using Java ME?
Radu
Hi Radu,
I don't think it's currently possible to detect incoming calls. The only API that might make it happen is Mobile Telephony API (JSR 253), but according to this thread and this one that isn't implemented on any Nokia phones.
As for detecting messages, see these two articles:
http://wiki.forum.nokia.com/index.ph...ronous_version
http://wiki.forum.nokia.com/index.ph...ronous_version
Yes, it can. Here is an example of receiving a call and one of receiving an SMS. Note that you will probably have to modify them to suit your needs. You can search the Wiki for examples on how to do things and post in the Symbian
C++ forum if you have problems or questions.