Android :: Disable The Keyguard And Screen Locking In Android
Jul 30, 2009
i am porting android to our custom board. When android first time boots up, it is proper, i able to go into apps window and able to work. But, if i boot the android for next time, the andorid boots up and goes to main screen, where the screen gets locked displaying "Press Menu to unlock". If i press Menu key to unlock, its reporting error,...........
View 2 Replies
Nov 12, 2009
I am working on a lock screen application and am disabling the keyguard using the following code snippet which I call from a service on receiving the ACTION_SCREEN_OFF broadcast: KeyguardManager keyguardManager = KeyguardManager)getSystemService (KEYGUARD_SERVICE); KeyguardLock keyguardLock = keyguardManager.newKeyguardLock (getPackageName()); keyguardLock.disableKeyguard(); This seems to work fine, but when I return to the home screen the notification bar does not respond to touch/drag events. It's stuck and I can't drag it down until I hit the Home button. Has anyone seen this behavior? As far as I know there is no way to disable the dragging of the notification bar programatically. Perhaps something I'm doing is triggering a bug? Any ideas?
View 2 Replies
View Related
Nov 20, 2010
How can I disable the keyguard when a broadcast receiver is activated by screen_on, so that when it occurs the user sees an activity that I have started behind it?(The activity is running already)I have been trying the following code from a broadcast receiver triggered by screen off.It doesn't seem to be working though as it is. When I turn the screen on, I still have to manually unlock the keyguard on the phone to reveal the activity behind it.
View 1 Replies
View Related
Nov 4, 2013
Is there a way to disable the auto screen locking function when I close my cover?
I bought a couple of cheap case covers from China and as far as I understand they might not have the right material which causes the IR to be reflected instead of being absorbed.
I don't mind it locking really, aside from maybe a bigger battery consumage, since I often hear it locking itself while in my pocket.
No, my main problem is, with some of the covers, if I flip the front cover side to the back so I can hold the phone easily, it locks.
For example, the 2 I have on me, the leather one locks if I flip it over, the plastic one doesn't.
Really I'd like to disable the function alltogether, I prefer locking it myself together with the trusty 30s idle lock.
How do I disable auto locking when closing case cover.
View 1 Replies
View Related
Oct 2, 2010
The one thing I DON'T love is that about 1 second after a phone call starts, it goes into power save/lock mode/black screen, and I have to press the power button to get the screen back. This is during a call. Yes, I have set the regular power save options to stay on longer (2 minutes) but this does not affect it DURING a phone call. The saleslady told me it's a "feature" to keep your face from accidentally touching the touchscreen and unintentionally ending a call.
I really wish I could have the darned screen STAY ON during phone calls. It's such a pain to be dealing with some voicemail system & having to "press 1 for this, press 2 for that", but the thing keeps turning off IMMEDIATELY & I have to keep pressing the power button.
Isn't there a way to change this setting?
View 8 Replies
View Related
Nov 11, 2010
I have just received my new DESIRE HD fone, it runs android 2.2.I want to know if there is some app for locking screen, i dont want to use the hardware button on the top which activates the screen after the lock.I want something which prevents me from making calls accidently when the fone is in my pocket, also i want to save power by keeping the fone screen off when its not in use.I have seen the same thing in samsung galaxy, where u just swipe on the screen and screens come alive, is there something available for HTC too?
View 1 Replies
View Related
Feb 18, 2010
We are looking to add a new android locking screen (a password based one) with the same behaviour of the current unlock pattern. With some ugly hacks we have been able to create a custom locking screen but we haven't found a way to disable the home key.
View 3 Replies
View Related
Feb 18, 2010
We are looking to add a new android locking screen (a password based one) with the same behaviour of the current unlock pattern. In fact we have been able to create a custom locking screen but we haven't found the way to disable the home key.
View 2 Replies
View Related
Jan 31, 2010
As we know that Android phone gets locked after screen timeout. But I want to lock the phone on demand as well. i.e. without waiting for screen timeout to occur.. As in nexus android phone there is hard button on top for making screen turn off and lock the phone. i have to do same functionality but by using soft key i.e. in a programmatic way. What are the APIs or routines that can help me ? Can someone point me for getting this functionality?
View 5 Replies
View Related
Jul 18, 2010
Is there any way to change when these 3 things happen separately? Can I make it so my screen fades earlier but still takes just as long to go completely black? Is there a way to extend the time between total blackout and locking? Is there a way to turn off auto screen lock all together but keep the auto fade out and auto black out? I am always able to remember to manually lock the screen and the auto lock is annoying but I still like the power saving of the screen fade and black out.
View 3 Replies
View Related
Jun 19, 2010
Anyone know of a widget to simply lock the screen or put into sleep mode by pressing something on the screen rather than pressing the power button on the top of the phone. Tried looking around and unless I'm missing something (I am particularly good at missing the obvious!) there doesn't seem to be anything that does just that. Anyone know/come across anything that will do this? Does anyone know if this might be included in 2.2?
View 1 Replies
View Related
Jun 7, 2010
I'm just wondering if I do this correctly; I'm programming a notification app which can display a notification when the phone is sleeping
Disable keyguard lock. Aquire a wake lock. show notification. Set alarm for timeout and reenabling keyguard and release wakelock is the user dont touches the screen. 4.1 User touches the screen, and I disable the timer. Do nothing more. Done and done 4.2 User dont touch the screen, so reenable keyguard and release wakelock. Phone sleeps again
Basically I'm wondering about point 4.1 the most. cancel the pendingintent for the alarm, and do nothing more? or should the keyguard and wakelock that are set be dealt with in some way?
View 1 Replies
View Related
Aug 31, 2010
my Evo's screen will lock up...by that I mean the phone continues to function if I get a call or text, but I can't press any buttons or anything else on the screen (I'm still on v2.1). I can press the Power button and it brings up the power options dialog, but I'm unable to select any option or dismiss it. Usually if I wait a few minutes the screen will eventuall unfreeze and allow normal operation, but on a couple of occasions I had to pull the battery. Coming from the Palm Pre I'm used to this kind of crap, but I was hoping I left it behind me. Is there a way to reboot the phone just using the hard keys (i.e., some combination of Power + volume)? This would be an acceptable workaround...in fact, I would pay for an app that would turn the Power button into a "power off" button with a long press (hold the key down for 10 seconds and it turns off the phone). Otherwise, this is just annoying, but so far I'm living with it.
View 1 Replies
View Related
Mar 1, 2010
I call my voicemail and before I am allowed to enter my password I have to unlock the screen. When I finish a call I have to unlock the screen before I hang up. When I leave a voicemail I have to unlock the screen before I hang up! This is driving me nuts!
View 10 Replies
View Related
Sep 7, 2009
Is there a way to do this in certain situations? Eg, if I'm playing music in the car I'd like it to stay "alive". Also, this morning I put google maps on to track my route but my screen kept locking. I know keeping it on will kill the battery but I'll be charging it at work via my laptop most days anyway.
View 9 Replies
View Related
Oct 30, 2010
on my old Samsung phone I had the backlight set to turn off after 30 seconds but this didn't lock the screen. With the Wildfire however with the backlight set to turn off after 30 seconds this also locks the screen. Is there a way to set it so the light goes off without locking the screen?
View 2 Replies
View Related
Oct 24, 2013
I turned off smart alert, which solved my other problem like others have mentioned, but my phone still vibrates after locking my screen and it drives me crazy! how to turn this off?
View 2 Replies
View Related
Feb 23, 2009
Does anyone know how to do this correctly? I can't find any examples & the API documentation is pretty hard to follow.I am guessing I need to use the KeyGuardManager and PowerManager... but can't figure out how to bring my activity up past the keyguard and re-enable the keyguard so my activity doesn't let someone get past the lock when my activity awakens.
View 9 Replies
View Related
Dec 23, 2009
If I had a nickle each time I tried to open the notifications on the top of the screen, but ended up moving the clock, we'd all have a handful of nickles. Is there any way to "lock the items" on the screen so that they will not move unless you really want them to?
View 6 Replies
View Related
Jan 28, 2010
today, as I was setting up my phone, the screen stopped locking when I push on the red button (on the right). this is usually how I lock my phone before putting it in my pocket but now it doesn't work. Is there a setting that can control this or is it a glitch?
View 5 Replies
View Related
Dec 5, 2009
I own a hero on orange with the latest orange firmware. Over the past couple of days I've been having a few problems, mainly with my messengers from what I can see. Sometimes when using ebuddy or meebo, my phone's screen will go to standby (blank) as normal but will not wake up or do any functions. I have to take the battery out of the phone and reboot. I tried re-flashing the firmware just incase but it still does it. I'm trying out hi msn to see if that is any better. Just wondering if anyone else has had this problem and also does it sound like a firmware issue?
View 1 Replies
View Related
Jul 28, 2010
I recently made the switch from a BlackBerry Curve to the HTC Incredible. One of the "features" of my Curve that I'm having trouble duplicating on the Incredible is this: I was able to set a timeout to lock the phone and a separate timeout to blacken the screen. That is, if the screen went black after 30 seconds of inactivity, the screen wouldn't necessarily lock until 30 minutes of inactivity. I have increased the screen timeout on my Incredible, but the screen doesn't dim at all. I tried installing the No Lock application, but now I can't find a way to manually lock the phone if necessary.
View 2 Replies
View Related
Oct 24, 2010
Is there any way to lock the screen while on a call? My kids can't get through a conversation with grandma without hanging up on her.
View 1 Replies
View Related
Sep 19, 2010
Is there a way i can have my lock screen pic be different then my homescreen? I cant figure it out
View 9 Replies
View Related
Mar 3, 2014
I'm using nexus 7 2013 and have to deal with a problem like this: after locking screen and turn it on back, I can not access the internet. And after that, I have to refress the WiFi connection to access the internet.
View 3 Replies
View Related
Nov 12, 2009
Is there any way to get my Droid to only lock the screen when I manually hit the lock button? If using it as a mp3 player for instance it's horrible to have to unlock it over and over again every time I want to skip a track or something.
View 11 Replies
View Related
Jan 13, 2010
We are new to this droid market along with touch screen. She has a problem with hanging up or muting a call due to the touch screen. Is there an app or adjustment to lock the screen while on the phone? Sorry if this is a duplicate thread, I attempted to search. Not new to forums but new to this one.
View 4 Replies
View Related
Jul 10, 2010
Is there a way to turn off screen without locking it? I really don't need to lock it when the phone is laying on the table but saving battery by turnig off screen is good.
View 2 Replies
View Related
Nov 19, 2010
I have an application in which there will be a service continuously running in background and on certain conditions service should call an activity or pop-up a dialog. I think this is possible. The question is, in case device keyguard gets on say after 2 minutes of idle time then will the service continue running in background. And what will happen when the condition of opening pop-up or Activity is reached.
View 1 Replies
View Related
Feb 25, 2012
I've tried so many app's over the last couple of days that claim to stop the screen from locking but they have all just bypassed the lock screen... Well, they've tried to anyway. These kind of work arounds don't actually stop my phone from locking in the first place though.
My phone is a W008+ iPhone clone with Android 2.3.3. When it's charging, the screen will time out and switch off; But it doesn't lock. So I can hit any key to bring the screen back on and as it wasn't locked in the first place, I'm taken straight back to where I was.
When not charging, I get the same behaviour for ~2 or 3 seconds... Any longer and it locks forcing me to use the power key and swipe the lock screen along with any other security measures I may have in place.What I'd like is to be able to set the 'lock' timeout in the way that I can set the 'screen' timeout.How far will I have to go to get this functionality?
Is there a setting I've missed? I'm very new to Android so there's lots I don't know yet.
Are there any app's that can really do this? Maybe this would need a root app?
View 2 Replies
View Related