How can I see in SMS app my messages sent from within my app?

Just an information: You should always use the SMSManager from the "android. Telephony"-package, because the one from the "android.telephony. Gsm"-package is deprecated To your Question: You can check if the message was successfully send by using the "Activity.

RESULT_OK"-global in the Activity you specified with the Intent "pi". See here.

Just an information: You should always use the SMSManager from the "android. Telephony"-package, because the one from the "android.telephony. Gsm"-package is deprecated.To your Question: You can check if the message was successfully send by using the "Activity.

RESULT_OK"-global in the Activity you specified with the Intent "pi". See here.

Thank a lot for your answer. Unfortunately, I don't want to chack if message has been correctly send, I just want to see what was written in the SMS app and read the conversation like I sent a classic SMS. – Profete162 Apr 28 at 19:01 To see the Text that was send from your device, you could simply create a Toast showing your 'position'-String.

I don't know why the send SMS shouldn't appear in your standard SMS app. You could try completely restarting your Phone to see, if the send message is in the App then. If it's not, I don't know if it's possible... – Lukas Knuth Apr 29 at 20:08 seem that the answer to my question is "no, that's not possible"?

I know a lot of possibilities to see send messages within my app (Toast, like you said, SQL database; etc...), but I would prefer to have everything in SMS app. I therefore "voted" for your help to give you some bonus on StackOverflow, but I prefer to wait for an other answer, even if I strongly believe it will never come... – Profete162 Apr 30 at 7:50.

Seem that the correct answer is "no, that's not possible" Still waiting for other answers..

You would want to add that message to Android's built in "Sent folder" aka "content://sms/sent". I have not tried it but I guess it should work. Cause if I am not wrong all the messages app would get your sent messages from this location.

Give it a try. Please check as answer if this works.

ContentValues values = new ContentValues(); values. Put("address", incomingNumber); //values. Put("date",(String)s); values.

Put("protocol", "0"); values. Put("read", "1"); values. Put("status", "-1"); values.

Put("type", "1"); values. Put("body", selectedText); ContentResolver contentResolver = getContentResolver(); Uri newUri=contentResolver. Insert(Uri.

Parse("content://sms"), values); but the prblm is tht its showing as the inbox message that is sent by the incomingNumber...not as the sent items....

If you view your boyfriend's text messages pretty regularly chances are you will be able to catch some of these issues and either nip it in the butt or part your ways. There is only one problem with this, and that is by the time you go to see the sms messages chances are he deleted them already. He may also accuse you of a lack of trust by doing so even though he has something to hide.

So what are the alternatives to knowing what really is happening? Well a simple text message interceptor app is one way to keep an eye on his cell phone messages without him knowing what it is happening. Spybubble is a neat app which is used to monitor cell phone communications without the person knowledge.

It costs around $29.99USD (with discount) and can be used to monitor text messages (read each communication sent or received); the phone's gps location (discover exactly where the phone is within a few feet); calls made and received and also all the contacts in the user's contact book. The key to using this type of technology is that you need access to the phone. It takes about ten minutes to install and setup and after that you will be able to view all of your boyfriend's communications by logging onto Spybubble's main website.

The great part about this spy app is that you will never have to touch that phone again to know what is going on with him. Also since all the information is on the internet that means no matter which part of the world you are you will have access to his records (providing you do have internet access).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions