[android-developers] Re: Deleting Incoming SMS???

2009-03-23 Thread Mani

Matt :

There are certain Set of SMS , which is not meant for the User , like
SMSPP- Data Download ( which goes to the SIM Card ) and is not
Displayed in the Inbox .

Similarly , there are set of Port Messages ( where in , the TP-User
Data [ Refer 3GPP TS 23.040 ] ) , will contain the Port IE , which is
Generally Processed by some application on the phone , instead of
Displaying it to the user  in Inbox .

So , what kind of SMS is intended for your application ? How does the
Android Messaging application process the Port Messages ?

If Android Messaging Application can Forward the Port based Messages
to Different application , which registers for it , then it might
Solve your application requirement

Regards
Mani.



On Mar 22, 5:25 am, Tseng tseng.priv...@googlemail.com wrote:
 Exactly. This is not possible for security reasons. The user shall
 always be aware what he is receiving from other people and it makes
 malware/trojan-hores like applications harder to make.

 However, I think it's possible to set an notification in the
 notification window, so the user is aware that an SMS is there and
 could pick it up (to open the integrated SMS application) and then
 delete it after reading.

 On Mar 20, 5:35 pm, strazzere str...@gmail.com wrote:

  I believe this has been discussed previously and the result was you
  arn't allowed to do it, since someone could abuse this by sending and
  receiving messages without the user knowing. This is considered a no-
  no since it's a chargeable service.

  On Mar 20, 12:04 pm, Kenny yxw...@gmail.com wrote:

   I was looking for the solution too. It seems impossible to intercept
   TEXT SMS. It will go to Inbox definitely.

   Kenny

   On Mar 20, 10:30 pm, Gulfam gulfa...@gmail.com wrote:

My problem is same as MattBruce said.

On Mar 20, 7:28 pm, Gulfam gulfa...@gmail.com wrote:

 Hi all,

 I am also facing exact same problem as said below any one can help us
 Regarding this.its very urgent for me.

 Regards,
 Gulfam

 On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:

  I have an SMSReceiver that I built to intercept a particular type of
  SMS that would run a service.  That is all working great, however, I
  would like for this SMS to not show up in the user's inbox.  So
  ideally i would like to delete the SMS on the time of Interception. 
   I
  have gone through a ton of threads and having seen anyone accomplish
  this yet.

  Am I missing something or is this even possible?  I would think 
  there
  would be some _id on the incoming SMS that i could use to run the
  delete against the SMS store.

  I am looking for any solution, and I hope someone out there has
  accomplished this.

  HELP!- Hide quoted text -

  - Show quoted text -

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleting Incoming SMS???

2009-03-23 Thread Mani

Matt:

Not all the Incoming Messages will be displayed in the Inbox . There
are certain type of messages, which are not supposed to be shown in
Inbox , instead , they are Processed by Some application on the phone.

There are certain Messages called Port Messages, where in the the TP-
UD ( Please refer 3GPP TS 23.040 ) will contain the Port IE - based on
this port IE , the message will be Processed by a Different
application on the phone .

Do you know, how does the messaging Applicaiton on the Android Deal
with the Port Messages ? If it can Route some Port Message to your
application , then it will meet your Requirements

Regards
Mani

On Mar 22, 5:25 am, Tseng tseng.priv...@googlemail.com wrote:
 Exactly. This is not possible for security reasons. The user shall
 always be aware what he is receiving from other people and it makes
 malware/trojan-hores like applications harder to make.

 However, I think it's possible to set an notification in the
 notification window, so the user is aware that an SMS is there and
 could pick it up (to open the integrated SMS application) and then
 delete it after reading.

 On Mar 20, 5:35 pm, strazzere str...@gmail.com wrote:

  I believe this has been discussed previously and the result was you
  arn't allowed to do it, since someone could abuse this by sending and
  receiving messages without the user knowing. This is considered a no-
  no since it's a chargeable service.

  On Mar 20, 12:04 pm, Kenny yxw...@gmail.com wrote:

   I was looking for the solution too. It seems impossible to intercept
   TEXT SMS. It will go to Inbox definitely.

   Kenny

   On Mar 20, 10:30 pm, Gulfam gulfa...@gmail.com wrote:

My problem is same as MattBruce said.

On Mar 20, 7:28 pm, Gulfam gulfa...@gmail.com wrote:

 Hi all,

 I am also facing exact same problem as said below any one can help us
 Regarding this.its very urgent for me.

 Regards,
 Gulfam

 On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:

  I have an SMSReceiver that I built to intercept a particular type of
  SMS that would run a service.  That is all working great, however, I
  would like for this SMS to not show up in the user's inbox.  So
  ideally i would like to delete the SMS on the time of Interception. 
   I
  have gone through a ton of threads and having seen anyone accomplish
  this yet.

  Am I missing something or is this even possible?  I would think 
  there
  would be some _id on the incoming SMS that i could use to run the
  delete against the SMS store.

  I am looking for any solution, and I hope someone out there has
  accomplished this.

  HELP!- Hide quoted text -

  - Show quoted text -

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleting Incoming SMS???

2009-03-21 Thread Tseng

Exactly. This is not possible for security reasons. The user shall
always be aware what he is receiving from other people and it makes
malware/trojan-hores like applications harder to make.

However, I think it's possible to set an notification in the
notification window, so the user is aware that an SMS is there and
could pick it up (to open the integrated SMS application) and then
delete it after reading.

On Mar 20, 5:35 pm, strazzere str...@gmail.com wrote:
 I believe this has been discussed previously and the result was you
 arn't allowed to do it, since someone could abuse this by sending and
 receiving messages without the user knowing. This is considered a no-
 no since it's a chargeable service.

 On Mar 20, 12:04 pm, Kenny yxw...@gmail.com wrote:



  I was looking for the solution too. It seems impossible to intercept
  TEXT SMS. It will go to Inbox definitely.

  Kenny

  On Mar 20, 10:30 pm, Gulfam gulfa...@gmail.com wrote:

   My problem is same as MattBruce said.

   On Mar 20, 7:28 pm, Gulfam gulfa...@gmail.com wrote:

Hi all,

I am also facing exact same problem as said below any one can help us
Regarding this.its very urgent for me.

Regards,
Gulfam

On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:

 I have an SMSReceiver that I built to intercept a particular type of
 SMS that would run a service.  That is all working great, however, I
 would like for this SMS to not show up in the user's inbox.  So
 ideally i would like to delete the SMS on the time of Interception.  I
 have gone through a ton of threads and having seen anyone accomplish
 this yet.

 Am I missing something or is this even possible?  I would think there
 would be some _id on the incoming SMS that i could use to run the
 delete against the SMS store.

 I am looking for any solution, and I hope someone out there has
 accomplished this.

 HELP!- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleting Incoming SMS???

2009-03-20 Thread Gulfam

Hi all,

I am also facing exact same problem as said below any one can help us
Regarding this.its very urgent for me.

Regards,
Gulfam

On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:
 I have an SMSReceiver that I built to intercept a particular type of
 SMS that would run a service.  That is all working great, however, I
 would like for this SMS to not show up in the user's inbox.  So
 ideally i would like to delete the SMS on the time of Interception.  I
 have gone through a ton of threads and having seen anyone accomplish
 this yet.

 Am I missing something or is this even possible?  I would think there
 would be some _id on the incoming SMS that i could use to run the
 delete against the SMS store.

 I am looking for any solution, and I hope someone out there has
 accomplished this.

 HELP!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleting Incoming SMS???

2009-03-20 Thread Kenny

I was looking for the solution too. It seems impossible to intercept
TEXT SMS. It will go to Inbox definitely.

Kenny

On Mar 20, 10:30 pm, Gulfam gulfa...@gmail.com wrote:
 My problem is same as MattBruce said.

 On Mar 20, 7:28 pm, Gulfam gulfa...@gmail.com wrote:

  Hi all,

  I am also facing exact same problem as said below any one can help us
  Regarding this.its very urgent for me.

  Regards,
  Gulfam

  On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:

   I have an SMSReceiver that I built to intercept a particular type of
   SMS that would run a service.  That is all working great, however, I
   would like for this SMS to not show up in the user's inbox.  So
   ideally i would like to delete the SMS on the time of Interception.  I
   have gone through a ton of threads and having seen anyone accomplish
   this yet.

   Am I missing something or is this even possible?  I would think there
   would be some _id on the incoming SMS that i could use to run the
   delete against the SMS store.

   I am looking for any solution, and I hope someone out there has
   accomplished this.

   HELP!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleting Incoming SMS???

2009-03-20 Thread strazzere

I believe this has been discussed previously and the result was you
arn't allowed to do it, since someone could abuse this by sending and
receiving messages without the user knowing. This is considered a no-
no since it's a chargeable service.

On Mar 20, 12:04 pm, Kenny yxw...@gmail.com wrote:
 I was looking for the solution too. It seems impossible to intercept
 TEXT SMS. It will go to Inbox definitely.

 Kenny

 On Mar 20, 10:30 pm, Gulfam gulfa...@gmail.com wrote:

  My problem is same as MattBruce said.

  On Mar 20, 7:28 pm, Gulfam gulfa...@gmail.com wrote:

   Hi all,

   I am also facing exact same problem as said below any one can help us
   Regarding this.its very urgent for me.

   Regards,
   Gulfam

   On Feb 15, 4:57 am, Matt Bruce mbruced...@gmail.com wrote:

I have an SMSReceiver that I built to intercept a particular type of
SMS that would run a service.  That is all working great, however, I
would like for this SMS to not show up in the user's inbox.  So
ideally i would like to delete the SMS on the time of Interception.  I
have gone through a ton of threads and having seen anyone accomplish
this yet.

Am I missing something or is this even possible?  I would think there
would be some _id on the incoming SMS that i could use to run the
delete against the SMS store.

I am looking for any solution, and I hope someone out there has
accomplished this.

HELP!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---