why goodix doesn't work on custom Roms - Xiaomi Redmi 3s Questions & Answers

As the title said

Sagar.Shwrmni said:
The kernel release didn't include files related to Goodix fp sensor.
Click to expand...
Click to collapse
Isn't it possible to port sources from rn3?

Umm... What exactly this goodix is ?
Fingerprint sensor ? Because fp is working perfect on custom roms. I don't know about Infrared though.

Related

Custom ROMS, ROOT and Fingerprint Sensor

Hello everybody, does anybody know if the Fingeprint Sensor will play with a Custom ROM or even ROOT?
It is a critical issue that we have to know i think
Yes . It will work with Custom ROMs and Root too .
Naman Bhalla said:
Yes . It will work with Custom ROMs and Root too .
Click to expand...
Click to collapse
Sorry for asking but how are you so sure?
Στάλθηκε από το A0001 μου χρησιμοποιώντας Tapatalk
Jeisblack said:
Sorry for asking but how are you so sure?
Στάλθηκε από το A0001 μου χρησιμοποιώντας Tapatalk
Click to expand...
Click to collapse
Because Cyanogen and other roms have fingerprint code in their source.
Naman Bhalla said:
Because Cyanogen and other roms have fingerprint code in their source.
Click to expand...
Click to collapse
I saw that but the OxygenOS Source is Locked down by Oneplus...
hi
it'll only work, if they provide the proper fingerprint scanner code ...
cheers
Source
superdragonpt said:
hi
it'll only work, if they provide the proper fingerprint scanner code ...
cheers
Click to expand...
Click to collapse
With your experience you have, do you believe that they will provide the Scanner Code?
For now they said that they will give the Kernel Source. Is the Scanner Code part of the Kernel Source?
Thanks!
Jeisblack said:
With your experience you have, do you believe that they will provide the Scanner Code?
For now they said that they will give the Kernel Source. Is the Scanner Code part of the Kernel Source?
Thanks!
Click to expand...
Click to collapse
No. Kernel source will bring device tree which will have it.. CM has already merged fingerprint codes into its code. So don't worry.. It will work. It works on s6 too which has only kernel source released.
Naman Bhalla said:
No. Kernel source will bring device tree which will have it.. CM has already merged fingerprint codes into its code. So don't worry.. It will work. It works on s6 too which has only kernel source released.
Click to expand...
Click to collapse
I hope this to be true! Thanks for the answers all guys! If you find any news about this leave a post here!
Naman Bhalla said:
No. Kernel source will bring device tree which will have it.. CM has already merged fingerprint codes into its code. So don't worry.. It will work. It works on s6 too which has only kernel source released.
Click to expand...
Click to collapse
Good to know. I had my concerns!
I just got my OnePlus 2 , the FS plays fine with ROOT. Yet don't know with Custom ROMS because no custom roms out there..
Ordered my OnePlus two and should get it by tomorrow. Kindly give me the link to FS so that i can root my phone to.
Jeisblack said:
Hello everybody, does anybody know if the Fingeprint Sensor will play with a Custom ROM or even ROOT?
It is a critical issue that we have to know i think
Click to expand...
Click to collapse
Rooting phone on stock rom doesn't affect fingerprint sensor at all, my phone is rooted and it works fine.
Almost all custom roms right now are CM12 based and they cannot get FS sensor to work properly yet, this is one reason I haven't tried any custom roms yet.
Sent from my ONE A2005 using Tapatalk
kayone73 said:
Rooting phone on stock rom doesn't affect fingerprint sensor at all, my phone is rooted and it works fine.
Almost all custom roms right now are CM12 based and they cannot get FS sensor to work properly yet, this is one reason I haven't tried any custom roms yet.
Sent from my ONE A2005 using Tapatalk
Click to expand...
Click to collapse
Likewise
Sent from my ONE A2005 using Tapatalk
The IP for the fingerprint scanner belongs to that hardware manufacturer.
Hopefully M's native FP software works with it and we can get past this.
This hardware in the OP2 will make a great M phone.
useranonymous said:
The IP for the fingerprint scanner belongs to that hardware manufacturer.
Hopefully M's native FP software works with it and we can get past this.
This hardware in the OP2 will make a great M phone.
Click to expand...
Click to collapse
Yes i agree with you about Android M and OnePlus 2! It will be a great phone when the Custom ROMS based on Android 6 started to get out!
I guess we are in luck
Take a look at Carl Pei's Tweet: https://twitter.com/getpeid/status/661133323561926656?s=09
Now, that is progress!
tejas999 said:
I guess we are in luck
Take a look at Carl Pei's Tweet: https://twitter.com/getpeid/status/661133323561926656?s=09
Now, that is progress!
Click to expand...
Click to collapse
OMG! Carl starting to hear about all this!! I hope that OnePlus will start to give this API or Drivers to the developers! It will be nice to have a fully factional Cyanogenmod!!

What is the fastest rom for 5.0 g900f that also supports xposed

I only need a rom that is fast and is based on the touchwiz and things like fingerprint still work and it also needs to support xposed framework
This is the best rom for me personally: http://forum.xda-developers.com/galaxy-s5/development/rom-5-1-1-tw-revolution-s5-s6e-note-5-t3235824
Does the fingerprint work with that
Alexndr http://forum.xda-developers.com/galaxy-s5/development/rom-ane4-kitkat-4-4-2-multi-csc-t2813628 works great for me.
macxz98 said:
Does the fingerprint work with that
Click to expand...
Click to collapse
Yes it does

[Fix]Possible Solution on Goodix FP Fix - ROM/Kernel Developers Please Look into this

Hello Kenzo ROM/Kernel Developers,
This may be useful to solve Goodix FP sensor related issue.
You need to add these lines in "init.qcom.rc" in ramdisk folder of boot.img
Code:
service gx_fpd /system/bin/gx_fpd
class late_start
user system
group system
disabled
on property:ro.boot.fpsensor=gdx
start gx_fpd
Also these files need to be added in patch
https://goo.gl/Xk7qjW
Hope Goodix FP users will enjoy custom kernels in the future.
Credits: @Santhosh M
Also these file will be useful to work on Goodix FP --> https://goo.gl/kNV3Mv
Credits: @alex9yust
Also I have gathered required files from MIUI 8 based on Marshmallow. Here is link --> http://goo.gl/C4XsZm
Here is MM based drivers for Goodix FP (Lenovo Zuk Z2) --> https://github.com/MoKee/android_kernel_zuk_msm8996/tree/mkm/drivers/fingerprint/goodix
Thanks @khan_frd2002 for sharing information
Please Note: This files are not meant for end users of RN3 (kenzo). These files are only for custom ROM/kernel developers.
bravonova said:
Hello Kenzo Kernel Developers,
This may be useful to solve Goodix FP sensor related issue.
You need to add these lines in "init.qcom.rc" in ramdisk folder of boot.img
Code:
service gx_fpd /system/bin/gx_fpd
class late_start
user system
group system
disabled
on property:ro.boot.fpsensor=gdx
start gx_fpd
Also these files needs to be added in patch
https://goo.gl/Xk7qjW
Hope Goodix FP users will enjoy custom kernels in the future.
Credits: @Santhosh M
Click to expand...
Click to collapse
The goodix configs has to be updated to marshmallow as well. Santhosh's build bootloops on my device with the fp patch btw
nicknitewolf said:
The goodix configs has to be updated to marshmallow as well. Santhosh's build bootloops on my device with the fp patch btw
Click to expand...
Click to collapse
I didn't face bootloop with Santhosh's build + his FP patch
A lot of thanks bro.
bravonova said:
Hello Kenzo Kernel Developers,
This may be useful to solve Goodix FP sensor related issue.
You need to add these lines in "init.qcom.rc" in ramdisk folder of boot.img
Code:
service gx_fpd /system/bin/gx_fpd
class late_start
user system
group system
disabled
on property:ro.boot.fpsensor=gdx
start gx_fpd
Also these files needs to be added in patch
https://goo.gl/Xk7qjW
Hope Goodix FP users will enjoy custom kernels in the future.
Credits: @Santhosh M
Click to expand...
Click to collapse
how to patch? really i dont understand
Sent from my Redmi Note 3 using Tapatalk
adnanboy said:
how to patch? really i dont understand
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
These patches are to be applied in the Kernel. You'll have to wait until the developers have implemented this in their custom kernels.
So, this is the same way the Santhosh did in his pacth?
Beacause, I've Goodix sensor and the santhosh patch doesn't work in my phone.
yourarjunjadeja said:
These patches are to be applied in the Kernel. You'll have to wait until the developers have implemented this in their custom kernels.
Click to expand...
Click to collapse
Thanks, i hope it working on cm13 official
Sent from my Redmi Note 3 using Tapatalk
adnanboy said:
how to patch? really i dont understand
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
I have shared for kernel developers only, not for general users. Let kernel developers work upon it and release it their respective threads.
bravonova said:
I have shared for kernel developers only, not for general users. Let kernel developers work upon it and release it their respective threads.
Click to expand...
Click to collapse
This looks a little promising. Will try it out anyways.
https://github.com/nicknitewolf/and...mmit/479c2d90add7d6e6c94f28d036a1804e7499678f
and that's enough? add support goodix in the kernel does not need?
Wow, this thread looks promising. And seems @Umang96 already working on it. Finally custom kernel for goodix fp users.
Maybe a better sensitivity for fp would be amazing. Btw, I'm on santhosh cm13 rom and fp is working (not as good as on miui) but santhosh build is the only rom that support goodix anyway. Many thanks for all kenzo developers. You're all amazing mate
nicknitewolf said:
This looks a little promising. Will try it out anyways.
https://github.com/nicknitewolf/and...mmit/479c2d90add7d6e6c94f28d036a1804e7499678f
Click to expand...
Click to collapse
Thanks for adding it. :good: :good: I will make flashable zip for system files required for goodix users. Once you compile your next Kernel/ROM please tell me. So I can provide flashable zip.
alex9yust said:
and that's enough? add support goodix in the kernel does not need?
Click to expand...
Click to collapse
I have already shared code that needs to be added in kernel
arifreggit said:
Wow, this thread looks promising. And seems @Umang96 already working on it. Finally custom kernel for goodix fp users.
Maybe a better sensitivity for fp would be amazing. Btw, I'm on santhosh cm13 rom and fp is working (not as good as on miui) but santhosh build is the only rom that support goodix anyway. Many thanks for all kenzo developers. You're all amazing mate
Click to expand...
Click to collapse
Yeah. @Umang96 started working on it. Also @nicknitewolf added the code to his kernel codes.
See his commit here --> https://github.com/nicknitewolf/and...mmit/479c2d90add7d6e6c94f28d036a1804e7499678f
bravonova said:
Yeah. @Umang96 started working on it. Also @nicknitewolf added the code to his kernel codes.
See his commit here --> https://github.com/nicknitewolf/and...mmit/479c2d90add7d6e6c94f28d036a1804e7499678f
Click to expand...
Click to collapse
Lmao, I don't really know if Umang96 would ever do anything useful.
By the way I am not sure what Santhosh added to his build to make the fingerprint sensor option appear all the time. Here's a patch but it most likely will not work until I see what santhosh fully did. View attachment Goodix_FP.zip
UPDATE
I added all the libs from @bravonova it might work this time. View attachment Goodix_FP_2.zip
nicknitewolf said:
Lmao, I don't really know if Umang96 would ever do anything useful.
By the way I am not sure what Santhosh added to his build to make the fingerprint sensor option appear all the time. Here's a patch but it most likely will not work until I see what santhosh fully did. View attachment 3860622
UPDATE
I added all the libs from @bravonova it might work this time. View attachment 3861381
Click to expand...
Click to collapse
Yeah..... Thanks a lot man. I have provided some lib files from MM based MIUI v6.8.25. Hope that will come handy.
bravonova said:
Yeah..... Thanks a lot man. I have provided some lib files from MM based MIUI v6.8.25. Hope that will come handy.
Click to expand...
Click to collapse
Can you help test it if you are on official Cyanogenmod?
nicknitewolf said:
Can you help test it if you are on official Cyanogenmod?
Click to expand...
Click to collapse
I am currently checking MIUI 8 marshmallow v6.8.30. I will flash CM 13 and test it out and tell you asap
nicknitewolf said:
Lmao, I don't really know if Umang96 would ever do anything useful.
By the way I am not sure what Santhosh added to his build to make the fingerprint sensor option appear all the time. Here's a patch but it most likely will not work until I see what santhosh fully did. View attachment 3860622
UPDATE
I added all the libs from @bravonova it might work this time. View attachment 3861381
Click to expand...
Click to collapse
I tried this on official cm but it doesn't work. Still no option for fingerprint.

Goodix FP issue with 6 GB variant

Hello,
The 6 GB variant users are facing issues with existing custom roms and kernels as the FP is not working also getting ghost touch using the Goodix FP. the only way to get this working is by using this kernel
https://forum.xda-developers.com/showpost.php?p=77236445&postcount=490
Can there be a permanent fix so we can use any custom kernel after flashing the fix . Thanks
sousaptak said:
Hello,
The 6 GB variant users are facing issues with existing custom roms and kernels as the FP is not working also getting ghost touch using the Goodix FP. the only way to get this working is by using this kernel
https://forum.xda-developers.com/showpost.php?p=77236445&postcount=490
Can there be a permanent fix so we can use any custom kernel after flashing the fix . Thanks
Click to expand...
Click to collapse
Is this really works?
Is FP ghost touch gone?
Install magisk module make selinux permissive. Easy as abc

Custom Rom's with working Fingerprint woring

Hello,
I bought a oneplus 6T and i want a custom ROM with a working FP but most of the ROM's i see dont have a working FP.
Whch of the custom ROM'S have a working Fingerprint??
sakerhetz said:
Hello,
I bought a oneplus 6T and i want a custom ROM with a working FP but most of the ROM's i see dont have a working FP.
Whch of the custom ROM'S have a working Fingerprint??
Click to expand...
Click to collapse
None
Caltinpla said:
None
Click to expand...
Click to collapse
Thank you for the quick reply, then I'll have no choice.
sakerhetz said:
Thank you for the quick reply, then I'll have no choice.
Click to expand...
Click to collapse
Honestly, face unlock seems to be more reliable with this phone at this time. Maybe a firmware update will fix that down the road (or maybe I just have gross hands) but sometimes throughout the day I would have to scan my thumb / finger more than once to get it.
sakerhetz said:
Hello,
I bought a oneplus 6T and i want a custom ROM with a working FP but most of the ROM's i see dont have a working FP.
Whch of the custom ROM'S have a working Fingerprint??
Click to expand...
Click to collapse
As mentioned already, none at the moment.
Keep an eye out for Android Q, the fp scanner might make an appearance on custom ROMs then.
Check out the thread I'll link below to see where development is at. Right now it seems to be halted until Android Q.
https://forum.xda-developers.com/oneplus-6t/how-to/dev-discussion-implementing-fingerprint-t3891568/
sandix said:
Honestly, face unlock seems to be more reliable with this phone at this time. Maybe a firmware update will fix that down the road (or maybe I just have gross hands) but sometimes throughout the day I would have to scan my thumb / finger more than once to get it.
Click to expand...
Click to collapse
rickysidhu_ said:
As mentioned already, none at the moment.
Keep an eye out for Android Q, the fp scanner might make an appearance on custom ROMs then.
Check out the thread I'll link below to see where development is at. Right now it seems to be halted until Android Q.
https://forum.xda-developers.com/oneplus-6t/how-to/dev-discussion-implementing-fingerprint-t3891568/
Click to expand...
Click to collapse
Thanks for the info.
Let's hope that we have a fingerprint with Android Q.
About facelock,,, I had that too but I think the fingerprint is more safe, reliable.
The OOS based Roms have working Fingerprint, only the AOSP based ones can't get it to work yet.
I'm using Renovate Ice Rom/Magisk Module and I like the customization options. Has working Fingerprint.
Saenic said:
The OOS based Roms have working Fingerprint, only the AOSP based ones can't get it to work yet.
I'm using Renovate Ice Rom/Magisk Module and I like the customization options. Has working Fingerprint.
Click to expand...
Click to collapse
I think I have to take the XXX_ no limits module then I had it previously on my OnePlus 6 .

Categories

Resources