[android-developers] Incoming Call number

2012-03-09 Thread Jagruti Sangani
hello, i am using the sip demo.I want to get the incoming call number.So how can i get the \number.I have use the broadcast receiver and in that used the telephonymanager but the number will come as null.So can anybody know how to get the number.I am not using the dilapad of emulator. -- You r

[android-developers] Incoming Call number from sip calling.

2012-03-08 Thread Jagruti Sangani
Hello, I am using the sip demo for making and receiving the call.I am using the my hard coded dialpad for dial the number.I wan to get the incming call number.How can i get.I have use the TelephonyManager telephony = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);

[android-developers] Incoming call screen on Android 4.0 (Ice Cream Sandwich)

2011-11-28 Thread Shabbir Ahmad
Hi, First of all I would like to congratulate you on launching the Android 4.0 (Ice Cream Sandwich), which is no doubt the most powerful and user friendly mobile OS. Since I have not yet had any hands on experience with this OS, as we here in Pakistan will have to wait for quite some time, but fro

[android-developers] Incoming call starts a Service

2011-07-06 Thread Thiago Caramelo
Hi, I’d like to start a service by using PHONE_STATE when an incoming call gets to the phone. After that, my service is intended to connect to a remote XMPP server and show any new messages to the user. That’s easy to do but is there a better approach of doing so ? I appreciate any help or ide

[android-developers] Incoming call Activity

2010-12-20 Thread doronguy
Hello All, Maby someone can address this issue: I have an activity that are activated on incoming call. the activity have a LinearLayout with ImageView and a Theme.Translucent.NoTitleBar. I wanna make the beneath call screen receive event's ? i can only receive events in the beneath call screen o

[android-developers] Incoming call recording

2010-10-08 Thread Amit Mangal
Hi Is this possible to run an application in back ground and record incoming call on android phone ? Any body having any link or some thing for learning recording call. Thankyou. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Incoming Call GPS

2010-08-20 Thread David Toledo
Hi All Is possible in android, detect the latitude and longitude from Incoming Call ? Thanks David -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] Incoming call diverted indicator

2010-08-18 Thread mikko.martt...@arcomi.fi
I need Android program which will indicate if a call is coming from diverted number. I have a helpdesk number in my business, which is diverted to my normal number and I have to answer it differently. This is why I need to know with a sign or text or anything that the call is made to this helpdesk

[android-developers] Incoming Call

2010-01-28 Thread DAVIDT
Hi All I have one activity that capture when exist active call. How to can active the speaker programatically ? How to can active option mute and option hold programatically ? Thanks David -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Incoming Call

2010-01-28 Thread David Toledo
Hi All I have one activity that capture when exist incoming call. How to can active the speaker programatically ? How to can active option mute and option hold programatically ? Thanks David -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] incoming call broadcast intent

2008-09-17 Thread Spencer Riddering
Will 1.0 have a broadcast intent for incoming calls? My goal is to be simply notified of the incoming call. I'm not interested in intercepting it. The m5-0.9 changes overview (http://code.google.com/android/migrating/ m5-0.9/changes-overview.html#TOC-Telephony) seems to indicate that the followi