*****Warnings***** .. Iam not responsible for any damage you do to your device, although the support will be provided in Telegram group, be sure to join that.
RealKing Kernel is created with the aim of having a balanced experience,and by balance I mean Great Performance with good enough battery life.
Features : Compiled with Latest clang verisons (Zyc-clang16 as of now) ,LTO ( link time optimizations ) , O3 , polly and llvm , inline Optimizations. Kprofiles, K-lapse, GPU boost ,Input boost , DDR max, and many more.
Note : This kernel works on both Aosp(Erofs too) and Miui ( weekly/stable ) . MIGHT work with aospa too
Kernel download link: https://www.pling.com/p/1858015/
Telegram Group: https://t.me/RohailsHub
Kernel source:
MiUi Kernel Is Based On InfiniR Kernel : so thanks to @raystef66 for the base.
https://github.com/Rohail33/RealKing-kernel-SM8250
AOSP kernel is Based On N0kernel : so thanks to @EmanuelCN for the base
GitHub - Rohail33/Realking_xiaomi_sm8250: based on nokernel (For AOSP ROMs only) : https://github.com/EmanuelCN/kernel_xiaomi_sm8250
based on nokernel (For AOSP ROMs only) : https://github.com/EmanuelCN/kernel_xiaomi_sm8250 - GitHub - Rohail33/Realking_xiaomi_sm8250: based on nokernel (For AOSP ROMs only) : https://github.com/E...
github.com
Rohail k said:
*****Warnings***** .. Iam not responsible for any damage you do to your device, although the support will be provided in Telegram group, be sure to join that.
RealKing Kernel is created with the aim of having a balanced experience,and by balance I mean Great Performance with good enough battery life. This kernel based on InfiniR , so thanks to @raystef66 for the base.
Kernel download link: https://www.pling.com/p/1858015/
Telegram Group: https://t.me/RohailsHub
Kernel source: https://github.com/Rohail33/RealKing-kernel-SM8250
Click to expand...
Click to collapse
Working with MIUI beta?
[email protected] said:
Working with MIUI beta?
Click to expand...
Click to collapse
Yes it does
Getting reboots sometimes.
RK is more perf or batt oriented?
[email protected] said:
Getting reboots sometimes.
Click to expand...
Click to collapse
Could be rom's incompatibility tho, never faced it
lapirado said:
RK is more perf or batt oriented?
Click to expand...
Click to collapse
Balanced as mentioned
Thanks, Good kernel for KernelSU
Does this kernel support aptX Adaptive?
ext23 said:
Does this kernel support aptX Adaptive?
Click to expand...
Click to collapse
The ROM needs to.
Related
Introduction
Falcon Kernel is a project of mine to bring improvements to the Mi 5 from Xiaomi, but without overloading it with buzzwords and bloat.
Click to expand...
Click to collapse
PLEASE KEEP DISCUSSION OF THIS KERNEL/RELATED QUESTIONS (E.G. CAN YOU/DOES IT SUPPORT X KERNEL) OUT OF THE OFFICIAL CM13 THREAD
Standard disclaimer
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Click to expand...
Click to collapse
Installation instructions
This Kernel is for all Mi5 devices AKA "gemini" including 64GB, 128GB.
This is built using the CyanogenMod 13 kernel source as base,
1.4.1 and below is only compatible with ROMs built with the MIUI7.x firmware blobs
2.0 and up are built using the new kernel base and are compatible with MIUI8.x firmware blobs (CM13 11/12 nightly+)
Flash via TWRP recovery
Click to expand...
Click to collapse
Features
- ZEN, FIOPS, SIO I/O governor
- blu_active CPU governor
- Increased charging speed
- Dynamic fsync 2.0
- fsync on/off toggle
- KCAL screen colour control
- Vibration motor control
- Improved boot time
- Cache & swap improvements for Mi5
- Touchboost control
- msm8996 lite/32GB @ 2.15GHz/1.59GHz frequency unlock
- ARM big up to 2.5GHz
- ARM LITTLE up to 1.86GHz
Click to expand...
Click to collapse
Bugs
Bugs present in current CM kernel
-Ambient display (resolved in 1.2.1 - thanks @bgcngm)
-Extremely low performance when below 5% battery - ("fixed" in 1.3.2 by disabling BCL driver, see changelog)
When reporting a bug. Please provide a logcat+dmesg. If reporting a crash, a last kmesg
Click to expand...
Click to collapse
Download link
Legacy Kernel for MIUI7.x Firmware blobs:
Release: 1.4.1
Changelog:
- Reverse aggressive UV pending more testing
- Add overclocking frequencies up to 2.5GHz (big)/1.86GHz (LITTLE)
- Fix voltage tables not working properly (causing crashes on 1.4)
Android 6.0.1:
Release: 2.0
Changelog:
- Updated for new kernel base
- Features found on previous releases
- 32GB GPU @ 624MHz
- No 32GB CPU OC for now due to changes breaking compatibility
Android 7.1:
Release: 1.0
Changelog:
- Updated for new kernel base
- Initial release for Nougat
- Features found on 6.0.1 releases
- 32GB GPU @ 624MHz
- No 32GB CPU OC for now due to changes breaking compatibility
Click to expand...
Click to collapse
Credits
bgcngm, h2o64 and defer for their work on the msm8996 kernel base for our device
Click to expand...
Click to collapse
XDA:DevDB Information
Falcon Kernel, Kernel for the Xiaomi Mi 5
Contributors
Harrynowl, bgcngm, CyanogenMod, flar2, eng.stk, franco, faux123, h2o64
Source Code: https://github.com/harrynowl/falconkernel-gemini
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: 2.0
Beta Release Date: 2016-12-06
Created 2016-10-17
Last Updated 2016-12-06
Reserved
Building Falcon Kernel
If you'd like to build Falcon Kernel for yourself you can do so very easily.
You will need a Linux build environment setup. I won't include this but you can read Google's instructions here.
Getting the source
Visit Falcon Kernel kit repo over at: https://github.com/harrynowl/falcon_gemini_2.0
Create a fork of this repository that you can maintain for yourself by pressing the fork button towards the top right.
Now you will need to create a local copy of Falcon Kernel on your build environment. On github click the green clone button to get the clone URL.
Open the terminal and type:
git clone <clone url> -b <branch> <dir>
e.g.
Code:
git clone https://github.com/harrynowl/falcon_gemini_2.0.git -b Nougat mykernel
Now cd into the directory you just cloned the kernel into
Code:
cd mykernel
Building the kernel
Falcon Kernel source code contains two fairly basic scripts to download the toolchain and also run a build.
Start by typing
Code:
./toolchain.sh
When that is done, I'd suggest running through a build to make sure everything is OK.
Code:
./build.sh
Changing the kernel
You can start by changing the Kernel name. Navigate to falcon_gemini_defconfig in arch/arm64/configs and change CONFIG_LOCALVERSION="<name>" to whatever you would like to call the Kernel.
You can now look through other kernel commits and see features you want, and cherry pick their changes.
You can update your changes to github by commiting with git commit and then git push.
This isn't the be-all and end-all of Kernel building, but it's a start.
#There You Go
Harrynowl said:
[...]
Click to expand...
Click to collapse
I'm sorry, I'm not going to use this because I own a 64GB Mi 5, but I didn't understand one thing: this kernel is compatible with?
CM13 with prebuilt kernel
CM13 with new kernel
?
Thank you!
Fortinho said:
I'm sorry, I'm not going to use this because I own a 64GB Mi 5, but I didn't understand one thing: this kernel is compatible with?
CM13 with prebuilt kernel
CM13 with new kernel
?
Thank you!
Click to expand...
Click to collapse
1. CM with new kernel - OK
2. CM with prebuilt kernel - Not Checked
3. AOSP - Not Booting
Fortinho said:
<snip>
Click to expand...
Click to collapse
This kernel is only compatible with CM13 builds running the MIUI7.x firmware blobs.
WhyOrean said:
1. CM with new kernel - OK
2. CM with prebuilt kernel - Not Checked
3. AOSP - Not Booting
Click to expand...
Click to collapse
Harrynowl said:
This kernel is only compatible with AOSP builds running the MIUI7.x firmware blobs.
Click to expand...
Click to collapse
Your replies made the thing pretty unclear
EDIT: I get it, you mean CM builds with MIUI 7.x firmware blobs are the newest CMs with the "custom kernel".
Thank you both.
Fortinho said:
Your replies made the thing pretty unclear
Click to expand...
Click to collapse
See my edit, added this info to OP. Confused myself also with 2 people answering
I installed it on AICP and I got a bootloop. I guess it's only compatible with CyanogenMOD 13 for the moment, and not other ROMs based in cm?
Thanks!
Harrynowl said:
See my edit, added this info to OP. Confused myself also with 2 people answering
Click to expand...
Click to collapse
hahaha...
woonaval said:
I installed it on AICP and I got a bootloop. I guess it's only compatible with CyanogenMOD 13 for the moment, and not other ROMs based in cm?
Thanks!
Click to expand...
Click to collapse
AICP uses a different Ramdisk than this kernel has, so it wont boot.
This will be the same with DU and AOSP.
Let me understand the 32 gb hardware is only limited by software ? the components are the same? i know about de cpu but the other components no
udreac said:
Let me understand the 32 gb hardware is only limited by software ? the components are the same? i know about de cpu but the other components no
Click to expand...
Click to collapse
The LPDDR4 frequency is still lower than the 64/128GB version(s). But my testers earlier could confirm this seems to unlock the full potential of the Snapdragon 820 for 32GB phones :good:
Harrynowl said:
The LPDDR4 frequency is still lower than the 64/128GB version(s). But my testers earlier could confirm this seems to unlock the full potential of the Snapdragon 820 for 32GB phones :good:
Click to expand...
Click to collapse
I wonder how much this oc improves performance, is it possible for you to share some benchmark' screenshots before&after?
33bca said:
AICP uses a different Ramdisk than this kernel has, so it wont boot.
This will be the same with DU and AOSP.
Click to expand...
Click to collapse
what a pity it doesn't work with aicp and your latest aosp
FcukBloat said:
what a pity it doesn't work with aicp and your latest aosp
Click to expand...
Click to collapse
Hoping to implement a solution in upcoming build s
Rocketval said:
I wonder how much this oc improves performance, is it possible for you to share some benchmark' screenshots before&after?
Click to expand...
Click to collapse
A few from my very early testing
www.imgur.com/a/DqRsx
Harrynowl said:
A few from my very early testing
www.imgur.com/a/DqRsx
Click to expand...
Click to collapse
Really good! Thanks! (maybe you could add these screens in the op) :good:
Harrynowl said:
A few from my very early testing
www.imgur.com/a/DqRsx
Click to expand...
Click to collapse
Really looking forward to Blu spark and elementalx governors and also underclocking and undervolting!!
sydeu said:
Really looking forward to Blu spark and elementalx governors and also underclocking and undervolting!!
Click to expand...
Click to collapse
Some oc ... all experimental builds though, first is making it compatible with more ROMs with any kernel v2 or similar
Features:
1.PUBG Runs Smoothly:laugh:
2.GPU Overclocked To 710mhz
3.CPU Overclocked To 2.3ghz BIG & 1.8gz SMALL cores
4.ZEN Io
5.Intellithermal
6.Westwood TCP Algorithm
7.Simplified Thermal Configuration
I Also Modified Its Thermal Properties To Make It Run Cooler On Our Device:laugh:
All Work Is Based On Void 5.4 Kernel For Z2 pro by @void23
Many many thanks to @void23 for the original development
Full Details About The Kernel Can Be Found In The Void Kernel Thread Given Below
https://forum.xda-developers.com/zu...kernel-z2-pro-kernel-gpu-oc-zen-f2fs-t3661822
Note:
As Its Overclocked So Battery Life May Be Lower If You Want More Battery Life Then Use An App Like Kernel Auditor To Underclock The Frequency To 2.15ghz BIG, 1.6ghz LITTLE & 624mhz for GPU
Also Let The Kernel Settle For A Couple Of Days Before Posing Any Issues
Recommended To Be Used With This Thermal Mod To Prevent Overheating
https://forum.xda-developers.com/lenovo-zuk-z2/themes/treble-treble-ubercool-thermal-mod-t3784947
Hit Thanks If You Loved It
Download Link(Treble)
https://drive.google.com/file/d/1wHYQbw2ttTYQSzmlgJN23PvePWH9wvZS/view?usp=drivesdk
Sources
https://github.com/virtvoid/android_kernel_zuk_msm8996-1
https://github.com/virtvoid/android_kernel_zuk_msm8996-5
treble?
boluoot said:
treble?
Click to expand...
Click to collapse
Treble Only
thx
AstroBiswas said:
Treble Only
Click to expand...
Click to collapse
Make it for non treble also !!
make one for non treble
Please add a sound control
What's the Linux Kernel Version? 5.4 or 3.18.x?
1a2b257 said:
What's the Linux Kernel Version? 5.4 or 3.18.x?
Click to expand...
Click to collapse
3.18
Nice,
but add Credits to the Void Kernel guy and his original Credit list also and also while you post a Kernel in XDA you should put Kernel Source link that you have used else it is against XDA rules.
With Regards
KuberSharma
Nice work
kashyapp said:
Make it for non treble also !!
Click to expand...
Click to collapse
zakaria12 said:
make one for non treble
Click to expand...
Click to collapse
It Has Been Worked Upon But Is Untested Do Comment Your Review After Installation
Non-Treble Version Released With Some Changes
-upstreamed to .107
-added zen IO scheduler
-updated some governers
-new thermals
-and some more stuff
Download Link Given In Op
Initial Installers Do Comment How Does It Work. I Have A Treble Rom So Its Untested By Me
AstroBiswas said:
Non-Treble Version Released With Some Changes
-Sound gain fixed
-Upstreamed to .107
-added zen IO scheduler
-added CAF active governer
-updated some governers
-new thermals
-and some more stuff
Initial Installers Do Comment How Does It Work. I Have A Treble Rom So Its Untested By Me
Click to expand...
Click to collapse
new trees or old trees ?
thehumanx said:
new trees or old trees ?
Click to expand...
Click to collapse
New Trees
Wtaf
Kanged bfr 3.6 changelog.
So it's a renamed bfr? And reuploaded?
??
amog787 said:
Wtaf
Kanged bfr 3.6 changelog.
So it's a renamed bfr? And reuploaded?
Click to expand...
Click to collapse
Its Based On Void Not Bfr
i am unable to flash the non treble zip files.
error occured.
locolyric said:
i am unable to flash the non treble zip files.
error occured.
Click to expand...
Click to collapse
Send the screenshot of twrp showing error
Introduction
Hello everyone, this is my personal continuation of the famous Flash Kernel by Nathan Chancellor for the OnePlus 5/T.
This kernel is made with a focus on performance, battery life and stability.
You got the choice between a HMP version and a EAS version of the kernel.
Hopefully you will enjoy it!
Important thread information!
If you got issues please provide a log.
If you got feature requests, just ask.
OT is allowed.
Flash instruction
On OOS stock kernel:
- Flash kernel zip
On custom kernel:
- Dirty flash stock rom
- Flash kernel zip
Features
Major features of both (HMP and EAS) kernels
- Up to date with OOS (Stable and Beta)
- Up to date with the latest stable Linux version
- Up to date with the latest CAF tag
- Mainline patches from Linux, focusing on bug fixes/security
- Mainline CFQ scheduler improvements
- Kernel hardening from CopperheadOS
- Disables dm-verity
- Several subsystems converted to use power efficient workqueues
- Accidental touch protection on hardware keys
- Backlight dimmer
- KCAL color control
- Sweep2sleep
- Sound control
- Wakelock blocker
- Latest WireGuard snapshot
- Westwood as the default TCP algorithm
- Built with a self compiled Clang 7.0.3 toolchain
- USB fast charge
- CPU Boost improvements
- Pixel2Oreo WiFi MOD v5 Stable included
- Wake Gestures
- Notification LED Control
EAS specific features:
- Schedutil governor
- Dynamic stune boost
HMP specific features:
- CPU input boost
- Devfreq boost
- Simple LMK
Downloads
Primary
Archive
Sources:
Kernel: https://github.com/crian/kernel_oneplus5
AnyKernel: https://github.com/crian/AnyKernel2
Credits and Thanks:
- @nathanchance for Flash and inspiration
- @osm0sis for AnyKernel2
- @Sultanxda for being a Dev
- @franciscofranco for having some nice stuff
- @RogerF81 for WiFi MOD
- @joshuous and @RenderBroken for EAS
- @azaidi for Adaptive Stune app
- and all the other amazing Devs out there
XDA:DevDB Information
[KERNEL][OOS 8.1.0 TREBLE][CLANG] Reverse Flash, Kernel for the OnePlus 5
Contributors
crian
Source Code: https://github.com/crian/kernel_oneplus5/tree/reflash
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v2.1
Stable Release Date: 2018-10-25
Created 2018-09-13
Last Updated 2019-01-05
Misc
Adaptive Stune app
This app calculates the Dynamic stune boost on the EAS kernel for each activity you are running.
It optimizes battery drain while aiming for 60 FPS.
This a slightly modified version of @azaidi's work.
Instruction
- Install the apk
- Give access and su permission
- Settings are available via long-press shortcut
Download
AdaptiveStune.apk
Source
https://github.com/crian/AdaptiveStune
Great.. Will try out soon.. Hopefully will be as good as what Nathan put out.. Really sad he sold his oneplus 5.
Edit: does this include latest CAF updates?
Sent from my OnePlus 5 using XDA Labs
Is this unified by any chance?
persieghini said:
Is this unified by any chance?
Click to expand...
Click to collapse
Yes it's unified.
Custom support?
evanxyj said:
Custom support?
Click to expand...
Click to collapse
Nope. Currently only for OOS.
crian said:
Nope. Currently only for OOS.
Click to expand...
Click to collapse
Hi! Do you know whether this kernel exposes battery life / capacity information ? I recall when I had a 1+3t some kernels did that.
Added to the OnePlus 5 Index Thread here.
crian said:
Yes it's unified.
Click to expand...
Click to collapse
Sorry for the noob question but does unified mean 5 and 5T or single kernel could be flashed on both Stable and beta OOS for OP 5?
Sy1ar said:
Sorry for the noob question but does unified mean 5 and 5T or single kernel could be flashed on both Stable and beta OOS for OP 5?
Click to expand...
Click to collapse
It supports 5/T and stable/beta.
shadowstep said:
Added to the OnePlus 5 Index Thread here.
Click to expand...
Click to collapse
Thanks!
Nice to see a new kernel here. Wish you good luck
The kernel is running perfectly on Open Beta 18! Thank you very much for continuing the Flash kernel for OxygenOS ROMS.
@franciscofranco @nathanchance It would be awesome if users will download this kernel using FK Kernel...
crian said:
It supports 5/T and stable/beta.
Click to expand...
Click to collapse
Is this hmp or EAS? Gonna give it a try
@crian Seems promising.. Your kernel is actually on par with what @nathanchance put out..
Anyway do you include latest CAF updates as well?
Sent from my OnePlus 5 using XDA Labs
infatality said:
@crian Seems promising.. Your kernel is actually on par with what @nathanchance put out..
Anyway do you include latest CAF updates as well?
Click to expand...
Click to collapse
Latest CAF kernel.lnx.4.4.r27-rel and wlan driver are merged in.
Update to v1.1
Changelog
- Upstreamed to Linux 4.4.156
- CPU Boost improvement (Apps start faster on a cold launch)
- USB fast charge
- Upstreamed Android Binder
- Removed Dynamic SchedTune Boost (it is not very effective on a HMP kernel)
Download
Primary: https://raw.githubusercontent.com/crian/rf-zips/master/stable/ReverseFlash-OP5-v1.1.zip
Archive: https://github.com/crian/rf-zips/tree/master/stable
Commits: https://github.com/crian/kernel_oneplus5/commits/reflash
Thanks @crian! I've been waiting for something like this! Great to see someone's continuing Nathan's great work
Introduction
Hello everyone, this is my personal kernel for the OnePlus 5/5T.
This kernel is made with a focus on performance, battery life and stability.
Please flash it only on OOS Pie!
Hopefully you will enjoy it!
Telegram Chat
Important thread information!
If you got issues please provide a log.
If you got feature requests, just ask.
OT is allowed.
Flash instruction
On OOS stock kernel:
- Flash kernel zip
On custom kernel:
- Dirty flash stock rom
- Flash kernel zip
Features
Major features
- Up to date with OOS Pie (Stable and Beta)
- Up to date with the latest stable Linux version
- Up to date with the latest CAF tag
- Mainline CFQ scheduler improvements
- Disables dm-verity
- CPU Boost improvements
- Interactive Gov. improvements
- Touchboost
- Wake Gestures
- Sweep2Sleep
- Backlight Dimmer
- Sound Control
- Wakelock Blocker
- USB Fast Charge
- Several subsystems converted to use power efficient workqueues
- Latest WireGuard snapshot
- Westwood as the default TCP algorithm
- Built with a self compiled GCC 8.2.1 toolchain
- ...
Downloads
Primary
Sources:
Kernel: https://github.com/crian/kernel_oneplus5
AnyKernel: https://github.com/crian/AnyKernel2
Credits and Thanks:
- @nathanchance for upstreaming
- @osm0sis for AnyKernel2
- @Sultanxda for being a Dev
- @franciscofranco for having some nice stuff
- and all the other amazing Devs out there
If you like my work and want to support me, buy me a coffee or two: Donate
XDA:DevDB Information
[KERNEL][OOS][PIE][GCC] Pi-Kernel, Kernel for the OnePlus 5
Contributors
crian
Source Code: https://github.com/crian/kernel_oneplus5/tree/9.0_Beta
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v5
Stable Release Date: 2019-01-27
Created 2019-01-06
Last Updated 2019-01-28
You are back. Awesome
meph02 said:
You are back. Awesome
Click to expand...
Click to collapse
I can only agree
Create a telegram group
rishabh1326 said:
Create a telegram group
Click to expand...
Click to collapse
You can't be serious right? ?
Did anyone else read [oop][sie]
Well I guess I just had an oopsie
rishabh1326 said:
Create a telegram group
Click to expand...
Click to collapse
Read the op!
Running great so far. I had one instance of the phone lagging for a couple seconds, but that hasn't occurred again. Great work!
Added to the OnePlus 5 Index Thread here.
Does this kernel give better battery life then stock
Will you build with eas too?
shadowstep said:
Added to the OnePlus 5 Index Thread here.
Click to expand...
Click to collapse
Thanks!
sleepwalking0593 said:
Does this kernel give better battery life then stock
Click to expand...
Click to collapse
I hope so! ?
CooperBrick said:
Will you build with eas too?
Click to expand...
Click to collapse
At the moment I have not planned that.
First of all, thanks for your work on this (still) awesome phone.
I'd like to try your kernel but I can't live without kcal control (night mode isn't enough for me), so I was wondering if it may be added one day or if there's no chance .
Not really asking to add it, but that's just to know if I should not waste my time, I hope you understand it in the correct way.
Have a nice day [emoji1360]
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
J0kker said:
First of all, thanks for your work on this (still) awesome phone.
I'd like to try your kernel but I can't live without kcal control (night mode isn't enough for me), so I was wondering if it may be added one day or if there's no chance .
Not really asking to add it, but that's just to know if I should not waste my time, I hope you understand it in the correct way.
Have a nice day [emoji1360]
Envoyé de mon ONEPLUS A5000 en utilisant Tapatalk
Click to expand...
Click to collapse
I had kcal in a test build and the driver seemed to be broken.
But I can check this again.
Hello dev..
Thank you for the good work for me it works very fine.
I have a question plz.
why is it not possible to permanently turn off processors? The other thing the Boeffla kernel has is the ability to amplify the speakers louder, for example, to listen to music. your kernel does not have that rights.
Jakkomo77 said:
Hello dev..
Thank you for the good work for me it works very fine.
I have a question plz.
why is it not possible to permanently turn off processors? The other thing the Boeffla kernel has is the ability to amplify the speakers louder, for example, to listen to music. your kernel does not have that rights.
Click to expand...
Click to collapse
Hotplugging is a very bad idea on newer SoCs, such as our SD835, thus you shouldn't turn off any core anyways, that's why, there is no option for this.
Update to v2
Changelog
- Merged Linux 4.4.170
- Upstreamed cpufreq times
- Upstreamed sdcardfs
- Bluetooth improvements
- arm64 optimizations
- Switched to HZ 300
- Reduced kernel size
- Boot time improvement
- Fixed issues with Google Camera
AnyKernel2 changes:
- Adjusted read-ahead values
- Added some file permissions
Download
Direct
Commits: https://github.com/crian/kernel_oneplus5/commits/9.0_Beta
Anyone tested this kernel on theOne5Os rom based on OOS ?
Elite-Kernel is designed to offer unmatched battery life and performance without sacrificing stability.
Kernel is based on N935F source to offer better compatibility with ported One UI ROMs.
Always up-to-date with Android common kernel
Features/Highlights:
Merged Android security patches as of 06/05/2020
Energy-Aware Scheduling. Read here
Compiled with Linaro GCC 4.9
Compiled with O2 for better performance
CPU Undervolt
GPU Undervolt
BUS/INT/MIF/DISP/CAM Undervolt
Binder micro-optimizations
arm64 optimizations
More under the hood optimizations
Credits:
@francitato02 - I used his arianoxx kernel as a base
@morogoku - for Mtweaks and morosound
@AndreiLux - for his work on exposing exynos voltage tables to sysfs
To all who authored the commits I picked
Linus Torvalds for the Linux kernel
Donations are welcome:
Donate to me
Downloads:
Download kernel here
Join our Telegram group:
Join here
XDA:DevDB Information
Elite-Kernel, Kernel for the Samsung Galaxy S7
Contributors
pascua28
Source Code: http://github.com/pascua28/herolte
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v4.0
Stable Release Date: 2020-06-28
Created 2019-12-21
Last Updated 2020-11-18
Reserved
Reserved
Works on Pixel Experience last build?
It has support for f2fs Partition
Andrea17982 said:
Works on Pixel Experience last build?
Click to expand...
Click to collapse
No, only on touchwiz pie roms
neslier said:
It has support for f2fs Partition
Click to expand...
Click to collapse
No, but I will add on the next build
pascua28 said:
No, only on touchwiz pie roms
No, but I will add on the next build
Click to expand...
Click to collapse
Thank you would be very useful for the ROM ui
you give me permission to use your kernel in my rom
luis taylor said:
you give me permission to use your kernel in my rom
Click to expand...
Click to collapse
Yes, it's okay. But it would be better if you wait the next build cause I'm adding f2fs support
pascua28 said:
Yes, it's okay. But it would be better if you wait the next build cause I'm adding f2fs support
Click to expand...
Click to collapse
It's fine and when you plan to release your version because I want to launch my rom these days
luis taylor said:
It's fine and when you plan to release your version because I want to launch my rom these days
Click to expand...
Click to collapse
Okay then
First impression after a couple of hours: very battery friendly and smooth, all working well. Thank you very much!
Good battery life :good:
nicohak said:
Good battery life :good:
Click to expand...
Click to collapse
Idk if its just me but ever since i installed it, i got this weird green tint and it makes me very uncomfortable., I'll revert back to see if this is the cause
Edit: yep it is
0pwn said:
Idk if its just me but ever since i installed it, i got this weird green tint and it makes me very uncomfortable., I'll revert back to see if this is the cause
Edit: yep it is
Click to expand...
Click to collapse
Hello, try going to Mtweaks, Misc, and disable PWM Flicker Free. I'll be disabling it by default on the next build
Hi guys! I just created a Telegram group for discussions, questions and support regarding this kernel as well as test builds. See the first post for the Telegram link
Hi guys! Elite Kernel v2.0 is up!
Changes:
Compiled with Linaro GCC 7.4
Code fixes for GCC 7
Updated MoroSound to 2.1.1
Added f2fs support
Enabled SDFat
Added support for __int128
Implemented task's adj rbtree
Random driver updated
Updated crypto
Scheduler optimizations
Use zbud as default compression pool
Disabled ion stat logging
workqueue: Schedule workers on CPU0 or CPU0/CPU1 by default
Added 112MHz GPU clock
Updated Magisk to v20.3
pascua28 said:
Hi guys! Elite Kernel v2.0 is up!
Changes:
[*]Updated Magisk to v20.3
[/LIST]
Click to expand...
Click to collapse
It might be an idea not to include Magisk. Not everyone wants root.
You can add suport to ntfs sd?