• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

(J2ME)How to interrupt in-built sms receiving service of mobile phone using J2ME.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd say that I don't know that you can, really - the thought that would come to mind would be to set up using the PushRegistry to intercept incoming SMSs and activate an application instead of displaying it, but I suspect that the concept I'd envision might not work the way you're wanting it to.

This should probably, by the by, be in the J2ME forum rather than the SCMAD forum...
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Theodore is correct -

Let's slide this over to the J2ME forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic