[EOL][KERNEL][ONCLITE/ONC][10-13+][AOSP] CHIDORI-KERNEL

Search This thread

photo_2021-05-16_21-49-45.jpg

CHIDORI KERNEL FOR REDMI7

Chidori kernel is a kernel that aims to provide the following:


- better battery backup without sacrificing performance
- better ram management
- better temperature handling
- more!


EOL (End On Life) Chidori from Redmi 7


KERNEL FEATURES:

Custom IO Schedulers, CFQ IO scheduler - as default
TCP BBR - as default
Adaptive LMK
Powersuspend driver by Yank555
Display power down mode
AdrenoBoost driver by flar2
ZRAM and other Memory improvements - ( default zram zstd)
Adds the HL (for IPv6) and TTL (for IPv4) targets
More!​

How to Flash Kernel?​

1. Take a Backup of your dtbo.img and boot.img via recovery
2. Reboot to recovery and Flash Chidori-Kernel-onclite-yyyy.zip via recovery
- yyyy - date
3. Reboot!

DOWNLOAD:​


PLEASE READ: THIS KERNEL IS ONLY FOR GSI AND AOSP BASE ROM.
ADD SPECIAL VERSION FOR MIUI 11 ANDROID 10

SOURCE CODE:
GITHUB

CREDITS:​

@Dhina_17, @KostyaJRZ, @johnmart19, @DfP_DEV
 
Last edited:
UPDATE CHIDORI KERNEL
Changelogs :
Code:
   / 2021-05-18
• Fix WI-FI hotspot
• Switch to fq_codel queue discipline
• Remove CONFIG CFG80211 INTERNAL REGD
• Initialize sw_pta before vos_open
• Remove WLAN_FEATURE_HOLD_RX_WAKELOCK feature
• Optimize select_idle_core()
• add missing bracket to fix compiler errors
• Fix printk() message errors
• kernel: initialize and free cpufreq stats properly
• drivers: qpnp-fg: Cleanup unused debug on FG drivers
• Merge tag 'LA.UM.9.6.2.r1-04600-89xx.0' WIFI
• cpufreq: schedutil: Fix iowait boost reset
• cpufreq: schedutil: Use unsigned int for iowait boost
• cpufreq: schedutil: Make iowait boost more energy efficient
Join My Telegram Group : https://t.me/craft_rom
 
  • Like
Reactions: keemi
UPDATE CHIDORI KERNEL FOR MIUI
Changelogs :
Code:
   / 2021-07-25
• Upstream Linux 4.9.235
• Hide magisk mounts for IsolatedService 
• Block access to mounts for "IsolatedService" 
• Make iowait boost more energy efficient for schedutil
• Boost DDR bus when committing a new frame
• Relax CPU latency requirements to save power
• Introduce devfreq boost driver
• Add GPU input-boost feature 
• Add adrenoboost parameter 
• Boot with all cpus
• Add missing DT overlay and set correct freq table names
• Correct CPU voltages (undervoltage)
• Enable bbr, westwood and other TCP Algorithm 
• Enable Auto Cut Charger 
• Enable vDSO 
• lz4, lz4hc, lzo Crypto algorithms
• extFAT, sdFAT file system
• CAF WLAN/AUDIO tag LA.UM.9.6.2.R1-03600
• Update LZ4 compressor module
• Introduce and enable by default the BFQ I/O sched
• Enable HL/TTL target support
• Added support for TTL fixation
• Introduce and enable Dynamic Schedtune Boost 
• Introduce and enable CPUSet Assist
• Some fix for schedutil
• Increase Charging Speed
• Enable kernelspace battery saver
• Disable hw_random,enable srandom
Join My Telegram Group : https://t.me/craft_rom
 
  • Like
Reactions: keemi

Jonarius

New member
Feb 8, 2021
2
1
im using redmi 7 onclite with nusantara project [an aosp based with android 11] it makes the whole phone respond faster than usual its nice
 
  • Like
Reactions: melles.android

ipankun

New member
Feb 2, 2021
3
0
That Sounds Good. But, Why My WiFi doesn't working?:(
When I'm Turn on Wifi On my MIUI 11 A10. The wi fi turning off by itself:(
 
UPDATE CHIDORI KERNEL FOR MIUI
Changelogs :
Code:
   / 2021-12-29
• Optimized the regulator for good performance
• Silence log spam when a CPU is brought up 
• add synchronized rgb control
• Calculate battery more linearly
• Play with throttling a bit
• replace instead of remove for SafetyNet CTS pass
• Patch SafetyNet flags
• Patch vbmeta device state flag for SafetyNet
• Rework scheduling setup
• Add Drivedroid Support
Join My Telegram Group : https://t.me/craft_rom
 
  • Like
Reactions: keemi

Darwin365

Member
Jul 20, 2018
14
1
what i meant by root directory is the sourceforge link sorry if im not clear
 
Last edited:

Darwin365

Member
Jul 20, 2018
14
1
so if im running aosp android 11 should i be using the one thats in the root directory or the one in the android 11 folder cause it seems like the one in the root directory is more up to date
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4

    photo_2021-05-16_21-49-45.jpg

    CHIDORI KERNEL FOR REDMI7

    Chidori kernel is a kernel that aims to provide the following:


    - better battery backup without sacrificing performance
    - better ram management
    - better temperature handling
    - more!


    EOL (End On Life) Chidori from Redmi 7


    KERNEL FEATURES:

    Custom IO Schedulers, CFQ IO scheduler - as default
    TCP BBR - as default
    Adaptive LMK
    Powersuspend driver by Yank555
    Display power down mode
    AdrenoBoost driver by flar2
    ZRAM and other Memory improvements - ( default zram zstd)
    Adds the HL (for IPv6) and TTL (for IPv4) targets
    More!​

    How to Flash Kernel?​

    1. Take a Backup of your dtbo.img and boot.img via recovery
    2. Reboot to recovery and Flash Chidori-Kernel-onclite-yyyy.zip via recovery
    - yyyy - date
    3. Reboot!

    DOWNLOAD:​


    PLEASE READ: THIS KERNEL IS ONLY FOR GSI AND AOSP BASE ROM.
    ADD SPECIAL VERSION FOR MIUI 11 ANDROID 10

    SOURCE CODE:
    GITHUB

    CREDITS:​

    @Dhina_17, @KostyaJRZ, @johnmart19, @DfP_DEV
    1
    It's compatible with android 11 based roms like Lineage OS 18.1 or PixelPlus UI?
    Yes
    1
    UPDATE CHIDORI KERNEL
    Changelogs :
    Code:
       / 2021-05-18
    • Fix WI-FI hotspot
    • Switch to fq_codel queue discipline
    • Remove CONFIG CFG80211 INTERNAL REGD
    • Initialize sw_pta before vos_open
    • Remove WLAN_FEATURE_HOLD_RX_WAKELOCK feature
    • Optimize select_idle_core()
    • add missing bracket to fix compiler errors
    • Fix printk() message errors
    • kernel: initialize and free cpufreq stats properly
    • drivers: qpnp-fg: Cleanup unused debug on FG drivers
    • Merge tag 'LA.UM.9.6.2.r1-04600-89xx.0' WIFI
    • cpufreq: schedutil: Fix iowait boost reset
    • cpufreq: schedutil: Use unsigned int for iowait boost
    • cpufreq: schedutil: Make iowait boost more energy efficient
    Join My Telegram Group : https://t.me/craft_rom
    1
    Free RAM with Chidori
    Screenshot_20210519-115622_Загрузчик_OnePlus.png
    1
    Add full work version special for MIUI 11 Android 10
    Screenshot_2021-07-20-12-30-02-855_com.android.settings.jpg