Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Detect Sent Message!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pedrito  
View profile  
 More options Feb 5, 9:32 pm
From: Pedrito <pedrohe...@gmail.com>
Date: Sun, 5 Feb 2012 18:32:26 -0800 (PST)
Local: Sun, Feb 5 2012 9:32 pm
Subject: Detect Sent Message!
How can I do to detect a sent message??

I've been trying to do this but it just doesn't work...

ContentResolver contentResolver = context.getContentResolver();
contentResolver.registerContentObserver(Uri.parse("content://sms/
out"),true, yourObserver);

Any idea?? It's drivingme crazy!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Feb 6, 2:31 am
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Mon, 6 Feb 2012 02:31:59 -0500
Local: Mon, Feb 6 2012 2:31 am
Subject: Re: [android-developers] Detect Sent Message!

http://stackoverflow.com/questions/4117701/android-sms-broadcast-rece...

??

kris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pedrito  
View profile  
 More options Feb 6, 8:26 am
From: Pedrito <pedrohe...@gmail.com>
Date: Mon, 6 Feb 2012 05:26:34 -0800 (PST)
Local: Mon, Feb 6 2012 8:26 am
Subject: Re: Detect Sent Message!
Yes, but that intent action is not documented, so it may be
outdated...

I also read this http://stackoverflow.com/questions/5808577/android-listen-outgoing-sm...
but that doesn't work, It works if I use "content://sms/" but it
detects received and sent messages, I just want to detect the sent
ones...

I can't find the right way of doing this...

On 6 feb, 04:31, Kristopher Micinski <krismicin...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Feb 6, 11:52 am
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Mon, 6 Feb 2012 11:52:30 -0500
Local: Mon, Feb 6 2012 11:52 am
Subject: Re: [android-developers] Re: Detect Sent Message!

On Mon, Feb 6, 2012 at 8:26 AM, Pedrito <pedrohe...@gmail.com> wrote:
> Yes, but that intent action is not documented, so it may be
> outdated...

> I also read this
> http://stackoverflow.com/questions/5808577/android-listen-outgoing-sm...
> but that doesn't work, It works if I use "content://sms/" but it
> detects received and sent messages, I just want to detect the sent
> ones...

> I can't find the right way of doing this...

I believe it's not documented because they don't really want you doing
this...

content://sms/sent doesn't work?

kris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gigi  
View profile  
 More options Feb 16, 2:16 pm
From: Gigi <philippe.gianese...@gmail.com>
Date: Thu, 16 Feb 2012 11:16:00 -0800 (PST)
Subject: Re: Detect Sent Message!
just use "content://sms/sent"

On 6 fév, 14:26, Pedrito <pedrohe...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kristopher Micinski  
View profile  
 More options Feb 16, 4:23 pm
From: Kristopher Micinski <krismicin...@gmail.com>
Date: Thu, 16 Feb 2012 16:23:46 -0500
Local: Thurs, Feb 16 2012 4:23 pm
Subject: Re: [android-developers] Re: Detect Sent Message!
That's still not his question.  We know that you can *poll* the sms
sent provider.  He is wondering why you can't subscribe and catch a
broadcast when an sms is sent..

kris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »