Goodix FP issue with 6 GB variant - Asus ZenFone Max Pro M1 Questions & Answers

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

Related

[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.

[ROM]CyanogenMod 14.1 jgcaap builds

Hello everyone, after a great success on building roms for bacon device. I've decided to share my work with other devices. So now I share with oneplus 3. After positive feedback on the rom today I'll publish here the rom.
Kernel and Device tree are untouched so everything should be working smoothly. You can use a custom kernel in case you like, but i'll only give support to stock kernel as I do not yet own an device. So CM bugs are basically also our bugs, and from what I know there is none. Still I'm open to suggestions.
Download
GAPPS
Features:
Updated SQL to 3.15.1
Optimized Build with custom toolchain on ROM and Kernel
Proguard 5.3
Snapdragon Camera
More coming soon
I'm a very praticle user, and my aim will be to get a very fluid stable system, at same time with speed and battery, keeping most stock possible with the optimizations which will improve for real our experience.
Thanks
​
As you might know, all credits go to CyanogenMod Team.
ROM:
Source Code
kernel:
https://github.com/CyanogenMod/android_kernel_oneplus_msm8996
If you like my work, please consider a donation.
Thank you very much man 5 stars from me.
@jgcaap
Is there f2fs support in the kernel?
And have considered adding any of @arter97 fixes and improvements from his cm13 kernel
Thanks for your work
jgcaap said:
Hello everyone, after a great success on building roms for bacon device. I've decided to share my work with other devices. So now I share with oneplus 3. After positive feedback on the rom today I'll publish here the rom.
Kernel and Device tree are untouched so everything should be working smoothly. You can use a custom kernel in case you like, but i'll only give support to stock kernel as I do not yet own an device. So CM bugs are basically also our bugs, and from what I know there is none. Still I'm open to suggestions.
Download
GAPPS
Features:
Updated SQL to 3.15.1
Optimized Build with custom toolchain on ROM and Kernel
Proguard 5.3
Snapdragon Camera
More coming soon
I'm a very praticle user, and my aim will be to get a very fluid stable system, at same time with speed and battery, keeping most stock possible with the optimizations which will improve for real our experience.
Thanks
​
As you might know, all credits go to CyanogenMod Team.
ROM:
Source Code
kernel:
https://github.com/CyanogenMod/android_kernel_oneplus_msm8996
If you like my work, please consider a donation.
Click to expand...
Click to collapse
How I missed you... I was a fan on OPO, and definitely on OP3.... ROM working flawlessly, no FC's, smooth and fast, pixelfy, magisk and pokemon go working great... Awesome isn't enough to describe you...
BBuZZ said:
How I missed you... I was a fan on OPO, and definitely on OP3.... ROM working flawlessly, no FC's, smooth and fast, pixelfy, magisk and pokemon go working great... Awesome isn't enough to describe you...
Click to expand...
Click to collapse
Plz dont quote the whole thread
Loved your builds on oneplus one when I was using it for month.
I will try soon.
Between stock cm from 13 till now, having strange bug fp scanner, sometimes fp sensor stop working, we need manually turn on screen.
If same happens, I will report back.
Also same was in stock cm13 but not happening in @Sultanxda rom.
also, this is not happening in aosp based roms, so its deep in cm.
.
thanks,
Jgcaap has always been my inspiration , and one of the reasons I optimize my ROMs heavily . Gonna surely give this a try , bud
Hey its good to see
flashed it yeah
ROM Flashing steps please..
Opengapps should be OK? The Gapps link in AFH in the OP post #1 doesn't seem to be a valid link.
Also FW version recommended? 3.5.5?
---------- Post added at 02:53 PM ---------- Previous post was at 02:53 PM ----------
hrishikeshgramani said:
ROM Flashing steps please..
Click to expand...
Click to collapse
Will be same as any other CM14 ROM, do give a try!
Open gapps are ok use nano or pico 7.1
http://opengapps.org/
Original CM 14.1 is 586.22 MB why yours is 673.1 MB, instead of slimming it; what have you added?
Sent from my Pixel XL using XDA-Developers mobile app
oriveradel said:
Original CM 14.1 is 586.22 MB why yours is 673.1 MB, instead of slimming it; what have you added?
Click to expand...
Click to collapse
Just try it you won't be disappointed
I am dissecting it need to know what was added
Sent from my Pixel XL using XDA-Developers mobile app
oriveradel said:
I am dissecting it need to know what was added
Click to expand...
Click to collapse
ROM is odexed that's why it has bigger size + many more optimizations for speed and battery
RohanAJoshi said:
Loved your builds on oneplus one when I was using it for month.
I will try soon.
Between stock cm from 13 till now, having strange bug fp scanner, sometimes fp sensor stop working, we need manually turn on screen.
If same happens, I will report back.
Also same was in stock cm13 but not happening in @Sultanxda rom.
also, this is not happening in aosp based roms, so its deep in cm.
.
thanks,
Click to expand...
Click to collapse
@jgcaap : as mentioned earlier, there is same but in your rom also.
Fingerprint sensor stops working some time, need to wake screen manually.
Also, torch gesture not working.
Please fix these issues.
Nothing happen when switching profiles by built-in button. Any idea how to fix that? I trying to change in settings few options but without solution.
Used your ROMs on the OPO.
Everything working great for now apart from the known CM bugs. FPS fails sometimes and alert slider not working?
racesupport said:
Nothing happen when switching profiles by built-in button. Any idea how to fix that? I trying to change in settings few options but without solution.
Click to expand...
Click to collapse
Use notification slider APP from playstore, as a tempory workaround
Mine is working. After few reboot, it was alive.
So for now, the only bug is cm bug I think ( battery icon cannot be changed )

why goodix doesn't work on custom Roms

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.

Need custom kernel with dt2w for stock rom or custom roms running on android 6.0.

Need custom kernel with dt2w for stock rom or custom roms running on android 6.0. I've gone all the post but didn't find any. I have redmi 3s without fp sensor and I'm worried about power button because I lock and unlock my device a lot. So please help me to find custom kernel which will run perfectly with stock rom. Please don't suggest any play store app because I tried most of them and all of these suck.
Perxepted kernel, i think this is the only choice.
Very good kernel, i used it for a long time.
https://forum.xda-developers.com/xiaomi-redmi-3s/development/kernel-perxepted-16-aug-t3657329
Manzing said:
Perxepted kernel, i think this is the only choice.
Very good kernel, i used it for a long time.
https://forum.xda-developers.com/xiaomi-redmi-3s/development/kernel-perxepted-16-aug-t3657329
Click to expand...
Click to collapse
tried it dude but double tap to wake is not working also there is noticeable lag sometimes . thnanks for the suggestion though.
Vinayakn73 said:
tried it dude but double tap to wake is not working also there is noticeable lag sometimes . thnanks for the suggestion though.
Click to expand...
Click to collapse
i didn't use dt2w, but read there were some problems with it in last build. You may try the previous build.
Manzing said:
i didn't use dt2w, but read there were some problems with it in last build. You may try the previous build.
Click to expand...
Click to collapse
yup I tried those already. but I'm not happy with performance. currently using arvanasoft rom. It's best miui based custom rom. performance, features and battery life is top notch. Thanks for your time tough.
Vinayakn73 said:
Need custom kernel with dt2w for stock rom or custom roms running on android 6.0. I've gone all the post but didn't find any. I have redmi 3s without fp sensor and I'm worried about power button because I lock and unlock my device a lot. So please help me to find custom kernel which will run perfectly with stock rom. Please don't suggest any play store app because I tried most of them and all of these suck.
Click to expand...
Click to collapse
Volte working???
Whats the sot??
Bugs??

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