posted 12 years ago
Hi, friends
i am working on j2me. Presently i am facing one problem in j2me.
PROBLEM : How to interrupt/stop in-built service SMS receiving service of
any mobile phone using j2me.
i want to develope application which can stop SMS receiving
service of any mobile phone (for eg. Nokia) & application itself
receive incoming SMS.
Please help me to solve out this problem.
I am waiting for your reply.
Juned Khatri.
i am working on j2me. Presently i am facing one problem in j2me.
PROBLEM : How to interrupt/stop in-built service SMS receiving service of
any mobile phone using j2me.
i want to develope application which can stop SMS receiving
service of any mobile phone (for eg. Nokia) & application itself
receive incoming SMS.
Please help me to solve out this problem.
I am waiting for your reply.
Juned Khatri.
posted 12 years ago
Not sure if this exactly responds your question, but voice and message applications (eg if you receive an incoming call or SMS message) usually cause the running Java Midlet(s) to go to suspended state.
Midlets have lower priority in a phone and you can't change
that setting (at least in a platform independent way).
All that you can control is your own application behaviour regarding
Wireless Messaging API connections, but then only if you want to create them.
[ March 28, 2006: Message edited by: Eduardo Marques ]
Midlets have lower priority in a phone and you can't change
that setting (at least in a platform independent way).
All that you can control is your own application behaviour regarding
Wireless Messaging API connections, but then only if you want to create them.
[ March 28, 2006: Message edited by: Eduardo Marques ]
Eduardo Marques
Get ready for your SCMAD certification at J2MECertificate.com - See what all the buzz is about ...
