Android : Draw On Incoming Call Screen?
May 15, 2009Is 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 RepliesIs 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 RepliesI have an HTC Evo that hangs up on everyone that calls me.I keep the phone in my pocket and, in trying to pull it out to answer a call, my leg slides the bar.I could keep the phone in my pocket upside down and then I would answer every call but that isn't much of an alternative.I am looking for something that overrides the Sense's lockscreen/answer screen.I tried both GoTo and WidgetLocker.Both are great programs but neither addresses the incoming call issue.
View 7 Replies View RelatedI 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 Relatedcan you change the incoming screen on the evo on a phone call.not that i don't think the droid is cute.
View 3 Replies View RelatedSuppose my application xyz stores a few contacts(just like in the address book/ telephone book). Other contacts are by-default stored in my Android address book. Suppose I receive a call on the handset with my app xyz running in the background. All I need is to fetch the Caller's name from the application xyz and display this name as" Akash Calling..." instead of "+91... calling..." assuming that caller's details are present in the application say, his name and none of his details in the actual address book. Is this feasible.
View 2 Replies View RelatedI have problem when i start activity from incoming call broadcastReciever, the problem is :
when call is coming i start activity X with FLAG_ACTIVITY_NEW_TASK flag, and it is work fine when my application is not on the screen.
but if my application on the screen (activity Y) and call come, when activity X called from braodcastReciver Activity Y cover screen over incoming call screen then Activity X display, so 2 activity become over incoming call, although i just want activity X just display.
Is it possible to make screen flash when someone is calling?Like iPhone has camera flashing when someone is calling. My phone doesn't have camera flash so I'm looking for a way to make the screen blink.
View 2 Replies View RelatedIs there any way to change the incoming call screen for unknown numbers and contacts without photos? The little robot (foryo or whatever) is a cute logo.. but it looks like a waving dildo.. Often times I have to answer calls in front of customers, family and friends. It's a little embarrassing having to pull a noisy, illuminated, vibrating green dildo out of my pocket every time I get a phone call.
View 5 Replies View RelatedI have got an explorer for my dad but he says that the font of the caller ID ( phone number ) is too small for him to read at the incoming call screen..is there any way to make the font bigger or using any app or etc ???
View 2 Replies View RelatedDoes this bother anyone else with a Moto Droid? Is there an app that has eluded my searches that corrects this?
View 11 Replies View RelatedThe new DX and I love it. It's fast and great. I'm a heavy user so I'd like to conserve as much battery as possible.Is it possible to have the screen not light up when I get an SMS or a call?I'd like my phone to just ring without lighting up because I get tons of SMS for my work.
View 2 Replies View RelatedUsing a Galaxy S4 with Android 4.3. I use the swipe feature to unlock the phone.
If the phone is unlocked when I answer an incoming call, I can use all of the phones features, including Mute, Speakerphone, etc.
However, if the phone is LOCKED when I answer an incoming call, I cannot unlock the phone. Pressing the main button does not bring up the screen to enter my password. It just stays blank. Therefore no Mute, no Speakerphone, no access to contacts, etc. By default, you can't even end a call! If someone called me and just put me on hold, I would have to pull the battery to hang up. Fortunately I have set the power button to hang up calls, but that doesn't really fix the overall problem.
So, how do I get the phone to at least let me unlock it when in this situation.
I upgraded to KitKat 4.4.2 (Samsung Galaxy S4) and the "touch to answer" is enabled again.
How can I disable this? Even I have Easy Touch Mode "unchecked" it still answers only with tapping.
When I used Android 4.2.2 it was working fine. I don't want to use this !!!!
Perhaps stupid but in android 1.6 together with the wifi and gps there was a icon to select the sound on/off/vibration know after update to 2.1 i can't find a fast way to change de sound to off or vibration except via the setting menu.
Is there a widget or perhaps a link so you can put it on one of the screens.
Is 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 RelatedFor Android, I have a custom view which I fill up with primitive shapes in the onDraw() method. Coming from a Processing background, I expected the draw method to be called automatically 30 times per second, but its clear that that's not how android views work. So how should I go about calling this method 30 times per second?
View 1 Replies View RelatedIs there a way to draw on or modify the key guard wallpaper programmatically?It looks simple enough for the home wallpaper, you can use WallpaperManager. But how about for the lock screen wallpaper?
View 1 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:...........
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 RelatedI 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 RelatedI want to know is there any way to store an incoming/Outgoing voice call in android.
View 1 Replies View Related