- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 09:47 PM in
Tech Talk- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 09:51 PM in
Tech TalkAnd you won't need to press the power button.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 09:57 PM in
Tech TalkBut won't it be better if fingerprint remains on and pressing it asks for password directly?
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 10:12 PM (Last edited 12-07-2024 10:20 PM ) in
Tech TalkThis is a policy enforced by Android OS (Google). Samsung is not forcing it.
Here are the guidelines of Android OS:
If you choose biometrics recognition, which includes using Fingerprints or Facial recognition to unlock your phone, the screen which requests your PIN, Pattern or Password may still appear instead of Fingerprints or Facial recognition in some cases according to the policy of Android OS.
1. If you have used and unlocked the device using Biometrics including Fingerprints or Facial recognition in the past 24 hours.
2. If 4 hours pass without an additional unlock operation after unlocking your device using Fingerprints or Facial recognition.
3. If 72 hours pass after unlocking your device using a PIN, Pattern or Password while fingerprint is set as screen lock type.
Additionally, you can only use a PIN, Pattern or Password to unlock the screen after restarting the device or when you don’t use the device for more than 24 hours.
Official Article:
https://www.samsung.com/levant/support/mobile-devices/how-to-use-and-set-up-fingerprint-recognition-...
Talking from Software Coding perspective:
If there is already a source code to put the Fingerprint sensor in disabled state until password is provided, there is no way to add another source code to make the sensor enabled and show the icon. It will create conflict in the code.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 10:34 PM in
Tech TalkAnd i am not asking Samsung to remove it but just make entering password easy by a second.
Also it will not create conflict in code as its a rather simple change. I know because i am a Software Developer myself.
If there were no issues with using bank apps with modded OS, i would have updated it myself.
Also thank you for replying. It will help increase reach on my post.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 10:40 PM in
Tech TalkI am also a software developer.
I think you are not considering the calling of sensor in the code, when it is in the disabled state.
To call the sensor, you will have to enable it. This is where it will show a conflict.
Moreover,
Hypothetically, if it is possible.
Someone, will come and say , why it is showing Fingerprint icon when it needs password.
😂😂
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 10:47 PM in
Tech TalkAnd best approach would be if that feature is enabled then the fingerprint disable function is not executed.
And directly go to authentication where instead of matching with stored fingerprints it should skip to password screen directly if 72 hours have passed
This way normal people won't complaint too 😂😂
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 10:56 PM in
Tech TalkIt is an open Source Code for non profit Custom Roms.
But companies who are commercially using these have to imply with keeping the sensor disabled if any of those 3 parameters met.
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 11:07 PM in
Tech TalkWell it only mentions to fallback on primary authentication and don't mention explicitly that fingerprint should be disabled.
As fingerprint will only be used to turn on screen and land at primary authentication page, so it should not be a violation !!
Man didn't expect to have a tech discussion on this app 😂😂
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2024 11:10 PM in
Tech TalkI got carried away with that kind of discussion.
I still disagree 😂
But it is okay. We should not discuss code debugging here.
Peace ✌️
(Nice discussion, by the way)
