[android-developers] Re: Intercepting outgoing sms

2009-03-17 Thread Seer
Kenny I now have everything working apart from intercepting the sms. I can log them etc but only way I can see to intercept them is to either override smsmanager ( not possible ) or rename the isms service and place my own service in its place. My service would then call the old isms service for t

[android-developers] Re: Intercepting outgoing sms

2009-03-17 Thread Kenny
I think check database seems not feasible. Seer, I posted a rely to you about SMSDispatcher class. Take a look, there may be certain intent sent there. Kenny On Mar 16, 9:44 pm, Kenny wrote: > Sms should have provider, through which you may put your SMS to > database, I think. > > But the topic

[android-developers] Re: Intercepting outgoing sms

2009-03-16 Thread Kenny
Sms should have provider, through which you may put your SMS to database, I think. But the topic was about intercepting/redirecting being-sent SMS. Is it resolved? On Mar 16, 12:52 pm, Seer wrote: > ok i have written an app for sending the sms over the web but how do i > insert the sms sent ove

[android-developers] Re: Intercepting outgoing sms

2009-03-15 Thread Seer
ok i have written an app for sending the sms over the web but how do i insert the sms sent over the web into the list of sms sent from the phone? On Mar 6, 1:25 am, Avraham Serour wrote: > not sure if you can do that, if not you could do the opposite, make the user > send sms using you app, so i

[android-developers] Re: Intercepting outgoing sms

2009-03-05 Thread Seer
Avraham thanks for the reply. I know i can do it by making my own app that the send the mail by but that is really less than ideal in my case. Maybe it would be possible to write an sms gateway class or something that is set to the default method instead of the normal mobile one. The i could re

[android-developers] Re: Intercepting outgoing sms

2009-03-05 Thread Avraham Serour
not sure if you can do that, if not you could do the opposite, make the user send sms using you app, so if the number match your criteria you use your gateway, if not send it using the phone regular sms service On Thu, Mar 5, 2009 at 5:04 AM, Seer wrote: > > Hi, > What i want to do is intercept