Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Biometric lock can't be enabled #259

Closed
andiandi13 opened this issue Jan 17, 2025 · 3 comments · Fixed by #326
Closed

Biometric lock can't be enabled #259

andiandi13 opened this issue Jan 17, 2025 · 3 comments · Fixed by #326
Assignees
Labels
bug Something isn't working v7.1.0

Comments

@andiandi13
Copy link
Contributor

What happened?

When enabling the option, the activated popup appears but it remains disabled.

App Version

6.4.1

Android Version

29

(Optional) Relevant log output

@andiandi13 andiandi13 added the bug Something isn't working label Jan 17, 2025
@PhilKes
Copy link
Owner

PhilKes commented Jan 18, 2025

I cant replicate this on v6.4.1:

notallyx_issues_111.webm

Can you give more information? Or perhaps you could see if there are any relevant error logs if you use:
Settings -> Create Github Issue -> Report an issue/bug
This will prefill (Optional) Relevant log output with the most recent relevant exception log, just like when you use this function in the crash screen

@andiandi13
Copy link
Contributor Author

andiandi13 commented Jan 18, 2025

@PhilKes Ah I just figured. The bug happens after I import my own settings.

First, when importing Json file, I have this crash :

java.lang.IllegalArgumentException: Receiver not registered: com.bumptech.glide.manager.t@a48f954at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1429)at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1543)at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:664)at com.philkes.notallyx.d.b(SourceFile:84)at androidx.lifecycle.z.b(SourceFile:30)at androidx.lifecycle.z.c(SourceFile:56)at androidx.lifecycle.z.k(SourceFile:15)at B1.G.run(SourceFile:647)at android.os.Handler.handleCallback(Handler.java:883)at android.os.Handler.dispatchMessage(Handler.java:100)at android.os.Looper.loop(Looper.java:214)at android.app.ActivityThread.main(ActivityThread.java:7356)at java.lang.reflect.Method.invoke(Native Method)at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

Then, after I re-import it, it works, but Biometrics can't be enabled.

Here is the json file if to reproduce

NotallyX_Settings.json

@andiandi13
Copy link
Contributor Author

@PhilKes I eventually found the cause : it's public folder setting enabled that prevents the biometric lock option to be switched.

How to reproduce :

  • Enable public folder storage
  • Try to enable biometric lock : the popup will tell it's enabled when it's not

Note that it also bugs if biometrics are already enabled, then it won't disable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v7.1.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants