Fingerprint wake-up on AOSP/LOS without fingerprints enrolled - Xiaomi Redmi Note 5 Pro Questions & Answers

I would like to activate the screen on AOSP/LOS based ROMs, just by touching the fingerprint sensor, as in MIUI. Is it possible? is there some Magisk Module or something? I searched everywhere but i couldn't find it. I didn't even find a kernel that is said to permit this funcionality.
I don't want to unlock the phone, this is a function that works even if there are NO fingerprints enrolled.
Thank you guys in advance!!

Related

FIngerprint Unlock CM13

I honestly don't know if this is the right place to ask, but I'm not sure where else I can post. CM13 in the 910V is unofficial, so I don't think I can ask on the CM forums.
I installed CM13 (the one from the 910V XDA section) in a dual-boot with stock 5.1.1. I'm still setting things up, but so far it works amazingly. I finally got to setting up fingerprints, since I saw they were supported. However, I noticed that the lockscreen doesn't have a fingerprint option. I know fingerprints aren't really that secure and all, but it's convenient and fun .
My question is: is there any way to make it so I can unlock my SM-N910V on CyanogenMod 13 using the fingerprint scanner, or do I have to settle for a pin, pattern or password while I'm in it?
Sorry if this isn't the right place to ask. If there's somewhere better, please direct me. I don't know what I'm doing ;P
Zacharee1 said:
I honestly don't know if this is the right place to ask, but I'm not sure where else I can post. CM13 in the 910V is unofficial, so I don't think I can ask on the CM forums.
I installed CM13 (the one from the 910V XDA section) in a dual-boot with stock 5.1.1. I'm still setting things up, but so far it works amazingly. I finally got to setting up fingerprints, since I saw they were supported. However, I noticed that the lockscreen doesn't have a fingerprint option. I know fingerprints aren't really that secure and all, but it's convenient and fun .
My question is: is there any way to make it so I can unlock my SM-N910V on CyanogenMod 13 using the fingerprint scanner, or do I have to settle for a pin, pattern or password while I'm in it?
Sorry if this isn't the right place to ask. If there's somewhere better, please direct me. I don't know what I'm doing ;P
Click to expand...
Click to collapse
I was dying to figure this out too.... inside the CM 13 post there are a couple posts of the trick....
The trick is to go to settings then select finger print and scan your finger super fast to register/enroll the print... once you got tat and a pin/password it should show up.. thanks to hsbadr & devinakatouch01
hsbadr said:
Not quoting the above posts because all are about fingerprint.
To successfuly enroll your fingerprint and use it to wake and unlock the device, ignore the Setup wizard and add fingerprint(s) from Settings / Lock screen until it reports "1 fingerprint set up". Try to use only one pattern (swipe your fingertip over the home key in the same way/direction)! Then, power off the screen before testing it.
Click to expand...
Click to collapse
hsbadr said:
Not quoting the above posts because all are about fingerprint.
To successfuly enroll your fingerprint and use it to wake and unlock the device, ignore the Setup wizard and add fingerprint(s) from Settings / Lock screen until it reports "1 fingerprint set up". Try to use only one pattern (swipe your fingertip over the home key in the same way/direction)! Then, power off the screen before testing it.
Click to expand...
Click to collapse
devinakatouch01 said:
As far as fingerprint goes you have to swipe really fast and a couple of times as you swipe for your "last" fingerprint .. Then it will appear that you have 1 fingerprint set up. I have multiple set up and they all work flawlessly. Image shows the point where it's asking for your last swipe and u swipe multiple times and kind of fast and it will set up correctly
Click to expand...
Click to collapse
reggaeton1991 said:
I was dying to figure this out too.... inside the CM 13 post there are a couple posts of the trick....
The trick is to go to settings then select finger print and scan your finger super fast to register/enroll the print... once you got tat and a pin/password it should show up.. thanks to hsbadr & devinakatouch01
Click to expand...
Click to collapse
I'm not sure I understand. Would you mind clarifying it a bit for me?
EDIT:
So it says I have one fingerprint enrolled, which I realize it didn't say before. It now works! Thanks

Is there a way to unlock the phone just by touching FP scanner?

The way the fingerprint scanner works on stock really bugs me, so I'd like to use it like on many other phones to unlock - just by putting my finger on it. Now you have to press the button to activate the scanner.
Can you please recommend me a rom that can do that? Or xposed module or whatever.
I searched but didn't find anything.
Thank you.
Official Omni rom do that.
Thanx, that's great news.

[No root] Finally, an app to enable native Lift To Wake (lockscreen)

OnePlus Lift To Wake
TL, DR. Where is the download?
github.com/xubowenhaoren/OPLiftToWake/releases
What does it do?
This is a simple app to enable Lift To Wake for OnePlus 7 series.
It is not the Lift To "Ambient Display" in the stock Settings App; it enables the true Lift To "Lock Screen" like other phones.
Why do I want this feature?
You've probably already known that OnePlus, in Android 10, reveals the notification content on the lock screen after Face Unlock.
But to see those notifications, you either need to:
1. Pick up the phone and unlock with your finger at the Ambient Display. A two-step process.
2. Pick up the phone and press the power button. Again, a two-step process.
Now with the app, you can pick up the phone and the lock screen immediately shows up.
How does it do this?
It listens to the native system sensor (`oneplus.sensor.pickup`). In my testing, it is very power efficient.
What phones does it support?
I have tested this on a OnePlus 7T with Android 10. It should also work with other OnePlus 7 series.
Note that for earlier OnePlus phones, there is also a [pickup sensor] but with a different name.
If you want this app to work with earlier OnePlus phones, you should try replacing this line in `Utils.java` with the correct sensor name:
```
mSensor = Utils.getSensor(context, mSensorManager, "oneplus.sensor.pickup");
```
How do I use it?
You probably want to turn off the Ambient Display first.
After installing the app, turn on the "Lift To Wake" toggle.
You should also consider turning off the battery optimization of the app for a more consistent background performance.
Do I need Magisk for this?
No, it is root-free.
Credits
Much of the code is from the Lineage OS team.
Other code references can be found in the code comments.
This is brilliant!! Appears to be working great... Will provide an update on power efficiency in a while
How do I install
Works great on OP7 pro ?.
Jdhal21 said:
How do I install
Click to expand...
Click to collapse
github.com/xubowenhaoren/OPLiftToWake/releases
Works so well with face unlock auto unlock and PIXEL AOD mod.
is there any way to make the screen lit up time response a bit faster ?
umair shaikh said:
Works so well with face unlock auto unlock and PIXEL AOD mod.
is there any way to make the screen lit up time response a bit faster ?
Click to expand...
Click to collapse
I am afraid no. That's determined by the system sensor.
bwx074 said:
I am afraid no. That's determined by the system sensor.
Click to expand...
Click to collapse
Ahh. Good work tho
This works great. Any way to get it to run automatically after a reboot? I have to enable after every reboot.
Thanks, again!
GeneFitz23 said:
This works great. Any way to get it to run automatically after a reboot? I have to enable after every reboot.
Thanks, again!
Click to expand...
Click to collapse
I've made efforts to enable this service after reboot. It wasn't successful, however. Oxygen OS has a strict whitelist of apps that may start automatically after a reboot. One way to work around this is to use Accessibility Service, but that could cause more battery drain. Lol, I think it's better to leave things this way.
Very useful app, this was my most demanding functionality after bought OP7T
Thank You For this
Can u add to the store please?
Nice app. Thnks
It works great for op7t, but doesn't work for Op7.
On op7, the screen lights up, but faceunlock is not available.
You need to click on faceicon first to work (screens in atach).
But, if you unlock op7 via the power button (second screen in atach) - faceunlcok works great!
Is there any solutions for op7?
Works as it should! But screen wakes a lot while inside the pocket.
Very useful mod, thx for that
Only issue that it doesn't work anymore after some hours,i need to start the app again to get it working again for a few hours. I already have disabled battery optimisation. Any ideas to fix this?
Regards ysco..
Hello, how can i make it work on Oneplus 8?
This app is great, something I've been looking for a while. But, it doesn't work consistently. It stops after a few hours after I enable it. Then I have to open the app and then it will 'realize' the switch is still on and start working again. Is there a solution for this?
Thanks bud!! It works like a charm!!
Looks really helpful.
Works good also.
Thanks.
Tapatalk via OnePlus 7T

(Question) Active Edge/Squeeze gestures support for any rom.

The world of development on pixel 2 XL devices is huge, I have gotten used to turning on the flashlight by pressing the edges of my phone with AOISP rom, the problem is that I cannot change rom due to almost no developer includes the Active Edge code by Google licenses. Is there any way that I can install it through Magisk / Xposed, or anything on a rom that doesn't support it? I want to change to a rom that supports face unlock. From already thank you very much. And I thank with all my support to the developers, who do an amazing job, greetings from Argentina. :laugh:
JoaNit876 said:
The world of development on pixel 2 XL devices is huge, I have gotten used to turning on the flashlight by pressing the edges of my phone with AOISP rom, the problem is that I cannot change rom due to almost no developer includes the Active Edge code by Google licenses. Is there any way that I can install it through Magisk / Xposed, or anything on a rom that doesn't support it? I want to change to a rom that supports face unlock. From already thank you very much. And I thank with all my support to the developers, who do an amazing job, greetings from Argentina. :laugh:
Click to expand...
Click to collapse
I think the only rom that still has faceunlock and active edge is pixeldust. It's a Motorola feature that is being pulled because they put up a stink over it.
Roms with active edge are abc, dirty unicorns and aosip
Edmontonchef said:
I think the only rom that still has faceunlock and active edge is pixeldust. It's a Motorola feature that is being pulled because they put up a stink over it.
Roms with active edge are abc, dirty unicorns and aosip
Click to expand...
Click to collapse
I install that rom thinking the same thing, but it doesn't support Active edge of any kind.
JoaNit876 said:
I install that rom thinking the same thing, but it doesn't support Active edge of any kind.
Click to expand...
Click to collapse
It's a bug that should be fixed today if you're talking about pixeldust. Normally it has it
Yes, I read the comments. I know very little English, and I did not understand specifically what I must do so that the pixeldust rom allows me to use active edge
JoaNit876 said:
Yes, I read the comments. I know very little English, and I did not understand specifically what I must do so that the pixeldust rom allows me to use active edge
Click to expand...
Click to collapse
Usually it would be found in a pixel gestures category. In Dirty Unicorns it's found in multitasking
JoaNit876 said:
The world of development on pixel 2 XL devices is huge, I have gotten used to turning on the flashlight by pressing the edges of my phone with AOISP rom, the problem is that I cannot change rom due to almost no developer includes the Active Edge code by Google licenses. Is there any way that I can install it through Magisk / Xposed, or anything on a rom that doesn't support it? I want to change to a rom that supports face unlock. From already thank you very much. And I thank with all my support to the developers, who do an amazing job, greetings from Argentina. :laugh:
Click to expand...
Click to collapse
PixelDust has a working ActiveEdge that you can remap to do any action that you want. I currently have it set to squeeze for screenshots.
Forgot about Bliss, it has both as well

Question Is Face unlock coming or not?

Title says it all, have seen lots of rumours that it might be enabled but nothing concrete.
It's already here with a magisk module,
I don't think anyone here knows anything beyond what's publicly known, which is that there have definitely been code tweaks that are geared towards face unlock, but who knows when or even if for sure.
As said, yes, also if you root you can use a Magisk Module to get face unlock.
Well, the code was added, face match is added on Google assistant but not working yet, everything seems to point out that will be implemented, but until front end setting's are added, we'll have to rely on a magisk module. My bet is that will be implemented in future builds, whether is android 13 or afterwards I guess we'll see
My guess is no, they are getting everything set up and tested for the Pixel 7, we won't see it.
TonikJDK said:
My guess is no, they are getting everything set up and tested for the Pixel 7, we won't see it.
Click to expand...
Click to collapse
That is my guess too.
acidspider said:
It's already here with a magisk module,
Click to expand...
Click to collapse
I can't get the magisk. I'm on AT&t. They will not let me unlock the phone.

Categories

Resources