[android-developers] Re: Intent to view sms?

2009-07-09 Thread Seer
/access a sms message? Thanks, Rob On Jul 2, 5:24 am, Seer gilligan.ch...@gmail.com wrote: ok guys i have this work great now but i have a new problem.  when someone views the sms in my app i mark the sms as read and they have accessed my app via the default sms notification

[android-developers] Re: targeting broadcasts issue

2009-07-05 Thread Seer
to dismiss a notification owned by another. On Fri, Jul 3, 2009 at 10:56 PM, Seer gilligan.ch...@gmail.com wrote: Then maybe you can help me as all i want to do is something very simple but i can't find a way to do so apart from what i am talking about above. I have an application

[android-developers] targeting broadcasts issue

2009-07-03 Thread Seer
Guys, I am trying to get the intent android.intent.action.BOOT_COMPLETED sent only to the receiver com.android.mms.transaction.MmsSystemEventReceiver as this triggers the sms notification to be updated and removed if there is no longer any unread sms's. The issue i have is i need to make sure

[android-developers] Re: targeting broadcasts issue

2009-07-03 Thread Seer
this for, you can be sure it will break in the future. On Fri, Jul 3, 2009 at 8:55 PM, Seer gilligan.ch...@gmail.com wrote: Guys, I am trying to get the intent android.intent.action.BOOT_COMPLETED sent only to the receiver com.android.mms.transaction.MmsSystemEventReceiver

[android-developers] Re: Intent to view sms?

2009-07-02 Thread Seer
not. How do you fix this? Chris On Jun 30, 7:44 am, Seer gilligan.ch...@gmail.com wrote: What i am trying to do is write an app as an alternative to the built in sms viewer when sms are received.  I don't want to replace the exisiting sms notification but want my app to be one of hte apps

[android-developers] Intent to view sms?

2009-06-29 Thread Seer
What i am trying to do is write an app as an alternative to the built in sms viewer when sms are received. I don't want to replace the exisiting sms notification but want my app to be one of hte apps that shows up as a choice when you click on the notification to view the sms. Similar to how it

[android-developers] Intent to view sms?

2009-06-29 Thread Seer
What i am trying to do is write an app as an alternative to the built in sms viewer when sms are received. I don't want to replace the exisiting sms notification but want my app to be one of hte apps that shows up as a choice when you click on the notification to view the sms. Similar to how it

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

2009-06-12 Thread Seer
need to be notified when the sms or email is sent out? On Jun 12, 5:18 am, Seer gilligan.ch...@gmail.com wrote: 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

[android-developers] Built in sms client

2009-06-11 Thread Seer
Is there anyone out there that could send me the source for the built in SMS client? Since we can not intercept outgoing SMS i need to write my own copy of the SMS client to do be able to capture SMS replies. The problem is i am having a lot of trouble trying to find a way to access the SMS

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

2009-06-11 Thread Seer
, Gulfam gulfa...@gmail.com wrote: Hi all, Any updates about interception of out going SMS Gulfam On Apr 5, 4:53 am, Seer gilligan.ch...@gmail.com 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

[android-developers] Outgoing call screen

2009-06-03 Thread Seer
Guys, I am making an app that is similar to a calling card app where it appends a number to the start of the phone number when you call out. I wanted to know if it is possible to change the number/text that is displayed when you make the call. I am using the new_outgoing_call broadcast to do

[android-developers] Re: Changing the outgoing call number

2009-04-12 Thread Seer
not sure if that is possible. Chris On Apr 12, 7:29 pm, TAKEphONE shimo...@gmail.com wrote: Hi, Can you post the code you're using to change the dialed number ? When you change it - what do you see in the current call screen ? On Apr 12, 8:49 am, Seer gilligan.ch...@gmail.com wrote

[android-developers] How do you modify the call log

2009-04-12 Thread Seer
Can anyone tell me how to modify the call log? What permissions do i need and is it possible to get some basic code to show how? just a few lines not whole classes or anything. thanks Chris --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: How do you modify the call log

2009-04-12 Thread Seer
555666 not that i used a calling card like service. On Apr 12, 8:54 pm, Mark Murphy mmur...@commonsware.com wrote: Seer wrote: Can anyone tell me how to modify the call log?   You don't, AFAIK. That is handled by the firmware. -- Mark Murphy (a Commons Guy)http://commonsware.com|http

[android-developers] Changing the outgoing call number

2009-04-11 Thread Seer
Hi, I have been using a receiver listening to NEW_OUTGOING_CALL and i can capture the outgoing call broadcast but every time i manipulate the intent that is broadcast it is ignored. What is the best way to change the outgoing call number. ideally i would like to record the call as going to the

[android-developers] Re: Changing the outgoing call number

2009-04-11 Thread Seer
and don't want all the other numbers you need to put in front of a dialed number in the call log etc or on the screen as i still want to display the persons contact details and maybe mention a calling card is been used. Chris On Apr 12, 10:38 am, Seer gilligan.ch...@gmail.com wrote: Hi, I have been

[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

[android-developers] Looking for a few co developers

2009-04-02 Thread Seer
Hi all, I am looking for some fellow developers to build a few applications that work together to allow the android phone to take advantage of cheap telephony services provided over the internet. These are sms, voip, calling cards and similar such services. I have been investigating this quite a

[android-developers] Re: android.os.ServiceManager

2009-03-17 Thread Seer
contents. Seer, let me know your insight. Kenny On Mar 17, 12:54 pm, Seer gilligan.ch...@gmail.com wrote: So if that is not the way you are meant to services such as alternate SMS gateways, what is?  Using intents will not work as most of the sms apps have the reply for a thread built

[android-developers] Re: Intercepting outgoing sms

2009-03-17 Thread Seer
for the things it does not handle. That is less than ideal but so far it is the possible solution I have found On Mar 18, 1:48 am, Kenny yxw...@gmail.com wrote: 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

[android-developers] Re: How to add SMS to inbox in android programmatically?

2009-03-17 Thread Seer
On Mar 17, 6:42 am, Seer gilligan.ch...@gmail.com wrote: i have been trying to do the same thing and just worked it out.  you want to do something similar to this. uses-permission android:name=android.permission.WRITE_SMS/    public static final String ADDRESS = address;    public static

[android-developers] Re: android.os.ServiceManager

2009-03-17 Thread Seer
. On Mon, Mar 16, 2009 at 9:54 PM, Seer gilligan.ch...@gmail.com wrote: So if that is not the way you are meant to services such as alternate SMS gateways, what is?  Using intents will not work as most of the sms apps have the reply for a thread built in.  This is the only way i have been able

[android-developers] Re: android.os.ServiceManager

2009-03-17 Thread Seer
...@android.com wrote: Sorry I can't help you, I know about the framework but not the telephony layer or individual apps like SMS. On Tue, Mar 17, 2009 at 3:54 PM, Seer gilligan.ch...@gmail.com wrote: Dianne, Thanks for the reply. The problem is I am not sure there is not already an API

[android-developers] android.os.ServiceManager

2009-03-16 Thread Seer
Is there a way to access this class in the SDK or is there another class that does the same thing? I need to rename one of the services listed in the servicemanager so that it will call my service instead and then pass calls i don't handle onto the original service that i have renamed.

[android-developers] Re: android.os.ServiceManager

2009-03-16 Thread Seer
manager are published in the SDK, so you wouldn't be able to redefine them anyway. 3. And even if any of this were in the SDK, applications are not allowed to modify what is published in the service manager, and they never will be able to. On Mon, Mar 16, 2009 at 8:47 PM, Seer gilligan.ch

[android-developers] Re: Intercepting outgoing sms

2009-03-15 Thread Seer
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 gilligan.ch...@gmail.com wrote: Hi, What i want to do is intercept outgoing sms.  The reason been that i want to redirect some sms

[android-developers] Re: Customers on metered data plans

2009-03-08 Thread Seer
Just to make it a little clear to you guys. The G1 has been rolled out to different countries than the US now. You may be thinking so what how does that effect things but the thing is i can tell you at a min Australia does not have unlimited data plans. I suspect many other countries will not

[android-developers] Re: Intercepting outgoing sms

2009-03-05 Thread Seer
: 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 gilligan.ch...@gmail.com wrote: Hi, What i want

[android-developers] Intercepting outgoing sms

2009-03-04 Thread Seer
Hi, What i want to do is intercept outgoing sms. The reason been that i want to redirect some sms over a web based sms sending service and others to go over the normal mobile network. I would really like to do this as an invisible background process that does not need modifications to any of

[android-developers] Soap issues

2009-03-01 Thread Seer
Guys, Is there a Soap lib for android? I know Soap is not the best for the android but the web services i wish to use are written in soap. I have tried ksoap2 but none of the versons of ksoap i have been able to find will work with android sdk 1.0 or 1.1. I have tried a version of ksoap2