Kernel for LuK1337's LOS15.1 builds with KCAL added! - Xiaomi Mi 5s Plus ROMs, Kernels, Recoveries, & Oth

KCAL is a colour driver for qualcomm devices used for advanced colour calibration. You can find apps that utilize it for blue light filters and colour tweaking.
Apart from having KCAL enabled, the kernel is exactly the same as @LuK1337's, so it's just as stable as his. There's really no reason not to try it!
Note: I was getting overheating issues on my phone, but I'm pretty sure that was something else. If you notice your phone getting hot or your battery life getting bad you should restore the original kernel.
DOWNLOAD:
v1.1 (Google drive)
v1.0 (Google drive)
INSTALLATION:
Boot into TWRP
Press install
Press flash image
Select the attached file and "boot"
Flash
CHANGELOG:
v1.1: Upgrade to linux 3.18.32 and remove usb keyboard emulation driver that I had accidentally included.
Source: https://github.com/LineageOS/android_kernel_xiaomi_msm8996/tree/lineage-15.1/ with this patch

That was the only thing that keeps me away from using 15.1, thank you. Stock color profile is too reddish and over saturated.
Sent from my Xiaomi MI 5s Plus using XDA Labs

Hmmm, there's any features in this kernel

Volkidam said:
Hmmm, there's any features in this kernel
Click to expand...
Click to collapse
The only added feature is KCAL. Apart from that it's stock lineage + device specific modifications.

if i update the rom , I also need to reflash this img ?

van zhang said:
if i update the rom , I also need to reflash this img ?
Click to expand...
Click to collapse
Yes.
Sent from my Xiaomi MI 5s Plus using XDA Labs

@theOriginalSuperl2
I have tested the kernel and this is what I found.
Seems governors are not set properly.
With this kernel I have NO problem with GPS but this kernel seems laggy.
I have check the governor with kernel adiutor and performance is the default governor. When I select interactive the properties are not the same from luk1337 kernel, but with luk1337 kernel I have problems getting a GPS location.
It is great to see a dev trying to learn and improve our device.
Are you trying to get psychedelic kernel compiled for LOS 15.1 ?

rodries said:
Are you trying to get psychedelic kernel compiled for LOS 15.1 ?
Click to expand...
Click to collapse
No, not at the moment. I'm going to wait for LOS15.1 to go stable before trying to make kernels now, it's too hard to work out if problems are due to the kernel or LOS. I'm also finding it hard to build the rom/kernel because @LuK1337 isn't being very helpful.

When I flash this img (using recovery or fastboot) and boot system my phone stucks on the locked screen.

Related

[Kernel] 308 Kernel for ICS

Here is something I have been working on and thought I would share.
It is a 3.08 kernel based on DZOs source and modified with some governer settings the way I like them, a bit of tuning of the voltages and cpu freqs, and a lot of cherry picks from different sources.
Sources:
Mine:
https://github.com/PaulMilbank/kernel_huawei.git
Build off the master branch with the u8800_defconfig if you want to compile yourself.
Where I borrowed from:
https://github.com/Blefish/android_kernel_huawei_u8800: Quite a few cherry picks from the ICS_Chocolate source.
https://github.com/virtuous/htc7x30-3.0.git: Mostly KGSL fixes from here.
https://github.com/ezeteze/u8800-kernel: Gave me an idea about how much to undervolt by.
https://github.com/dzo/kernel_huawei: Pulled some old fixes from the .35 ICS source
https://github.com/TomGiordano/kernel_huawei: Pulled some changes from the .35 ICS Source
Mostly these have been cherry picks that I integrated into my kernel and some tuning by me.
Also thanks to fjsferreira for his guide on compiling DZO source: http://forum.xda-developers.com/showthread.php?t=1577876
Everything that worked on DZOs kernel should work here and it should also fix a few annoying bugs.
Notes:
First Kernel:
The battery life is largely improved. I easily get 24 hours use and could probably get up to 2 days if I turned wifi off and turned mobile data off when I was not using it.
I have not seen the random text corruption on this kernel. I did see it a few times on the original aurora kernel.
It seems at least as smooth as the original Aurora kernel, maybe a bit smoother.
It should leak slightly less memory and handle kernel events better.
It is not magic though, you may still have the odd reboot and not everything is perfect. It should be at least as good as the original and hopefully a lot better.
Not so much distortion over back speaker.
Added SIO cpu scheduler.
07/10/2012 update kernel#22:
Swap and Zram enabled, need to test.
1.8ghz is back
368mhz minimum clock.
13/10/2012 update kernel #54
Some CAF and Huawei pro wifi code for testing.
Changed readahead (may need to wipe cache, dalvic cache for this, seems to cause some apps to force close without those wipes.)
Couple more KGSL tweaks
Couple of Bluetooth tweaks.
14/10/2012 update kernel #55
Revert most wifi changes, I am still getting wifi sticking on, will likely have another revert here too.
Reduce readahead some more, please wipe cache, dalvic cache and fix permissions when flashing after this change.
fix a line of code I forgot to add
Revert a franco change.
Boost lowmwmory killer values to hold a bit more ram free and kill appps/background processes a little earlier.
SuperStock Kernel
Test kernel for those with issues. Just latest DZO config, latest DZO source fresh from his github, no CAF or Franco changes
Undervolt from 308 Kernel
368mhz minimum, might need to set this to 245 to match DZO kernel
lowmemorykiller updated
swap and zram enabled.
Hopefully this should show where issues are occurring in my other kernel.
If you get a reboot, do the following from a terminal or over adb:
Code:
su
cat /dev/block/mmcblk0p7 > /sdcard/crash.txt
Then post the crash file (if it has anything in it) here.
Get it Here:
07/10/2012 Kernel #22: http://www.mediafire.com/?o5niwi1jb73j2jn
13/10/2012 update #54: http://www.mediafire.com/?ih5iy936irt326i
14/10/2012 update #55: http://www.mediafire.com/?u29faeh4v1l0sfw
SuperStock Kernel: http://www.mediafire.com/?67o0y9kc2956fy1
Works in Aurora and Miui, I tried it in AOKP, but it did not boot so something went wrong there, not sure what yet.
Will update here and on GitHub too as I make more changes.
Cheers
Paul
PaulMilbank said:
Here is something I have been working on and thought I would share.
It is a 3.08 kernel based on DZOs source and modified with some governer settings the way I like them, a bit of tuning of the voltages and cpu freqs, and a lot of cherry picks from different sources.
Sources:
Mine:
https://github.com/PaulMilbank/kernel_huawei.git
Build off the master branch with the u8800_defconfig if you want to compile yourself.
Where I copied from:
https://github.com/Blefish/android_kernel_huawei_u8800: Quite a few cherry picks from the ICS_Chocolate source
https://github.com/virtuous/htc7x30-3.0.git
Click to expand...
Click to collapse
Please can u explain the changes in more detail? and where is download link?
Sorry, posted instead of hitting the preview button. Everything up now.
Is it possible to provide only the Kernel update?
Can we undervolt even more?
Actually just noticed... since u modified only the kernel, why you post the whole ROM?
Sent from my U8800
firstly, thank you so much!
I just want to request a tuning in camera, cause camera on aurora 4.1a is a little bit slow (it's delay like 0.3s and blurry as hell:crying
AceDroidX said:
Can we undervolt even more?
Actually just noticed... since u modified only the kernel, why you post the whole ROM?
Sent from my U8800
Click to expand...
Click to collapse
yea, why is that?
EDIT
Ive just saw this
I will sort out an anykernel updater soon, but until then I have put it into Aurora 4.1 with all the updates applied and Geno's Miui 2.9.14.
Click to expand...
Click to collapse
Thanks to you, the screen tearing problem that I had on DZO's 4.1 ICS is gone.
Thank you!
Sorry guys, as it says, will sort out a kernel updater soon, just need a little time. I just already had the roms I had been testing with.
Sent from my U8800 using xda premium
Unicorn9x said:
firstly, thank you so much!
I just want to request a tuning in camera, cause camera on aurora 4.1a is a little bit slow (it's delay like 0.3s and blurry as hell:crying
Click to expand...
Click to collapse
Is this just on my kernel or the original Aurora too? have you tried tap to focus or holding the button down until the square goes green to show it is focussed? Should not be blurry if it is focussed correctly.
Anykernel updater posted.
can you try to compile JB source from code Aurora with this kernel. it might get quite stable now.
Thanks Paul your kernel + init.d tweaks = super silky smooth ui great work mate
Glad it is helping people. What init.d tweaks did you use?
Also I won't be compiling roms from source. I don't have the hardware to do it. Kernels are about my limit.
I get random touches in the right edge of the screen with this kernel. Synaptics digitizer.
PaulMilbank said:
Glad it is helping people. What init.d tweaks did you use?
Also I won't be compiling roms from source. I don't have the hardware to do it. Kernels are about my limit.
Click to expand...
Click to collapse
I used zephyr1988's one, I only just realized he updated it to work with the latest version of aurora
Link: http://forum.xda-developers.com/showpost.php?p=27398688&postcount=1
faekplastik3s said:
I get random touches in the right edge of the screen with this kernel. Synaptics digitizer.
Click to expand...
Click to collapse
Not sure about this, have not changed anything with the synaptics driver. If it worked in DZOs kernel, it should work here.
so if u want to use on aurore i only need to download the file on the first page and your kernel is already there?
Can I use this kernel on Elora ROM?
I was waiting for any kernel!!
Already testing and tearing screen problem gone, WiFi is super fast! You have done really great job!
Huawei u8800 - Tapatalked

Best kernel for LOS OnePlus 5?

Best kernel for LOS OnePlus 5?
Battery/Performance
It's not about the Kernel, it's how you set it up.
Try boeffla kernel, very great battery and performance
stock kernal
stock kernel but i would like to change to the best, how is franco kernel guys?
Maaalx said:
stock kernel but i would like to change to the best, how is franco kernel guys?
Click to expand...
Click to collapse
I don't think franco released a Lineage kernel yet.
olujnap316 said:
Try boeffla kernel, very great battery and performance
Click to expand...
Click to collapse
But boeffla is only for stock, no?
Bluespark
Enviado desde mi Oneplus 5 mediante Tapatalk
andrejd1 said:
But boeffla is only for stock, no?
Click to expand...
Click to collapse
So far yes.
I'm pretty sure he is waiting for an official Lineage build to act as a base for his Lineage kernel.
With LOS from what I have experienced on my oneplus 5T it depends on the revision... I am running AICP based some on LOS and with firmware 5.1. The simpler kernels seemed to be better performers overall. Alot of old kernel stuff we used to do in low ram slow processor days doesnt make as much of a difference that I could see. Overclocking , meh underclocking I read setting the big cluster or gold cluster to 1958 max helps. not sure I noticed alot of difference. No reason to mess with voltage,
All the ones I tried NONE affected audio volume at all even though most have options for it.
Flash kernel works fine seemed to boot fast, no reboots issues. Same version has worked on the last months of changes , has noop,deadline, cfq,bfq, and maple)
Franken worked fine also, I/O has noop, deadline,cfq,bfq,
EX Flar2's worked also (though the version the app gets you dont see on his download page) has a few more features (i.e. more choices in governors , I/O options)
Madys and singularity booted but had different issues. one had stuttering on the sound the other alot of pauses. Alot of options. Long boot time also compared to above mentioned ones.
Blu_spark didnt boot on my latest nightly. And I used his custom R11 version (newest I saw on his download page on XDA) Really want to try it out but didnt boot. Will play more with that and try again later.
---------- Post added at 09:02 PM ---------- Previous post was at 08:54 PM ----------
Also, EX kernel manager, KA-Mod reborn, and kernel manager for Franco Kernel all worked on all of them,
KA-Mod lets you rename your device in the app (that you can do elsewhere in the rom also, ) so your phone shows up on bluetooth with a unique custom name.
Franco Kernel Manager has per app profiles, light color shift for night etc, and ALOT of tweaks and even a page to suggest other apps to improve batter life. I paid for Franco and that is what I am sticking with. If you run Franco's kernel it will update and flash it for you
EX kernel manager also will update and flash their kernel.

Beacon kernel Support and queries

Presenting Beacon kernel for 'land' I.e for Redmi 3s/prime/3x. Best custom kernel having all the features present for our device. Some of the best features are following: -.
<---Features--->
Compile with UBERTC 4.9
Omptimised
Cpu governors:-
interactive(default)
performance
ondemand
darkness
lionfish
userspace
powersave
zzmoove
elemental x
relaxed
impulse
bioshock
conservative
etc
Tcp:-
westwood(defalut)
cubic
vegas
reno
high speed
yeah
scable
illnois
etc
Wake gestures:-
Doubletap2wake
Sweep2wake
Misc:-
nethunter support
cpu boost
USB fast charge 2.0
vibration leveler
low brightness
Coming soon:-
kcal
usb force fast charge
more governors
you tell me.​
Credits:-
nibaji
Team Hyper
.//hack
LineageOs
Mukesh Ambani (for jio)
All other members of xda
Code:
[COLOR="Red"]Disclaimer:-You warrenty is now void.This kernel is in beta stage so i am not responsible for anything.Use this at your own risk.You may hard brick or soft brick your phone.[/COLOR]
Ask your questions and tell me this kernel in reply section.
Source code https://github.com/bawaviki
App for tweaks:-Kernel adiutor
Hit thanks if you like my work:good:
Beacon for Nougat Roms
Beacon for Oreo Roms
This thread is for Support and enquiries. Not for development(check above links for that).
Hit thanks if you like my work:good:
I'm using AEX
1. Kernel performance same as stock
2. DT2W not working
3. Can't set GPU governor always crash my phone
4. Can't press anything at ambient display
Fredytan said:
I'm using AEX
1. Kernel performance same as stock
2. DT2W not working
3. Can't set GPU governor always crash my phone
4. Can't press anything at ambient display
Click to expand...
Click to collapse
Please check kernel is flash properly or not i test this kernel with all of three rom i.e lineageos,rr and darkness redifined.Use kernel auditor wake option and set wake option to full.
bawaviki said:
Please check kernel is flash properly or not i test this kernel with all of three rom i.e lineageos,rr and darkness redifined.Use kernel auditor wake option and set wake option to full.
Click to expand...
Click to collapse
Have tried it not working
Fredytan said:
I'm using AEX
1. Kernel performance same as stock
2. DT2W not working
3. Can't set GPU governor always crash my phone
4. Can't press anything at ambient display
Click to expand...
Click to collapse
Also tell me which rom you use and by which method you root your rom.
bawaviki said:
Also tell me which rom you use and by which method you root your rom.
Click to expand...
Click to collapse
AEX aka aospextended and root using magisk
Fredytan said:
AEX aka aospextended and root using magisk
Click to expand...
Click to collapse
Checking for this rom.Tells you tommorow about this.Thank you for testing.
Fast charging not work
Hello,flashed successfully on aex,d2w works,but after sometimes,it works at a partucular area of screen.I enabled wake-full option from KE
Anyone check nethunter working
panjivegency said:
Fast charging not work
Click to expand...
Click to collapse
Add soon,have you tried with a quick charge 2.0 adapter.
Instead of posting cons here
Can you make telegram group
I tested kernel with nethunter
Posted results to @nibaji
Hope you will create group soon
rajendra95 said:
Instead of posting cons here
Can you make telegram group
I tested kernel with nethunter
Posted results to @nibaji
Hope you will create group soon
Click to expand...
Click to collapse
Ok here is group link http://t.me/beacon_kernel_3s
All discussion take place there
well finally a perfect d2w kernel thanks @op:good::good:
edit:d2w disabling automatically after reboot.I have enabled apply on boot.
Brightness bug is 100% solved and performance slightly increased
bawaviki said:
Presenting first custom kernel for nougat roms i.e LineageOs,RR,Darkness redifined etc.Kernel still in beta version so please test this kernel and tell me about this.
<---Features--->
Compile with UBERTC 4.9
Omptimised
Cpu governors:-
interactive(default)
performance
ondemand
darkness
lionfish
userspace
powersave
conservative
etc
Tcp:-
westwood(defalut)
cubic
vegas
reno
high speed
yeah
scable
illnois
etc
Wake gestures:-
Doubletap2wake
Misc:-
nethunter support
cpu boost
USB fast charge 2.0
vibration leveler
low brightness
Coming soon:-
kcal
usb force fast charge
more governors
you tell me.
Credits:- nibaji
Team Hyper
LineageOs
All other members of xda
[/COLOR]
Ask your questions and tell me this kernel in reply section.
Source code :-avilable after testing:good:
App for tweaks:-Kernel auditor
Click to expand...
Click to collapse
New build :-
Hemansh said:
Brightness bug is 100% solved and performance slightly increased
Click to expand...
Click to collapse
Are you talking about minimum brightness or something else?
impulsar said:
Are you talking about minimum brightness or something else?
Click to expand...
Click to collapse
Minimum brightness
work perfect on los 14.1 .thanxs
please add quick charger v 3 for next fiture
Sent from my Redmi 3S using XDA Premium HD app
koplax antiek said:
work perfect on los 14.1 .thanxs
please add quick charger v 3 for next fiture
Click to expand...
Click to collapse
Try new built with auto smp and kcal support.Download from telegram group

[KERNEL][MI5SPLUS][LOS14.1]CrazyAquaKernel v2 [4-9-17]

FOR DEVS AND USERS BEFORE FIGHT ME CLICK HERE!: https://forum.xda-developers.com/showpost.php?p=70362424&postcount=3
Code:
DISCLAIMER!!
I am not responsible in any way for anything that can be happen to your device when you flashing my kernels.You do so at your own risk!
Features
Anykernel:
- Anykernel2 zip for maximum compatibility with all ROMs, CrazyAquaKernel uses your existing ramdisk (Do NOT flash this over other custom kernels!You should only flash CrazyAquaKernel over the kernel that came with your ROM!!)
Toolchain:
UBERTC 4.9 Toolchain
CPU:
- governors:
elementalx
interactive
ondemand
zzmoove
ondemandplus
conservative
powersave
userspace
- input boost
IO schedulers:
bfq
tripndroid
cfq
noop
deadline
fiops
row
sio
siopilus
zen
vr
fifo
Thermal:
- msm thermal
GPU:
- Adrenoboost
More:
- init.d support
- insecure kernel (adb has root privileges)
- frandom
- PVS level info
- frandom
- notification led control
- kcal v2
- CRC Check Disabled
- Dynamic filesystem read-ahead
- A lot improvments
- A lot fixes
Download Link CrazyAquaKernel[AnyKernel]:https://www.androidfilehost.com/?w=files&flid=209535
Installation guide
Do NOT flash this over other custom kernels!
You should only flash CrazyAquaKernel over the kernel that came with your ROM!!
- Download Kernel from this thread
- Flash it with Recovery
[Wipe cache and Dalvik cache recommended]
- Then Reboot
Enjoy the CrazyAquaKernel !!!!
Credits
thx Eliminater74
thx Faux123
thx Savoca
thx RenderBroken
thx flar2
thx osm0sis
thx ShinyShide
thx bhb27
thx Lord Boeffla
thx the devs where made the cm14 bootable and working
thx CrazyGamerGR yeh me
XDA:DevDB Information
CrazyAquaKernel, Kernel for the Xiaomi Mi 5s Plus
Contributors
CrazyGamerGR
Source Code: https://github.com/CrazyGamerGR/CrazyAquaKernel-xiaomi-sd820-sd821-los
Kernel Special Features:
Version Information
Status: Testing
Created 2017-08-24
Last Updated 2017-08-24
FAQ
Recommended app : Kernel Adiutor
changelogs
v1.0/24-08-17
- initial release
v2.0/4-9-17
- input boost
- frandom
- msm thermal
- many improvments under the hood
reserve1
reserve2
reserve3
Is this works with Magisk?
After flashed kernel, Magisk Manager does not working..
wolfwork said:
Is this works with Magisk?
After flashed kernel, Magisk Manager does not working..
Click to expand...
Click to collapse
Flash again Magisk if doesn't work, because i didn't changed something where can brake the root.My kernels are include a few features and i try add only usefull commits
Sent from my iPhone using Tapatalk Pro
CrazyGamerGR said:
Flash again Magisk if doesn't work, because i didn't changed something where can brake the root.My kernels are include a few features and i try add only usefull commits
Sent from my iPhone using Tapatalk Pro
Click to expand...
Click to collapse
My mistake. The problem is installing an old magisk module.
Now all fine! Thanks your reply.
Thanks for your work, can you implement EAS for our device?
can i flash it over latest miui 9 dev rom? or just los and aosp?
khanjui said:
Thanks for your work, can you implement EAS for our device?
Click to expand...
Click to collapse
With my experience about eas i didn't saw any battery difference thats why i didn't like much eas and i focus to more usefull features
Sent from my iPhone using Tapatalk Pro
didicola said:
can i flash it over latest miui 9 dev rom? or just los and aosp?
Click to expand...
Click to collapse
Just for los based roms m8
Sent from my iPhone using Tapatalk Pro
CrazyGamerGR said:
Just for los based roms m8
Sent from my iPhone using Tapatalk Pro
Click to expand...
Click to collapse
eyxaristw file moy!
didicola said:
eyxaristw file moy!
Click to expand...
Click to collapse
Tpt file
Sent from my iPhone using Tapatalk Pro
yeees custom kernel for mi5s plus
Phone felt a bit sluggish at the start, but that went away fast.
Some GPU Governors freeze my phone forcing a full reset.
Can't really tell the difference aside from that. Thanks!
UsernameNotRecognized said:
Phone felt a bit sluggish at the start, but that went away fast.
Some GPU Governors freeze my phone forcing a full reset.
Can't really tell the difference aside from that. Thanks!
Click to expand...
Click to collapse
Thx for feedback m8
Sent from my iPhone using Tapatalk Pro
Funny, but this kinda fixes my weird lagging problem on LineageOS. So the default gov. is sucks for my device, lol.
Well thanks a ton for the work! wish if you could add impulse, wheatley and lagfree on the kernel tho!
pote2639 said:
Funny, but this kinda fixes my weird lagging problem on LineageOS. So the default gov. is sucks for my device, lol.
Well thanks a ton for the work! wish if you could add impulse, wheatley and lagfree on the kernel tho!
Click to expand...
Click to collapse
I had impulse in my kernels ,i will add it again soon m8
Sent from my iPhone using Tapatalk Pro
Thanks!

[Discussion] Favourite Kernel and Why ?

We have another post for ROM. Why do we not have another post for Kernel ?
As we can see, we have more than 5 kernels that are from XDA developer or someone else. But which one is really good for your ROM and which one still keep updating ?
I have been using OP5T for 2 months. Have used so many kernels but i still got stuck in those and do not know which is more stable. I am planning to use the kernel from Blu_Spark. Is that good ?
Post your favourite kernel and tell everybody why you use that. It will help newbie to pick what they want.
I am using Flash kernel at the moment but I have already tried Blu, franko, arter, ElementalX etc, but honestly for me it's difficult to see any difference since this phone have already a great battery life and great speed. On my previous phone (S8) the custom kernel gives a big advantage since the phone have tons of bloat and and isn't running stock like Android.
vvt4994 said:
We have another post for ROM. Why do we not have another post for Kernel ?
As we can see, we have more than 5 kernels that are from XDA developer or someone else. But which one is really good for your ROM and which one still keep updating ?
I have been using OP5T for 2 months. Have used so many kernels but i still got stuck in those and do not know which is more stable. I am planning to use the kernel from Blu_Spark. Is that good ?
Post your favourite kernel and tell everybody why you use that. It will help newbie to pick what they want.
Click to expand...
Click to collapse
I have tried Blu and Franco for now and both have been very good. I really think kernel performance depends on the combo with the ROM as well as your device. I'm on Liquid Remix with Franco currently but I may give Resurrection Remix a try with Flash. If I had more time, I'd flash every ROM with every kernel to get a feel for all the possibilities LOL. :good:
For me Franco and flash kernel are the Best.... Now with ob3 with Franco kernel
Enviado desde mi ONEPLUS A5010 mediante Tapatalk
Did the Franco improve battery or performance? Someone Tried the Boeffla?
At the moment, both Flash Kernel and RenderKernel are great options in my opinion. I have tried most of the other kernels on xda and if you are looking specifically for smoothness/speed, these are the two you should test first. I do not run battery cycles; everyones daily use scenario really differs too much.
Flash Kernel currently has some kernel features I need (Kcal support & wakelock blocker) while RenderKernel does not have these features quite yet. While it lacks in some features, RenderKernel is undoubtedly the smoothest kernel for 5T right now.
I am on a 5T with OOS 5.0.3.
I like Franco but recently some custom ROMs have WIFI cannot turn on problem after I flash Franco kernel.
:fingers-crossed:
(Don't blame any devs here just sharing.)
crashazz33 said:
At the moment, both Flash Kernel and RenderKernel are great options in my opinion. I have tried most of the other kernels on xda and if you are looking specifically for smoothness/speed, these are the two you should test first. I do not run battery cycles; everyones daily use scenario really differs too much.
Flash Kernel currently has some kernel features I need (Kcal support & wakelock blocker) while RenderKernel does not have these features quite yet. While it lacks in some features, RenderKernel is undoubtedly the smoothest kernel for 5T right now.
I am on a 5T with OOS 5.0.3.
Click to expand...
Click to collapse
Where can I download flash kernel?
mo123456789 said:
Where can I download flash kernel?
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-5t/development/op5t-flash-kernel-v2-15-1-t3729330/page34
I haven't really played around with Kernel choices much.
I use and appreciate the professionalism of ElementalX kernel.
With it's options to adjust for extreme brightness, it quickly became a favorite a couple years ago and I've just stuck with it since.
Now most devs are adding high brightness to their kernels.
I guess I can start checking other kernels out.
I do like that ElementalX stays very stockish, reliable.
I can pretty much flash it and feel confident nothing weird will pop up over the next few days.
CZ Eddie said:
I haven't really played around with Kernel choices much.
I use and appreciate the professionalism of ElementalX kernel.
With it's options to adjust for extreme brightness, it quickly became a favorite a couple years ago and I've just stuck with it since.
Now most devs are adding high brightness to their kernels.
I guess I can start checking other kernels out.
I do like that ElementalX stays very stockish, reliable.
I can pretty much flash it and feel confident nothing weird will pop up over the next few days.
Click to expand...
Click to collapse
ElementalX, Franco, and flash were all my go-to kernels back in the 6p days (just a few months ago, lol), so it's hard to pick, especially since they all ended up on the 5t. Right now I'm on exkernel though I am partial to flash. Battery life is amazing on all 3, but the overclock on ex just adds that extra bit of smoothness that I've never experienced before. Call it placebo but I just love this kernel (exkernel).
any more input?
im curious to know if fsync affects battery performance at all, can someone also test this out if you are on a kernel that enables disabling the fsync feature
virtyx said:
any more input?
im curious to know if fsync affects battery performance at all, can someone also test this out if you are on a kernel that enables disabling the fsync feature
Click to expand...
Click to collapse
Tried it but didn't notice any difference.
Technically it should improve performance when using the phone, but it won't be noticeable.
boeffla
simple and steady, close to stock for daily using.
blu_spark, always on the Fastlane. ?
Does flashing a custom kernel solves Google play services battery drain?
Do I need custom recovery and root to flash a custom kernel? I'm not willing to play with kernel adiutor so I'm not really interested in rooting
luws said:
Does flashing a custom kernel solves Google play services battery drain?
Do I need custom recovery and root to flash a custom kernel? I'm not willing to play with kernel adiutor so I'm not really interested in rooting
Click to expand...
Click to collapse
Custom kernel has nothing to do with google play services. You need custom recovery to flash a kernel, but most kernels for op5t are "flash & forget" which mean there is no reason to change the setting of the kernel.
Sent from my ONEPLUS 5T
vagkoun83 said:
Custom kernel has nothing to do with google play services. You need custom recovery to flash a kernel, but most kernels for op5t are "flash & forget" which mean there is no reason to change the setting of the kernel.
Sent from my ONEPLUS 5T
Click to expand...
Click to collapse
maybe not Google play services specifically, but with my latest phone (zuk z2), kernel was directly related to deep sleep
stock OOS/kernel has a serious issue with Google PS in terms of deep sleep. Besides that, I dont feel any need to flash a custom kernel. SOT is incredible already, and performance is really fluid.
luws said:
maybe not Google play services specifically, but with my latest phone (zuk z2), kernel was directly related to deep sleep
stock OOS/kernel has a serious issue with Google PS in terms of deep sleep. Besides that, I dont feel any need to flash a custom kernel. SOT is incredible already, and performance is really fluid.
Click to expand...
Click to collapse
If you are OK then there is no need to flash a kernel. If an app is crap (like Google services or facebook) the kernel can't do miracles and its not kernels job to control wakelocks of user apps
Sent from my ONEPLUS 5T
I keep changing between blu and new kernel
Not sure which to stick with but I think new kernel gives me a bit more battery

Categories

Resources