[KERNEL][11.0.0] Sultan Kernel [June 16, 2022]

Search This thread
This kernel is good if not excellent. I can see a very huge difference in battery life on my device (4XL), I have been using kirisakura and clean slate.... and even those don't really improve battery life. I also had a pixel 5 which I returned but I can say the battery on this kernel comes close to pixel 5. Dont ask about SOT because that is purely case by case depending on your own use.
 

htth211101

Member
Jan 30, 2021
13
0
Can this kernel be configured on clean state or any apps can support config setting for this kernel? And Does it really improve battery life because I'm using pixel 4 xl and On-Screen time can only run around 5h
(Turn on AOD, 90hz, switchingWifi, and LTE frequently, auto-brightness )
 

Sultanxda

Recognized Developer
Can this kernel be configured on clean state or any apps can support config setting for this kernel? And Does it really improve battery life because I'm using pixel 4 xl and On-Screen time can only run around 5h
(Turn on AOD, 90hz, switchingWifi, and LTE frequently, auto-brightness )

What are you trying to configure? The idea with this kernel is that you shouldn't bother configuring it at all.
 

wrongway213

Recognized Dev & Contributor / Retired Forum Mod
Jul 27, 2014
5,123
9,011
35
Canton, OH
Google Pixel 7
Some people who don't have experience with how this works may see all the hotfixes and think "what's going on?" There's something SUPER important to note as a developer myself:

Hotfix builds = very competent development. Recognizing bugs in your code and fixing them promptly may make it appear that you're making more errors than others - what it really means is you're catching more errors - not making more errors. Lastly - putting stability before ego is something not enough Devs do. A lot of Devs just leave bugs like this until their next planned release.

Thanks very much for fixing things as they come & keeping us all informed & up to date!
 

htth211101

Member
Jan 30, 2021
13
0
I've already installed kernel on my pixel 4xl but Safetynet seems not to be passed? So Did this kernel install successfull
 

linzeze

New member
Nov 10, 2017
1
1
[QUOTE =“ blue2018,文章:84417185,成員:6318529”]
大約2月更新已發布,此內核是否仍適用?
[/引用]
回覆您的問題
我使用一月內核 Sultan-kernel-floral-R-20210131鏈接二月更新。
正常沒問題
 
Last edited:
  • Like
Reactions: Mrcactuseater

gotty91

Senior Member
Jul 6, 2015
59
3
This frequencies for CPU cluster are correct??
 

Attachments

  • Screenshot_20210205-151507.png
    Screenshot_20210205-151507.png
    209 KB · Views: 120

Top Liked Posts

  • There are no posts matching your filters.
  • 30
    Code:
    /*
    * Your warranty is no longer valid, unless you lie.
    *
    * I am not responsible for bricked devices, strained relationships,
    * 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.
    *
    */

    This is a no-frills custom kernel for the Pixel 4 and Pixel 4 XL designed to be used with the stock ROM and custom Android 11 ROMs. It's intended to be a simple replacement for the stock kernel that brings several under-the-hood enhancements. This kernel is not meant to be customized by users.

    Changelogs for each update can be found in the 2nd post of this thread.

    Features:

    • Full real-time preemption (PREEMPT_RT), which makes the kernel as responsive and stutter-free as possible
    • Compiled with GCC 12.1 from the Arch Linux repository
    • Built with Link Time Optimization (LTO) for improved overall kernel performance
    • Built with Dead Code Elimination (DCE) to shrink the kernel's size by removing unused code
    • Removed lots of excessive bloat (improves security and performance)
    • Simple LMK, a custom low memory killer that improves memory management
    • Optimized CPU frequencies and EAS energy model for improved performance and battery life
    • WireGuard, a next generation secure VPN tunnel
    • Passes SafetyNet bootloader unlock check
    • Improved gaming performance
    • Improved overall system fluidity and graphics performance
    • Improved stability
    • Many other miscellaneous improvements not listed here

    Source code:
    11.0.0-sultan branch: https://github.com/kerneltoast/android_kernel_google_floral

    Credits:
    • zx2c4 (for WireGuard)
    • osm0sis (for AnyKernel3)
    • kdrag0n (for quite a few useful commits)
    • If your name should be here and it isn't, then replace my camera with a OnePlus 3

    Installation instructions:
    You can flash this kernel normally in TWRP, LineageOS recovery, or Franco Kernel Manager.

    Telegram group:
    https://t.me/sultanskernel

    Downloads:
    Latest kernel
    14
    Changelog:

    June 16, 2022:
    *Fixed rare random reboot into the bootloader when turning on or rebooting the phone sometimes
    *Fixed several rare random reboots during normal usage, caused by PREEMPT_RT

    Old changelogs:

    June 1, 2022:
    *Fixed random reboots introduced in the previous build

    May 11, 2022:
    *Fixed performance regression that worsened GeekBench scores
    *Fixed very rare random reboots caused by zRAM
    *Fixed potential lags when exiting the camera
    *Now built with GCC 12.1 instead of 11.3

    May 4, 2022:
    *Fixed rare delays of up to 20 seconds when trying to wake the phone from deep sleep
    *Improved wake speed when waking the phone while it is entering deep sleep

    May 1, 2022:
    *Fixed some mistakes related to Pixel Visual Core power management

    April 30, 2022:
    *Fixed frequent random reboots for users who migrated from Kirisakura
    *Removed Android version check from the installer zip
    *Fixed random reboots and freezes during deep sleep

    April 24, 2022:
    *Enabled full real-time preemption (PREEMPT_RT) to make the kernel as responsive and stutter-free as possible
    *Optimized several sources of micro-stutters in the kernel
    *Switched the deep sleep mode to s2idle, which makes the phone wake up from deep sleep faster
    *Improved thermal management by disabling CPU isolation, which was a feature used by the thermal driver that degraded performance while gaming and actually increased heat output
    *Improved graphics performance
    *Now built with GCC 11.3 instead of 11.1

    October 18, 2021:
    *Merged September Security Bulletin fixes (October didn't have any kernel changes)
    *Improved memory management performance
    *Improved system performance while using the camera
    *Fixed a regression that caused worsened battery life
    *Fixed video calling causing the entire UI to freeze with some apps

    August 23, 2021:
    *Merged August Security Bulletin fixes

    July 25, 2021:
    *Fixed front camera not working when using the Social Media Depth feature in Google Camera

    July 10, 2021:
    *Merged July Security Bulletin fixes
    *Now built with GCC 11.1 instead of 10.3
    *Improved Simple LMK responsiveness and accuracy, to only kill apps when it's really needed

    May 6, 2021:
    *Merged May Security Bulletin fixes
    *Improved Simple LMK for better memory management (for example, games are less likely to be killed when multitasking while playing)
    *Further improved scheduler performance for better overall system performance
    *Further improved performance of Unity-based games (such as Genshin Impact)

    April 6, 2021:
    *Merged April Security Bulletin fixes
    *Fixed some apps not working with the previous update

    March 21, 2021:
    *Improved scheduler performance for better overall system performance
    *Improved performance of Unity-based games (such as Genshin Impact)

    March 4, 2021:
    *Re-enabled BPF JIT compiler to improve gaming and overall system performance

    March 1, 2021:
    *Merged March Security Bulletin fixes
    *Fixed a bug where parts of the screen would erroneously remain dim in some apps
    *Improved graphics performance
    *Improved storage access latency
    *Improved touch latency
    *Improved overall system fluidity and power consumption

    February 8, 2021:
    *Added back missing thermal mitigation drivers to fix overheating

    February 6, 2021:
    *Merged February Security Bulletin fixes
    *Further reduced overall system jitter

    January 31, 2021:
    *Fixed a bug in the ashmem rewrite that broke some system-wide sound effects

    January 30, 2021:
    *Added back support for prototype units
    *Fixed a scheduler bug that caused random stutters
    *Improved overall system fluidity
    *Rewrote anonymous shared memory driver (ashmem) for improved graphics performance

    January 16, 2021:
    *Initial release
    10
    New build is up.
    10
    neeeeeeeeeeeeeeew buiiiiiiiild
    9
    New build up with improved scheduler performance and gaming performance for Unity-based games.