[android-developers] Re: a receiver for outgoing sms and email?

2009-06-12 Thread aayush
What you can do, is to write a light weight client, that gives the user a choice..either send the sms using your android app, or send the sms over the operator's network. Based on the user's input, you can take necessary action. Unconditional interception of all outgoing SMS messages, i think is

[android-developers] Re: a receiver for outgoing sms and email?

2009-06-12 Thread aayush bhatnagar
Outgoing calls cannot be equated with this. 1. Dial codes (also known as feature codes in telecom) usually prefix the actual phone number when entered by the user. Complex digit analysis takes place at the GSM MSC which then routes the call to the IN platform (that provides value added services lik

[android-developers] Re: a receiver for outgoing sms and email?

2009-06-12 Thread Seer
It is not just about notification but the ability to cancel or modify as well. To give you a bit of background a similar feature already exists for outgoing calls. It allows you to intercept the outgoing call and auto insert say a calling card number and dial codes for outgoing calls or maybe yo

[android-developers] Re: a receiver for outgoing sms and email?

2009-06-11 Thread aayush
Interesting feature request. What is the use case for such a requirement? I am asking for my understanding. Why do you need to be notified when the sms or email is sent out? On Jun 12, 5:18 am, Seer wrote: > Guys there is a issue raised for this now.  Please add your votes to > it so that hopefu

[android-developers] Re: a receiver for outgoing sms and email?

2009-06-11 Thread Seer
Guys there is a issue raised for this now. Please add your votes to it so that hopefully it will be implemented. http://code.google.com/p/android/issues/detail?id=2261 Hopefully it will be implemented so we can capture outgoing sms in the next release of android. Chris On Apr 21, 11:28 pm, Gu

[android-developers] Re: a receiver for outgoing sms and email?

2009-04-21 Thread Gulfam
Hi all, Any updates about interception of out going SMS Gulfam On Apr 5, 4:53 am, Seer wrote: > I have been trying to catch outgoing sms and i can tell you it is > currently impossible. No one on here or the platform knows a way to do > it and from the people i have spoken to most

[android-developers] Re: a receiver for outgoing sms and email?

2009-04-04 Thread Seer
I have been trying to catch outgoing sms and i can tell you it is currently impossible. No one on here or the platform knows a way to do it and from the people i have spoken to most have did not seem to even think people may want to do so. Hopefully it is a feature added in the future. On Feb 5,

[android-developers] Re: a receiver for outgoing sms and email?

2009-02-16 Thread CJ
i need this functionality three. anybody? On Feb 6, 9:42 pm, Oscar A wrote: > Hi > I would also like to know if that is possible have tried a number of > solutions without success. Have managed to Receive incoming sms but > outgoing is still a difficulty for me. > > Would be grate if there where

[android-developers] Re: a receiver for outgoing sms and email?

2009-02-06 Thread Oscar A
Hi I would also like to know if that is possible have tried a number of solutions without success. Have managed to Receive incoming sms but outgoing is still a difficulty for me. Would be grate if there where some sort of ACTION_NEW_OUTGOING_SMS (Broadcast Action: An outgoing sms is about to be s