[Solved] Disable swipe to unlock screen - G3 Q&A, Help & Troubleshooting

Is there any way to disable the swipe to unlock on the G3 and just have it open to the phone when I tap the screen?
Let me explain... I followed the guide on here ( bliynd dot com *slash* archives *slash* 289) which allows you to use tasker and secure settings to write a profile that will disable your lock screen when you are on your home wifi (it is basically what the next version of android will have built in). I have a pin screen that welcomes you when you wake the phone whenever I am out but when I am on my home wifi it just shows the "Swipe in any direction to unlock" screen but I just want to be able to turn on the screen and have it just show my phone.
Is this possible?

demonjrules said:
Is there any way to disable the swipe to unlock on the G3 and just have it open to the phone when I tap the screen?
Let me explain... I followed the guide on here ( bliynd dot com *slash* archives *slash* 289) which allows you to use tasker and secure settings to write a profile that will disable your lock screen when you are on your home wifi (it is basically what the next version of android will have built in). I have a pin screen that welcomes you when you wake the phone whenever I am out but when I am on my home wifi it just shows the "Swipe in any direction to unlock" screen but I just want to be able to turn on the screen and have it just show my phone.
Is this possible?
Click to expand...
Click to collapse
just put it on none

jaythenut said:
just put it on none
Click to expand...
Click to collapse
I just noticed that tasker was not running. Enabled tasker and it worked.

Related

[GUIDE] Use NFC to unlock your phone, Galaxy S3 or other!

UPDATE!!! There's a new XPosed Framework module in town that makes this whole thread obsolete. Check out the new NFC Unlock module, forked from the NFC LockScreenOff Enabler module already used in this project. Way simpler, fewer moving parts to configure, and works well. Check it out. Otherwise, this has been a fun way to learn how to use Tasker! Thanks, all!
Original Post
This is a guide to show you how to set up your phone to be unlocked by an NFC tag. There are several other threads on the subject for various phones and carriers, but it took me several weeks worth of research and testing to come up with something that actually worked on my phone, and this tutorial is the culmination of that effort. In theory, it should work for a wide variety of ROMs (including Stock), phones and carriers, and even survive ROM updates (provided you maintain root), but I have only tested it on a Sprint Galaxy S3 (model d2spr) that is rooted and running CyanogenMod 10.1.
DISCLAIMER! I am NOT responsible for any damage to your phone, loss of data, use of your phone, or spontaneous sharknadoes that may occur if you try these steps! It worked for me, but I make no guarantees that it will work for you! Back up all your data and your ROM, and use this at your own risk!
HARDWARE REQUIREMENTS
An NFC capable phone, like your Sprint Samsung Galaxy S3 with Root Access enabled
An NFC tag, such as Samsung TecTiles
SOFTWARE REQUIREMENTS
XPosed Framework
ONE of these XPosed Framework plugins:
MoDaCo Toolkit Plugin for the XPosed Framework (NFC Always On or On When Unlocked)
NFCLockscreenoffEnabler.apk for the XPosed Framework (lets you choose between Always On, On When Unlocked OR On At Lockscreen for better battery life)
NFC Task Launcher from the Play Store
Tasker from the play store
Secure Settings Plugin for Tasker
STEP 1: Install the software!
Install all of the software listed above.
Open XPosed Framework and enable the MoDaCo Toolkit OR the NFCLockscreenoffEnabler.apk in the Modules tab
STEP 2: Turn on NFC scanning all the time
Normally, Android only scans for NFC tags when the phone is unlocked. We need to scan for NFC tags when the phone is locked, and in our case, when the screen is off. Open the MoDaCo Toolkit app and check the box to Enable NFC when screen is off under Settings -> Wireless
WARNING!!! Turning on NFC scanning when the screen is off may adversely affect your battery life!
STEP 2 ALTERNATIVE: Turn on NFC scanning at Lockscreen
Open the NFCLockscreenoffEnabler.apk app and select Enable NFC when phone is locked, but the screen is on. This option should be a little easier on your battery. (Thanks to @nacron for finding this!)
STEP 3: Make Secure Settings a Device Administrator
Open Secure Settings and go to the Configuration Menu by tapping the wrench icon in the upper-right hand corner. Once there, check the box next to Device Administrator and select "Activate" on the confirmation screen.
STEP 4: Teach Tasker how to Lock and Unlock your phone
We can either do this the easy way, or the hard way.
Easy Way - Import the Tasks
Download and unzip NFC-Unlock-Tasker-Tasks.zip and copy the enclosed XML files to your phone
Open Tasker and long-press the Tasks tab
Select Import and open the files that you just copied
There is no step 4.
Hard Way - Manually Enter the Tasks
If you don't trust the import function, or just want to learn more about creating tasks in Tasker, you can create the tasks manually.
Open Tasker and select the Tasks tab. Create a new Task by tapping the big "+" sign, name it "LOCK", and add the following actions:
Select Task -> If
Under Condition on the LEFT side of the condition, type TRUN (the variable for Tasks Running)
Tap the Condition Operator icon (the grey button in the middle) and select Doesn't Match, or !~
On the RIGHT side of the condition, type *Unlock*
Under the If statement, select Plugin -> Secure Settings then tap Edit.
Select Keyguard and set the following options:
Select radio button On
Select Plugin -> Secure Settings then tap Edit.
Select Lock Device and set the following options:
Box for Device Admin Enabled is checked
Select Task -> End If
Create a new Task named "Unlock", and add the following actions:
Select Task -> Stop And select the Lock Task that we created earlier.
Select Plugin -> Secure Settings then tap Edit.
Select Wake Device and set the following options:
Wake Type: Screen & Keyboard Lights On
Duration: 30 seconds
Select Task -> Wait and set duration to 100 MS
Select Plugin -> Secure Settings then tap Edit.
Select Keyguard and set the following options:
Select radio button On
Select Task -> Wait and set duration to 100 MS
Select Plugin -> Secure Settings then tap Edit.
Select Keyguard and set the following options:
Select radio button Off
Check box Run in background (No Notification)
If you run this Task now, you probably won't notice anything different right away. However, if you lock your phone and then unlock it, you'll notice that any security that you had set up is now bypassed. That's why we needed to teach Tasker how to lock your phone, as well.
STEP 5: Teach NFC Task Launcher to Unlock your phone
Open NFC Task Launcher and create a new task for NFC named "Unlock Phone".
Take your NFC tag and follow the instructions on the screen to write the tag for this task.
Add a new Task by tapping the big "+" icon in the upper right corner.
Select Category Tasker
Check "Tasker Task" and tap "Next"
Type "Unlock" in the field next to the magnifying glass icon under Tasker Task and tap "Add to Task"
Congratulations! You can now unlock your phone with your NFC tag! Of course, as we mentioned above, this leaves your phone without any passcode protection that you may have previously enable. Which leads us to our final step...
STEP 6: Teach Tasker to Lock your phone
Open Tasker and select the Profiles tab
Create a new Profile with the big "+" at the bottom of the screen and select Event
Select Display -> Display Off
Go back to the Profiles page by tapping the "< Event Edit" icon in the upper left corner.
Select the Lock Task that you made earlier
Now when the screen goes off, your phone is secure again.
That's it! My hope is that this tutorial is easy to follow so that anyone who wants to unlock their phone with an NFC tag can get it working. While there are a lot of steps, I tried to make them clear and specifically looked for a method that was flexible enough to allow me to update my phone or even use a different phone with this method, without having to track down a modified NFC.apk for my specific firmware every time I wanted to update.
In regards to how battery life is affected by having NFC turned on all the time, my personal experience shows no appreciable decrease in battery life. I went all day yesterday without charging (about 15 hours) with typical usage for me, which includes 2-3 hours of podcast playback over both wired and bluetooth headphones, occasional GMail and Facebook usage, Solitaire, and 45-60 minutes of phone calls, which is on par with what I was getting before the hack. As with all things, your mileage may vary. If battery life becomes an issue, try the new NFCLockscreenoffEnabler.apk plugin that @nacron found instead of the MoDaCo one which gives you the On At Lockscreen option in addition on Always On. It should save you a bit on battery life.
Many thanks to the authors of the software I used (XPosed Framework, MoDaCo Toolkit Plugin, NFCLockscreenoffEnabler.apk, NFC Task Launcher, Tasker, Secure Settings Plugin), as well as this thread and this web page for giving me the framework to construct this rather elaborate NFC hack.
I would love to hear from others if this works on other phones.
Changelog:
2013-09-05 - Add NFCLockscreenoffEnabler.apk option for NFC on at Lockscreen (thanks @nacron for this!)
2013-08-14 - Changes to the Tasker Tasks that make the lock and unlock functions run a bit more smoothly by avoiding collisions. (i.e., if you're unlocking the phone, it won't try to lock it until the unlock is done.) I've also added easy-to-import XML files for the Tasks, so you don't have to type them in manually anymore!
2013-08-09 - Initial release (can you "release" a process?)
Wow, thanks for the info.
New instructions and importable task files make getting this set up a whole lot easier! Updates in the OP!
I've attached a cheap NFC tag to my watch wristband, cleverly disguised by gold nail polish, and unlock by NFC is now my preferred unlock method.
I like this. Posting to keep track of it.
Well, as soon as root is found for the DROID MAXX, I will be using this.
Sent from my Nexus 7 using Tapatalk 2
Hello,
After trying this on a Samsung Galaxy S3 Stock 4.1.2 and Slim Bean (worked like a charm), I have found a glitch on the stock firmware. When making a call the screen would go off via the Proximity sensor so <b>Tasker</b> would lock the phone.
So I made a little addon to the following part and the problem stoped:
Original:
STEP 6: Teach Tasker to Lock your phone
Open Tasker and select the Profiles tab
Create a new Profile with the big "+" at the bottom of the screen and select Event
Select Display -> Display Off
Go back to the Profiles page by tapping the "< Event Edit" icon in the upper left corner.
Select the Lock Task that you made earlier
Modified:
STEP 6: Teach Tasker to Lock your phone
Open Tasker and select the Profiles tab
Create a new Profile with the big "+" at the bottom of the screen and select Event
Select Display -> Display Off
Go back to the Profiles page by tapping the "< Event Edit" icon in the upper left corner.
Select the Lock Task that you made earlier
[*] Select Display off (long-press) -> Add -> State -> Sensor -> Proximity sensor -> Check invert
That's it!
Now when you get a call and answer it Tasker will know that the proximity sensor is used and will not lock the phone
Hope it works for you too.
Thanks,
[/QUOTE]
stealthdave said:
New instructions and importable task files make getting this set up a whole lot easier! Updates in the OP!
I've attached a cheap NFC tag to my watch wristband, cleverly disguised by gold nail polish, and unlock by NFC is now my preferred unlock method.
Click to expand...
Click to collapse
Thats slick man. I may have to use that for myself lol :good:
This is great, thanks man but one problem. When I use my tag to unlock the phone, use the phone then hit the android home button to return to my default screen, it locks the phone instead. If I unlock it normally (Entering PIN) it doesn't display this behavior. What am I doing wrong.
Deleted
LevanG said:
Hi, can I use this method to unlock my LG Lucid2?
I want to use it on GSM network...
Click to expand...
Click to collapse
Wrong kind of "unlock", I'm afraid. This unlocks your screen so that you can bypass the lock screen; it doesn't do anything for carriers locking the phone to their network. Think of this as using an NFC tag as your password.
OK, sorry and thanks for your reply
lloydcabraham said:
This is great, thanks man but one problem. When I use my tag to unlock the phone, use the phone then hit the android home button to return to my default screen, it locks the phone instead. If I unlock it normally (Entering PIN) it doesn't display this behavior. What am I doing wrong.
Click to expand...
Click to collapse
Try adding a 200ms delay to the beginning of the LOCK Task. This seemed to make things a bit more predictable on my phone.
stealthdave said:
Try adding a 200ms delay to the beginning of the LOCK Task. This seemed to make things a bit more predictable on my phone.
Click to expand...
Click to collapse
Actually, already have added a delay at the beginning to the Lock task but it didn't do anything to correct the behavior to the Home button. I should probably add that I'm using this with an HTC One that already has a funky Home / Menu button configuration. Home button works fine when I unlock normally but seems to get remapped to go back to the lock screen when I unlock it using NFC.
lloydcabraham said:
Actually, already have added a delay at the beginning to the Lock task but it didn't do anything to correct the behavior to the Home button. I should probably add that I'm using this with an HTC One that already has a funky Home / Menu button configuration. Home button works fine when I unlock normally but seems to get remapped to go back to the lock screen when I unlock it using NFC.
Click to expand...
Click to collapse
Likewise. I have the same problem as well. The physical Home button just takes me back to my pin lockscreen if I had unlocked via NFC. If I unlocked my phone manually by entering my pin then everything just works fine.
EDIT: Should also say that my phone is the S3.
@lloydcabraham and @bleAf! , what version(s) of Android are you running? I'm on 4.2.2 (CM 10.1.2), and my Home button is working as expected. I'm also using Nova Launcher as opposed to the stock Android launcher. Also, I presume that you haven't inadvertantly remapped the Home button, either by Tasker or some other setting or app? (Forgive me if some of this sounds like basic tech support stuff; just spitballing ideas since I can't reproduce.)
stealthdave said:
@lloydcabraham and @bleAf! , what version(s) of Android are you running? I'm on 4.2.2 (CM 10.1.2), and my Home button is working as expected. I'm also using Nova Launcher as opposed to the stock Android launcher. Also, I presume that you haven't inadvertantly remapped the Home button, either by Tasker or some other setting or app? (Forgive me if some of this sounds like basic tech support stuff; just spitballing ideas since I can't reproduce.)
Click to expand...
Click to collapse
Not at all, I appreciate your help. I'm using ElementalX kernel that remaps the HTC logo as a menu button but leaves the back and home button alone. Maybe that's the issue? It's just funny that I only have the problem if I use my NFC to unlock the phone using the supplied scripts. Oh well, no biggie but if you can help me figure it out, it would be great. I can send you a cwm backup (wiped of course) if you'd like to try my setup?
lloydcabraham said:
Not at all, I appreciate your help. I'm using ElementalX kernel that remaps the HTC logo as a menu button but leaves the back and home button alone. Maybe that's the issue? It's just funny that I only have the problem if I use my NFC to unlock the phone using the supplied scripts. Oh well, no biggie but if you can help me figure it out, it would be great. I can send you a cwm backup (wiped of course) if you'd like to try my setup?
Click to expand...
Click to collapse
Actually, it would probably be easier for you to just try a different kernel and see if it still works. Given the description of what it does, my guess is that might be the issue.
It also might be an issue with the XPosed Framework or MoDaCo plugin on the HTC One specifically. (It does have its own special installation procedure.)
- Dave
stealthdave said:
@lloydcabraham and @bleAf! , what version(s) of Android are you running? I'm on 4.2.2 (CM 10.1.2), and my Home button is working as expected. I'm also using Nova Launcher as opposed to the stock Android launcher. Also, I presume that you haven't inadvertantly remapped the Home button, either by Tasker or some other setting or app? (Forgive me if some of this sounds like basic tech support stuff; just spitballing ideas since I can't reproduce.)
Click to expand...
Click to collapse
I'm on 4.1.2 (Samsung based rom with stock kernel). I'm also using Nova launcher and I just tried stock Touchwiz launcher but same result.
I'm thinking it may be just something to do with Samsung Touchwiz or HTC Sense based rom (If lloydcabraham is also running HTC based rom or stock).
Thanks for your help stealthdave.
For some reason I can't get my phone to recognize the NFC tag when the screen is off or even in the lock screen. Only when I'm past the lock screen will the NFC tag recognize. The xposed framework was part of the ROM i'm using (M.O.A.R.) and I just installed the MoDaCo mod via the link. I checked off NFC on always and restarted several times but it still won't recognize when the screen is off.
[EDIT]
Got it to work using this xposed module instead of the MoDaCo one for always on NFC.
http://forum.xda-developers.com/showthread.php?t=2122019
Also having issues of lock coming back on after doing any action post unlock via NFC. I think it's a hack Samsung put together for the latest firmware upgrade after the whole problem with the bypassing the lockscreen by going through the emergency screen. The op wouldn't have this issue as he's not using a TW rom. I wonder if there is a way to have it input the key instead of bypassing the key.
[EDIT 2]
Overcame this issue by using the secure settings to reset the pin to nothing when unlocking via NFC and enable the pin when the screen goes off. This method even prevents the phone from locking during a call. I have a new issue of the swipe screen coming back right after NFC unlock. I'll post my findings a little later. It's not the most elegant of fixes but it prevents the lock screen from coming up when pressing the home button. I also removed all the waits and made lights and keyboard on for 5 seconds, makes unlocking faster.
The action for password/pin reset in Secure Settings is in All Actions > Dev Admin Actions > Password/Pin. You just select disabled when unlocking and it removes your existing pin and when you select enabled for lock, it prompts you to enter your pin twice in the settings. Not sure how secure this is or where it stores your password/pin. The only problem with this method is that you'll have to change the password/pin in secure settings if you decide to change your password/pin in the android settings or you'll end up with 2 different passwords/pins
Not sure if this works if you have pattern unlock. Haven't had time to test that.
So this is how my unlock task looks like:
1. Stop task lock
2. Secure Settings > configuration > Screen and keyboard lights on for 5 seconds
3. Secure Settings > configuration > clear password
4. Secure Settings > configuration > Keyguard disabled
and my lock is simply
1. Secure Settings > sonfiguration > Set Pin
and my profile is
Display Off > Lock
[EDIT3]
Figured out why it was presenting the swipe lock screen when doing a quick NFC unlock removal . I'm using the hacked version of AnyTAG NFC Launcher, instead of the NFC Tag Task Launcher, that detects NFC Tag removal as well as placement. Thought this app would be more extensible in the future. The only problem with this is that it will keep insisting on launching on NFC Tag removal if you don't set something so I just set the task to do nothing and that was locking the swipe screen again. I just set it to the same task as unlock and it doesn't pull up the swipe screen anymore.
Also, the battery replacements from Sprint suck. It's a generic sprint branded battery that DOES NOT have an NFC antenna in it. Picked up the replacement along with tectiles yesterday and couldn't figure out for the longest time why this unlock thing wasn't working. Their battery part number is BSML71021L. Gotta call them up to see if they can give me back my old battery or give me a real samsung replacement.
[EDIT 4]
After trying to get this to work consistently, I've disabled it. I can get tasker to remove/reenable the pin consistently but only sometimes will it clear the lockscreen automatically.
nacron said:
For some reason I can't get my phone to recognize the NFC tag when the screen is off or even in the lock screen. Only when I'm past the lock screen will the NFC tag recognize. The xposed framework was part of the ROM i'm using (M.O.A.R.) and I just installed the MoDaCo mod via the link. I checked off NFC on always and restarted several times but it still won't recognize when the screen is off.
[EDIT]
Got it to work using this xposed module instead of the MoDaCo one for always on NFC.
http://forum.xda-developers.com/showthread.php?t=2122019
Click to expand...
Click to collapse
Thanks for this find! I've added it to the OP for others. It's worked pretty consistently for me with this new module for the 30 minutes I've had it installed, and hopefully it will lead to better battery life. (Battery life wasn't too bad, but I was starting to notice a difference with NFC always on.)
nacron said:
[EDIT 4]
After trying to get this to work consistently, I've disabled it. I can get tasker to remove/reenable the pin consistently but only sometimes will it clear the lockscreen automatically.
Click to expand...
Click to collapse
I'm sorry to hear that it's not working for you. Hopefully Google will eventually enable this functionality in Android proper. The Moto X certainly shows that it's not only possible, but practical.
- Dave

[Q] How to remove lock widget

Before installing the new Kit Kat upgrade, I had no password and was able to press the top power button to awaken or sleep the home screen without also having to swipe the little "lock" icon upward. With the new updated software, I now have to swipe the little lock every single time. So now I have two steps to complete before accessing my phone. Does anyone know how to remove it?
The first two options in the settings / security menu.
No Lock app
No Lock has been working for me: https://play.google.com/store/apps/details?id=org.jraf.android.nolock&hl=en
I'm rooted but running stock rom.
Blair
cmlusco said:
The first two options in the settings / security menu.
Click to expand...
Click to collapse
I have no screen lock at all on those settings and I still have to swipe to get to my home screen. This was removable in the previous update.
Huh? Set the first option to what kind of lockscreen you want pin pattern etc. Then put a check on the second option. This should bring up the security screen when the phone first wakes, then once you enter your pin pattern etc it should go straight to your home screen.
cmlusco said:
Huh? Set the first option to what kind of lockscreen you want pin pattern etc. Then put a check on the second option. This should bring up the security screen when the phone first wakes, then once you enter your pin pattern etc it should go straight to your home screen.
Click to expand...
Click to collapse
I do not want to have to swipe the "lock" icon. I never needed to before and now with KitKat I do. I'm wondering whether there is a way to remove that little feature.
These are my current settings.
I have no pin or lock, yet I still have to swipe the little lock up before accessing my home screen. Is there a way to go straight to my home screen without having to swipe the lock icon up?
That is very strange. I have the same settings for mine, screen lock none and the bypass lockscreen on wake box checked. When my phone is off and i hit the power button it goes straight to my home screen, no lock swipe involved.
Are you rooted?
cmlusco said:
That is very strange. I have the same settings for mine, screen lock none and the bypass lockscreen on wake box checked. When my phone is off and i hit the power button it goes straight to my home screen, no lock swipe involved.
Are you rooted?
Click to expand...
Click to collapse
Ditto. There must be something messed up with his rom or some app interfering with the settings.
There is also a setting for skipping the lock screen in the Sense 5 Toolbox so you could try that too if you're rooted and have Xposed.
No i think the reason it does this for me is because i have sense 5 toolbox and never realized it was an always on option. If your rooted, and dont want xposed or sense 5 toolbox, i made a flashable zip that will remove the lock screen.
http://forum.xda-developers.com/showthread.php?t=2642574
I'm not rooted.
Sent from my HTC6500LVW using xda app-developers app
Well then either root, or as stated in an earlier post try no lock from the market. Its free and does not require root.

[Q] Screen Off App that doesn't lock phone

Are there any apps that turn the screen off without locking the phone? I was using following app (https://play.google.com/store/apps/details?id=com.katecca.screenofflock) to turn off my screen (so I did not have to reach for the power button) and it was working great until I added a pin to my lock screen.
Once I added a pin to my lock screen the app turns the screen off but instantly locks the phone even though I have a 30 minute delay set under lock screen security. My work email requires a lock screen through device administrator, so there is no way to get around this requirement.
Are their any apps that turn off the screen that simply follow the lock commands under security?
Thanks for the help
G
SouthBayBruin said:
Are there any apps that turn the screen off without locking the phone? I was using following app (https://play.google.com/store/apps/details?id=com.katecca.screenofflock) to turn off my screen (so I did not have to reach for the power button) and it was working great until I added a pin to my lock screen.
Once I added a pin to my lock screen the app turns the screen off but instantly locks the phone even though I have a 30 minute delay set under lock screen security. My work email requires a lock screen through device administrator, so there is no way to get around this requirement.
Are their any apps that turn off the screen that simply follow the lock commands under security?
Thanks for the help
Click to expand...
Click to collapse
Flash ElementalX Kernel or something similar with swipe to sleep or whatever it's called.
You can just swipe the bottom of your screen to turn it off.
Alternatively you could try Tasker app, and add a shortcut to the desktop or make a ask file.
Sent from my HTC One_M8 using Tapatalk

Screen off and lock - Without button?

I'm used to switch off the phone tap (or swipe) of the screen, without using the power button. But this method for HTC 10 is not working.. I tried to put different applications (for example Screen off and lock), but they are in conflict with the scanner - scanner is not working . Does anyone have any ideas?
Custm rom will give you this feature but you'll have to unlock your BL
The only app that can do this is screen lock pro by Prahallad, but it's a paid app.
It's achieves this via a workaround, which has a side effect that the screen is not actually locked until about 10 seconds after u initiate the lock.
Gestures in Nova Launcher can do this. I have it set to lock when I swipe down on the homescreen. The one catch to this (or any other third party solution) is that fingerprint unlock will be disabled until the device is locked with the power button.
chong81 said:
The only app that can do this is screen lock pro by Prahallad, but it's a paid app.
It's achieves this via a workaround, which has a side effect that the screen is not actually locked until about 10 seconds after u initiate the lock.
Click to expand...
Click to collapse
Thanx, u method is working...:good: ( Screen lock pro by Prahallad)
I discovered this behavior with the A9 and 6.0.1. What happens with a lock screen app, most will actually lock the phone, then when you try to use something like a double tap to wake, the phone acts as if it did a reboot, and requires a PIN to unlock. You can't use a fingerprint/face etc..upon a reboot...a PIN is always required. All the apps did this I tried.
The way I use a lock screen/wake is to 1) Root the phone, 2) Install Xposed, 3) install Gravity Box for MM, 4) Navigation buttons, 5) then use the Home button and set the double tap to Sleep.
Have to reboot after activating Gravity etc. You need to be familiar with Xposed and the modules/activating them.
Then if you double tap home to slepp. Then, also put your finger on the Fingerprint for example, and it unlocks and goes right to the screen. You can use the PIN/Face etc as well...but the lock programs always fooled the phone into thinking it rebooted, and only a PIN would unlock it..annoying. This method stops that, so you can still have security, and simply double tap to lock the screen, and easily wake the phone/unlock it with a variety of options.
Not sure if this is how you are using it, but none of the Lock screen apps will work. I've tried them all on the A9 6.0.1 MM. Only Rooting and Gravity Box will give you an ability to do something like a double-tap to sleep, without the reboot PIN always prompting you when you do unlock the phone.
wake On gesture
Miha2e said:
I'm used to switch off the phone tap (or swipe) of the screen, without using the power button. But this method for HTC 10 is not working.. I tried to put different applications (for example Screen off and lock), but they are in conflict with the scanner - scanner is not working . Does anyone have any ideas?
Click to expand...
Click to collapse
You can fine in app store
Tks giovanni
Is possible to lock the screen with power bottom, and one screen time out how to lock. nougat ,how, Tks giovanni.
Newby on HTC...Stock.
Miha2e said:
I'm used to switch off the phone tap (or swipe) of the screen, without using the power button. But this method for HTC 10 is not working.. I tried to put different applications (for example Screen off and lock), but they are in conflict with the scanner - scanner is not working . Does anyone have any ideas?
Click to expand...
Click to collapse
I personally use the double tap home on venom rom.. Works well.
Double tap screen will be kernel based, not sure how efficient it'll be on battery so I'd avoid it and use the double tap home key, not a massive difference.

Any Tasker plugin to skip lock screen and go to home screen

Currently I have double tap to wake with Smart lock enabled. Unfortunately it takes me to lock screen and I have to swipe to go to home screen. Is there any Tasker plugin or any other way to go to home screen instead of lock screen on double tap? I have tried Tasker with my limited knowledge, but couldn't achieve it...
Update: Achieved with Tasker
Try AutoInput
rickysidhu_ said:
Try AutoInput
Click to expand...
Click to collapse
Can we not achieve that in Tasker without AutoInput?
ram4ufriends said:
Can we not achieve that in Tasker without AutoInput?
Click to expand...
Click to collapse
To be completely honest I'm not too sure since I don't use the feature myself. I did see it somewhere in that plugin though, which is why I recommended it.
rickysidhu_ said:
To be completely honest I'm not too sure since I don't use the feature myself. I did see it somewhere in that plugin though, which is why I recommended it.
Click to expand...
Click to collapse
Thanks, will try that
I have the same problem / need. I use smartlock based on android wear watch paired with my galaxy S9, which means I never have to enter my pin, but for some silly reason whenever I wake up the phone using tasker I still can't get past the slide to unlock.
My current workaround which meets my immediate needs (maybe not yours).... on my phone which I carry in a holster on my hip is to use fingerprint sensor to manually unlock while the phone is in the holster. I also have a tasker task to vibrate upon unlock (bypasses slide to unlock) which gives feedback when I'm successful. Surprisingly, fingerprint sensor doesn't care which way you rotate your finger on the sensor - it still recognizes it.
After I unlock the phone I initiate actions from my smartwatch - things like initiating google voice search in a way that preserves my preferred note to self behavior (goes to google keep including transcript and recording... doesn't work if you start google voice search by saying ok google)
electricpete1 said:
I have the same problem / need. I use smartlock based on android wear watch paired with my galaxy S9, which means I never have to enter my pin, but for some silly reason whenever I wake up the phone using tasker I still can't get past the slide to unlock.
My current workaround which meets my immediate needs (maybe not yours).... on my phone which I carry in a holster on my hip is to use fingerprint sensor to manually unlock while the phone is in the holster. I also have a tasker task to vibrate upon unlock (bypasses slide to unlock) which gives feedback when I'm successful. Surprisingly, fingerprint sensor doesn't care which way you rotate your finger on the sensor - it still recognizes it.
After I unlock the phone I initiate actions from my smartwatch - things like initiating google voice search in a way that preserves my preferred note to self behavior (goes to google keep including transcript and recording... doesn't work if you start google voice search by saying ok google)
Click to expand...
Click to collapse
I was able to achieve this with Tasker and AutoTools.. now my phone directly goes to home screen when connected to my watch or wifi
ram4ufriends said:
I was able to achieve this with Tasker and AutoTools.. now my phone directly goes to home screen when connected to my watch or wifi
Click to expand...
Click to collapse
Can you explain step by step please?
Just install AutoInput from playstore (it's not free), it has an option to unlock the screen automatically if you have FaceUnlock enabled.

Categories

Resources