[Fix]Possible Solution on Goodix FP Fix - ROM/Kernel Developers Please Look into this - Xiaomi Redmi Note 3 Guides, News, & Discussion

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.

Related

[KERNEL][Oxygen/CM]Sidious Kernel

This is the new refined home for Despair Development. If you submit bug reports without a log, you may be prosecuted...or executed.
Disclaimer:
If your device fails to comply with your standards of what you consider functioning, I am not liable. This is provided free of charge and does not come with a warranty. Although, if you provide a log, I can provide some sort of assurance that I will look into your issue.
Links:
Social:
Twitter - http://twitter.com/DespairDev
G+ Community - https://plus.google.com/u/0/communities/117685307734094084120
Downloads:
Basketbuild – https://basketbuild.com/devs/DespairFactor
Google Drive – https://drive.google.com/drive/folders/0Bwcofov-xyI0ZVhQUWJhMm9PMkU
Source:
Github – https://github.com/DespairFactor/
Credits:
faux123
franco
Google
flar2
imoseyon
Cl3Kener
neobuddy89
Star Wars
XDA:DevDB Information
[KERNEL][Oxygen/CM]Sidious Kernel, Kernel for the OnePlus 3
Contributors
DespairFactor
Source Code: https://github.com/DespairFactor/OnePlus3
Kernel Special Features:
Version Information
Status: Testing
Created 2016-06-22
Last Updated 2016-06-22
Hi, well done !
Ukm inside ?
It's been great testing!
I'm ready to test
aenews said:
It's been great testing!
Click to expand...
Click to collapse
Any feedback like before and after benchmarks, butter smoothness or features?
mallman said:
Any feedback like before and after benchmarks, butter smoothness or features?
Click to expand...
Click to collapse
It finally boots with working WiFi! That was the biggest breakthrough the past day. So far, the expanded feature set isn't too large, but it will only grow now that the basic functionality is confirmed. There isn't an immediate increase in performance or features compared to Stock Kernel so far as I can tell, but you can adjust settings with EX Kernel Manager. Kernel Audiutor is more limited.
aenews said:
It finally boots with working WiFi! That was the biggest breakthrough the past day. So far, the expanded feature set isn't too large, but it will only grow now that the basic functionality is confirmed. There isn't an immediate increase in performance or features compared to Stock Kernel so far as I can tell, but you can adjust settings with EX Kernel Manager. Kernel Audiutor is more limited.
Click to expand...
Click to collapse
Hello double tap does not work and vice versa of the parameter button and return as
lost the dash charge after flashing this kernel......
sshinde555 said:
lost the dash charge after flashing this kernel......
Click to expand...
Click to collapse
hello this and normal
no source currently
jejemc said:
Hello double tap does not work and vice versa of the parameter button and return as
Click to expand...
Click to collapse
I don't know what you mean
Many thanks, would test it soon
DespairFactor said:
I don't know what you mean
Click to expand...
Click to collapse
double tap does not work and back button and close the app can not be reversed
jejemc said:
double tap does not work and back button and close the app can not be reversed
Click to expand...
Click to collapse
Buttons aren't a kernel feature? What ROM are you using?
jejemc said:
double tap does not work and back button and close the app can not be reversed
Click to expand...
Click to collapse
I don't have a problem with either feature. Are you using R2 Uber 5.X?
DespairFactor said:
Buttons aren't a kernel feature? What ROM are you using?
Click to expand...
Click to collapse
rom rr ressurection remix
jejemc said:
rom rr ressurection remix
Click to expand...
Click to collapse
I don't have a fully compatible CM branch yet, that;s why those things don't work. I will be doing that at a later time, for now I am working on my Oxygen base as a CM branch won't take more than a few minutes to make.
R3 is up if anyone wants to give it a go
Thank you for making this...
_MartyMan_ said:
Thank you for making this...
Click to expand...
Click to collapse
No problem, any feedback is appreciated as I do not have the device. Features are not the goal here, it is all about optimization.
Can you say something about the optimizations?
Gesendet von meinem SGP511 mit Tapatalk

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

[ROM] [ROOTLESSOMS] [MICROG] HaruhiOS

Finally out of closed testing, here's my ROM
Features until now
Microg support
Built in user mode and without su and can potentially pass safetynet
Rootless OMS full support
Optimized very lightly for good performance and battery
Built with uber 4.9
Allows v4a to work in enforcing selinux
Fixed webview issues
Planned features
Pdesireaudio support (tricky because op3 already supports it in a different way)
I'm just waiting for some stuff pushing to git. When it's done I'll release the first public build
Placeholders are not allowed on xda.. Thread reported..
arjunarora said:
Placeholders are not allowed on xda.. Thread reported..
Click to expand...
Click to collapse
Whoops
http://srv1.botstack.host:10002/ is the download link
Is the ROM unified?
Very interesting rom, what's the base?
blanco613 said:
Very interesting rom, what's the base?
Click to expand...
Click to collapse
Seems to be LineageOS
Sent from my ONEPLUS A3003 using Tapatalk
anupritaisno1 said:
Whoops
http://srv1.botstack.host:10002/ is the download link
Click to expand...
Click to collapse
Link to the sources..? Don't wanna be a pain but these things are important
arjunarora said:
Link to the sources..? Don't wanna be a pain but these things are important
Click to expand...
Click to collapse
Currently everything is untouched except the ROM
When I actually decide to modify the kernel, you'll see it on my github here https://github.com/anupritaisno1
For now I'm just using the stock lineage kernel without any modifications at all
I'll update the thread with sources in a few minutes
Hi !
This rom seems really interesting, but I can't find any link to the rom itself, since the link you gav earlier is a OPO rom.
So, is there any link still available for the latest version of the rom ?
Thank you ! ^^
Yes same here... There is no link for op3 but a link is for OPO (Bacon).
Moderator Information,
Thread has been closed as there is no active links.

Finally working vilte by Augustin!

Yes, vilte (video call on jio) is working perfectly on his (Augustin!) Latest build. Checked myself.
Here is the link "removed"
Download latest build.
Enjoy video calling.:laugh:
PrincE.. said:
Yes, vilte (video call on jio) is working perfectly on his (Augustin!) Latest build. Checked myself.
Here is the link https://ota.zuk.qnsystem.com/download/z2_plus/
Download latest build.
Enjoy video calling.:laugh:
Click to expand...
Click to collapse
Review the build in terms of battery and performance and heat .
STARK0711 said:
Review the build in terms of battery and performance and heat .
Click to expand...
Click to collapse
everything seems balanced, will review later.
Where can we follow his development?
New build of spanish dev is lit ??
Super stable with stock experience
Not so much of customization
Below is battery backup from 85 with pubg of 17 min and all the setup thing from scratch
vuckovic_stefan said:
Where can we follow his development?
Click to expand...
Click to collapse
Don't know someone removed the link if u want the build can upload to gdrive for u
If u use telegram ill give u link there
I hope this is implemented in all all roms
STARK0711 said:
Don't know someone removed the link if u want the build can upload to gdrive for u
If u use telegram ill give u link there
Click to expand...
Click to collapse
Yes mate I use Telegram, I'll pm you.
Thanks!
ViLTE isn't actually fixed by Augustin, but it is fixed in the Sources of Zuk-devs ( by Cosmedd )
He updated Graphics, Media, post processing, TUI and several other blobs from a 89xx device named Bardock pro having latest Oreo 8.1
Commit:
https://github.com/zuk-devs/android_vendor_zuk/commit/8b27a5341796196a5997ccf26b48e29fb5b601a7
https://github.com/zuk-devs/android...mmit/a0486b3c95d487a3b8fbcca1dd0a6249b1d01327
This wasn't on purpose to fix ViLTE but rather accidentally ViLTE got fixed too
Augustin's builds are based on Zukdevs ( technically all are based on these trees or old davidevinavil and dd3boh's trees with their own changes... )
kubersharma said:
ViLTE isn't actually fixed by Augustin, but it is fixed in the Sources of Zuk-devs ( by Cosmedd )
He updated Graphics, Media, post processing, TUI and several other blobs from a 89xx device named Bardock pro having latest Oreo 8.1
Commit:
https://github.com/zuk-devs/android_vendor_zuk/commit/8b27a5341796196a5997ccf26b48e29fb5b601a7
https://github.com/zuk-devs/android...mmit/a0486b3c95d487a3b8fbcca1dd0a6249b1d01327
This wasn't on purpose to fix ViLTE but rather accidentally ViLTE got fixed too
Augustin's builds are based on Zukdevs ( technically all are based on these trees or old davidevinavil and dd3boh's trees with their own changes... )
Click to expand...
Click to collapse
Can You Tell Davide To Merge These Changes So That Everybody On New Trees Get Vilte working in their roms
AstroBiswas said:
Can You Tell Davide To Merge These Changes So That Everybody On New Trees Get Vilte working in their roms
Click to expand...
Click to collapse
Zukdevs = DavideVinavil, Cosmedd and DD3boh.
So, they were side by side..
https://github.com/zuk-devs/android_device_zuk_msm8996-common/commits/8x-caf
So things seems to be positive from zuk developers that our device is going to be official from los 15.1 ...
Many of like me are waiting for it...
Hope it get the official status from los 15.1 soon..
Fringes crossed...
Gud nite ..
kubersharma said:
ViLTE isn't actually fixed by Augustin, but it is fixed in the Sources of Zuk-devs ( by Cosmedd )
He updated Graphics, Media, post processing, TUI and several other blobs from a 89xx device named Bardock pro having latest Oreo 8.1
Commit:
https://github.com/zuk-devs/android_vendor_zuk/commit/8b27a5341796196a5997ccf26b48e29fb5b601a7
https://github.com/zuk-devs/android...mmit/a0486b3c95d487a3b8fbcca1dd0a6249b1d01327
This wasn't on purpose to fix ViLTE but rather accidentally ViLTE got fixed too
Augustin's builds are based on Zukdevs ( technically all are based on these trees or old davidevinavil and dd3boh's trees with their own changes... )
Click to expand...
Click to collapse
https://github.com/DevelopedInside/android_device_bq_bardockpro
Thanks, i actually tried Agustin build of LOS, it is great. Vilte is not something i use but its nice to know even that is working now
Thanks for right info. I hope development of our device is going to continue with this pace ))
vuckovic_stefan said:
https://github.com/DevelopedInside/android_device_bq_bardockpro
Thanks, i actually tried Agustin build of LOS, it is great. Vilte is not something i use but its nice to know even that is working now
Thanks for right info. I hope development of our device is going to continue with this pace ))
Click to expand...
Click to collapse
Can you please give me the Link of Los by Agustin ?
Gagandaywal said:
Can you please give me the Link of Los by Agustin ?
Click to expand...
Click to collapse
There it is mate on second post if u have problem I'm gonna pm the link to you
Where was this ROM till now?
PrincE.. said:
Yes, vilte (video call on jio) is working perfectly on his (Augustin!) Latest build. Checked myself.
Here is the link "removed"
Download latest build.
Enjoy video calling.:laugh:
Click to expand...
Click to collapse
Such a beautiful ROM, almost everything works with the option to easily toggle between zuk performance mode to normal. Battery saving setting in battery options is marvelous for low usage.
Where is this tread actually located?
Shinichi Kudo said:
Such a beautiful ROM, almost everything works with the option to easily toggle between zuk performance mode to normal. Battery saving setting in battery options is marvelous for low usage.
Where is this tread actually located?
Click to expand...
Click to collapse
actually it was his personal build to test(so threre is not any thread available for his build), he will release soon new build after fixing some minor bugs with new thread.
Vilte calls are fekked by 180° on the reciever's end thou
Shinichi Kudo said:
Such a beautiful ROM, almost everything works with the option to easily toggle between zuk performance mode to normal. Battery saving setting in battery options is marvelous for low usage.
Where is this tread actually located?
Click to expand...
Click to collapse
Where is that Zuk performance mode option? Thanks
---------- Post added at 10:46 PM ---------- Previous post was at 10:44 PM ----------
Gagandaywal said:
Can you please give me the Link of Los by Agustin ?
Click to expand...
Click to collapse
Use this build
https://ota.zuk.qnsystem.com/download/z2_plus/lineage-15.1-20180510-UNOFFICIAL-z2_plus.zip
vuckovic_stefan said:
Where is that Zuk performance mode option? Thanks
---------- Post added at 10:46 PM ---------- Previous post was at 10:44 PM ----------
Use this build
https://ota.zuk.qnsystem.com/download/z2_plus/lineage-15.1-20180510-UNOFFICIAL-z2_plus.zip
Click to expand...
Click to collapse
Thanks

[DISCONTINUED][KERNEL][Rosy][Oreo/Pie] THUNDERSTORM ⚡️- 1st October

Hello People.
Compatibility:
All My Build Will Be Compatible For OREO/PIE
Download:
Choose From my GDRIVE Folder
Android [OREO/PIE]:Click Here To Download
Installation:
Flash the zip in From Your Recovery!
Features:
1 - Awesome battery life
2 - Flash & Dont forget to Tune Features From Kernel Auditor.
3 - Idle power consumption reduced to the absolute minimum (if you have wakelocks from 3rd party apps you're obviously on your own)
4 - Gaming Features Introduced! There is a Slight HEAT.
Disclaimer to moderators:
Slight OT is fine, but when users decide to act stupid they should be dealt with with the appropriate means - its really annoying for me when OT turns crazy. Please put the warning/ban hammer anytime any of you think there's lack of respect and/or too much unwanted OT crap - but if it doesn't meet this criteria let the OT posts alone. Thank you.
Good Bye For Now! And Before Leaving And Flashing the kernel Kindly Read the below Posts
XDA:DevDB Information
THUNDERSTORM, Kernel for the Xiaomi Redmi 5
Contributors
MoonWayStar, franciscofranco, And all The Other Kernel's
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2018-10-01
Created 2018-10-01
Last Updated 2019-01-30
Thunder-Storm-V1.1 Released [November 7th]
- Linux version 3.18.124
- Android 8.1 Oreo & 9.0 Pie support
- Significantly improved performance & battery life
- Latest Android Binder
- Wake boost driver
- sdFAT filesystem (supports ext4, vFat and others too)
- Wake gestures
- Fingerprint sensor boost driver [FPC]
- WireGuard VPN support
- Qnovo charging driver for maintaining temperature
- USB Fastcharge
- Works in both AOSP/LineageOS based ROMs
- Governors : Impulse,BioShock,LionHeart,Despair,Elementalx,Lion Fish and Nightmare
- Added latest DTS Eagle driver
- Gaming Optimization's
- Spectrum Support
- And a Lot More !
[V1.1] Download-https://www.androidfilehost.com/?fid=11410932744536996329
Credits
Revanth [ME]
FrancoKernel
Murali
And If u Like my Work Do Give A Thanks!
Want to Give Some Tip?
[PAYPAL]= [email protected]
If Someone Wants to Donate in [PAYTM] Ping Me on @revantht[Revanth]
Reserved
Danke!
Wow! Nicee
MoonWayStar said:
mod edit: whole OP quoted
Click to expand...
Click to collapse
Great bro! And welcome to XDA... And bro hope u guys release stable Oreo soon! So we can flash this kernel!
Gggggrrreeat!
Yes!!rosy alive
Wew:3 #rosystillalive
Bro help me to tweak the kernel to get the great battery backup along with performance. Share your profile of kernel auditor... Please...
MoonWayStar said:
mod edit: whole OP quoted...
Click to expand...
Click to collapse
If i flash this on oreo, then flash nougat rom, will it work? Do i need to get stock kernel then? How?
Everytime I try to download 1.1 ver. it says that this is a virus and it doesn't let me to save this file. I already tried on different browsers. I never had any similar problems with other kernels
karolak-33 said:
Everytime I try to download 1.1 ver. it says that this is a virus and it doesn't let me to save this file. I already tried on different browsers. I never had any similar problems with other kernels
Click to expand...
Click to collapse
Download directly into the phone.
is it need rooted device ?
is it need rooted device ?
radudluffy said:
is it need rooted device ?
Click to expand...
Click to collapse
No. Just need twrp.
karolak-33 said:
Everytime I try to download 1.1 ver. it says that this is a virus and it doesn't let me to save this file. I already tried on different browsers. I never had any similar problems with other kernels
Click to expand...
Click to collapse
Be careful using this Kernel (Thunderstorm kernel from Revanth).
It has some bugs like battery drains with no solutions.
In the other hand, the developer manages a telegram group where he and its admins insult users. Very bad support.
I think it's so dangerous to install a kernel come from annoying people and a bad developer wjo doesn't know all the bugs his kernel brings.
Try Code-x kernel for ROSY.
xDoge said:
Danke!
Click to expand...
Click to collapse
Dope
Wew! Thanks
AP hacker said:
Great bro! And welcome to XDA... And bro hope u guys release stable Oreo soon! So we can flash this kernel!
Click to expand...
Click to collapse
Enjoy the Thunder
rapgod said:
Gggggrrreeat!
Click to expand...
Click to collapse
:good:
ConeSRB said:
Yes!!rosy alive
Click to expand...
Click to collapse
Xenomorph #A said:
Wew:3 #rosystillalive
Click to expand...
Click to collapse
Yeah It's Still Alive
SNOW- said:
If i flash this on oreo, then flash nougat rom, will it work? Do i need to get stock kernel then? How?
Click to expand...
Click to collapse
As i clearly mentioned Only for Oreo/Pie

Categories

Resources