Hi,
probably this sounds like a noob question, but I couldn't find a solution. I have installed s2u2, which is quite nice. But after some time, I additionally get the builtin lock active (tap left Softbutton, tap middle of screen). Since it already is locked by s2u2, I want to deactivate this, but couldn't find it anywhere in the settings (it *must* be there, no?). I only found this thread
http://forum.xda-developers.com/showthread.php?t=307270&highlight=Registry+settings+for+LOCK&page=2
but it's about a lock that an Exchange server sets...
TauTau said:
Hi,
probably this sounds like a noob question, but I couldn't find a solution. I have installed s2u2, which is quite nice. But after some time, I additionally get the builtin lock active (tap left Softbutton, tap middle of screen). Since it already is locked by s2u2, I want to deactivate this, but couldn't find it anywhere in the settings (it *must* be there, no?). I only found this thread
http://forum.xda-developers.com/showthread.php?t=307270&highlight=Registry+settings+for+LOCK&page=2
but it's about a lock that an Exchange server sets...
Click to expand...
Click to collapse
this method does not disable the lock, only removes it from the screen (anyway you won't have problems, I gues).
Go to start -> settings -> today, there you have two tabs: appearance and items, go to items scroll up or down 'till you find Device Lock and then uncheck it and click OK, that's it.
Cheers
no, that's not my problem at all, that would just remove it from the today screen (where I don't have it anyway). I want to prevent the device from locking by itself...
TauTau said:
no, that's not my problem at all, that would just remove it from the today screen (where I don't have it anyway). I want to prevent the device from locking by itself...
Click to expand...
Click to collapse
Well, than S2U2 is conflicting somehow with HTC lock and it's making it react. Try uninstalling S2U2 to see if if it acts on itself again.
As for complete removal of lock, I think it's embedded on ROM.
Cheers
I believe it's embedded into the ROM. I've got the same problem with the built-in lock because I sync to my exchange server at work to access work email. The only way to disable the built-in lock would be to remove your outlook settings.
I know about the lock when you use an exchange server, but that's because of a policy from the Exchange server. I don't use a Exchange server though. I'm quite sure I'm just missing some "standard" WM setting here... just can't find it
That was the only way I could find to prevent it from locking.....uninstall I mean.
i was never able to locate a setting for it.
basically i got the password set to be asked for when the device isnt used after 1 hour but sometime i want to be able to lock the device instantly and then be asked for it without setting the time limit to 0 mins - when i just hold the lock buttn it doesnt prompt for the pass either - thanks
Any one got any ideas? or maybe some sort of different lock system entirely?
I used the lock feature today for the first time and had exactly the same thoughts. I'd like to be able to lock it at will too.
Throttle Lock seems to be a good alternative to the very annoying built-in function.
Trudi said:
Throttle Lock seems to be a good alternative to the very annoying built-in function.
Click to expand...
Click to collapse
wow thanks alot !
just what I was looking for!
Tiny app does this perfectly
Found this a while ago right here in XDA Devs ... works perfectly on my Xperia
It does exactly what I wanted -immediately locks the screen when you run it (requiring password to unlock)
I use Slide 2 Unlock, and have my default password set to come on after an hour like you ...but sometimes I need to be able to lock it straight away
I have this little app as a shortcut on my today and thus can lock instantly whenever I need to -give it a try!
Thanks to slow23
Enjoy!
http://forum.xda-developers.com/showthread.php?t=408946
Since a lot of people suggest disabling the g-sensor to prevent the screen freezes I thought I'd try something.
I don't want to have my rotation disabled as it's very handy to have. So what I do is use an app called Tasker. It's not free, but there is a 7-day trial available.
Basically I have it set to disable screen rotation every time the screen is off..and so far I haven't had any screen freezes. It may be coincidence, it may not be. I'm not exactly sure if the app does disable the g-sensor or does something else, but so far so good.
For those that don't know about Tasker...it's probably the best app that will ever be made for Android. You can make your phone do almost anything.
For example, I use it to:
When I get home, Wifi turns on and 3G is turned off. When I leave home, Wifi turns off and 3G turns on....same for work.
I have it disable wifi, 3g and screen rotation at night when I'm in bed.
It enables GPS when I launch maps or navigation, and disables GPS when I close the app.
And those are very basic ones...
The Tasker wiki has many more advanced "profiles" you can use:
Code:
Lock An Application
Start the Day with a Particular Application
Battery Full Alert
Launch Music App When Headset Inserted
Launch Menu of Music Apps When Headset Inserted
Keep screen awake when using the keyboard
Speaking Clock for Android 1.5
Control Keyguard (scroll to unlock) when Power is Connected/Disconnected
Keep Multiple Backups of Tasker Config
Change Ringtone on Every New Call
Mute in Meetings
Hold Ringer Volume Down
Auto-Respond To SMSs At Night
Change Volume Levels during Different Times of the Day
Check Data/SMS/Minute Usage With Carrier While Sleeping
Temporarily max brightness of screen during Incoming Call
Auto (Silent) Sleep Mode with Exceptions
Intermediate
Power Plug In - Choose Car/Home/Night Mode
Generic Toggle Widget
Open the keyboard and start texting
Set volume then Launch menu of music apps
Alarmclock without Snooze
Alarms with Snooze and Vibrate
Geburtstagserinnerung (German)
Car Locator
Notification Reminder Pulse
Locate your phone using SMS and google maps
Lock your phone and locate it by SMS and sound
A full talking clock
Act like a docking station when plugged into USB
Auto answer calls when your bluetooth headset is connected
Extended phone profile changer with Notification and Widget
Turn your cell phone into a Voip phone
Advanced
Periodic Data Check (Juicedefender Replacement)
Creates profiles similar to S60 devices and changes them depending on variety of factors
U.S. Navy Ships Bells (Using Tasker's OR '/' feature) * Pattern Matching *
Changing background image depending on current weather (Using HTTPGet)
Or you can simply create your own...there is a learning curve, but once you get a feel for it, it's VERY powerful! It can control almost every part of your Android phone.
There's a decent thread with more examples on xda in this thread.
I realise this is a software post, but it's main aim was to point out a way of disabling rotation to help with screen freezes
Hey,
thanks for this thread, i have downloaded tasker now.
Can you post your code for disabling gsensor when screen is off?
//EDIT: Sorry, its very easy.. i think i can create it by myself
HTC_HDD said:
Hey,
thanks for this thread, i have downloaded tasker now.
Can you post your code for disabling gsensor when screen is off?
//EDIT: Sorry, its very easy.. i think i can create it by myself
Click to expand...
Click to collapse
Hehe yep, it's an easy one.
New Event profile > Display off is the Event. Action is disable rotation
I have done it like you and added a task which enables the rotation if screen is on, is this correct?
I have used the phone now and i got freezes again, but not so much.. i think.
Sent from my HTC Desire using XDA App
HTC_HDD said:
I have done it like you and added a task which enables the rotation if screen is on, is this correct?
I have used the phone now and i got freezes again, but not so much.. i think.
Sent from my HTC Desire using XDA App
Click to expand...
Click to collapse
Yep, you also have to create another to say disable screen rotation when the screen is off.
@the_scotsman
Thanks for the suggestion, I've seen a few people mention this app before but now I finally downloaded it. I'll play around a bit to figure out some combos, but one quick question..
Is this going to be something running in the background sucking up battery and memory or is it just like running scripts? What do you think? I'll run current widget once I get some tasks going to see happens, just wondering if you've found anything out yet.
tgtoys said:
@the_scotsman
Thanks for the suggestion, I've seen a few people mention this app before but now I finally downloaded it. I'll play around a bit to figure out some combos, but one quick question..
Is this going to be something running in the background sucking up battery and memory or is it just like running scripts? What do you think? I'll run current widget once I get some tasks going to see happens, just wondering if you've found anything out yet.
Click to expand...
Click to collapse
It depends on what profiles you set up...if they involve wireless, it will enable wireless every so often to check access points etc....or if you are using a location profile, it will enable gps every so often to check your location. You can change how often everything polls in the settings.
I have mine as per the first post, so it does scan for wireless every so often, and I havent seen any change in battery usage.
the_scotsman said:
Yep, you also have to create another to say disable screen rotation when the screen is off.
Click to expand...
Click to collapse
Can you go step by step what you do to set up display off and rotation off?
Hi,
the last NetRipper Kernel has no freezes!!
Is not overclocked, is not undervolted, has no axi and has no freezes.
with friendly greet
starbase64
starbase64 said:
Hi,
the last NetRipper Kernel has no freezes!!
Is not overclocked, is not undervolted, has no axi and has no freezes.
with friendly greet
starbase64
Click to expand...
Click to collapse
Thanks, but i prefer to have axi and undervolt
And I have no freezes
the_scotsman said:
Hehe yep, it's an easy one.
New Event profile > Display off is the Event. Action is disable rotation
Click to expand...
Click to collapse
I can find everything else exept "disable rotation" in Actions. I only found "display rotation" in settings. Any help?
tzic said:
I can find everything else exept "disable rotation" in Actions. I only found "display rotation" in settings. Any help?
Click to expand...
Click to collapse
Yea, thats the one..just choose that one and set it to "off" in the settings for it
ty for the quick reply scotsman, I ll report back in a day or two.
Tried this, but didnt work
I tried many different versions of kernels but in all if I keep my phone on standby (screen off) for a long time, say 20 mins, my phone freezes, My hardware buttons still glow on press, but phone never wakes up, any Ideas??
Even you disable display rotation, the sensor is still active, just use Gscript and disable sensor, you won't get any more freeze.
justwonder said:
Even you disable display rotation, the sensor is still active, just use Gscript and disable sensor, you won't get any more freeze.
Click to expand...
Click to collapse
I was just about to write exactly the same words!
Scotsman - can you tell if Tasker can run a custom written script, upon some event? Then we can use it to turn off the gsensor!
Finally seems to be workin!!I made 2 changes:
1) Upgraded my radio from 2.08 to 2.12 (I recommend this one)
2) Stopped GSensor with Gscript
Another issue,
After I restart the sensor via script, photos in album wont rotate anymore!!
I did a `ps -ef|grep akmd` and the process is running, any thoughts??
edit: it works after restart!!
did you use the free gscript? cause mine says needs su:true
Your solution is great thanks... i did something slightly different : using tasker, autorotation is enabled only for apps that I want too, like gallery. Rest of the time, its off and working great that way too.
Basically I just want to use Tasker to turn on a PIN lock when I'm not connected to my home wifi. I've tried it multiple ways - using the keyguard on/off built into tasker, using the secure settings plugin, etc. I can't get it to work. Is there something I'm missing here? Does the Nexus 7 have problems with this function? Any tips would be appreciated, thanks!
rm79 said:
Basically I just want to use Tasker to turn on a PIN lock when I'm not connected to my home wifi. I've tried it multiple ways - using the keyguard on/off built into tasker, using the secure settings plugin, etc. I can't get it to work. Is there something I'm missing here? Does the Nexus 7 have problems with this function? Any tips would be appreciated, thanks!
Click to expand...
Click to collapse
I am having the same issue, did you ever find a solution for this?
PthPndr said:
I am having the same issue, did you ever find a solution for this?
Click to expand...
Click to collapse
It turns out that Android is no longer allowing applications to lock / unlock screen, this is a security feature (even Tasker has this info somewhere in the documentation). The way Tasker currently turns off the screen lock is by some messy work around. The closest I got to having this feature working on ICS and later on JB 4.1.1 was that it was working as expected most of the time, but whenever the screen lock was switched off by Tasker and I clicked on any notification in the notification bar, the screen would get locked and keep locking itself from then on. This is really annoying and makes this feature pretty messy and useless. So I finally resolved to setting the phone to lock automatically after a long period (eg. 30 mins), which is good enough when I'm at home. That way the chances are that if I forget to lock the phone and loose it, it will lock itself after 30 mins. I also created a shortcut on the screen (using Secure Settings plugin) to lock the phone manually whenever I remember about locking it. I doubt there is currently a better way of doing that.
Two questions about the lock screen and security for those in the know.
1) Any easy to use free app that will change the lock screen security automatically either based on time or location? When I get to work, I change my lock screen to pattern security and when I leave work I turn it off. It's a pain to do this each day manually.
2) With the above, even if I had to do it manually, is there a way to keep the settings somehow so I don't have to do the pattern twice and then a pin number for backup twice, each and every time I set it to pattern lock?
Thanks for any help. I know there are a few different programs like Tasker, but they seem fairly complicated and I can't find a way to set security like this.
As you said, tasker is very useful to do things like that. Try it. It's easy and you won't regret.
I never could figure out Tasker. Maybe I just need more time with it.
Trying smart lock right now. I wish there was a way to say "don't trust this location" but trust every other location. I just want my phone locked at work.
Are you on lollipop? If so enable Google smart lock in security-trusted agents then check out security-smart lock
Sent from my SM-N910F
xrayA4T said:
Are you on lollipop? If so enable Google smart lock in security-trusted agents then check out security-smart lock
Click to expand...
Click to collapse
Ha ha....guess you missed the second line of my post above yours?