Android :: Simulate KeyEvent - Reject An Incoming Call?
Jan 28, 2009
how 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?
View 2 Replies
Sep 28, 2010
Can any one tell me how to reject incoming call programatically in android?
View 1 Replies
View Related
Nov 14, 2009
My 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 Related
Mar 31, 2010
I am creating an android application, and i want this app to handle all incoming call. How can i do that.
View 5 Replies
View Related
Jun 10, 2010
Still 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 Related
Oct 22, 2010
I 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 Related
Nov 3, 2010
How 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.
View 1 Replies
View Related
Nov 30, 2010
Does anybody know how to turn off reject call with message from phone call display?
View 1 Replies
View Related
May 3, 2010
I'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?
View 2 Replies
View Related
Oct 23, 2012
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 Related
May 25, 2012
is 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
View 1 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
Aug 1, 2012
I'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.
View 2 Replies
View Related
Oct 8, 2010
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 Related
Aug 7, 2010
I want to create call accept and reject buttons looks similar to default buttons and having functionality same pls. answer it
View 11 Replies
View Related
Nov 17, 2010
I want to create call accept and reject buttons looks similar to default buttons and having functionality same.
View 1 Replies
View Related
Sep 29, 2009
Is it possible to add an incoming call with current call to make it as a conference call programmatically?
View 2 Replies
View Related
Jan 25, 2010
how to disconnect the call(i.e incoming call) programmatically ?
View 3 Replies
View Related
Aug 2, 2010
When 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 Related
Nov 26, 2012
i 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 Related
Sep 6, 2009
I 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 Related
Oct 16, 2010
I'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 Related
Jul 22, 2010
I 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 Related
Jan 28, 2009
I 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 Related
Feb 4, 2010
How 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 Related
Jan 14, 2010
I 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.
View 2 Replies
View Related
Mar 17, 2010
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:...........
View 7 Replies
View Related
Oct 6, 2010
I am looking for a lockscreen replacement that most importantly gives the option to answer calls without using the slidey swipey thingy. Maybe just a answer call button. I have tried goto - that was cool, but still had the swipe to answer. Also i tried screen suite, but that thing didn't replace the home lock screen for some reason. Can you sugget any others you might be using or know of?
View 15 Replies
View Related
Mar 10, 2010
I want to develop one call control application on android. As we know android sdk does not provide any API which block incoming call due to security reason. Is there any possibility to block incoming call using android open source api;s?
View 6 Replies
View Related
May 19, 2010
I want to know is there any way to store an incoming/Outgoing voice call in android.
View 1 Replies
View Related