How to Prevent SMS to enter from device Inbox

I want to write j2me application using WMA so that when i send sms using this application and if the receiving device has the same application running the sms will not appear in inbox.

In simple words

1) How can I prevent SMS from entering into device Inbox using WMA or any other method?

2) Is there any way to delete SMS from Device inbox in J2ME

[374 byte] By [abhishekgedama] at [2007-11-27 9:31:48]
# 1

> I want to write j2me application using WMA so that

> when i send sms using this application and if the

> receiving device has the same application running the

> sms will not appear in inbox.

>

> In simple words

> 1) How can I prevent SMS from entering into device

> Inbox using WMA or any other method?

You may send sms to the definte port. 5000 for example.

Phone number will be: sms:\\+5550001:5000

Then

1. If your application is signed -> Application automatically starts and recieve message.

2. If your application is NOT signed -> Application will starts after the User's accept. If User decline opening your application, then Device inbox will recieve message.

> 2) Is there any way to delete SMS from Device inbox

> in J2ME

As I know, there are no ways to get messages from inbox in J2ME.

mpx220a at 2007-7-12 22:47:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Application, that recieve message MUST hear the same port!
mpx220a at 2007-7-12 22:47:37 > top of Java-index,Java Mobility Forums,Java ME Technologies...