Android :: Not Able To Capture Images When On Incoming Call / What To Do?
Oct 7, 2010
I am continuously capturing images with my camera at interval of 1 min.It is working without any problem.But when i got incoming call,my camera activity goes to background and not capturing any images.When call finishes m able to see my activity and images are captured without any problem.
What to do so that when incoming call,still camera should capture images.
View 1 Replies
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
Oct 22, 2012
Why do apps like Screencast require Root access in order to record/capture screen images?
Motorola Photon 4G
View 2 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
Nov 16, 2010
I want to record incoming call,any body knows please give some idea about that,other wise give some idea about How to know about incoming call.
View 3 Replies
View Related
Oct 8, 2010
I would like to know if we can get Incoming call data to the application in Android. I will be using this incoming call data to record the call or for the purpose of call streaming from my application. I read Audio manager and Telephony manager class provided by Android , but I could get an API which can give the data of incoming call.
View 2 Replies
View Related
Aug 6, 2009
I want to record the outgoing and incoming call. Can some one tell me. Is it feasible or not ?
View 4 Replies
View Related
May 15, 2009
Is it possible to draw on the incoming call screen? I know that a few of the whitepages apps do it, but I would like to know how.
View 3 Replies
View Related
Nov 11, 2009
I was looking for about this subject and always I read de same: "It is not replace inCallScreen", "You can't modify inCallScreen", ... I need react to an incoming call and show two big buttons any way (new dialog, modifing incallscreen,...). I got start a new activity, but it appears after I reject incoming call. I need my activity appears over inCallScreen. Another thing I thought is use NDK, but I don't know if NDK support this.
View 6 Replies
View Related
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
View Related
Oct 7, 2009
is it possible to suppress all notification messages e.g. incoming call or sms notification? Actually, I am developing a game and I want to given an option to user to mute all notifications (some thing like do not disturb :)) while playing game.
View 2 Replies
View Related
Apr 28, 2010
I have an application that is silencing the ringer while it is open, then when it closes it unsilences it. Currently I am doing these two things in OnStart and OnStop. The only problem (and it's a big one) is that when a phone call comes in, it stops my application (calling OnStop), then rings at its normal volume. Is there any way to get around this? I tried using onCreate and onDestroy, but I want to restore the original volume setting as soon as the program is closed, which onDestroy doesn't seem to do. 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 8 Replies
View Related
Mar 12, 2010
I want to know that what will happen to my activity incase of an incoming phone call? Will the state of my activity be saved or I have to explicitly save it? Another question is that will the activity resume after the call is disconnected?
View 3 Replies
View Related
Dec 5, 2009
I would like to retrieve the incoming call's phonenumber and do something with it.Could you please help me because I can't find any information about this.Where do i start and how do i get hold of the phone number?
View 3 Replies
View Related
Jun 29, 2010
Does 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 Related
Sep 28, 2010
Can any one tell me how to reject incoming call programatically in android?
View 1 Replies
View Related
Aug 20, 2010
Is possible in android, detect the latitude and longitude from Incoming Call?
View 12 Replies
View Related
May 6, 2010
I'm trying to implement my own phone call handling UI. What I want to do is, if a call comes in, the incoming telephone number and a picture are displayed, and, if I press a button, the incoming call will be accepted/answered.
Sadly, the code does not work. At first, an exception is thrown if I press my answer button:
ActivityNotFoundException: No Activity found to handle Intent {act=android.intent.action.ANSWER
Then I added an entry in the AndroidManifest.xml: I run the app again, there is no exception anymore. However, I doubt the incoming call is not really accepted. Because if the press the Android's screen answer button (green button), the incoming call is accepted and a green in call icon is also displayed on the upper left corner of the emulator screen, while my app doesn't.
I also read the Phone app's source code in android source. There is method such as acceptCall() in the Phone class. But these codes seem difficult for me to use, because there are many imports declaration in the code, such as :
import com.android.internal.telephony.Call;
import com.android.internal.telephony.CallStateException;
import com.android.internal.telephony.CallerInfo;
import com.android.internal.telephony.CallerInfoAsyncQuery;
import com.android.internal.telephony.Connection;
import com.android.internal.telephony.MmiCode;
import com.android.internal.telephony.Phone;
And, if I add these imports in my code, there will be too many errors, such as : "The import com.android.internal.telephony cannot be resolved" What is the right and simple way for my problem?
View 1 Replies
View Related