tried disabling auto dismiss lockscreen in face unlock app?I'm using A14 bate 2.1 On my Pixel 6 Pro, and it seems like UniversalAuth is not working.
Any ideas?
The app doesn't download and doesn't even import the APK (I've tried several versions) help me pleaseView attachment 5924531View attachment 5924531View attachment 5924533
The face unlock app is working correctly I guess, cuz test auth is successful.
i think it shld still work without auto dismiss lockscreen.The face unlock app is working correctly I guess, cuz test auth is successful.
I think UniversalAuth is not compatible with A14
Face unlock still showing the welcome status text but the phone still locked.
ah weird.Face unlock still showing the welcome status text but the phone still locked.
Same here. I realised it first when I installed A14 beta 2.Pixel 6 Pro android 14 beta 3 doesnt unlock. inside the app seems the test working, but when lock your phone doesnt face unlock respond
somewhere down this thread there someone suggesting using macrodroid in addition that did the trick on mine. (the full steps) it seems the unlock routine has changed and with macrodroid you can fix the routine again. (i known that works on andriod 13 google pixel 6 pro as that's what i'm using, but your reported issues are the same)Pixel 6 Pro android 14 beta 3 doesnt unlock. inside the app seems the test working, but when lock your phone doesnt face unlock respond
I followed the instructions here. Face unlock ok - Px 6 proPixel 6 Pro android 14 beta 3 doesnt unlock. inside the app seems the test working, but when lock your phone doesnt face unlock respond
I installed everything as I should and the app does recognise my face but whenever I want to unlock my phone, the face gets recognise my face but additionaly requires the pattern. I am using a Pixel 6 Pro. What could be the problem here
Thank's for hint .. I use your procedure but exchange Macrodriod to Tasker ... works as advertisedAfter reading the entire 31 pages, here's what I did to get this to work on my Pixel 6 - Stock (no root) - Android 14 Beta 5. My solution is based on several comments here and should be OS / Device agnostic and work on any Android version on any phone.
1. After following the main tutorial you should reach the following state "everything is installed, face unlock works inside the app, on your lock screen it shows you the welcome message but doesn't unlock the phone."
2. Install Macrodroid, there are several scripts mentioned and shared in previous comments, I tried all of them and none worked, so I made a new one reusing bits and pieces of all the ones I tried.
I attached a screenshot and will describe the logic.
- first your trigger should be to wait for this intent ```ax.nd.universalauth.unlock-device``` this is the one fired by universal auth when face unlock authentication succeeds.
- then you add "AND" constraints to ensure that this script doesn't run when your phone is already unlocked, ringing, or in a call. (I have disabled screen light up on notifications and pick up to view screen features, if you have them enabled you may need more constraints)
- then you need to use UI Interactions to do the gesture of scrolling up (to trigger your PIN unlock)
- and then do 6 or more UI Interactions to click each number in your PIN.
- lastly I have the auto-confirm unlock feature enabled, it's in the latest Android 14 beta, if you don't have that feature add another UI Interaction to click the submit button.
The above steps will apply this logic:
- If your phone is locked & not in a call & not ringing, and your face is detected correctly, then Macrodroid will swipe to unlock your device using PIN (bypassing fingerprint) insert your PIN correctly, and your device will unlock successfully.
Notes:
- I have a 6-digit PIN for increased security.
- I have a work profile installed on my phone.
- I have multiple fingerprints registered.
- I have Smart Unlock (now rebranded to Extended unlock) working to keep the phone unlocked at home and while connected to my car's bluetooth.
- I'm running Android 14 beta on my daily driver Pixel 6 stock phone with no root.
- I used Shizuku and LSPatch to install UniversalAuth without rooting my device.
- I'm also using Shizuku and Pixel IMS to enable VolTE and 5G.
- I live in Egypt, where the Pixel 6 is not officially sold or supported by my Telecom service provider.
Hope that helps someone to get face unlock to work and saves them the headache of reinventing this method.
mind sharing that tasker file please?Thank's for hint .. I use your procedure but exchange Macrodriod to Tasker ... works as advertised![]()
Thank's for hint .. I use your procedure but exchange Macrodriod to Tasker ... works as advertisedAfter reading the entire 31 pages, here's what I did to get this to work on my Pixel 6 - Stock (no root) - Android 14 Beta 5. My solution is based on several comments here and should be OS / Device agnostic and work on any Android version on any phone.
1. After following the main tutorial you should reach the following state "everything is installed, face unlock works inside the app, on your lock screen it shows you the welcome message but doesn't unlock the phone."
2. Install Macrodroid, there are several scripts mentioned and shared in previous comments, I tried all of them and none worked, so I made a new one reusing bits and pieces of all the ones I tried.
I attached a screenshot and will describe the logic.
- first your trigger should be to wait for this intent ```ax.nd.universalauth.unlock-device``` this is the one fired by universal auth when face unlock authentication succeeds.
- then you add "AND" constraints to ensure that this script doesn't run when your phone is already unlocked, ringing, or in a call. (I have disabled screen light up on notifications and pick up to view screen features, if you have them enabled you may need more constraints)
- then you need to use UI Interactions to do the gesture of scrolling up (to trigger your PIN unlock)
- and then do 6 or more UI Interactions to click each number in your PIN.
- lastly I have the auto-confirm unlock feature enabled, it's in the latest Android 14 beta, if you don't have that feature add another UI Interaction to click the submit button.
The above steps will apply this logic:
- If your phone is locked & not in a call & not ringing, and your face is detected correctly, then Macrodroid will swipe to unlock your device using PIN (bypassing fingerprint) insert your PIN correctly, and your device will unlock successfully.
Notes:
- I have a 6-digit PIN for increased security.
- I have a work profile installed on my phone.
- I have multiple fingerprints registered.
- I have Smart Unlock (now rebranded to Extended unlock) working to keep the phone unlocked at home and while connected to my car's bluetooth.
- I'm running Android 14 beta on my daily driver Pixel 6 stock phone with no root.
- I used Shizuku and LSPatch to install UniversalAuth without rooting my device.
- I'm also using Shizuku and Pixel IMS to enable VolTE and 5G.
- I live in Egypt, where the Pixel 6 is not officially sold or supported by my Telecom service provider.
Hope that helps someone to get face unlock to work and saves them the headache of reinventing this method.
here you go , just get rid of this scene actions, I use them to unlock it in the pocket so had to block big part of the screen