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

Fingerprint Sensor not recognized (no fingerprint option) #300

Closed
toobadsosad opened this issue Jun 7, 2018 · 12 comments
Closed

Fingerprint Sensor not recognized (no fingerprint option) #300

toobadsosad opened this issue Jun 7, 2018 · 12 comments

Comments

@toobadsosad
Copy link

i just moved my primary phone from LG G5 to Nubia Z17mini

while both phones have fingerprint sensor. i failed to see the option on the Nubia. (no problem with the LG G5, option is available..)

the fingerprint sensor on the Nubia is 100% working as recognized in other apps, as well for unlocking the phone.

PS: the nubia still in Marshmallow, while the LG is Nougat, if it matter.

@0140454
Copy link
Contributor

0140454 commented Jun 8, 2018

@toobadsosad
Hi,
It seems like FingerprintManagerCompact API return wrong value.
This commit should fix it. Could you try it?

@m2049r
Copy link
Owner

m2049r commented Jun 8, 2018

@0140454 can you PR this? or how do I try it out without PR?

@0140454
Copy link
Contributor

0140454 commented Jun 9, 2018

@m2049r
OK, I have created a PR for this issue.

@m2049r m2049r closed this as completed in 74ba36d Jun 10, 2018
m2049r pushed a commit to monerujo-io/aeonwallet that referenced this issue Jun 11, 2018
crtlib pushed a commit to evocodes/loki-android-wallet that referenced this issue Jun 12, 2018
@toobadsosad
Copy link
Author

yay.. indeed solved.. now fingerprint option is available after i updated.
thanks 👍

m2049r added a commit to monerujo-io/aeonwallet that referenced this issue Jun 28, 2018
* spinner tweaks (m2049r#306)

* Fix keystore null (m2049r#308)

* avoid crash if input to large

* avoid NPE if wallet key not found

* Use FingerprintManager instead of FingerprintManagerCompat (Fix m2049r#300) (m2049r#302)

* show correct amount for pending tx (m2049r#309)

* accounts (m2049r#312)

* Inform user the progress or result of opening wallet (m2049r#297)

* Fix balance (m2049r#313)

* fix length test (m2049r#314)

* sweep all (m2049r#317)

* French Strings updated to m2049r#297 (m2049r#316)

+ Missing update to m2049r#312

+ enhancement on "wrapping things up"

* Fixes to v1.5.5 (m2049r#318)

* fix disappearing hamburger

* german fixes to fit space

* Layout tweaks (m2049r#319)

* remove mixin settings (m2049r#320)

* subaddresses (m2049r#322)

* new subaddress bump effect (m2049r#327)

* Update Translations (m2049r#329)

* avoid NPE (m2049r#330)

* fix displayed subaddress #

* fix path of build script

* cleanup translations & resources

* include for aeon
crtlib pushed a commit to evocodes/loki-android-wallet that referenced this issue Jun 28, 2018
@Adi168
Copy link

Adi168 commented Jan 20, 2019

How to integrate FingerprintManagerCompact API to my Nubia Z17 Mini?
I have same problem, help me please.

@0140454
Copy link
Contributor

0140454 commented Jan 20, 2019

@Adi168
This problem is fixed by using FingerprintManager, not FingerprintManagerCompact.
You should check whether Build.VERSION.SDK_INT is larger or equal to Build.VERSION_CODES.M first, then get fingerprint service if OS supports it.

@Adi168
Copy link

Adi168 commented Jan 25, 2019

Honestly I don't really understand it.
Could you please help me how to check it?
It happens several times already and i don't know what to do.
Or perhaps you could give me the tutorial step by step?

Thank you.

@Adi168
Copy link

Adi168 commented Jan 30, 2019

Hi,

Could you help me please? It happens so many times now and I'm stressed out don't know what to do. I tried to ask some Nubia groups in my country but no one experienced it.

I'm so sorry for disturbing you.
Thank you.

Cheers.

@m2049r
Copy link
Owner

m2049r commented Jan 30, 2019

@Adi168 what is it you are trying to do exactly?

@0140454
Copy link
Contributor

0140454 commented Jan 31, 2019

@Adi168
Could you describe it in detail?

  • What is it you are trying to do
  • What is it actually behaves

@Adi168
Copy link

Adi168 commented Jan 31, 2019

The fingerprint option just suddenly disappeared. I've tried downgraded and upgraded the ROM, it did work but only for somedays. So I have to re-do it every time the fingerprint sensor doesn't work and the option disappeared.
I think the fingerprint sensor is not broken, maybe the problem is from the ROM (but I'm not quite sure).

Some ROM that I've tried are: v. 2.06, v. 2.09, v. 2.10, v. 2.12, v. 2.14 (all global version).

I just know upgrade & downgrade.

@0140454
Copy link
Contributor

0140454 commented Jan 31, 2019

@Adi168
When fingerprint option in monerujo disappeared, could you find fingerprint option in system settings?

If not, I think it should be the issue of ROM. Maybe you can try the latest ROM.
On Nubia website, the latest ROM for Z17 mini is v2.34.

Otherwise, we need to investigate it deeply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants