Unknown [kernel] [nougat] [gcc7.2] - Xiaomi Mi 6 ROMs, Kernels, Recoveries, & Other Dev

Kernel only supports stock MIUI, No Lineage/Oreo SUPPORT!!!​
Kernel is based on sagit-oss and some CAF patches and some upstream backports, kernel is for my own use, so don't expect too much on it for fancy features
Disclaimer
/* * * Your warranty is now void. * We are not responsible for anything that may happen to your phone by installing any custom kernels. * You do it at your own risk and take the responsibility upon yourself and you are not to blame us or XDA and its respected developers. * */
What inside this kernel:
Kernel support MIUI 7.12.7
Kernel compiled with GCC 7.2 Android Bionic 64Bit
Kernel build with -O2 with full optimization
Kernel remove annoying wlan logs, pkt logs in the stock kernel
Kernel is systemless, restore stock boot.img before you do OTA
Kernel build with debug disabled to improve performance
Kernel updated up to 4.4.106 build.
Kernel operate in 300HZ
Kernel include IPA/TIMERFD/WIFI/NETLINK wakelocks removal code by @franciscofranco
Kernel include open source QUALCOMM Wi-Fi driver updated to max without debugs.
Kernel include advanced binder driver from main line 4.10.y kernel.
Kernel include latest F2FS driver for 4.4.y with fixes for ICE(not tested yet)
Kernel include ZEN,NOOP,CFQ,MAPLE govs
Kernel includes Blu_active, Interactive Performance CPU GOVS.
Kernel includes ARM enhanced performance and battery patches
Kernel includes random driver backported from mainline
Kernel includes fast finger print sensor mod when screen is off.
Kernel includes @flar2 sound/mic gain control interface.
Kernel include boost to I/O by mounting partitions with optimized flags,
Kernel include fix to various selinux warning in stock kernel
Kernel include ext4 improvement backports
Kernel include memory allocator improvement backported from 4.6 kernel
Kernel include driver that will switch io scheduler to noop for power save when screen off after 5s
Download and Installation
Check github page and use fastboot to flash it
The simple answer is use fastboot to flash it. if you ever unlock your phone, fastboot is in the unlock tool you downloaded.
The detail answer is:
1. download image from github
2. connect your phone to computer using usb, with usb debug enabled
3. run "adb reboot bootloader" in shell
4. run "fastboot flash boot Kernel-Unknown-V2.0-Nougat-boot.img" in shell
5. run "fastboot reboot" to reboot phone
if you want to do OTA or kernel is not booting
1. run "fastboot flash boot boot.img" to restore stock kernel, of course you should find stock kernel on stock MIUI rom, there is a boot.img in the zip
Download link: https://github.com/carck/SAGIT-DOWNLOADS/
Releases
Release V2.2
* Linus 4.4.112
* cfq scheduler backports from mainline and set as default
* CPU minfreq switcher to reduce CPU minfreq in order to save power on screen off, screen off=300Mhz, screen on=Stock MIUI value
* Enable camera2 API to use HDR+ camera
Release v2.0
* Linux 4.4.108
* Experimental with io_is_busy set to 0 for interactive gov, to see if this will improve battery and not affect UI fluency
Release v.19
* Linux 4.4.106
* Tool change update to linaro gcc 2017.11
* Switch to @boeffla's wakelock blocker
* Try to improve fingerprint responsvieness
Release v1.6
* rollback some bluetooth changes, fixed device not going to sleep after Bluetooth disconnected
Release v1.5
*misc lib optimization backported from mainline
Release v1.4
*Linux 4.4.105
*miui 7.12.7 ramdisk
*Enable process reclaim, used by miui
Release v1.3
*Include a kernel driver that will switch io scheduler to NOOP for power saveing when screen off/on
Release v1.2
* memory allocator improvements backported from upstream 4.6
Release v1.1
* ext4 file improvements backports
Release V1.0
* Initial release, see github commits for what inside
XDA:DevDB Information
UNKNOWN, Kernel for the Xiaomi Mi 6
Contributors
lance.zhou
Source Code: https://github.com/carck/sagit_kernel
Kernel Special Features:
Version Information
Status: Beta
Created 2017-12-08
Last Updated 2017-12-28

Reserved

can you support aosp android 7.1?
and build zip?

where is the link?

Miftahzy98 said:
where is the link?
Click to expand...
Click to collapse
github's release tab

abc0922001 said:
can you support aosp android 7.1?
and build zip?
Click to expand...
Click to collapse
I think other kernel is good enough, I have no plan to build for aosp as i can't test.

Can you add fixed KCAL? I feel the color is thin...(My eyes seem to be bad)
What mean "fixed KCAL" ?
1. If turn-off screen, KCAL settings will be reset. (This is a problem on MIUI Nougat)
2. device rebooting when KCAL setting is applied(Apply on boot / changing setting).
Click to expand...
Click to collapse
This problem can be confirmed with custom Kernel which support KCAL

Garry050 said:
Can you add fixed KCAL? I feel the color is thin...(My eyes seem to be bad)
What mean "fixed KCAL" ?
This problem can be confirmed with custom Kernel which support KCAL
Click to expand...
Click to collapse
please provide kernel log, however it is not gurantee this can be fixed by me

what a nice kernel

Don't boot. Wipe's data without media. AND DON'T BOOT. Be aware. MIUI 7.12.7

boots fine here, anyway use other kernel please, no log no fix.

lance.zhou said:
boots fine here, anyway use other kernel please, no log no fix.
Click to expand...
Click to collapse
i try to flash it epic rom but it deletes everything but data and it bootloops on miui screen
MI 6 cihazımdan Tapatalk kullanılarak gönderildi

muzxx7 said:
i try to flash it epic rom but it deletes everything but data and it bootloops on miui screen
MI 6 cihazımdan Tapatalk kullanılarak gönderildi
Click to expand...
Click to collapse
Sorry to hear that, did you flash it by fastboot?

Your kernel works fine except one bug on finger print . When I turn off the screen for more than 5 seconds, there is a seconds-delay to wake the screen on with finger print. My finger print is FPC, not goodix. I guess if it is because "Kernel include driver that will switch io scheduler to noop for power save when screen off after 5s"? BTW the download page is missing, hope you restore it and fix the bug soon. I really like it and it is more stable than the other two xda kernels here on MIUI, you've done a great job. Thanks.

lance.zhou said:
Sorry to hear that, did you flash it by fastboot?
Click to expand...
Click to collapse
Rooted and decrypted devices may need to flash SuperSU to avoid bootloop and auto wiping the data after flash your kernel. This may due to MIUI problem, because I have the same problem when I flash a new version of MIUI rom.

hello,404 not found that url

Project is moved to bitbucket, the download link is updated.
Release v1.6, fix a issue device not going to sleep after bluetooth disconnect.
For those who want to help me to build a more stable kernel, please report with logs , after kernel panic and reboot,
adb shell
cat /proc/last_kmsg > /sdcard/ log.txt
and post log.txt here

lance.zhou said:
Project is moved to bitbucket, the download link is updated.
Release v1.6, fix a issue device not going to sleep after bluetooth disconnect.
For those who want to help me to build a more stable kernel, please report with logs , after kernel panic and reboot,
adb shell
cat /proc/last_kmsg > /sdcard/ log.txt
and post log.txt here
Click to expand...
Click to collapse
Pls give the bitbucket download link. The link hasn't been updated.

iChinxu said:
Your kernel works fine except one bug on finger print . When I turn off the screen for more than 5 seconds, there is a seconds-delay to wake the screen on with finger print. My finger print is FPC, not goodix. I guess if it is because "Kernel include driver that will switch io scheduler to noop for power save when screen off after 5s"? BTW the download page is missing, hope you restore it and fix the bug soon. I really like it and it is more stable than the other two xda kernels here on MIUI, you've done a great job. Thanks.
Click to expand...
Click to collapse
Here is the log.txt, I hope it's helpful to fix screen waken delay with finger print.

doesnt boot on xiaomi.eu

Related

[KERNEL][7.x][CM/AOSP]Optimus kernel R22[UNOFFICIAL][OSPREY][04/10/17]

OPTIMUS KERNEL​
Hi guys, Pramod here this is Optimus kernel for Osprey, all credit goes to FLASHHHH I have just compiled the latest version ie.Optimus R22 ....
Code:
HTML:
Disclaimer:
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 KERNEL
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.
FEATURES:
- Updated to latest CM-14.1 Sources
- Built with custom tailored Linaro-5.4.1 toolchain (cortex-a53 neon-vfpv4 hard-float targeted, build with latest Crosstool-NG)
- Synced with latest CAF and motorola changes
- Device specific Cortex-A53 tweaks & Linaro optimizations
- Overclock available upto 1.6 GHz (Boots with stock frequencies)
- Added Lazyplug driver
- Added LiveDisplay Driver
- random: squashed entropy tweaks & optimizations
- Added Optimus governor (default gov)
- Added sound control
- Added zen,tripndroid & sioplus I/O schedulers
- Added Fsync ON/OFF Control
- Added USB Fast Charge option
- Added toggles for disabling wlan wakelocks
- Optimized ARM RWSEM Algorithm
- Optimized Square Root Algorithm
- Optimized AES and SHA1 routines with neon support
- KGSL & Devfreq patches
- Disabled CRC check: 30% Performance boost
- Merged upstream ARM,crypto changes
- VFP HardFloat
- Updates to zram,zsmalloc,irq etc
- Sched & Cpufreq Tweaks
- Removed some debug and logging options
- Enabled Advanced TCP Congestions
- CM Profiles compatibility
- Many more (check github)
How to Flash:
1. Download the kernel and place it into your phone storage
2. Reboot into recovery
3. Install the kernel
4. (optional) Wipe Dalvik/ART Cache and Cache partitions
5. Reboot and enjoy!
You need ROM's default kernel before flashing this as this kernel uses Anykernel2 by @osm0sis (huge thanks to him). Make sure you have it otherwise clean flash the kernel with the rom to avoid any issues.(At least dirty flash rom+kernel)
Special thanks to @Alberto97 @squid2 @franciscofranco @flar2 @myfluxi @eng.stk @hurtsky @Imoseyon @neobuddy89 @frap129
Contributors
Flashhhh
Source Code: https://github.com/desaishivam26/Optimus_Osprey
Is this kernel working with the new recovery from TWRP?
FYI: This Kernel seems to break video playback and camera use
Fors4kenArg said:
Is this kernel working with the new recovery from TWRP?
Click to expand...
Click to collapse
Yes.....
Causical said:
FYI: This Kernel seems to break video playback and camera use
Click to expand...
Click to collapse
No such problem......do you u flash it over another custom kernel....?
pramod sj said:
No such problem......do you u flash it over another custom kernel....?
Click to expand...
Click to collapse
I did at one point and then I clean flashed it with Viper OS to see if the same problem was produced. Sure enough... More specifically videos through my messenger app would not play and the view finder screen in the camera app wouldn't work.
Causical said:
I did at one point and then I clean flashed it with Viper OS to see if the same problem was produced. Sure enough... More specifically videos through my messenger app would not play and the view finder screen in the camera app wouldn't work.
Click to expand...
Click to collapse
Yeah thanx bro.....just found...hdr not working....will look into it:good:
Causical said:
I did at one point and then I clean flashed it with Viper OS to see if the same problem was produced. Sure enough... More specifically videos through my messenger app would not play and the view finder screen in the camera app wouldn't work.
Click to expand...
Click to collapse
I can confirm. Camera view finder shows only black screen.
Sent from my Nvidia Shield Tablet using XDA Labs
overclocking
hi do you think this kernel source code can be modified to increase the CPU and GPU overclock?

[EOL][KERNEL][7.X][i9300] Koffee

Koffee is the first kernel which has fixes and backports, allowing Magisk running properly.
Only for Nougat(Android 7.x) ROM's!
Based on latest Boeffla, tweaked and extended by patches & backports.
Main idea of kernel is stability, extra features and compatibility with recent apps.
Configurable via Boeffla Config V2, Synapse or Kernel Adiutor
Recomended to use Magisk with this kernel, but other SU implementations also compatible.
This kernel is good choice for ResurrectionRemix N.
Code:
/* #include <xda/disclaimer.h>
*
* Your phone's warranty is now void.
* This is a custom kernel developed by me, A$teroid
* You are flashing this on your S3 at your own peril.
* I am not responsible for hard bricks, damages to SD Cards, thermonuclear war,
* or you getting fired because the alarm app failed.
* I would definitely help you out if you are stuck somewhere, provided that you give
* me clear details of the mishap.
* Don't ask for ETA's cause there is a thing called "LIFE" outside XDA.
*/
Please check for few times that your trouble caused by Koffee and nothing else.
I do NOT accept ANY bugreports if you're:
1. do overclock or undervolt
2. use non-default kernel settings
3. doesn't provide me kernel / system logs if it crashed
4. doesn't provide me info about installed ROM, mods, root-utilizing apps
5. have installed Xposed
6. have installed tweaks
Features:
Boeffla Kernel features
Backported Mount Namespace from 3.8, allows hiding root via Magisk and pass SafetyNet
Fix (v3) for sleep issues when Magisk installed
SDCardFS
@forkbomb444's HWC out-of-the-box
Allowed much lower display brightness(with addon)
Compatibility with experimental LineageOS
Doze Helper - turn on Doze immediatelly after screen off
Pyramid - new cpufreq and hotplug governor
zCache
FRandom - fast pseudorandom number generator
FQ_Codel network packet scheduler backported from 3.5
TCP Fast Open (client-side, ported from Linux 3.6), enabled by default
TTL mangling support
SECCOMP - Secure computation for untrusted bytecode (used, ex., by mediaserver, Google Chrome)
Support for I/O accounting (for iotop)
Sparse Memory model
Enabled ThumbEE CPU extension
----
Read also:
Tweaked page-writeback for better responsiveness. You cannot change vm.dirty{ratio/bytes} values.
zRam configuration is disabled for stability reasons but zRam is present
/system is write protected! Use system-rw-access.zip Magisk module to disable protection if you really need this!
More additional fixes which not exist in other kernels
Various kernel tweaks, config changes & internal improvements
Reduced wakelocks
Reduced debugging code
Boeffla Sound enabled by default
----
Pyramid
tunables:
mc_pseudocluster, mc_pseudocluster_freq:
allow to work on max frequency up to 2 cores and limit it to mc_pseudocluster_freq value when > 2 cores online
Enabled by default.
mc_eco_auto, mc_auto_factor:
when enabled and pseudocluster are disabled, relative maximal frequency will be calculated usind number online cores and mc_auto_factor.
Greater factor values will reduce max frequency.
Disabled by default.
mc_eco_step{1-3}:
when pseudocluster and eco_auto is disabled, old pyramid's behavior will be enabled.
Using this three tunables you can define frecuency at each next cpu core.
screenoff_limit, screenoff_freq, screenoff_max_cpus_online:
when screenoff_limit is enabled, maximal frequency will be reduced to screenoff_freq value and maximal allowed cpu cores will be limited to screenoff_max_cpus_online.
Disabled by default.
min_cpus_online:
you can set minimum of cpu cores allowed to be enabled when screen is on
max_cpus_online:
you can set maximum of cpu cores allowed to be enabled
----
TCP Fast Open
you can use TFO in Chrome browser, just turn it on via chrome://flags. Also Chrome can be used as system WebView provider via Developer settings.
----
Addons:
1. Svelte(low-ram, Magisk)
Enables Project Svelte to increase performance on low ram devices. Also tweaked for responsiveness.
2. Lower Brightness - use, if you prefer darker screen or want to save battery (Magisk) Only for Koffee 78+!
3. SDCardFS (Magisk) - use sdcardfs instead of slower fuse emulating. Reduces overhead on internal and external storage access
4. I9300XXUGOK1 modem (zip for TWRP)
5. I9300XXUGPE1 bootloader (for Odin)
6. System Read-Write access. Install this if you really need write access to the /system.
Credits:
@Lord Boeffla (Boeffla Kernel)
@arter97 (Intelli-Plug)
@forkbomb444 (experimental HWC)
@rINanDO (SECCOMP)
@NoN1979 (for low ram tweaks)
@pascua28 (compatibility with Experimental LOS, updates fron N7100)
@Oebbler1 (for lower brightness values)
@curiousrom (for i9300XXUGPE1 bootloader)
Homepage(in russian): https://4pda.ru/forum/index.php?s=&showtopic=403183&view=findpost&p=64299445
Latest build & addons: https://drive.google.com/open?id=1myPyzPtJ2gBNMwLolGcumEADrLfRnIUP
Beta previews and discussion for i9300 and n7100 users: https://t.me/koffeebetatest
XDA:DevDB Information
Koffee, Kernel for the Samsung Galaxy S III I9300
Contributors
A$teroid
Source Code: [url]https://github.com/acroreiser/Koffee[/URL]
Version Information
Koffee 104 "Ultramarine" [FINAL]
for i9300 and n7100
Changelog:
1. Added "min_cpus_online" tunable to Pyramid.
When screen is on, these number of cpus will always be online.
Tested with two cpus online and screen off limiting to two cores - better responsivity with well battery saving when device idle.
2. Fixed random reboots due to invoked OOM killer
3. Some fixes in scripts
----
My device now broken. I cannot continue work on Koffee.
Final builds for i9300 and n7100 now on my Google Drive.
Good luck!
----
Status: End of life
Created 2017-08-22
Last Updated 2018-09-05
How i can update this kernel?
RΞ:D¥ said:
How i can update this kernel?
Click to expand...
Click to collapse
just download latest zip & flash via twrp
Nice, will give it a go, the only downside about my giving this a try is that I'm using SuperSU. Otherwise I am on RR N
Thanks
Spectre
Does Spectre need to be mitigated by the kernel or the ROM?
can I dirty flash it over the elite-boeffla-kernel-6.0.0.2 or do I have to install RR N again and then flash Koffee-kernel?
ThommyIV said:
can I dirty flash it over the elite-boeffla-kernel-6.0.0.2 or do I have to install RR N again and then flash Koffee-kernel?
Click to expand...
Click to collapse
Just flash latest zip
Koffee build 34 (06.01.2018)
Changelog:
LCD: allow much lower display brightness
mm: refix for shmem_swp_set crash
mm: (U)KSM removed due to conflict with camera driver
xappre said:
Does Spectre need to be mitigated by the kernel or the ROM?
Click to expand...
Click to collapse
According to this table, our cortex-a9 cores is variant 3 and unaffected
https://developer.arm.com/support/security-update
Kind of a long shot but will this kernel work with the experimental lineage nougat ROM for i9300??
anarchist1017 said:
Kind of a long shot but will this kernel work with the experimental lineage nougat ROM for i9300??
Click to expand...
Click to collapse
No: kernel based on boeffla and on old smdk4412 base.
Kernel in experimental lineage 14.1 based on n7100 kernel sources and has experimental HWC implementation. I'll rebase Koffee to the new codebase in future, but now this code is not enough stable.
And all other custom kernels is NOT suitable with experimental Lineage.
A$teroid said:
No: kernel based on boeffla and on old smdk4412 base.
Kernel in experimental lineage 14.1 based on n7100 kernel sources and has experimental HWC implementation. I'll rebase Koffee to the new codebase in future, but now this code is not enough stable.
And all other custom kernels is NOT suitable with experimental Lineage.
Click to expand...
Click to collapse
You're right. I have random reboots here and there in experimental build.
Sent from my S III using XDA Labs
Spectre
A$teroid said:
According to this table, our cortex-a9 cores is variant 3 and unaffected
Click to expand...
Click to collapse
Attack variants are different to processor variants.
The A9 is vulnerable to Spectre (attack variants 1 and 2) but not to Meltdown (attack variant 3).
A$teroid said:
No: kernel based on boeffla and on old smdk4412 base.
Kernel in experimental lineage 14.1 based on n7100 kernel sources and has experimental HWC implementation. I'll rebase Koffee to the new codebase in future, but now this code is not enough stable.
And all other custom kernels is NOT suitable with experimental Lineage.
Click to expand...
Click to collapse
Thank you for the reply!!:good:
Can you build for note 2 plz
Saliver_Sky said:
Can you build for note 2 plz
Click to expand...
Click to collapse
No. I hasn't this device for test & debug kernel
Any good config for this kernel vía boeffla config whith good batery life and perfomance?
The best kernel out there! Thank you so much! Now I can pass safetynet!
Best regards!
Hey brother @A$teroid I wanted to ask that what if i wanted to use superSU with this kernel ??
Look , First I have installed Resurrection Remix
then , I have uninstalled magisk and installed superSU.zip
So , Can I install your kernel now ??
I wanted to use your kernel as well as superSU !
Help
mrpascal said:
Hey brother @A$teroid I wanted to ask that what if i wanted to use superSU with this kernel ??
Look , First I have installed Resurrection Remix
then , I have uninstalled magisk and installed superSU.zip
So , Can I install your kernel now ??
I wanted to use your kernel as well as superSU !
Help
Click to expand...
Click to collapse
You can use Koffee with any Nougat ROM and with (or without) any SU implementation.
I use Koffee with RR + Magisk.

[KERNEL][Z017/Z012][TREBLE][P5] Advanced Kernel for Custom ROMs

Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
This kernel should be compatible to all up to date Pie/Oreo custom ROMs. Its goal is to further improve battery life and to offer as many features as possible while maintaining perfect stability. All battery tweaks are toggleable so you can decide whether you prefer performance or battery life.
Every release will be tested with the latest LineageOS 16.0 build before release.
Compatibility to other custom ROMs is very likely but cannot be guaranteed.
Advanced Kernel for Oreo is now discontinued. The non-treble Pie version should work fine with Oreo ROMs.
Features
Built with bleeding edge GCC 10.0.0 toolchain, optimized for Cortex-A53
Linux 3.18.140, CAF Tag LA.UM.7.6.r1-05500-89xx.0
Treble ROM support.
Spectrum
WireGuard VPN
KCAL v2 color control
Sound control
Intellithermal v3
USB keyboard support
Arch power
Adreno idler
Adreno boost
Slimbus OC
Fingerprint boost
State notifier
Boeffla wakelock blocker
CPU wake boost
Vibration intensity control
Force fast charge to enforce maximum charging speed on any charger. (Use at your own risk! Disabled by default.)
Qnovo driver for better charging temperatures
Powersuspend
Toggleable touchboost
Powersaving work queue by default
Tuned interactive governor
Additional lower frequencies: 307MHz and 480MHz
Additional overclocking frequencies: 2208MHz and 2150MHz - Only selectable in OC version.
Disabled CRC check for up to 30% faster I/O, toggleable
Fsync switch
Improved zram with lz4 compression
Native CIFS and BTRFS filesystem support
Support for SMB2 and SMB3
SdFat for FAT and exFAT support
Support for rtl8812au and rtl8814au usb wifi adapters.
CPU governors: relaxed, chill, electron, elementalx, impulse, zzmoove, alucard, darkness, nightmare, yankactive, intelliactive, blu_active, interactive, conservative, ondemand, powersave, performance, userspace
Hotplug governors: alucard_hotplug, thunderplug, blu_plug, msm_hotplug, intelli_plug, lazyplug, autosmp, AiO_hotplug (Pie only)
I/O schedulers: noop, deadline, cfq, bfq, sio, fiops, zen, maple
TCP congestion algorithms: westwood, reno, bic, cubic, highspeed, htcp, vegas, veno, scalable, lp, yeah, illinois
Countless additional improvements
Overclocking
With every version of Advanced Kernel two files are released: One with overclocking support and one without. Be aware that overclocking may physically damage your phone! If you still want to use it, download and install the kernel zip from the "Overclocking" subfolder. The default zip from the main folder doesn't allow overclocking and is "safe".
The overclocked kernel will first boot with 2.2GHz, then the maximum frequency is lowered by the active spectrum profile. To enable overclocking after booting you have to use a kernel manager app to select a higher maximum cpu frequency. The tradeoff is that higher frequencies also come with higher CPU-voltages so your battery level will drop faster while OC frequencies are in use.
Force fast charge:
Available on the OC and non-OC kernel. This feature overrides the detected charging current with the maximum possible current for the Zenfone 3 (1910ma) so that every charger is fully utilized. Please be especially careful when using this feature as possible safety measures are disabled! It's disabled by default and can be enabled by enabling "USB fastcharge" at KernelAdiutor's "Battery" section or in EX Kernel Manager under "Miscellaneous".
Installation
Simply flash the provided zip file via TWRP over your custom ROM installation. No need to wipe anything!
Before flashing you may want to backup the "Boot" partition. Restore it to revert any changes.
Flashing a ROM will overwrite this kernel: You'll have to flash the kernel zip again after updating your ROM.
In order to use all of the features you'll need some additional apps and root:
Spectrum: Offers some easily selectable profiles. These are still WIP and in no way comprehensive!
A kernel manager like EX Kernel Manager (paid) or Kernel Adiutor (free).
Spectrum profiles
Battery: Very battery friendly profile. It sacrifices performance for battery life.
Balanced: As close to stock as possible with only minor tweaks.
Performance: Tuned for CPU performance.
Gaming: Everything always runs as fast as possible. Burns away your battery!
Reporting issues
Before reporting an issue please check that it only occurs when having this kernel installed. Otherwise it may be an issue with the ROM.
The above also applies the other way around: Don't report issues to the maintainer of a ROM unless they also occur without this kernel.
Be aware that performance issues are very likey related to your personal settings. Don't blame me for your decision to run only one core at 307 MHz
Always use the latest Advanced Kernel release with the latest build of you ROM of choice. If the kernel is much newer than the ROM or the other way around weird issues may arise.
Download
All zip files support both the ZE520KL and the ZE552KL.
The treble version is only compatible to treble ROMs using APD as the vendor partition.
The non-treble version is compatible to non-treble Pie ROMs and SHOULD be compatible to Oreo ROMs too.
Flashing the wrong version won't harm your device but will prevent your ROM from booting! This can be easily fixed by flashing the right version or re-flashing your ROM.
Download: https://drive.google.com/drive/folders/1cel2AB59-6kOaLkk7dK6uBPwejdw6s4C
Additional credits
Due to the sheer amount of features it's not possible to list all of the contributors here. Please check the commit history for a comprehensive list.
XDA:DevDB Information
Advanced Kernel for Custom ROMs, Kernel for all devices (see above for details)
Contributors
planet9
Source Code: https://github.com/Planet-X/android-kernel-zenfone3_advanced
Kernel Special Features: Overclocking, Force Fast Charge
Version Information
Status: Stable
Created 2019-07-19
Last Updated 2019-07-19
Changelog
P5 - 2019-07-19:
Updated Toolchain to GCC 10.0.0 (experimental).
Updated AnyKernel2 to AnyKernel3.
Updated rtl88XXau kernel module.
Updated kernel to Linux 3.18.140, CAF Tag LA.UM.7.6.r1-05500-89xx.0.
P4 - 2019-04-19:
Now compatible to latest Treble ROMs! (APD partition only!)
Check the release post for compatibility information: https://forum.xda-developers.com/showpost.php?p=75805766&postcount=100
Updated rtl88XXau kernel module.
Updated kernel to Linux 3.18.138, CAF Tag LA.UM.7.6.r1-04500-89xx.0.
P3 - 2019-02-20:
Added adreno boost.
Updated rtl88XXau kernel module.
Updated toolchain to GCC 9.0.1 (experimental).
Updated kernel to Linux 3.18.135, CAF Tag LA.UM.7.6.r1-04100-89xx.0.
P2 - 2018-12-01:
New rtl88XXau kernel module for usb wifi adapters.
Check the post below for more information.
Updated AnyKernel installation scripts.
Updated spectrum balanced profile to use elementalx with maple.
Added AiO_hotplug.
Updated kernel to Linux 3.18.127, CAF Tag LA.UM.7.6.r1-03600-89xx.0.
P1 - 2018-11-02:
Initial release of Advanced Kernel for Pie
Kernel source has been fully rebased.
New version labels: Releases for Pie ROMs start with a P followed by the release number.
Updated kernel to Linux 3.18.124, CAF Tag LA.UM.7.6.r1-03100-89xx.0.
V 1.1 - 2018-10-11:
Added USB keyboard support.
Added support for SMB2 and SMB3.
Updated kernel to Linux 3.18.123, CAF Tag LA.UM.6.6.r1-09900-89xx.0.
V 1.0 - 2018-08-11:
The zip file is now signed with my release-key.
Added CPU wake boost driver.
Removed asusdebug for a lighter kernel.
Updated BFQ I/O scheduler.
Updated F2FS driver.
Added SdFat for FAT and exFAT support.
Imported many more misc fixes and improvements.
Updated Toolchain to GCC 8.2.1.
Updated kernel to Linux 3.18.118, CAF Tag LA.UM.6.6.r1-09500-89xx.0.
Thanks to @makorn645:
Modifications for "Swipe up to wake".
Misc improvements of the defconfig for more performance.
V 0.9 - 2018-06-11:
Added elementalx cpufreq governor.
Updated Toolchain to GCC 8.1.1.
Updated kernel to Linux 3.18.112, CAF Tag LA.UM.6.6.r1-08600-89xx.0.
V 0.8 - 2018-05-21:
The wifi mac can now be changed by specifying a wlan_mac.bin file.
Check the release post for more information: https://forum.xda-developers.com/showpost.php?p=76580561&postcount=44
Updated kernel to Linux 3.18.109, CAF Tag LA.UM.6.6.r1-08500-89xx.0.
V 0.7 - 2018-05-10:
Updated blu_plug defaults.
Fixed lazyplug display state detection.
Rebased and cleaned up the kernel.
Updated kernel to Linux 3.18.108, CAF Tag LA.UM.6.6.r1-08300-89xx.0.
V 0.6 - 2018-04-25:
Added AutoSMP hotplug. (May be unstable, please report any crashes when using it.)
Added force fast charge feature - Thanks to @Saktis_STi for helping!
Important: Check the main post for more information before using force fast charge. This is NOT QC.
Updated kernel to Linux 3.18.106, CAF Tag LA.UM.6.6.r1-07400-89xx.0.
V 0.5 - 2018-04-06:
Added vibration intensity control.
Added fsync switch.
Imported many other improvements.
Updated compiler to Linaro GCC 7.3.1.
Updated kernel to CAF Tag LA.UM.6.6.r1-07200-89xx.0.
V 0.4 - 2018-03-25:
Updated kernel to Linux 3.18.102.
V 0.3 - 2018-03-23:
Added (optional) overclocking support for up to 2.2GHz.
Advanced Kernel version now visible in settings, with OC indicator.
Updated kernel to Linux 3.18.101, CAF Tag LA.UM.6.6.r1-06700-89xx.0.
V 0.2 - 2018-03-11:
Updated spectrum profiles: See main post for more detailed descriptions.
Updated kernel to Linux 3.18.99.
V 0.1 - 2018-03-07:
Initial release.
Kernel Modules
Here you'll find a description of every currently available kernel module for Advanced Kernel for Pie. (The oreo version is not currently supported.)
Kernel modules are drivers that can be loaded into the kernel in order to use hardware that would otherwise not work. A kernel module comes as a .ko-file and is only fully compatible to the kernel version it was released for. Modules can be loaded by executing "insmod [module].ko" within a terminal as root on the phone.
Every new Advanced Kernel release will come with a new version of all available modules.
The modules can be downloaded from the "Kernel Modules" subfolder (here).
Available modules:
RTL88XXau/RTL8814au
The rtl88XXau module allows you to use usb wifi adapters with the rtl8812au or rtl8814au chipset with your phone.
This driver was forked from aircrack-ng and features monitor mode and frame injection. TX-power can be tweaked too.
Check the readme on github (still WIP) on how to use it: https://github.com/Planet-X/rtl8812au/blob/v5.3.4/README.md
I only ported the driver to this kernel. Check the module's sources for credits: https://github.com/Planet-X/rtl8812au/tree/v5.3.4
I feel like my device is lagging. Even when I set everything to Performance.
So many features...
ra.ndy said:
I feel like my device is lagging. Even when I set everything to Performance.
Click to expand...
Click to collapse
It's all about finding the right settings
Just take your time to find them - I do admit that default settings are very conservative/battery friendly...
However I can assure you that this kernel can be just as fast or even faster than stock kernel. It's actually based on it so with exact stock settings you should get at least stock performance. The real problem is just tuning all these features which is why my spectrum profiles are still very basic ... too many variables take time for testing.
The next kernel version will move the current "Balance" profile to "Battery" and change "Balance" to be very stock-like. The current "Balance" and especially "Battery" profiles may be a little too extreme... :silly:
The system wide mic gain is working perfectly for whatsapp voice messages,but unfortunately it is not applied to video recording it seems... I tested it with Lineage Camera App and Whatsapp camera
Great, that I dont have to fiddle around with mixer_paths.xml, but can you adjust the kernel to let the mic gaion also apply to the video recordings? Many thanks!
kreutzfeldt_808 said:
The system wide mic gain is working perfectly for whatsapp voice messages,but unfortunately it is not applied to video recording it seems... I tested it with Lineage Camera App and Whatsapp camera
Great, that I dont have to fiddle around with mixer_paths.xml, but can you adjust the kernel to let the mic gaion also apply to the video recordings? Many thanks!
Click to expand...
Click to collapse
Mic gain worked for me with Lineage and stock asus camera videos
planet9 said:
Mic gain worked for me with Lineage and stock asus camera videos
Click to expand...
Click to collapse
Well, i guess i Flash your new Rom Update and kernel and test it again
Maybe the videos are Sounding low volume to me, because they need more Gain Boost than pure sound records?
The slider for the kernel is raising the gain equally for all inputs in general, but maybe the video recording gain is less sensitive then pure volume.
hey whem I use cell my mic and speaker can't Normal movement.
edouwu said:
hey whem I use cell my mic and speaker can't Normal movement.
Click to expand...
Click to collapse
I don't understand but...
If you're talking about the speakerphone, it's a known bug.
It is compatible with XenonHD Rom? (because it's based on lineage 15.1)
rafael_gavarron said:
It is compatible with XenonHD Rom? (because it's based on lineage 15.1)
Click to expand...
Click to collapse
It somehow is and isn't: Currently there should be no problems and it should work fine.
I can't guarantee, however, that it'll stay this way in the future. Just be aware that issues may arise due to kernel incompatibility.
I can only assure that my kernel is fully compatible to LOS 15.1. With every LineageOS update a new advanced kernel version will be released. As Xenon kernel improvements get merged into LOS and vice versa it should stay compatible but, again, I can't guarantee it...
planet9 said:
It somehow is and isn't: Currently there should be no problems and it should work fine.
I can't guarantee, however, that it'll stay this way in the future. Just be aware that issues may arise due to kernel incompatibility.
I can only assure that my kernel is fully compatible to LOS 15.1. With every LineageOS update a new advanced kernel version will be released. As Xenon kernel improvements get merged into LOS and vice versa it should stay compatible but, again, I can't guarantee it...
Click to expand...
Click to collapse
Thanks, I'll try it
How do i go back to stock kernel on LOS ?
vaidhy2007 said:
How do i go back to stock kernel on LOS ?
Click to expand...
Click to collapse
To go back to the stock kernel you simply have to reflash the LOS zip file in twrp, then reboot. You don't need to wipe any partitions.
0.3 version is out. Read the OP.
Advanced Kernel V0.4
Advanced Kernel V0.4 has arrived.
It's just a minor update to accompany the release of LineageOS build 2018-03-25.
Changelog:
Updated kernel to Linux 3.18.102.
Advanced Kernel V0.5
Advanced Kernel V0.5 is now available.
Changes:
Added vibration intensity control.
Added fsync switch.
Imported a load of other improvements.
Updated compiler to Linaro GCC 7.3.1.
Updated kernel to CAF Tag LA.UM.6.6.r1-07200-89xx.0.
Awesome work buddy

[DISCONTINUED] [KERNEL] [SM-J400X] RedLine Kernel for Samsung Galaxy J4 (GSI ONLY!) (Q VENDOR ONLY!)

Introducing ...
RedLine Kernel - for Samsung Galaxy J4
(Lol, bad image )​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is 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 KERNEL
* 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. */
1. What is RedLine Kernel?
RedLine kernel is custom optimized and improved kernel, aiming for less-developed device (Like this Samsung Galaxy J4).
2. Features
This kernel have :
CPU Overclocked to 1.6 Ghz
Kali NetHunter support
HID support for Kali NetHunter
SELinux mode can be changed to Enforce or Permissive (default)
WireGuard Support
Boeffla Wakelock Blocker
Powersuspend Driver
Enable built-in available CPU Governors
Switchable fsync & Dynamic Fsync
GPU Voltage Control
Increased refresh rate to 65Hz
Graphic & Rendering Optimization
Sec Battery Control
Increased charging input
Disabled anoyying security
ZRAM lz4 support (default)
And many more! More features coming soon
Notes: This kernel only support GSI ROM, if you install it in stock, maybe there are bug! To see what is GSI and how to install it, see the @phhusson 's GitHub GSI
3. Requirement
Samsung Galaxy J4, with bootloader unlocked
Official TWRP 3.4 (CLICK HERE)
Any GSI ROM A64 A/B installed (Search for the tutorial)
Magisk (Optional, if you want root)
4. Installation Steps
Boot Into Recovery
Flash as usual
If you ever flash Magisk before, it got deleted. Reflash magisk or keep unrooted, that's up to you
Reboot
If you face the 'there is a problem with your device' (AOSP GSI), simply ignore it
5. Bugs
You tell me If you want to report, please send me last_kmsg from /proc and logcat when doing the bug. Syslog is helpful too.
6. FAQ
A: Does my data will going to deleted when installing this kernel?
B: NO! The installer script is just replacing boot and dtbo partition, NOT DATA PARTITION. So data will safe.
A: Keep getting bootloop or infinity boot (enter the screen and then goes back to boot animation)!
B: Do you flash in GSI? What GSI you use? And you sure you flash this after Android 10 update, so the Q vendor is installed, not P?
A: You f*cking fake!! This is broken kernel!!
B: Dude, I tested this kernel my self! And it works properly. You want proof? Go to Post 3!!
A: Great! How I can help you? By donating?
B: See number 7 below
6. Screenshots
See Post 3
7. Donate
If you feel this kernel is helpful, and want to help me build by donating, here is the answer : Don't donate to me, donate to other people that more need donation. I'm not being rude, or don't want to be helped, or whatever. This kernel is builded in my free time, so I don't do this for job, but just my hobby
8. Source
Kernel : https://github.com/RedLine-Project/RedLine_j4ltejx
Defconfig: redline_defconfig
GCC: Google GCC 4.9, branch ndk-release-r17
My source is freely used for anyone. You can fork it, clone it, even build it without my permission. But, if you want to rebuild kernel, add other features, and share to somewhere, please add my credit! Atleast my XDA username, 'source forked from RedLine', or anything! It will be very appreciated
JOIN OUR GROUP IN TELEGRAM :
• Samsung Galaxy J4 Group : t.me/SamsungGalaxyJ4
• RedLine Project Channel : t.me/redlinep_channel
9. Thanks to
Allah SWT
My beloved parents and family
@asarre , for helping me to overclock
@AlexGeek3 , his commit is very useful for my kernel
All of Samsung Galaxy J4 telegram group's member
My tester
@osm0sis for AIK, @jcadduono for Dtbtool
And other!
Thanks for using this kernel! Cheers
EDIT 19/03/2021: Discontinued! The link is dead.
RedLine V2.0
This is just for avoiding forgot zip name. This release is only add 2 features.
Download Link: https://github.com/redline-dev/RedLine_j4ltejx/releases/tag/V2
All downloads: https://github.com/redline-dev/RedLine_j4ltejx/releases
Changelog:
Migrate to shell script installer. This allowing me to edit & tweak the kernel when installing, and better UI message
Added RTL8188EU & RTL8812AU for Kali NetHunter. Modules available in /sdcard/RedLine-stuff
================================
V1 NOT AVAILABLE, DUE TO WEBSITE DELETION. V2 IS AVAILABLE IN GITHUB
RedLine V1.0
Download Link : http://hendramanu.rf.gd/j4ltejx/RedLine-09_11_2020_16_51-j4ltejx.zip
All downloads : http://hendramanu.rf.gd/j4ltejx
Changelog:
- Initial build with :
CPU Overclocked to 1.7 Ghz
GPU Overclocked to 1.1Ghz (still bugged!)
Kali NetHunter support
HID support for Kali NetHunter
SELinux mode can be changed to Enforce (default) or Permissive
WireGuard Support
Boeffla Wakelock Blocker
Powersuspend Driver
Enable built-in available CPU Governors
Switchable fsync & Dynamic Fsync
GPU Voltage Control
Increased refresh rate to 65Hz
Graphic & Rendering Optimization
Sec Battery Control
Increased charging input
Disabled security
ZRAM lz4 support (default)
Screenshot taken from Bless GSI :
Reserved (Other things)
Excellent work, mate
asarre said:
Excellent work, mate
Click to expand...
Click to collapse
Thanks
Awesome
Great work bro. I am still waiting for an overclocked kernel for a51 tbh but anyways great work. Also you asked me about the dtbo support in ofox , was that to make this work with ofox?
Mirai_deku said:
Great work bro. I am still waiting for an overclocked kernel for a51 tbh but anyways great work. Also you asked me about the dtbo support in ofox , was that to make this work with ofox?
Click to expand...
Click to collapse
I'm not sure. At first I just flashing dtb to dtbo partition, with maybe expecting any different, but I think it is little bit useful.
But still can't install in twrp 3.2, since it Android O based (no system_root), so myb will edit the script.
And for A51, I already send query for samsung to release OneUI 2.5 / U4 source, but still no respond. If I develop now, it may useless because there is a chance will cause conflict when importing U4 source in future. And Exynos 9610 is something quite new to me, so need to learn kmsg, log, and dts.
Btw thanks
the link doesn't open bro
leoleeo said:
the link doesn't open bro
Click to expand...
Click to collapse
Fixed. My website is under deletion, and I upload release in GitHub. Check the new link.
will it work on the J5 Prime? since it has the same chipset (exynos 7570) and I would like to try it.
Agus0215 said:
will it work on the J5 Prime? since it has the same chipset (exynos 7570) and I would like to try it.
Click to expand...
Click to collapse
I think no, since it has different dts
the link is broken dude
batangllanos said:
the link is broken dude
Click to expand...
Click to collapse
Hi!
Yes, because it's discontinued. Even the source link is dead too. I'll change the status to discontinued in thread.
But I make new kernel: https://t.me/SamsungGalaxyJ4/13629. However it's still in testing phase, but will released if I have time.
Thanks!
hendramanu said:
Hi!
Yes, because it's discontinued. Even the source link is dead too. I'll change the status to discontinued in thread.
But I make new kernel: https://t.me/SamsungGalaxyJ4/13629. However it's still in testing phase, but will released if I have time.
Thanks!
Click to expand...
Click to collapse
thank, but why is this discontinued?
batangllanos said:
thank, but why is this discontinued?
Click to expand...
Click to collapse
Busy and got messed up
hendramanu said:
Busy and got messed up
Click to expand...
Click to collapse
Oh, okay

[KERNEL] [SM-T870] Quantic Kernel for Galaxy Tab s7 (WiFi only) [4.19.113]

Welcome to Quantic a Kernel built specially for Galaxy Tab s7 (WiFi) codename: SM-T870
One of the most used kernel on Custom ROMS on Xiaomi Mi 9, POCO F2 Pro, Mi 10T Pro, POCO F3 Pro, chosen by developers , built from scratch with source provided by email from Samsung OSS service/B]​
/* I'm not responsable for any damage on your device, for X or Y reason, also I'm not responsable if you loose your alarm and got fired and also the thermonuclear war, anything like that, installing this kernel you renounce to make me responsable of any unwanted behavior of your device */
/*Compatible ONLY with Android 11*/
Hi everyone, I want to introduce you my new kernel named Quantic-Kernel, this is my personal build kernel with my prefered features. Hope everyone enjoy it and I'll be maintaining it so people can used it (See details below)
FEATURES
Reduced logging events
Performance Improvements on scheduler
Enabled ZRAM with lz4 compressor
Upstreamed lz4 compressor
readahead optimizations
Android Binder tweaks
Optimized memory allocations
Reduced kernel weight
Optimized CAF CPU BOOST with my personal tweaks using Sultan's kthread affine API's
FIX CPU Capacity issues
Added Drag Kernel GPU Overclock table.
RCU Backports from mainline kernel.
Wireguard Enabled
Devfreq boost enabled and aligned with CAF sched_boost powerhal. Enjoy lag free UI experience with no frame drops.
Using efficient frequencies for kona (disabled 865+ overclock on CPU temporarily).
Support for 24 bits audio
Patched warranty flags on kernel, so knox status and warranty status are spoofed at boot stage.
Removed kperfmon debug driver
Removed lag UI when low battery
INSTALLATION PROCEDURE
Download FK Manager
Flash Quantic-Kernel_rX.zip
Reboot
Enjoy it
BUGS:
Boot time takes too much (trustzone doing his nasty stuff)
DOWNLOAD HERE
https://github.com/Official-Ayrton990/android_kernel_samsung_sm8250/releases/tag/r1.0
TELEGRAM CONTACT
https://t.me/Ayrton990 <-- Personal TG
https://t.me/AyrtonChat <-- Discussion group for support
Thanks List
To kdrag0n
To Kerneltoast
To alk3pInjection
To DragKernel's dev
To the awesome community in telegram of developers of Samsung sm8250
XDA:DevDB Information
Quantic Kernel for Galaxy Tab s7 (WiFi only)
Contributors
Ayrton990
Source Code: Github KONA-DEVS
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: r2
Beta Release Date: 2020-11-29
Created 2020-11-22
Last Updated 2020-11-29
Reserved
Reserved 2
Looks like awesome work! I'm excited to see the performance on others tab S7 devices! Any plans to support SM-T970 tab S7+ wifi?
Kernel nice ..... could use help with twrp
deleted
Does this overwrite the entire operating system? Does it add some tweaks to the current operating system? I'm a little confused about what flashing this does. And since we don't have TWRP for this device I don't want to mess up my current set up. Thanks.
Latest release boots on T875BUK2. Device seems to be fine, 4G also works.
Edit: Well, apart from the kernel panic whenever the device wakes up from sleep. Since its not for T875, I guess trying it isnt a very bright idea then..
Why A11. Mostly every 1 on A12.
gerabbi said:
Does this overwrite the entire operating system? Does it add some tweaks to the current operating system? I'm a little confused about what flashing this does. And since we don't have TWRP for this device I don't want to mess up my current set up. Thanks.
Click to expand...
Click to collapse
If you don't know what flashing a custom kernel will do to your device, it as well not be important at all for you to flash it. Just use your device stock.
ekin_strops said:
If you don't know what flashing a custom kernel will do to your device, it as well not be important at all for you to flash it. Just use your device stock.
Click to expand...
Click to collapse
I don't know. It's why I asked the question as to what this does? Your response didn't really address my question, though I appreciate the response. This is only a kernel and not the full rom? What is the advantage to flashing this compared to root with magisk?
gerabbi said:
Does this overwrite the entire operating system? Does it add some tweaks to the current operating system? I'm a little confused about what flashing this does.
Click to expand...
Click to collapse
XDA Rule #1: Search before posting.
Ayrton990 said:
Welcome to Quantic a Kernel built specially for Galaxy Tab s7 (WiFi) codename: SM-T870
One of the most used kernel on Custom ROMS on Xiaomi Mi 9, POCO F2 Pro, Mi 10T Pro, POCO F3 Pro, chosen by developers , built from scratch with source provided by email from Samsung OSS service/B]​
/* I'm not responsable for any damage on your device, for X or Y reason, also I'm not responsable if you loose your alarm and got fired and also the thermonuclear war, anything like that, installing this kernel you renounce to make me responsable of any unwanted behavior of your device */
/*Compatible ONLY with Android 11*/
Hi everyone, I want to introduce you my new kernel named Quantic-Kernel, this is my personal build kernel with my prefered features. Hope everyone enjoy it and I'll be maintaining it so people can used it (See details below)
FEATURES
Reduced logging events
Performance Improvements on scheduler
Enabled ZRAM with lz4 compressor
Upstreamed lz4 compressor
readahead optimizations
Android Binder tweaks
Optimized memory allocations
Reduced kernel weight
Optimized CAF CPU BOOST with my personal tweaks using Sultan's kthread affine API's
FIX CPU Capacity issues
Added Drag Kernel GPU Overclock table.
RCU Backports from mainline kernel.
Wireguard Enabled
Devfreq boost enabled and aligned with CAF sched_boost powerhal. Enjoy lag free UI experience with no frame drops.
Using efficient frequencies for kona (disabled 865+ overclock on CPU temporarily).
Support for 24 bits audio
Patched warranty flags on kernel, so knox status and warranty status are spoofed at boot stage.
Removed kperfmon debug driver
Removed lag UI when low battery
INSTALLATION PROCEDURE
Download FK Manager
Flash Quantic-Kernel_rX.zip
Reboot
Enjoy it
BUGS:
Boot time takes too much (trustzone doing his nasty stuff)
DOWNLOAD HERE
https://github.com/Official-Ayrton990/android_kernel_samsung_sm8250/releases/tag/r1.0
TELEGRAM CONTACT
https://t.me/Ayrton990 <-- Personal TG
https://t.me/AyrtonChat <-- Discussion group for support
Thanks List
To kdrag0n
To Kerneltoast
To alk3pInjection
To DragKernel's dev
To the awesome community in telegram of developers of Samsung sm8250
XDA:DevDB Information
Quantic Kernel for Galaxy Tab s7 (WiFi only)
Contributors
Ayrton990
Source Code: Github KONA-DEVS
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: r2
Beta Release Date: 2020-11-29
Created 2020-11-22
Last Updated 2020-11-29
Click to expand...
Click to collapse
I flashed it to my sm-t870 now it won't boot. Please help
Hempster18 said:
I flashed it to my sm-t870 now it won't boot. Please help
Click to expand...
Click to collapse
RIP. I’ll play the tiny violin for you while you put it in download mode via the key combo and restore it with Odin and the firmware files from Sammobile
This kernel is a monster!! Thanks

Categories

Resources