Fingerprint sensor acts like unlock button - Xiaomi Redmi Note 3 Questions & Answers

Hi guys,
I have received an update lately (MIUI Gloval 8.1 Stable - 8.1.1.0) and my struggle began. My problem is that now every time if I touch the fingerprint sensor the phone unlocks. It's REALLY annoying guys. Sometimes I lock my phone and put it down and the screen unlocks because accidently I touched it. Fingerprint is disabled, furthermore I have no lockscreen whatsoever have enabled. The fingerprint sensor at the back acts exactly like the unlock button on the side. How the hell can I disable this annoying function?
Thanks !!!

Settings - Lock Screen & Password - Manage Fingerprints - Enter Password if you have one - Apply Fingerprint to Lock Screen - choose disable?

Fingerprint wakes up the device if u haven't added any fingerprints.
That's a thing in marshmallow MIUI (even on the beta builds), it's not a bug, tapping on fp without any registered FPs wakes up the screen.
Furthermore, u said that there's 'NO LOCKSCREEN' you kept(so i assume there's neither swipe to unlock screen) so fp is waking your device everytime,and consequently,screen gets unlocked.

I see. Any way to completely disable this function? I dont want that sensor to work at all.

Me too, I have the same problem, the fp sensor wakes up the screen when I'm touching it accidentally most of the time. How can we disable this annoying "feature"?

Related

Unable to use fingerprint sometimes on lock screen

Hey so my v10 sometimes doesn't allow me to unlock my phone with my fingerprint and I have to manually enter my password. Is this a problem for anyone else or just me? I have changed the fingerprints and changed lock screen from knock code to pattern but neither helped.
Yes I get this too. I know it will force manual entry after reboot but I experience this throughout the day from time to time. Its inconsistent.
Do you use an app to put the phone to sleep? There is a known issue in Marshmallow where fingerprint unlock will not work if the phone is put to sleep via an app rather than the power button.
I do double tap the status sometimes to turn the screen off but I don't think it's that. And no I don't use an app to turn off the screen

Screenwake on fingerprint

Hi guys! Noticed that my pocophone's screen wakes up whenever I touch the fingerprint sensor. I didn't enable the fingerprint authentication nor enable any security unlock(pin, pattern or password)
But the screen keeps on waking up whenever i touch the fingerprint sensor. I just want to disable this feature as it keeps on turning on while on my pocket.
It turns on even with pocket mode enabled.
Can be disabled in custom ROMs, not so in MIUI
Riyal said:
Hi guys! Noticed that my pocophone's screen wakes up whenever I touch the fingerprint sensor. I didn't enable the fingerprint authentication nor enable any security unlock(pin, pattern or password)
But the screen keeps on waking up whenever i touch the fingerprint sensor. I just want to disable this feature as it keeps on turning on while on my pocket.
It turns on even with pocket mode enabled.
Click to expand...
Click to collapse
Chaire! I tried doing so in MIUI but failed. I believe that there maybe an option to disable that in custom ROMs.
ADInfinity1999 said:
Chaire! I tried doing so in MIUI but failed. I believe that there maybe an option to disable that in custom ROMs.
Click to expand...
Click to collapse
Hi! What particular custom rom is it? This is just a new phone. I'll have to wait for a few days before I can unlock it.
If no fingerprint is setup, it will wake the screen with slight touch. If you set the fingerprint, it will not wake the screen in the pocket. Probably better if you just set the fingerprint and use the face unlock as it unlock the screen so fast even in the dark.
Riyal said:
Hi! What particular custom rom is it? This is just a new phone. I'll have to wait for a few days before I can unlock it.
Click to expand...
Click to collapse
Chaire! LineageOS Extended 15.1 allows for completely disabling FP if you do not use it. But is it worth going to these lengths for such a small feature?
---------- Post added at 05:09 AM ---------- Previous post was at 05:09 AM ----------
stonedead said:
If no fingerprint is setup, it will wake the screen with slight touch. If you set the fingerprint, it will not wake the screen in the pocket. Probably better if you just set the fingerprint and use the face unlock as it unlock the screen so fast even in the dark.
Click to expand...
Click to collapse
Chaire! This is one the very good solutions!

Disable fingerprint sensor via proximity?

I have a Mi A3 and think it's great, but there is one issue I'm facing.. the fingerprint sensor is always active and when the phone is in my pocket and touches my leg, it wakes the screen after X failed attempts.
Multiple times I've pulled out my phone to find my leg has been typing numbers into the emergency dialler..
Is there any way (prefer no root - but so be it if needed..) to use the proximity sensor to kill the FP sensor? That way when it's covered in my pocket the FP sensor would be disabled and stop waking the phone all the time.
And before anyone says just put in your pocket with the screen out.. well that's just asking to get it smashed ?
Try disabling "show fingeprint icon when screen is off" feature.
Tried that one already. Unfortunately the sensor is still alive so if something touches it the phone attempts to unlock.
After a couple of attempts it seems to turn on and show buttons for emergency dialler / pin unlock.
Not sure if this would be usable on A3, but you could try this approach:
https://android.stackexchange.com/questions/153948/completely-disable-the-fingerprint-sensor
Edit: just tried it on my A1. I can disable the FP sensor with:
Code:
echo soc:fpc1020 > /sys/bus/platform/drivers/fpc1020/unbind
BUT, can't get it back yet (only with reboot): this should be the correct command, but it doesn't do anything
Code:
echo soc:fpc1020 > /sys/bus/platform/drivers/fpc1020/bind
Custom ROMs have something like pocket mode that detects and prevents it don't they? I wish something like that would be available for stock as well. Wouldn't mind root.
I have the same problems with scanner acting in a pocket. Looks like I have to disable scanner for now. This can be done by removing recorded fingerprints from settings.
As a workaround for emergency dialing, you can use WaveUp app and set it to lock with proximity sensor. It probably won't prevent fingerprint readings, but at least the display will turn off in your pocket. Works best with root, I'm using it on Mi A1. "Turn display on when removing from pocket" feature is highly addictive. I use HW power button mainly for taking screenshots now..
Edit: Tasker with states "proximity sensor and orientation - phone upside down" and task "display - turn off" can do the same if you want to keep it simple.
Edit 2: Nicer Tasker profile, turns screen off only when the screen is locked (prevents accidental locks while using the phone):
Profile 1 - state "proximity sensor" + state variable value "%SCREEN_LOCKED ~ true", task "display - turn off"
Profile 2 - event "display unlocked", task "variable set, %SCREEN_LOCKED to false"
Profile 3 - event "display off", task "variable set, %SCREEN_LOCKED to true"
Turn display on&off with power button and you are good to go.
Thanks will give the commands a go when I get chance and see if it works on the A3.
put you phone opposite side .... screen upwards in pocket.
hi this feature works on my device when i turn off the proximity sensor the fingerprint icon does not show up on the screen
I have this problem too with Android 11.
I wanted to try the method with fpc1020 driver. The driver is here, but what is weird, that in /sys/bus/platform/devices is not such device attached :/
The easily way to do this is root the phone. After this you can disable all useless features
wetito said:
The easily way to do this is root the phone. After this you can disable all useless features
Click to expand...
Click to collapse
I have rooted phone but you probably doesn't understand the problem.
I don't want to completely disable fingerprint, I just want the FP to be disabled by proximity sensor, because it's bul*** to have enabled FP in pocket...
Benik3 said:
I have rooted phone but you probably doesn't understand the problem.
I don't want to completely disable fingerprint, I just want the FP to be disabled by proximity sensor, because it's bul*** to have enabled FP in pocket...
Click to expand...
Click to collapse
There"s a quick setting to add by developer settings that disable all sensors. Have you tryed? Maybe it work

Question Fingerprint doesn't work properly when screen is locked

Hello,
I have problem with my Nord2 - Fingerprint doesn't work on always on display unless screen is tapped once or phone is picked up.
If always on display is off - same problem. I think there is problem when screen is locked.
Yeah it's a normal behaviour of most of the phones with AOD and with fingerprint scanner under display.
The screen needs to illuminate where you place your finger in order for the fingerprint scanner to be able to read it from below the screen and the AOD don't have this possibility (it would consume to much battery to have this zone always illuminated)
You need to tap screen or pick the phone up to switch from the AOD animation to the FIngerprint animation and be able to unlock your phone.
Pouic said:
Yeah it's a normal behaviour of most of the phones with AOD and with fingerprint scanner under display.
The screen needs to illuminate where you place your finger in order for the fingerprint scanner to be able to read it from below the screen and the AOD don't have this possibility (it would consume to much battery to have this zone always illuminated)
You need to tap screen or pick the phone up to switch from the AOD animation to the FIngerprint animation and be able to unlock your phone.
Click to expand...
Click to collapse
No. It's not a normal behaviour.
Moreover, with the very initial build it was good.
Accessible always. But 1st update had few chances related to fp which broke it from aod.
Sorry I didn't meant to be rude.
I received my Oneplus Nord 2 phone with the A.05 update and already back there the AOD didn't have the possibility to scan the fingerprint . I have a colleague with the Oneplus 9 and asked him how is the behaviour of the AOD on his phone and same thing : his phone doesn't unlock when you press finger in the AOD. You need to single tap once to bring the fingerprint icon online and only after that you can unlock the phone in the AOD screen
The only thing you can do in the OxygenOS AOD settings is toggle the
"Fingerprint icon - Show fingerprint icon temporarily when the ambient display is shown" option .
Will be able to unlock the phone in AOD mode for a few seconds only after you lock the phone, after that the fingerprint icon disappear and the digitizer turn off to save battery .

Question Fingerprint sensor

I don't know anything about how under-screen fp readers work, but... Is there no way to use it when the screen is off?
On previous phones I always used the fingerprint sensor to turn on and unlock with one touch, but this N20 5G seems to only fp-unlock when A) The screen is on, and B) The "fingerprint goes here" icon is visible.
The screen will usually turn on when I pick up the phone ("Somatic Gesture"); the fingerprint icon then appears for a few seconds, then goes away. That seems to be the only window for unlocking without clicking the power button.
Am I missing a trick?
I use double tap to wake and it works great. The sensor stays lit up for about 7 full seconds before going black. YMMV
Good point, double-tap to wake was disabled by default!
Still two more taps than I'd prefer to get to the fingerprint unlock, but I guess that's more a reflection of how incredibly lazy I've become than a problem with the phone.
Florp said:
I don't know anything about how under-screen fp readers work, but... Is there no way to use it when the screen is off?
On previous phones I always used the fingerprint sensor to turn on and unlock with one touch, but this N20 5G seems to only fp-unlock when A) The screen is on, and B) The "fingerprint goes here" icon is visible.
The screen will usually turn on when I pick up the phone ("Somatic Gesture"); the fingerprint icon then appears for a few seconds, then goes away. That seems to be the only window for unlocking without clicking the power button.
Am I missing a trick?
Click to expand...
Click to collapse
It works for me

Categories

Resources