Android :: Make Call From App And Go Directly Back To App After Call Hangup
Dec 15, 2009
Is it possible to make a call from an activity and make sure the activity doesn't keep running while the call is in session? And, once the user is done with the call (by pressing the hangup button or whatever), the call log screen wouldn't get shown and the user would be directed to a new activity within the application. I know there's ways to detect calls and call hangups through services, but, I'm not sure if it's possible to make an activity from an app pop up as soon as a call is over.
View 2 Replies
Feb 11, 2010
I use Google Voice (love it) primarily because of it's visual voicemail on my Droid. I do have a Google Voice number, and I'm trying to decide whether to set the Droid app to "make calls using Google Voice" or not.
I have no problem with giving out a different number, and my placed calls seeing the GV number in caller ID.
My question is, does this affect how the call is actually connected, from a quality standpoint? I tired a call both ways, and the sound quality seemed a little bit different. But then, I am an obsessive compulsive weirdo.
Is there any difference in call quality or routing between making a native Verizon call and a Google Voice call on Droid? (Like, does Google voice actual use 3G to connect to Google server over the internetz, then place the phone call?)
View 3 Replies
View Related
Sep 17, 2009
Can any one tell me how can i hangup/terminate call programmatically?With the help of intent.
View 2 Replies
View Related
Mar 29, 2010
I am new to Android. I would like to create an application that will hang up an outgoing call after it has been ringing for several seconds.
Based on what I have read in the discussions so far, we can abort a call that has just been initiated by using setResultData(null) on the BroadcastReceiver. This just means we can effectively censor calls only. Not exactly what I am trying to achieve.
If the ability to abort a call after it has started ringing is not supported by the SDK, what other means is there for me to achieve this? Are there any internal functions that I can use?
View 2 Replies
View Related
May 21, 2010
Can someone please explain how the call waiting works on the Droid? If I am on a call and I get another call, then I am able to answer it no problem. When I go to hang up on the calls, the system hangups on both calls every time. if I don't end the call, then the other called will stay on hold until both calls are ended. Anyone else have this experience?
View 9 Replies
View Related
Oct 15, 2010
After i installed 2.2 on my desire sometimes the call beep (the one beeping when you wait for the other dude to answer) keeps on beeping even after the other person answers and even after the call ends and we both hang up. The beep continues till i turn off the phone and restart it again. One of my friends have this problem as well so i assume there are others out there with the same problem.
Anyone got a solution to this problem?
View 3 Replies
View Related
Jan 19, 2009
I can use this code make outgoing call.
Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse("tel:5556") );
context.startActivity(dial);
But how to detect call pick up the call or refuses to answer?
I tried PhoneStateListener but not working.
View 2 Replies
View Related
Aug 3, 2010
So i rooted with Droid Does rom, because i heard its nice and fast and what not. So basically the only problem i have with it is this.
When on a call, the proximity sensor doesnt work, so the screen goes black. And when i press the end call button to turn the screen back on it just ends the call. Is this normal? Or a known issue?
View 10 Replies
View Related
May 23, 2010
I have two questions:
1) Before the update, there was a sound that indicated when the call was ended. Anyway to get that back?
2) Has anyone figured out a way to change the end button behavior that was previously controlled by the Spare Parts app? I would like to end button to go home and then go to sleep but Spare Parts can't do it under the new software. Any ideas?
View 8 Replies
View Related
Jul 28, 2010
I've been using Nimbuzz and fring to make a voice call but fring does not support skype anymore and Nimbuzz somehow mutes itself. I wonder what other BH2 users use to make a voice or video call. If would be really helpful if someone can let me know. I'm in a long-distance(9000km) relationship.
View 3 Replies
View Related
Aug 30, 2010
I'm using LauncherPro plus and cannot get back to the call screen to disconnect the call, the one in progress, if i leave that screen for any reason like to go to the home screen.If I switch over to HTC Sense I just hit the phone button from the home screen and it takes me back to the call in progress and I see a red 'end call' button.Is there a solution for this problem other than , just don't leave the call screen?
View 2 Replies
View Related
Mar 28, 2009
e.g. it would be useful to call some methods in com.android.camera.ImageManager / ImageLoader rather than trying to copy / paste them into my project and figure out all missing references etc.
View 2 Replies
View Related
Jun 6, 2010
I saw that previous versions of android allowed you to send specific callers directly to voicemail, but I can seem to figure it out for this phone. Can anybody let me know or suggest an app that works with the evo?
View 5 Replies
View Related
Oct 29, 2009
Just talking on the hero when another call beeped in, screen came up showing who was calling. I hit the Decline button which is supposed to send the call directly to VM, but it only made the screen go away. I kept getting the beep notification that another call was trying to get through and then the choppy dial tone hang up signal after the call eventually made it to VM.
View 6 Replies
View Related
Sep 11, 2010
I was wondering if someone could explain how to forward a telephone # directly to voicemail? I tried googling this but the steps I found are not working (i.e. no option appears in my contact page to forward the #)
View 1 Replies
View Related
Jun 29, 2009
how to make call from application ? Can i give input to that call? I mean i want to play file which the receiver can listen it. Is that possible if not at least tell me how can i make cal ?
View 3 Replies
View Related
Nov 24, 2010
I am launching an activity to make a phone call, but when I pressed the 'End Call' button, it does not go back to my activity. Can you please tell me how can I launch a call activity which comes back to me when 'End Call' button is pressed?
View 5 Replies
View Related
Mar 3, 2010
I really want a way to disable the soft End Call button that pops up in call. If there is an app or widget that some one knows of that can help me,can you please let me know? I'm sick of my face ending calls in the middle of a conversation. Apparently, my cheeks hit it at just the right place to hang up on everyone.
View 7 Replies
View Related
Apr 20, 2010
I tend to either make or receive calls that end in me needing to make an appointment for that caller. Does anyone know if there is an app that handles that in a neat fashion.I'm just 24 hours into Android and although there are many things that are very different for me coming from years of winmo, I'm enjoying it.
View 2 Replies
View Related
May 5, 2010
To make a phone call via HTML on an iPhone I create an <A/> tag with an href formatted as: <a href='tel:123-555-1212'>Dial Me</a>.Is there an equivelant for HTML on Android? using the format href='tele:123-555-1212' does indeed work on on android. I was testing the app within a native Java wrapper on the device. It does not appear as if we can make a call from a web application hosted in a Native Wrapper.
View 4 Replies
View Related
Oct 15, 2010
I have tried many things but not getting how to do conferencing in android. i can receive incoming call and make another outgoing call...but not able to combine those calls as "menu option merge do"...if i can take object reference of phone or call class(internal class of android) i can use conference method available theres.
View 1 Replies
View Related
Sep 23, 2010
I need to put a Notification in the Status bar while my app is running, but I don't want it to call back to my Activity if selected. Its meant to just be info to the user that the app is running - basically a reminder in case they press the home button and minimize it.
View 1 Replies
View Related
Nov 8, 2010
I am looking for a app for my Samsung Galaxy 5 , which i bought in india two days ago. When given voice instructions,it should place a call, compose an sms , etc. I downloaded an app Vling from market, but it works only when connected to internet. Please suggest me any free app available for this purpose Or , is this feature already available in the phone, please guide me.
View 4 Replies
View Related
Sep 15, 2009
Is possible to make a call programaticaly without the dial? I want to make an app that in background make a call, but i need that don't show the Dial app, only my own app.
View 7 Replies
View Related
Sep 21, 2010
I have an application that will need to make a call and play a recorded message. Is that even possible?
View 1 Replies
View Related
May 30, 2010
I just got the Motorola Droid last week, and I love it. But I do have one problem with it. I've noticied that, and only when I'm in sunlight, when I take or make a call the screen goes off before I bring it to my ear and will stay off even when I pull it away to hang up. I have to wait for the other person to hang up and then slide out my keyboard to get the unlock screen to pop up. Inside however, there are no problems. Anyone else having this problem, and if so what did you do to fix it.? Technical said they don't know what's wrong with it, but I'm going to call them back after the holiday. Also I noticied that my alarm occasionaly doesn't work. Is this normal? I did download a pay app alarm clock, but I don't know yet if it will work 100%.
View 6 Replies
View Related
May 18, 2010
I would like to make an Android application that user enter the number they would like to dial, and the app automatically format the number into *123*number# (that means the final number would contain 2 special character "*" and "#". Could you please help me how to let Android understand these special character and make the phone call in the right direction.
View 2 Replies
View Related
Jun 10, 2009
I've been searching the application permissions and I see no way to make an app to enable getting notified when the user send an SMS or make a phone call. How can I accomplish this task?
View 5 Replies
View Related
Apr 21, 2010
Is there a easy way to initiate a call from a button in an Android app?
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 from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
View 2 Replies
View Related
Jul 29, 2010
Is there and app out there that will let me choose which contacts I'd like to back up sms and record the calls? Rather than all of them?
View 1 Replies
View Related