Fingerprint sensor API - Honor 7 Themes and Apps

Hello,
I'm thinking about writing an app for our Honor 7 which uses fingerprint sensor. Do you know if there is API for fingerprint sensor available?

Android 6.0 API for Fingerprint Authentication
Fingerprint Authentication
This release offers new APIs to let you authenticate users by using their fingerprint scans on supported devices, Use these APIs in conjunction with the Android Keystore system.
http://developer.android.com/about/versions/marshmallow/android-6.0.html

Thanks, this would be ok, but this one is only for Authentication and I was rather thinking about functionalities like 'swipe-down' , or 'tap'. Do you think Huawei (or Honor) released API for actions like this?

Related

Best apps for fingerprint sensor?

What are the best use of fingerprint sensors in Play Store for Nexus 5X?
Lastpass

Import gyroscope and sensors files

Hello,
I have a jiayu g2f WCDMA 4g, this phone have gyroscope but for unknown reasons the mark does not have built any rom to use correctely this function!
My doubt is whether it is possible from another rom from another mark with the same specs export necessary files to make the gyroscope start to work?
Such as gravity, linear acceleration and rotation vector which are present but are not used by the brand roms.
The Gyro name is MPU3000 gyroscope sensor and manufacturer Invensensor
I found some similar cell phones as:
INEW V3
Cubot S222
Haipai P6s
Elephone G4
Please, help:good:
Thanks

Wechat fingerprint support for oneplus3

Hi!
Under CM, there was fingerprint support on the oneplus3 on both alipay and wechat. Now that I transitioned over to Lineage, only alipay has fingerprint enabled.
Is there any way we can get the support added to Lineage like it was in CM?
Thanks!
XC3N

Camera2 API support level on Moto Z FORCE

Hi
Planning to get a 2nd hand Moto Z FORCE. I plan to use Pro-level Video Apps for more advanced controls and so would like to know the Camera2 API support on Z Force.
Can someone please test the camera2 api using BOTH these free apps:
1. Camera2 probe
id=de.weis.camera2probe
2. FiLMiC Pro Evaluator
id=com.filmic.compatibilitytest
Would be quite useful if you can share the screenshots here.
Thanks in advance.
EDIT: since Z Force seems to be non-rootable, does it mean that camera2 api support level on the phone cannot be improved?
Or is there any way to enable Camera2 API Without Root on this phone?

Is Miracast bug in AOSP or LOS?

There is a bug in LineageOS 17.1 on multiple hardware where Miracast/ Screen cast no longer works. I noticed this on my Xiaomi Pocophone F1 (beryllium) when I did a 20200801 nightly upgrade.
My question is, is the bug in the AOSP or the LineageOS? Is it something that Google has done to force people to use Chromecast or is it a problem with the LineageOS that hasn't yet been fixed?
It's a very annoying bug and I wonder how easy it is for the developers to fix? Can it be fixed by a user changing a setting or is it a default setting that an uninformed user is unlikely to be able to change?
BuzLightSabre said:
There is a bug in LineageOS 17.1 on multiple hardware where Miracast/ Screen cast no longer works. I noticed this on my Xiaomi Pocophone F1 (beryllium) when I did a 20200801 nightly upgrade.
My question is, is the bug in the AOSP or the LineageOS? Is it something that Google has done to force people to use Chromecast or is it a problem with the LineageOS that hasn't yet been fixed?
It's a very annoying bug and I wonder how easy it is for the developers to fix? Can it be fixed by a user changing a setting or is it a default setting that an uninformed user is unlikely to be able to change?
Click to expand...
Click to collapse
Usually features can vanish in an android version upgrade, but not in a regular update.
https://wiki.lineageos.org/bugreport-howto.html
kurtn said:
Usually features can vanish in an android version upgrade, but not in a regular update.
https://wiki.lineageos.org/bugreport-howto.html
Click to expand...
Click to collapse
Yes. I would have thought that this was so but Miracast was working until I updated a 20200801 nightly build. That's why I think that it might be a default setting.
I also noticed this:
https://forum.xda-developers.com/showpost.php?p=64121701&postcount=10
Maybe that will solve the problem?
BuzLightSabre said:
There is a bug in LineageOS 17.1 on multiple hardware where Miracast/ Screen cast no longer works. I noticed this on my Xiaomi Pocophone F1 (beryllium) when I did a 20200801 nightly upgrade.
My question is, is the bug in the AOSP or the LineageOS? Is it something that Google has done to force people to use Chromecast or is it a problem with the LineageOS that hasn't yet been fixed?
It's a very annoying bug and I wonder how easy it is for the developers to fix? Can it be fixed by a user changing a setting or is it a default setting that an uninformed user is unlikely to be able to change?
Click to expand...
Click to collapse
Google creates Android Compatibility Definition Documents, in which it is written:
Code:
5.8. Secure Media
If device implementations support secure video output and are capable of supporting secure surfaces, they:
[C-1-1] MUST declare support for Display.FLAG_SECURE.
If device implementations declare support for Display.FLAG_SECURE and support wireless display protocol, they:
[C-2-1] MUST secure the link with a cryptographically strong mechanism such as HDCP 2.x or higher for the displays connected through wireless protocols such as Miracast.
If device implementations declare support for Display.FLAG_SECURE and support wired external display, they:
[C-3-1] MUST support HDCP 1.2 or higher for all external displays connected via a user-accessible wired port.
That's the theory. In practice, everything depends on programmers.
For example.
In the custom ROM with Android 9 for Oneplus One Miracast (connection to Microsoft Wireless Display Adapter) works only in 3 ROMs with 33 that I tested.
In the custom ROM with Android 10 for Oneplus One Miracast (connection to Microsoft Wireless Display Adapter) does not work in any ROM with 25 that I tested.
.
.
Miracast starting working again after build 20200829. There was d"ummy HIDL lib" removed that shouldn't have been removed and now it's back again. https://review.lineageos.org/284011
BuzLightSabre said:
Miracast starting working again after build 20200829.(...)
Click to expand...
Click to collapse
To which model of device do you cast the screen in Android 17.1 using Miracast (WiFi Display)?
.
I have a Panasonic Personal Video Recorder (PVR) model number DMR-BWT955. Under its Function menu there's an option to "Miracast". I select that option and it starts searching for devices. I select the "Screen Cast" option from the drag down menu on my Pocophone and select the "DMR-BWT955" device to connect to. They both do their bits and then I see my Pocophone screen showing up on my TV screen, which is connected to the PVR. My 5.1 surround sound system is also connected to the PVR and so I can not only see what's on my Pocophone but also hear what's it's playing through the 5.1 sound system.
Is that the sort of information that your after?
BuzLightSabre said:
Miracast starting working again after build 20200829. There was d"ummy HIDL lib" removed that shouldn't have been removed and now it's back again. https://review.lineageos.org/284011
Click to expand...
Click to collapse
Hi
Still doesn't work on lineageos 17.1.
I try to connect my tv to honor 5x to miracast screen but see no tv.
I add persist.debug.wfd.enable=1 on build.prop to enble wireless display. Nd see 'Anycast' device
But when I try to connect, lineageos reboot ( hot reboot without vibration neither pin prompt)
I am using 11 mars 2021 build witch is newer than 28 ugust 2020
Build lineageos-kiwi-userdebug 10qq3a 200805.002 d5580ebdfc
Official lineageos.
Worked perfectly on lineageos 14.1, 15, 16
Cheers

Categories

Resources