Android :: Unable To Reject Incoming Call / App To Handle It?
Mar 31, 2010I am creating an android application, and i want this app to handle all incoming call. How can i do that.
View 5 RepliesI am creating an android application, and i want this app to handle all incoming call. How can i do that.
View 5 Replieshow to reject an incoming call. At first, i wanna find some method already exists that can directly reject a phone call, but unluckily i failed. now i come up with an idea ,to simulate a ENDCALL KeyEvent. here is one solution to achieve it
IWindowManager.injectKeyEvent(...);
It may work in earlier version sdk... I didn't find any method like that in latest version sdk~ is there any method exists to simulate a KeyEvent ? or how could i reject an incoming phone call?
Can any one tell me how to reject incoming call programatically in android?
View 1 Replies View RelatedMy question is really simple and to Geeks and experts in Android development, is it possible to reject a incoming call using Android SDK 1.6 or higher?
View 2 Replies View RelatedStill waiting on my DINC while using my WM TP2. I have one well two feathers I like to have on my DINC. I am tech support and get calls all the time: 1. On my TP2 when on a call and a new incoming call comes in I can reject that call with a 'send txt' button and it send the caller a text I pre-created to let them know I am busy. Is it possible to do this on the DINC? 2. There is a free app my TP2 uses to record all calls automatically and it helps me because I cannot not write many times when I am driving or running network in a ceiling so the ability to playback a saved call is huge. Is there a app out there anyone use to record calls on the DINC? (pls do not concern me about the legal side this is for me and me only and there are apps that can do it which I am doing now)..
View 5 Replies View RelatedDoes anybody know if there is any event to handle incoming calls?? I'm developing an app that streams audio from the microphone and I would like to have a listener that stops the recording, etc when there is an incoming call...and that restarts the process when the telephone call is over.
View 1 Replies View RelatedI like to add numbers to a reject list, and never deal with those numbers again. Anyone know if its available on the Epic, or if there's an app that will accomplish this?
View 1 Replies View RelatedHow can we reject incoming phone call in android if the incoming number is already stored in phonebook.
What method is used to reject incoming calls? I know how to detect incoming calls but don't know how to reject.
I am unable to answer the incoming call by pressing the green icon on samsung galaxy s. Instead, i have to drag the green icon to the right. Please suggest a way with which i can receive the call in a single touch.
View 7 Replies View RelatedDoes anybody know how to turn off reject call with message from phone call display?
View 1 Replies View RelatedI've searched around and so far I've only found apps that reject (forward to voicemail) calls from a particular list. What I am looking for is a way to reject a call from he lockscreen or incoming call screen.
Is there a setting I am missing or is this something that needs to be done with an apparently?
I would like to know if it is possible to change the reject call button to say f__k you instead of reject or end call. I would also like the end call button to say something like f__k this or whatever else I think of when I'm done with a call. It's an HTC amaze.
View 6 Replies View Relatedis there an app on the market that can reject call and reply with sms with schedule?
I would like to reject all calls every day starting at 22:00 to 0700 in the morning and reply the caller with a sms saying that I am asleep at the moment. I have tried a few app but they don't have scheduler
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 RelatedI'm having trouble using this feature when I run or I walk down the street. I would like to disable it. Is there a way to mod the call screen to disable the function "reject call with message". I tried applications like Ultimate Caller ID or Big Caller ID but I am not satisfied with the result...
I want to keep the ICS screen ans just remove the function... I'm rooted and modify apk don't afraid me.
Why do I have a "Slide" to either answer or not answer every Phone Call? The problem is that it only started doing this when I just turned the phone off and back on. I have had the phone since release and it has never done this before. Does anyone have any idea how to disable this slide to answer or reject feature. I don't want it.
View 4 Replies View RelatedI want to create call accept and reject buttons looks similar to default buttons and having functionality same pls. answer it
View 11 Replies View RelatedI want to create call accept and reject buttons looks similar to default buttons and having functionality same.
View 1 Replies View RelatedIs it possible to add an incoming call with current call to make it as a conference call programmatically?
View 2 Replies View Relatedhow to disconnect the call(i.e incoming call) programmatically ?
View 3 Replies View RelatedWhen I'm on a call and a 2nd call comes in, my phone doesn't ring or anything. Is there anyway to change this so that I know when I have a call waiting without having to look at the screen (which is usually pressed up against my ear)?
View 1 Replies View Relatedi need a way to understand that the incoming call is a forwarded call so i can deny it using tasker or another application.If possible i want to auto decline the call using tasker + secure settings or any other plugin
View 3 Replies View RelatedI have created a simple driver to implement mmap and an application program to uses the sys call mmap and tries writ/read data. The mmaped area is the RAM.(I am working on beagle board) This works fine when I execute my application program through the shell/console but fails (with the following error) to work when executed through an apk. Unable to handle kernel NULL pointer dereference at virtual Code...
View 2 Replies View RelatedI know there are some posts from the group have talked about this ( like https://groups.google.com/group/android-developers/browse_thread/there... and https://groups.google.com/group/android-beginners/browse_thread/threa...), but I can not find exactly the official answer of this issue. in android market, there are some apps which can set up a black list and block the incoming call, see http://www.cyrket.com/search?q=block+call for details. is there something like backdoor or unkown api for blocking incoming call.
View 5 Replies View RelatedI'd like to implement a feature that monitors incoming calls and SMS and blocks them if necessary. But I don't know how to capture such events, could someone tell me how to do that?
View 2 Replies View RelatedI am trying to make my application in front just after incoming call.i mean when user cut the phone my application should come in front can it be possible ?
View 3 Replies View RelatedI have written a small player application. I want to handle incoming calls in my application. Actually while player plays some media file, if an incoming call comes, then my player should mute the volume and when the incoming call is done, the player should unmute the volume.
View 2 Replies View RelatedHow can I show a window containing few lines of text during the phone ringing period? My app in running in background at this time.Toasts won't work because they last at most 4 seconds.
View 2 Replies View RelatedI am trying to hang up an incoming call with injecting KeyEvent, however, got error below:
WARN/WindowManager(61): Permission denied: injecting key event from pid 296 uid 10024 to window Window{43d37708 paused=false} owned by uid 1001 java.lang.SecurityException: Injecting to another application requires INJECT_EVENT permission
Though I've added android.permission.INJECT_EVENTS to the project, still the same.
How could I deal with this situation, I just want to stop the call.
I know this is not the good forum to post my question, but I need help and I spend 3 days to try to find solution ,but no way:(. I'm trying to develop application that can answer incoming call automatically.
In my code I use the intent "Action_Anwser" but it's seem not work.
The snippet of my code
CODE:...........