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

魅族Note3 不支持? #28

Closed
ymcao opened this issue Jul 28, 2017 · 10 comments
Closed

魅族Note3 不支持? #28

ymcao opened this issue Jul 28, 2017 · 10 comments

Comments

@ymcao
Copy link

ymcao commented Jul 28, 2017

魅族note3 mFingerprintIdentify.isFingerprintEnable()返回false。

@uccmawei
Copy link
Owner

@ymcao 魅蓝Note3应该是支持的,我朋友那台就可以,不过有个小插曲,Flyme5就不支持,Flyme6才支持。

看下你的安卓版本和Flyme版本?

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

oppo r9貌似也不行 5.1

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

我的魅族是Android 5.1 Flyme6.1

@uccmawei
Copy link
Owner

@ymcao

OPPO是走安卓官方API,我限制了6.0以下直接提示不支持。(你想支持可以把代码里的版本判断去掉(存在稳定性问题))

Android 5.1 Flyme6.1 在魅蓝note3应该是支持的。你可以先试下运行我二维码的那个demo,如果不行你可以去魅族的官网找那个SDK试下,如果还是不支持,就是你的系统问题了,毕竟别人的note3是亲测正常的。

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
        return;
    }

注释了也没用哦 ,魅族的难道我手机系统刚问题

@uccmawei
Copy link
Owner

@ymcao

image

OPPO用的是AndroidFingerprint类,魅族用的是MeiZuFingerprint,所以你去掉那个的话R9应该能用了,魅族没变啊

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

魅族R9 还是不能用我注释了AndroidFingerprint 里面的

if (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
return;
}

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

华为5c 6.0的系统 也不起作用呀

@uccmawei
Copy link
Owner

@ymcao

#11
#12

你可以看下这2个连接,另外你可以用机器运行demo后操作一下然后截个图来看下吗?

@ymcao
Copy link
Author

ymcao commented Jul 28, 2017

好的

@uccmawei uccmawei closed this as completed Aug 1, 2017
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

2 participants