[KERNEL][7.1.x][WEEKLIES] Electron Kernel for Angler [v15][August18th][SPECTRUM] - Nexus 6P Original Android Development

This is a flash and go kernel, please do not tweak options unless you are an advanced user.
Weeklies: Weeklies are provided automatically via a Jenkins server, and uploaded to GitHub here https://github.com/frap129/angler-weeklies.
To download a weekly, click on the latest weekly zip in the link above, then click "View Raw" to initiate the download.
Weeklies DO NOT replace stable releases. You can find the latest stable release in the downloads section below.
NOTE: Weekly builds are not guaranteed in any way, are untested, and possibly unstable (probably not though). By flashing a weekly, you agree to not receive support so that you can be on the bleeding edge of Electron.
Electron has Spectrum support! Spectrum is a simple and easy to use kernel management app. Though it was initially intended to be a companion app for Electron, Spectrum's innerworkings have been made public so that any developer can add spectrum support to their kernel! Checkout the Spectrum XDA thread or use the link the downloads section below!
Spectrum XDA Thread
Current features:
Chill Governor: A conservative based gov with boosting and sleep-state functions
Relaxed Governor: A chill based gov with more gradual boosting
Electron Governor: An interactive based governor with battery life and performance
Advanced governor tuning using Chill+Relaxed
Maple I/O Scheduler: A scheduler tuned for interactivity
Fingerprint Boost driver
Custom PowerHAL
Shadow Scheduling
Adreno Idler
CDG Congestion control algorithm
Spectrum support
Linux 3.10.107
Backported random driver from 4.1.39
KCAL Color Control
Wake Gestures
Sleep Gestures
Faux Sound Control
PDesire Audio 10.1
State Notifier
UFS Controller Boosting
Arch Power
Disabled FSync
Enabled Dcache word access
Enabled CleanCache driver
Optimiced String Routines
Reduced CPU load
Optimized Square Root
Improved Memory I/O functions
Hardlimit Max/Min frequencies
Optimized libraries
Power Efficient workqueues
Backported Zen Interactive tunings from Zen 4.10
FRandom driver
Fully tickless system (No kernel timer interrupt)
Improved ZRAM + ZSwap + ZPool
Improved backlight algorithm
F2FS support
GPU Display state awareness
Custom Linaro based GCC 7.1.1 Toolchain
Heavily tested complie-time optimizations
Various backports/patches/fixes
Installation:
1. Make sure you aren't running a custom kernel; dirty flash your ROM to revert to stock if necessary.
2. Make sure all kernel tweaking apps/scripts/tools will not apply options on boot.
3. Download the kernel zip
3. Reboot to recovery
4. Flash
5. Enjoy!
Reporting Bugs:
Please follow this guide by @The Flash . If reporting a crash/reboot, provide both a dmesg and ramoops. Otherwise, provide a logcat and dmesg. Guide
Download Electron:
AndroidFileHost
Download Spectrum:
Google Play
Known Issues:
None!
I would like to thank all of the great people whose support and help that I've received and whose work I've referenced to make this kernel a reality: FranciscoFranco, ak, RenderBroken, flar2, xanaxdroid, nathanchance, R3V3NT3CH, imoseyon, arter97, Faux123, DespairFactor, neobuddy89, show-p1984, and anyone I missed!
XDA:DevDB Information
Electron Kernel for Angler, Kernel for the Huawei Nexus 6P
Contributors
frap129
Source Code: https://github.com/frap129/angler
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 15
Stable Release Date: 2017-08-18
Created 2016-08-20
Last Updated 2017-08-18

Change Log
Changelog (full changelog on github):
September 10th, 2016:
Added many CAF Patches
Added Maple I/O Sched
Improved Chill CPU Governor
Enable Adreno Idler
Add ZenTune 4.5
Enable CleanCache Driver
Enable Fully tickless system
Add CDG Congestion algo
Misc more
September 7th, 2016:
Release 2
See features list for details (Kernel was rebased, no real 'changes')
August 19th, 2016:
Release 1
See features list for details

Technical information
In this post, I will add descriptions of my original kernel features for users and developers to reference.
Chill CPU Governor:
Chill is based on conservative, and has two main deviations: a frequency boost interface and sleep-state power savings. The boost interface uses count based boosting, not timer based. This means that after frequency has increased X (default is 10) times in a row, the governor pushes frequency to max in order to skip checking for the remaining steps and acts on a min/max principle. This often matches the speed of interactive with improvements to battery. The sleep-state power savings entail restricting frequency to min when the screen is off, although a sleep boosting interface may be added to help with loads caused by syncing while asleep.
Maple I/O Scheduler:
Maple is based on the Zen and Simple I/O schedulers. It uses Zens first-come-first-serve style algorithm with separate read/write requests and improved former/latter request handling from SIO. Maple is biased towards handling asynchronous requests before synchronous, and read requests before write. While this can have negative aspects on write intensive tasks like file copying, it slightly improves UI responsiveness. Like chill, maple also has power saving features. When the device is asleep, maple increases the expiry time of requests so that it can handle them more slowly, causing less overhead.
Relaxed CPU Governor:
Relaxed is based on chill, and has been altered in order to achieve more gradual frequency boosting. Relaxed uses a boost ceiling variable in order to achieve this. Rather than boosting straight to the max frequency, relaxed finds the difference between boost_counter and boost_ceiling, then boosts to max minus that difference. For example, if boost_count is 8 and boost_ceiling is 12, when boost_counter reaches 8, the cpu freq will boost to 4 (12-8) levels below max, then increase if needed until boost_counter reaches boost_ceiling. This governor doesn't completely replace chill, but is intended to be used alongside it. Since the lowest frequency on a57 cores uses more power than the highest freq on a53 cores, it is still valuable to use chill on a57 in order to complete a task as quickly as possible.
Electron CPU Governor:
Electron is based on the latest interactive from the MSM8994 CAF branch with upstream improvements from Google, Linaro, and Chromium. The main differences are the inclusion of 2 new tunables, powersave_bias and screen_off_maxfreq. These allow for more granular control of your devices frequency scaling than the standard interactive governor. There are also improvements from FranciscoFranco, Imoseyon, and Neobuddy89.
Fingerprint Boost driver:
FP Boost is a custom boosting driver based on cpu-boost by Sultanxda. When input is received from the fingerprint sensor, all available cores are boosted to max frequency for 3 seconds in order to reduce the fingerprint scanner delay and wakeup lag.

Heck Yeah! Looking forward to running this!

Sounds awesome! Kudo's

Looks like we have a new kid on the block!
Thanks for sharing your work

frap129 said:
Changelog (full changelog on github):
August 19th, 2016:
Release 1
See features list for details
Click to expand...
Click to collapse
Does it work on N?

primo14z said:
Does it work on N?
Click to expand...
Click to collapse
Please read the title of the thread.

Added to Nexus 6P index thread:
[INDEX] Huawei Nexus 6P

frap129 said:
Please read the title of the thread.
Click to expand...
Click to collapse
So SORRY!! it was 5 am when i asked , sorry :/

frap129 said:
Please read the title of the thread.
Click to expand...
Click to collapse
He's just too excited

frap129 said:
...Known Issues:
Defaults not setting on boot
...
Click to expand...
Click to collapse
What does this mean, exactly? Says it's "flash and go", which appeals to me, but if the pre-tuned settings don't boot... Am I misunderstanding? Thanks, BTW!
Nexus 6P

jesssiii said:
What does this mean, exactly? Says it's "flash and go", which appeals to me, but if the pre-tuned settings don't boot... Am I misunderstanding? Thanks, BTW!
Nexus 6P
Click to expand...
Click to collapse
The default settings do boot, but on some ROMs the governor gets overridden at boot, so it gets changes back to interactive.

primo14z said:
So SORRY!! it was 5 am when i asked , sorry :/
Click to expand...
Click to collapse
dex2grigg said:
He's just too excited
Click to expand...
Click to collapse
It's all good

I may give this a go with my reflash of PureNexus soon

I'm trying it out, thanks.

Link not working.

OmegaBlaze said:
Link not working.
Click to expand...
Click to collapse
Link works fine for me, just opened it in Chrome. Basketbuild may be having issues but I was able to download just fine.

nathanchance said:
Link works fine for me, just opened it in Chrome. Basketbuild may be having issues but I was able to download just fine.
Click to expand...
Click to collapse
View attachment 3849038

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

[KERNEL] Fancy Kernel r60 [Android JB+KK] [F2FS/EXT4] [Linux 3.0.101+] [OCT-24-2014]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi and welcome to fancy kernel. My name is Boy Petersen and I'm building this kernel with the following three main goals: good battery life, reliability and a smooth and snappy user experience.
Feature list:
Based upon:
latest AOSP/CM11 kernel source
selected Cyanogenmod patches
Latest Linux 3.0 version (3.0.101)
selected patches from the device's chipset vendor Texas Instruments
selected patches from Google
selected backport-patches from Linux 3.4
CPU:
CPU frequencies: 224, 384, 537, 729, 1036, 1228, 1344, 1420, 1536 MHz (default on boot: 224 - 1228)
control to set a minimum CPU frequency for screen-on (default: 384 MHz)
Will help with smoothness and responsiveness when you use the phone. When screen is off, however, 224 MHz frequency is used as well.
CPU governors: ondemandplus (more info), interactive (default), ondemand, powersave, performance
ondemandplus is an ondemand- and interactive-based governor that has additional power-saving capabilities while maintaining very snappy performance.
ARM CPU topology: multi-core scheduling (enabled by default; saves battery by scheduling load among the CPU cores; more info)
temperature control
GPU & Display:
GPU frequency control: 307, 384 (default), 512 MHz
color, contrast and gamma contols
sane and natural looking color settings
I/O & memory:
F2FS support
ASRAM memory reclaim, giving you 744mb available RAM with a fully functional device
I/O schedulers: SIOplus (default), deadline, noop, row, bfqv5, cfq
updated HSMMC & OMAP4 NAND drivers (improve disk performance)
tuned LPDDR RAM timings (+10% throughput; more info)
optimized ext4 mountings
Android 3.4 low memory killer
ultra kernel samepage merging (UKSM; enabled by default)
fsync toggle
zRAM from 3.7 kernel (with fast LZ4 compression)
improved memory handling routines (memset, memzero, ...)
switch to disable the MMC CRC checking (more info)
Network:
TCP congestion control algorithms: westwood (default), cubic, reno
DTIM skip override (what it is and how it works)
Misc:
custom voltage control
timer slack feature (what does it do?)
fast charge
vibration strength control
sound control (high performance sound, volume boost)
battery life extender (BLX)
various performance and battery life tweaks
init.d support (no matter if the ROM supports it or not)
elevated systemui priority
module support (for slide2wake / PGM, e.g.)
more things... go check the source if you're interested.
compiled with Google GCC 4.7 toolchain (from Android NDK r9)
optional anykernel2 package by osm0sis for Android 4.3 and 4.2 compatibilty
Download links:
Major release for Android 4.2/4.3/4.4 (latest version: r60)
Release post: click here
IMPORTANT: Please read this post to find out which of the two files (fixed RAMdisk or anykernel2) you need!
Android 4.4 (fixed RAMdisk) Mirror #1: boypetersen.de
Android 4.4 (fixed RAMdisk) Mirror #2: mediafire.com
md5sum: 6b97f24357137d91768ad8c4d245e894
Android 4.2 / 4.3 / 4.4 (anykernel2) Mirror #1: boypetersen.de
Android 4.2 / 4.3 / 4.4 (anykernel2) Mirror #2: mediafire.com
md5sum: 0927620e85648bb98f910ac95e9bc74b
__________________________________________________
Older versions
boypetersen.de
__________________________________________________
Notes:
Compatible to:
all Galaxy Nexus devices (maguro, toro, toroplus)
all Android 4.2, 4.3, 4.4 based ROMs
both EXT4 and F2FS filesystems
Installation:
Flash the provided zip file with TWRP or CWM. If you're in doubt which file (fixed RAMdisk or anykernel2) is the right one for you, read this post
Having problems? Please give informative feedback, so that I or other users can understand what exactly is wrong and under which circumstances.
Changelog:
r59 >> r60
cpufreq: ondemandplus: adaptive timer_rate improvements (fixed some code of which I long knew it wasn't that good. The governor feels a little more responsive now)
tuna: very slightly relax ram timings (few users reported some instabilities which have been fixed by this)
reenable HDMI mirroring on GNexus portrait dock
ramdisk: replace new charger binary with previous one (-> charging percentage display works again)
ramdisk: retry moving systemui to parent task group 10 times (may help with the issue it stays in the "apps" group, as someone reported)
Click for full change log
Knowledge-base:
Most settings can be controlled with kernel settings apps. Trickster MOD fully supports fancy kernel. With it you can control:
CPU min frequency
CPU max frequency
CPU max screen-off frequency
CPU min screen-on frequency
GPU frequency
CPU governor
CPU governor tunables
I/O scheduler
read-ahead buffer
TCP congestion algorithm
CPU multi-core scheduling
fast charge
sound control
battery life extender
fsync
vibration strength
custom voltage
temperature control
color, contrast, gamma, content-adaptive brightness
zRAM
ondemandplus basics and tunables
ARM CPU topology: multi-core scheduling explained ('Multi core power saving' in Trickster MOD)
launcher white list to make your launcher 'unkillable'. Also: How to disable the white list
WiFi: DTIM skip override
LPDDR RAM timings tuning
timer slack feature: what does it do?
frandom: why it is not included in this kernel
init.d: how to use it
MMC CRC control: what it does and how to use it
Chit-chat:
What ROM / computer OS am I running?
People ask me this sometimes. On my Galaxy Nexus, I'm running Cyanogenmod 11 Nightlies and obviously Fancy Kernel. On my home PC (my Android build environment), I'm running Ubuntu 13.10.
Why did I name it 'fancy kernel'?
Because I do not want to use some random fancy name, but somehow have to give the kernel a name that is easily remembered. So after some self-irony involvement, I picked this ****ty name :>
What is so special about this kernel?
It offers superb battery life with a smooth and stable user experience. I am aware that all kernels claim that. Just try, see for yourself and report back. Innovations of this kernel are e.g. the screen-on min frequency setting, the ondemandplus governor and the SIOplus scheduler, since I implemented them myself. Also, I wanted many other improvements that exist across the several great kernels around XDA. After all, this kernel is based on other people's work for like 95 percent (like most kernels are).
Why did I build this Kernel initially?
Well that's rather easily answered. I used to use Franco kernel (which I really liked), but I wanted a kernel for myself which fits exactly to my needs. In particular, I especially wanted working hotplug, GPU OC controls, the option to set a minimum screen-on frequency and several hardcoded settings.
Oh, and yes: I built the kernel because I had fun doing so. But be not mistaken that I am a 'playaround kid': I dislike pulling in every little mod someone made. What I want is stability.
After some time I realized hotplugging would not be stable. After that I wrote the ondemandplus governor to save battery.
Why did I release it if I built it for myself?
I did not plan to release it at first. But I decided to release it since there was this one new feature (as named before: the screen-on min frequency control). I thought 'maybe it can contribute to others as well.' Also, maybe people like my compilation. Sharing is caring :>
Announcement:
The thread now has more than 1.000.000 hits! This is awesome, thank you for your interest!
Credits for code: Cyanogenmod, Google, kernel.org, Texas Instruments
bsmitty83, edoko, Ezekeel, faux123, franciscofranco, gokhanmoral, gwindlord, Huexxx, imoseyon, mpokwsths, osm0sis & Franco Dev Team, TeamHorizon
Credits for the Fancy Updater app: Parthipan Ramesh
Credits for the logo/artwork: DaNi_!
Source (including defconfig and RAMDISK): https://github.com/boype/kernel_tuna_kk44
A shout-out to the donators who help me pay the file hosting and buy me beer: 1haumann1, aaamador, agritux (2x), akaria, Bastian L., bigknowz, Blackcrx, creeve4, Fabio A., Ferhat Uğur C., James F., jsage, kuyam, Lancez, mpokwsths, n2rjt, nailz420 (2x), okanb3, omid900, rcozzi, Taomyn, teleplasma
Do you like my work? Hit 'thanks' and/or rate this thread with 5 stars.
Has my work improved your user experience? Consider a small donation.
Please do not PM me with questions, post in the thread instead.
XDA:DevDB Information
[KERNEL] Fancy Kernel r60 [Android JB+KK] [F2FS/EXT4] [Linux 3.0.101+] [OCT-24-2014], Kernel for the Samsung Galaxy Nexus
Contributors
boype
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: r60
Stable Release Date: 2014-10-24
Created 2014-10-12
Last Updated 2014-10-24
downloading now , will share results in a few charges !
I usually stick with a couple certain kernels, because every time I try one outside of my 'safe' kernels, they don't play nice with my device.
I've decided to give this kernel a chance, mainly because it's new and I have the day off to test it out.
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
Who knowz m not becoming a part of a great thread in the future..lets try this out
Sent from my Galaxy Nexus using xda premium
Trying this kernel for 2 days.
I can say, wonderful work.
Thanks boype!
Running it now at 192/1420 with 537 as max screen off. Pegasusq and bfq. GPU = 384 and SR remains on.
Can't tell how battery life is, as I just installed it. Charging phone back to 100 right now.
It is very smooth and responsive from what I've done so far though. Going to keep with this kernel for a couple days, see how it compares to my fall back, LeanKernel + Tweaks. So far, so good though.
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
anybody test NFS17 game on this kernel?
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
Wow, sound great
So, Can i flash it over stock 4.2.1 ?
thebogy said:
Wow, sound great
So, Can i flash it over stock 4.2.1 ?
Click to expand...
Click to collapse
As long as you are rooted, I don't see why you wouldn't be able to. I'm pretty sure being rooted is all you need to flash a kernel.
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
great kernel !
keep it:thumbup:
Sent from my Galaxy Nexus using xda premium
pgm support?
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
yes.
Sent from my Galaxy Nexus using xda premium
I'll give it a try but won't stick with it until an Stable release of CM10.1 is available, because I'm updating at every 3 nightlies and this kernel with an stable release of CM10.1 should be a monster. (and obviously I don't want to reflash it every new nightly.)
I liked it! I hope for further development of this kernel! Good luck! :good:
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
I would be regularly sharing my experience about this kernel..really smooth undoubtedly.. Just had first SoD..
Sent from my Galaxy Nexus using xda premium
try it now :good:
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
dratif said:
I would be regularly sharing my experience about this kernel..really smooth undoubtedly.. Just had first SoD..
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
On which governor? Default settings? Did you UV? Some more info please
Verstuurd van mijn Galaxy Nexus met Tapatalk
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
Hy
I want to try this new kernel,
But i dont see volume boost in the features list, it's just missing in changelog, or no volume boost inside ?
Thanks
Sent from my Galaxy Nexus using xda premium
Re: [KERNEL][4.2] Fancy Kernel (Rel. #1) (JAN-24-2013)
Just flashed this kernel. The speed seems to be really great! I hope the battery life is equal to this
Verstuurd van mijn Galaxy Nexus met Tapatalk
dratif said:
I would be regularly sharing my experience about this kernel..really smooth undoubtedly.. Just had first SoD..
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Overclocked CPU or GPU? If yes, I need to increase voltages.

[KERNEL] Golden Kernel | 1.8.3 | 3.0.101+ | 4.3/4.4 | Milestone XXH10K2 | 25 -12-2013

---------------------------------------------------------------------------------
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is Maguro thread
Here's the Golden Kernel, a modified version of Amperific's A.S.K.P and boype's Fancy. The concept is always to have a hybrid kernel, optimized for galaxy nexus,
in this way there is no more indecision about which kernel flash because this Golden is an all-in-one. This kernel also includes many features of the latest versions of the linux kernel (3.4/3.8+)
A slim, fast and smooth kernel for enjoying your phone.
Well, let's go into serious business
Kernel features
1.0/1.2
Linux Kernel 3.0.88
Linaro optimized
Fast charge enabled
Proportional Rate Reduction for TCP
Updated LowMemoryKiller driver (directly from 3.9 experimental kernel)
Added fully functional zCache and ZsmAlloc, backported from 3.4 kernel
Make zRam LZ4 decompressor work faster in the same CPU cycles
Introduce Dynamic Cache Pressure (now you need the correct binary to compile this kernel)
Revise Dynamic Writeback algorithm
Deep Sleep tweaks
Introduce Timer Slack Controller
Dynamic PLL Overclock
CPU Unaligned Access (much faster booting time because of better kernel decompression)
Add newest Adaptive RED Net Scheduler from 3.4 kernel and make it default.
Backport OOM Killing algorithm from 3.8 kernel
Backport LowMemoryKiller and Timed GPIO drivers from 3.8 kernel
CFS kernel scheduler optimization
Predefine minfree and adj values
Latest Generic Hotplug Helper from 3.10
Added Sampling Down Momentum for dinamically changing the factor for scaling down
Tuned SmartassH3 to make more use of low frequencies (it's always recommended "Golden gov")
Buffer values updated from Samsung original sources(Triple Buffering, Camera)
Writeback tweaked to do the work only when the screen is off
New Golden Governor (what Golden governor does)
Linked boostpulse interface to this governor
GPU optimizations
Frame buffer member of project butter
More deep sleap tweaks
New LMK machine
Introduce Dynamic Cache Pressure
updated HSMMC driver
RM CPU topology: multi-core scheduling
PGM support (still experimental, the dev of PGM app should add this kernel into his working list)
battery life extender (BLX)
custom voltage control
init.d support
selected patches from Google
TCP congestion control algorithms: westwood (default), cubic, reno
compiled with Google GCC 4.7 toolchain
control to set a minimum CPU frequency for screen-on (default: 384 MHz)
Optimized ext4 mount options
307MHz to 512MHz GPU as indicated in filename
Offering lowered voltages
Sound Control with PureAudio values (yeah man, rock your world)
SAS controller
Fixed wifi! (In 4.2.2 version and 4.3)
Updated LZ4 compression from 3.8 drivers
Finetuned Golden governor
Better performances, better battery life
TouchSense+ linked from touchscreen drivers
Gamma control with external module (only in 4.2.2 version)
System lagfixes
Frequencies revisited with entropy control
PGM support
Elevated SystemUI priority
Temperature control
zRam module updated from 3.10 kernel
Dynamic predefine Undervolt
GPU code Improvements
LZ4 references to /kernel folder
SpeedUp Boost
BuiltIn module for WLAN thanks to amperific
Finetuned Westwood TC Protocol
ION Memory Allocator backported from 3.10 kernel
LMK Plus machine ported from 2.3.6.39 kernel (even if it's an old version, it's the most fastest on the market)
Removed Google Snappy
zsmalloc updated into Golden Governor
Finetuned SioPlus shed
Updated ROW I/O from 3.10 kernel
1.3/1.6
Bug fixes, stable relase
New GoldenX governor
Added GoldenX GPU control
Fixed freq
Kernel Samepage Merging enabled by default
Added BoostPulse interface
Linked BoostPulse to the touchscreen driver (now the governor can really "sense" a touch and boost the frequency after a specific time threshold)
Fixed the Deep Sleep states verification for scaling
Added Sampling Down Momentum for dinamically changing the factor for scaling down
Added LowBattery Powersave feature for goldenX and interactive governors
ROW I/O algorithm revisited from 3.10 kernel
ISIX ROW interface for more stability
New experimental "Zen" sheduler
Re-switched to Linux Kernel 3.0.89
Improved touch drivers
New Golden I/O Scheduler (what golden sheduler does)
Fast latency algorithm
Smart screen wakeclock
RCU boost and systicl tweaks (now your phone should work like butter)
BLD (Battery Low Drain)
Wakelock tweaks for WLAN and LTE modem from 3.8 kernel
User voltage control
Backport interactive patches to interactiveX of 3.4 kernel
Lot of logging disabled (fastest phone boot time)
Updated GPU Drivers for more smoothness
New GoldenX2 governor
Better freq. scaling
BLS (Battery life saver) when the battery is on >5%
Updated idle parameters
Finetuned entropy boost
Finetuned C4 queue
VM, Filesystem, and other governor tweaks
Updated Hybla and Illinois TCP Congestion
Dynamic Readahead
Low Memory Killer from 3.10 Kernel
Sysctl Vm Optimizations at boot
Fastcharge control
DTIM skip override (what DTIM does)
Revisited Golden I/O Scheduler and updated its driver to 3.10 kernel
Fixed all freq. scaling on 3.4 kernel
Added power.tuna.so into the 4.3 kernel's zip
Tweaked GoldenX2 governor (for now the best Golden Gov. than ever)
Revisited Hybla TCPC (with totally new values for ipv4 optimizations, probably I'll make a Golden TCP Congestion)
Revisited Westwood TCPC
Undervolt down to (0-1-2-3-6) (less battery drain with high frequencies)
RAB algorithm from experimental 3.11 kernel
Tweaked Golden I/O Scheduler (now with the fastest latency on the planet)
Updated BLX
Revisited PGM support, now It's all on the dev's hands
1.7
Linux Kernel 3.0.94
New Golden TCP Congestion
New .net buffer algorithm
Part of NetProjectX (developed by me, this is a set of tweaks for this kernel fully available from 2.0 version)
3g speedup (now the 3g is faster, but without consuming data traffic)
Backported i2c bus drivers from 3.11 experimental kernel and made them fully working
Revisited Reno TCPC with 3.8 kernel parameters
Sakis3g algorithm (theorical support for 3g USB keys)
Switched-off a lot of debugging (faster boot time)
New Injector system for the kernel .zip
Wi-Fi speedup with 3mbps download peak
New GoldenX3 governor
Sensitive workload algorithm from 3.9 kernel
New low battery profile (when the battery is <15)
New CpuProjectX undervolt (another 2.0 feature)
Code cleanups
1.8.3
Working 1.8 kernel (tested from more than 3 users here is one feedback)
Wifi fixed
4.4 CM official sources
Added support for Touch Control
New KitKat ramdisk directly from Fancy Kernel (now all should work)
First version of the "New Golden Kernel" [NGK]
Disabled ASRAM due gamma color problems (I'm working on it)
New GoldenKat TCPC, try this awesome stuff!
New GoldenUltimate governor with the new SMART Pro Scaling
New undervolt system up to 1-2-1-3-4
Powersave profile directly from "Conservative"
KK Ram management with HyperBoost2 (erase the useless ram every 30 min)
New GoldenKatIO sheduler: KitKat is optimized for 512MB of ram? Let's use our 1024MB!
Various small fixes from Linux Kernel 3.0.101
Ramdisk optimizations
Downloads
Wipe Dalvik and Cache partition before flashing this kernel
Android 4.4
Download 4.4 XXH10K3 - Latest
Android 4.3
Download 4.3 XXG09J - Latest
Download 4.3 XXE07J
Sources: https://github.com/Jeeko/golden_kernel_4.4
Nice work, more new stuff to play with.
Jeeko said:
This kernel is compatible with Android 4.2.x if you want a version for 4.3 just tell me
Click to expand...
Click to collapse
4.3 version please.
+1 for 4.3 kernel with PGM support
swyped from my maguro
1haumann1 said:
+1 for 4.3 kernel with PGM support
swyped from my maguro
Click to expand...
Click to collapse
+1 to this
Does this kernel has ION-enabled?
Thanks,
Rinse
Looks good. But need 4.3 one yes lol. 4.2.2 is so 2012 lol
grtz from the crazy basterd from holland. powered by pzosp/purity 4.3 and askp kernel
TheRinseM said:
Does this kernel has ION-enabled?
Thanks,
Rinse
Click to expand...
Click to collapse
Yes, It has ION memory allocator I have to plan the OP better
WIFI doesn't work for me. Can anyone confirm?
nailz420 said:
WIFI doesn't work for me. Can anyone confirm?
Click to expand...
Click to collapse
For the wi-fi I have to made a fixed module, stay tuned
nailz420 said:
WIFI doesn't work for me. Can anyone confirm?
Click to expand...
Click to collapse
Jeeko said:
For the wi-fi I have to made a fixed module, stay tuned
Click to expand...
Click to collapse
I can confirm. WIFI module broken. Waiting for fix
would love to see a 4.3 version !!
Ok guys, here's the 4.3 verison
http://d-h.st/UkJ
Enjoy
Jeeko said:
Ok guys, here's the 4.3 verison
http://d-h.st/UkJ
Enjoy
Click to expand...
Click to collapse
Wi-Fi works?
swyped from my maguro
1haumann1 said:
Wi-Fi works?
swyped from my maguro
Click to expand...
Click to collapse
Just tested on CM10.2, nope, wait for the module
1haumann1 said:
Wi-Fi works?
swyped from my maguro
Click to expand...
Click to collapse
Mhh, I don't think
Jeeko said:
Yes, It has ION memory allocator I have to plan the OP better
Click to expand...
Click to collapse
Awh yeah! Can i use this as my HTC sense 5.0 base ?
Thanks in advance! Cool kernel!
Looks promising.... Waiting for the WiFi module fix to try out.
Sent from my Galaxy Nexus using xda app-developers app
Other than Wifi, the golden governor is really smooth. Smoother than interactive. I like. :good:
TheRinseM said:
Awh yeah! Can i use this as my HTC sense 5.0 base ?
Thanks in advance! Cool kernel!
Click to expand...
Click to collapse
Sure
For the wi-fi fixing I'm looking for a solution, I hope I'll fix it asap
When you have fix, ill start using it!
Sent from my HTC Desire HD using Tapatalk 4 Beta

[KERNEL][TW][KITKAT][N900T] | ColonelX(B) R24 | 3.4.x | - 8|28|14

Code:
#include <std_disclaimer.h>
/*
* 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.
*/
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kernel Status: STABLE
​
COLONEL-X(B) FEATURES:
GENERAL:
N900TUVUDNF4 Base
Linux Kernel Updates: 3.4.103
Linaro 4.9.1
SELinux: Permissive
Built with NEON VFP optimization flags
File Systems: exFAT, FAT, NFS, NTFS, F2FS
SWAP: swap, frontswap, zswap, znswap
USB Mass Storage
XZ Compression
xConfig (Inspired by Imoseyon's lkconfig)
Google's Snappy Compression/Decompression Library
Vmalloc Savings
Click to expand...
Click to collapse
EXTRAS:
Synapse - AndreiF & apbaxel
USB FastCharge - yank555-lu
MDNIE Lite Controls - yank555-lu
LED Extended Controls - yank555-lu
Battery Life Extender (BLX) - Ezekeel
MSM-Hotplug - myfluxi
Intelliplug - faux123
Faux Sound - faux123
Bricked MPDecision - show1984
KThermal - Ktoonsez
Click to expand...
Click to collapse
GOVERNORS & SCHEDULERS, ETC:
Overclocked: 2.8GHz
OC'd L2 and Bus Bandwidth
Custom Voltage Table - Imoseyon
Voltage Minimum: 600mv
CPU Hardlimit 2.0 (Yank555)
Conservative
InteractiveX - Imoseyon
BFQ Scheduler - ayysir
FIOPS Scheduler - Doomlord
SIO Scheduler - Doomlord
VR Scheduler
ZEN Scheduler - Brandon Berhent (No username)
Simple GPU Gov - faux123
Disabled Userspace Governor
Click to expand...
Click to collapse
ColonelX(B) R24 Changelog
Code:
Rebased on Kitkat Build NF9
Thermal: Add Intellithermal V2
Thermal: Removed KThermal
Driver: Add Sweep2Wake and Sweep2Sleep
CPUFreq: Some changes to Smartmax
Driver: Add Custom Vibration tool
Version: R24 ColonelX | ColonelXB​
Download: Old Builds​
Source (Updated on Stable releases)
​
XDA:DevDB Information
ColonelX, Kernel for the T-Mobile Samsung Galaxy Note 3
Contributors
itsmikeramsay, itsmikeramsay
Kernel Special Features: Listed above
Version Information
Status: Stable
Current Stable Version: R24
Stable Release Date: 2014-09-19
Beta Release Date: 2014-04-09
Created 2013-11-23
Last Updated 2014-09-25
[KERNEL][AOSP][N900X] | ColonelAX R11 | 3GHz | 3.4.80 | Much More!! - 2|17|14
DISREGARD THIS POST, WIP FOR ColonelAX!!!
Kernel Status: BETA
​
COLONEL-AX FEATURES:
GENERAL:
Supports Unified Source by CyanogenMod
Linux Kernel Updates: 3.4.82
GCC 4.8.3
SELinux: Permissive
Built with NEON VFP optimization flags
File Systems: exFAT, FAT, NFS, NTFS
SWAP: swap, frontswap, zswap, znswap
USB Mass Storage
LZO Compression (Bigger file, but boots much faster)
Ultra Kernel Same-page Merging (UKSM) - jasmison904
xConfig (Inspired by Imoseyon's lkconfig)
Google's Snappy Compression/Decompression Library
Vmalloc Savings
Click to expand...
Click to collapse
EXTRAS:
USB FastCharge - yank555-lu
MDNIE Lite Controls - yank555-lu
LED Extended Controls - yank555-lu
TouchWake Finger/S-Pen - yank555-lu - Note1
Battery Life Extender (BLX) - Ezekeel
Bricked Mpdecision - show1978
FK Thermal - franciscofranco
Intelliplug - faux123
Intellithermal - faux123
Note1: Touchwake disables when you hit the power button to turn off display. YOU MUST let the screen timeout and turn off itself in order for touchwake to work for the set delay time you have configured!!
Click to expand...
Click to collapse
GOVERNORS & SCHEDULERS, ETC:
Overclocked: 3.01GHz (3GHz)
Underclocked: 96MHz
OC'd L2 and Bus Bandwidth
Custom Voltage Table - Imoseyon
Voltage Minimum: 600mv
ConservativeX
InteractiveX - Imoseyon
Intelliactive - faux123
Intellidemand - faux123
OndemandX - Imoseyon
OnDemandPLUS - boype
PegasusQ - ByungChang
Smartmax - maxwen
Smartmax_eps - maxwen
SmartassV2 - erasmux
WheatleyX - Based on Wheatley (Ezekeel)
BFQ Scheduler - ayysir
FIOPS Scheduler - Doomlord
SIO Scheduler - Doomlord
SIOPLUS Scheduler - boype
VR Scheduler
ZEN Scheduler - Brandon Berhent (No username)
Simple GPU Gov - faux123
Disabled Userspace & Powersave Governors
Click to expand...
Click to collapse
Colonel-AX R11 Changelog
Code:
Initial Release!!
Download: N900X - R11​
And one for me...
Moved here since folks were requesting it...:good:
Running good
Sent from my DragonMOD-N9005 using xda premium
Thx
Sent from my SM-N900T using Tapatalk
Awesome
Sent from my SM-N900T
Great work
SM-N900T using xda app-developers app.
Liquor out front, poker in the back.
Woohoo 3GHz awesome!!! Plus its goodies of course. Testing now.
Only bug folks so far is benchmarking for some. It can lock up your phone till you reboot
itsmikeramsay said:
Only bug folks so far is benchmarking for some. It can lock up your phone till you reboot
Click to expand...
Click to collapse
Well not true because my phone won't handle 2.96GHz at all it crashes and it crashed as well as soon as I put it to 1202mV to try to make it stable.
Sent from my SM-N900T using xda app-developers app
XxLostSoulxX said:
Well not true because my phone won't handle 2.96GHz at all it crashes and it crashed as well as soon as I put it to 1202mV to try to make it stable.
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Sucks to know bro. These chipsets are funny.
For those that can run 2.96GHz that was the only bug so far. Those that can't run it at all, that's something we'll look into and see if we can resolve. Some just can't male it there unfortunately.
itsmikeramsay said:
Sucks to know bro. These chipsets are funny.
For those that can run 2.96GHz that was the only bug so far. Those that can't run it at all, that's something we'll look into and see if we can resolve. Some just can't male it there unfortunately.
Click to expand...
Click to collapse
Edit to what i previously posted i guess it only happens as soon as i set the voltage to 1.2V otherwise its fine in-till benchmarking which means it just cant handle staying at those high speeds on all cores i assume?
XxLostSoulxX said:
Edit to what i previously posted i guess it only happens as soon as i set the voltage to 1.2V otherwise its fine in-till benchmarking which means it just cant handle staying at those high speeds on all cores i assume?
Click to expand...
Click to collapse
That's what I'm trying to figure out now lol. Seems like the case. Its me and DJ's first kernel so we're still learning stuff. Weird it works fine til benchmarking. Hopefully we find a solution real soon.
itsmikeramsay said:
That's what I'm trying to figure out now lol. Seems like the case. Its me and DJ's first kernel so we're still learning stuff. Weird it works fine til benchmarking. Hopefully we find a solution real soon.
Click to expand...
Click to collapse
yeah but the voltage is a problem too! that could be a factor that some phones cpu isn't as good. try setting your voltage to 1.2V for 3GHz and see if it crashes.
XxLostSoulxX said:
yeah but the voltage is a problem too! that could be a factor that some phones cpu isn't as good. try setting your voltage to 1.2V for 3GHz and see if it crashes.
Click to expand...
Click to collapse
Ok I'll test it out.
Running smooth as Buddha and snappy as hell!
Sent from my SM-N900T using Tapatalk
After a day of running it seems this kernel could be a battery killer. My battery when down much faster if I we r email to use lean kernel... hmm and yes I didn't over clock and my voltages were the ones included.
Sent from my DragonMOD-N9005 using xda premium
OPGT said:
After a day of running it seems this kernel could be a battery killer. My battery when down much faster if I we r email to use lean kernel... hmm and yes I didn't over clock and my voltages were the ones included.
Sent from my DragonMOD-N9005 using xda premium
Click to expand...
Click to collapse
What governor were you using? Amd youre on 9005 right?
I gotta figure out why some 9005 users are seeing battery drain. I'll check it out today.
Ok, here is what I have figured out. At least with my hardware anyway. I'm using the latest version of TricksterMod and this is what I can get. I can boot up @ 3ghz with my voltage at 1.2 ONLY if I set it manually to exactly that. 1.2. If I use the incremental voltage steps it puts me at 1215. No go. It locks up and reboots. But if I manually set it to 1.2 even, it boots, and I can run Quadrant to benchmark. I have been able to successfully apply all governers with a 2.956 clock and use 2 schedulers (row and zen, so far) Seems like anything over 1.2 volts and the max clock, it locks up and reboots. Being as though no two chips are the same, somebody may get a higher voltage/clock before lock up. Who knows. Anyway, it runs great so far. Haven't had a chance to test battery life. Will post that later. I upoaded a few screenshots of my benchmarks running these freqs/voltages. So far, great work guys! This can only get better from here :good:

[Kernel][D802][03/10] Efficient Kernel 2.1.1 - AOSP LOLLIPOP [F2FS][Synapse][Bumped]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Battery life, performance and optimization.​Introduction
Every smartphone's user has the same problem. The battery life and the reactivity of the system. Not anymore with our kernel based on the great B14CKB1RD.
Our Kernel offer today probably the best compromise between these two points. Enjoy it ! :highfive:
This kernel will never have 30 governors or something. We want a light, fast and stable kernel.
The kernel is configured out-the-box for the best battery life and performance. You don't need to tweak it and and spent 2 hours to do that. But if you want to tweak some parameters, you can use the Synapse APP installed with the kernel.​
​Features
Based on the B14CKB1RD Kernel (include all features/optimizations from this kernel)
Governors available : Wheatley, Bacon, Intellimm, Intelliactive, Interactive, Ondemand, Optimax, , and Performance
Configured out-the-box with our recommended settings and fully compatible with the Synapse APP
F2FS Support for the /data /cache and /system
Responsiveness optizimation
Really light kernel
Debug/statistics disabled
Built with the christopher83's Toolchain (4.9.3 2015.09.02), especially optimized for the Cortex A15
Battery Optimizations (especially in deepsleep)
ARM Optimizations
Graphite Optimizations
Mode NEON/VFP
PowerSuspend
UnderVoltage for the CPU
Bricked Thermal
Sweep2Sleep
DoubleTap2Wake
Sound Control GPL 3.5
Stereo Call Recording Support
Enhanced Power Efficiency
Dynamic Read Ahead
Dynamic FSYNC
Fast Charge
Lot of more optimizations
Our recommended settings :
LG G2 D802
Sabersunset http://forum.xda-developers.com/lg-g2/development/romkernel-sabersunset-1-2-t3028536
Efficient Kernel
Xposed for Lollipop with the Amplify module to block alarms and wakelocks (really important)
Just tick the "✓" button when you launch Synapse the first time
Weathley governor (better deepsleep with it)
50mv(-) to all steps (try 37.5(-) first)
Fiops / 2048
Fsync disabled
Westwood
300/2265600 mhz (min/max)
multi-core economy : 1
Max CPUs boosted at the same time : 2 (really lagfree UI)
Wakelocks blocked : NlpWakelock, NlpCollectorWakelock, RILJ
With this configuration, we lost 2% in 9hours on standby with wifi and synchronisation (gmail, whatsapp, messenger ...).
Screen on time : 7:40hours with moderate usage of Wifi, 30 min of Youtube, lot of Whatsapp, lot of internet (with Chrome), [email protected]%.
Downloads
AOSP LOLLIPOP - D802
​
2.1.1
After the kernel is installed, tick the "✓" button when you launch Synapse for the first time : Your kernel is configured for the best comprise between battery life and performance !
If you have issues, don't hesitate to tell me !
Changelogs
Code:
[COLOR=Red][B]03.10.2015 (2.1.1) :[/B][/COLOR][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]
[/COLOR][/SIZE][/FONT][INDENT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray] - Fixed Weathley governor as default (it was sometimes not in default in some devices. It depended on the Synapse configuration), now all fixed
- Touch boost default frequency decreased @ 1267 MHz
- Memory optimization when the phone is in deepsleep (to be tested)[/COLOR][/SIZE][/FONT]
[/INDENT][COLOR=Red][B]03.04.2015 (2.1.0) :[/B][/COLOR][INDENT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]
- Fixed noises when headphone is plugged
- The kernel is now configured out-the-box with the new recommended settings for the best battery life and performance ! Just tick the [/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray][FONT=Verdana][SIZE=2]"[/SIZE][/FONT][FONT=Verdana][SIZE=2]✓" [/SIZE][/FONT] button when you launch Synapse for the first time. The voltage is still at the default values for security reason. You need to change them manually
- Weathley is now the default governor and have optimized parameters out-the-box
- Intellimm : adjusted the default configuration for our LG G2. Less laggy, more optimized
- Fast_lane_load value to 500 and max value is now 650
- More optimization for the default values
- Added ROW scheduler
- Removed DanceDance governor
[/COLOR][/SIZE][/FONT][/INDENT][COLOR=Red][B]03.03.2015 (2) (2.0.1) :[/B][/COLOR][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]
[/COLOR][/SIZE][/FONT][INDENT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]- Built with [/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]the christopher83's Toolchain (4.9.3 2015.09.02), especially optimized for the Cortex A15[/COLOR][/SIZE][/FONT][/INDENT][COLOR=Red][B]03.03.2015 (2.0.0) :[/B][/COLOR][INDENT][FONT=Verdana][SIZE=2][COLOR=DarkSlateGray]- Kernel is out-the-box with Synapse 0.40 APP and is fully compatible
- Optimized kernel size with some debug/logging tweaks
- The frequencies didn't apply correctly or was buggy with some kernel APP tweaker (like TricksterMod, Synapse or other), it's now all fixed
- Added sysfs nodes for devfreq governors
- Added intellimm governor && removed DanceDance governor [I](finally not removed)[/I]
- Use now the christopher83's Toolchain (4.9.3 2015.09.02), especially optimized for the Cortex A9
- Better battery life when the phone is in deepsleep (to be tested)
- General optimization[/COLOR][/SIZE][/FONT]
[/INDENT][COLOR=Red][B]03.01.2015 (1.1.0) :[/B][/COLOR][INDENT][FONT=Verdana][COLOR=DarkSlateGray][SIZE=2]- Compiled with SaberMod 4.9.x_arm-graphite
- Disabled some loggings debugs
- Disabled AVC Statistics
- Disabled useless traces
- General optimization for better responsiveness[/SIZE][/COLOR][/FONT][/INDENT][COLOR=Red]
[B]02.28.2015 (1.0.0) :[/B][/COLOR][INDENT][FONT=Verdana][COLOR=DarkSlateGray][SIZE=2]- First Release [/SIZE][/COLOR][/FONT][/INDENT]
​ Next release
Code:
[FONT=Verdana][SIZE=2][COLOR=Blue]
[/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=2][COLOR=Blue]The kernel will be much updated with a lot of optimizations; we are currently working for a really slight, fast and stable kernel.[/COLOR][/SIZE][/FONT]
Credits
All credits goes to REV3NT3CH for his amazing kernel
About
Sources
https://github.com/teksinxda/efficientkernel (coming)
Hmm.. That sounds awesome. Giving a try right now. reporting in a few days
Congratulations to your work and hope to see even better battery life in the next versions
L.E. do you think I can get similar results with a different ROM? (P.S. SaberSunset has already reached version 1.9 )
I will try this on RR
I'll try it, sounds great!
I hope you will enjoy it :highfive:
I'm actually working for the 1.1.0 !
Any way to add other links for the download?
I would really appreciate it..
Will you be building for other variants?
awesome !
tomorrwo i will try it on slimlp ! thanks a lot
TDSJR said:
Will you be building for other variants?
Click to expand...
Click to collapse
Yes sure !
Wycer said:
Any way to add other links for the download?
I would really appreciate it..
Click to expand...
Click to collapse
Added :highfive:
Thanks man, I'll try it
Tapatalked from my D802 - CM12
This kernel is fantastic!
@teksin
In light of Open source and GPL, I don't see @REV3NT3CH 's original git history in your source. What was added?
Snuzzo said:
@teksin
In light of Open source and GPL, I don't see @REV3NT3CH 's original git history in your source. What was added?
Click to expand...
Click to collapse
Yes sure, it's the source of the galaxy s4 there. I will post the source for the g2.
Why do you prefer Westwood over cubic? Thanks
MBurns2 said:
Why do you prefer Westwood over cubic? Thanks
Click to expand...
Click to collapse
westwood was actually default set in my source and kernel. I personally did so because it was the popular choice for many
@teksin
I'm more interested to see what was added. Very interested.
What type of battery life (SOT) you guys getting?
shaneel1491 said:
What type of battery life (SOT) you guys getting?
Click to expand...
Click to collapse
You really asked for SoT ? The kernel is out for like 4 hours and you ask for a SoT? I hope you are just a troll.
kewkie said:
You really asked for SoT ? The kernel is out for like 4 hours and you ask for a SoT? I hope you are just a troll.
Click to expand...
Click to collapse
Whoops sorry, didn't realise the kernel was that new, just hoping for good battery life that could maybe rival the stock battery.

[Kernel][4.4-EAS-HMP] BubbleWrap [R6 ->09/04/2019]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
* Your warranty is now void.
* I am new to the scene and not responsible for bricked devices, dead
* SD cards, or any other mishaps. Please do some research or go through
* the source repo if you have any concerns about kernel
* before flashing it.
Description:
BubbleWrap is a custom kernel from Team Firangi. It relies on in-kernel CPU and Schedtune boosting[EAS]. The kernel comes with Spectrum support, providing the user a set of four different profiles:- Balance, Performance, Battery and Gaming.
Basic Info:
4.4-EAS-HMP
CPU Input Boost from SultanXDA
Dynamic Schedtune Boosting [EAS]
F2FS Support
Boefella Wakelock blocker
Sound Control
Spectrum
Downloads:
Releases
Credits:
[•] DD3Boh [•] Kenny3fcb [•] davidevinavil [•] YaroST12 [•] joshuous [•] Renderbroken [•] frap129 [•] Flar2 [•] franciscofranco
[•] SultanXDA [•] MihranT [•] kdrag0n
Sources:
Github
Contributors:
Ajai Vasudeve | Rasenkai
Team Firangi:
Github | Telelgram Group | Telegram Channel
Changelog:
EAS:
Code:
r6:
Rebased to MSM8996 tag.
Tidied up scheduler setup.
Back to BFQ I/O Sched.
Updated spectrum profiles.
Compiled with Clang 9.0.2.
Some minor tweaks for better performance.
Fixed offline charging
r5:
Fixed overheating in r3/4.
Added speaker gain.
Removed IRQ marking
Upstreamed to 4.4.176.
Set kernel clock to 300Hz.
Cpuset adjustments.
r4:
Reworked Energy-Cost Model.
Reverted to 100HZ for the kernel clock.
Fix for microphone issues when headphones are connected [Credits: YaroST12].
F2FS upstreams.
Fixed sturtters in Gaming profile.
Upstreamed to 4.4.175.
Slight adjustments to themal-engine.conf
r3:
Supports /factory mounted ROMs only
Improved Fingerprint wakeup.
Added Anxiety I/O Sched.
Reworked Battery profile.
Implemented IRQ marking API.
Fixed 5GHz WiFi
Marked mdss, kgsl, fpc1020, display wake threads perf_critical.
Implemented and configured devfreq boost.
Tidied up Dynamic Stune Boost.
Trigger cpu_input_boost_general just after higher boosts.
Upstream to 4.4.174
r2:
Reduced stutters on casual use [Balance Profile]
Made battery profile more usable
Fixed Camera and Flashlight on VNDK ROMs
Fixed mismatch error popup [Credits: YaroST12]
Reduced CPU_INPUT_BOOST latency
Increased Stune Boost hold time
Reduced Max boost duration
Removed warm launch boost
Disabled CRC
Moved thermals to kernel package
Upstream to 4.4.172
Built with Dragon-TC-9
Fixed Wireguardam to 4.4.172
Built with Dragon-TC-9
Fixed Wireguard
r1:
Initial Release
4.4-EAS-Treble
CPU Input Boost from SultanXDA
Dynamic Schedtune Boosting
F2FS Support
Boefella Wakelock blocker
Sound Control
Spectrum
HMP:
Code:
r6:
Rebased to MSM8996 tag
Fixed offline charging.
Back to BFQ I/O Sched.
Compiled with Clang 9.0.2.
Some minor tweaks for better performance.
r5:
Fixed overheating in r3/4.
Added speaker gain.
Removed IRQ marking.
Upstreamed to 4.4.176.
Set kernel clock to 300Hz.
Cpuset adjustements.
r4:
Reverted to 100HZ for the kernel clock.
Fix for microphone issues when headphones are connected [Credits: YaroST12].
F2FS upstreams
Slight adjustments to themal-engine.conf
r3:
Supports /factory mounted ROMs only
Improved Fingerprint wakeup.
Added Anxiety I/O Sched.
Fixed 5GHz WiFi
Adjusted Battery profile a bit.
Implemented IRQ marking API.
Marked mdss, kgsl, fpc1020, display wake threads perf_critical.
Implemented and configured devfreq boost.
Trigger cpu_input_boost_general just after higher boosts.
Upstream to 4.4.174
r2:
Initial Release
CPU_INPUT_BOOST from SultanXDA
Spectrum Support
Sound Control
Wireguard Support
Interactive Governor improvements
Fixed mismatch error popup [Credits: YaroST12]
Disabled CRC
r1:
No release
Notes:
Users are obviously free to experiment or use their own settings, but we are not responsible for your profit or loss. We do not support any MODs like AKT, LKT or other mods which may tinker with the default because of the kernel end modifications.
The kernel should work fine on most 4.4 Tree based ROMs. Only /factory mounted ROMs are supported from r3 onward. Syberia ROM is not supported since it is using a different PowerHal/Boost framework and thermal-engine setup.
If confused between EAS and HMP, choose EAS.
If you are on another custom kernel and wishes to try BubbleWrap, make sure that you at least dirty flash the ROM before moving.
Feedback is always appreciated, feel free to report bugs or any other issues.
Spectrum:
Stick to the default profile as much as possible, use the other spectrum profiles unless you are too unhappy with the default one[Balance]. The following profile description might help selecting the profiles:
Balance: Default profile, set for optimum battery life and performance. No set frequency boosts other than Dynamic Stune Boost.
Performance: Best performance out of these profiles, optimum for benchmarking if you are into it. Tuned for smooth UI. Employs all boost mechanisms, General, Input and Dynamic Stune Boosting.
Battery: Good for casual users who are keen to get the best out the battery. Performance is not that bad and can be a daily driver
Gaming: A profile that's somewhere in between Balanced and Performance. Employs Adrenoboost [Lvl. 3] along with other boosting mechanisms.
In short:
For Performance:
Performance > Gaming > Balance > Battery
For Battery life:
Battery > Balance > Gaming > Performance
Wow .... I heard that this kernel is from the developers of bfr kernel, if yes then i expect this to be great like bfr ... Gonna try soon
Wew so great to see 4.4 from you sur :laugh: @ajaivasudeve
Vendor deconfig??
Reserved for future.
Currently on moxie with arrow oreo.. awesome back up.
Best Kernel for any 4.4 rom currently, Gaming is better than Nameless, Moxie, F1XY, Prototype without heating. Performance is good. Multitasking ram management also good. BATTERY charging speed is good as well ;normally and while using phone also. Battery backup is good in normal usage (not have checked whole day SOT) , while gaming drainage rate is high. But still right now the best kernel with beast performance and good battery.
Does charging work when used to play games?
Tricksky said:
Does charging work when used to play games?
Click to expand...
Click to collapse
Its highly recommended not to play games while charging
ajaivasudeve said:
Notes:2. The kernel should probably work fine with most 4.4 ROMs [except VNDK builds maybe, where you might have some stuff broken]. When reporting issues, please make sure that you mention the ROM[with the build date] and the setup you are using, like if there are any additional MODs or setting changes from your end.
Click to expand...
Click to collapse
So this shouldn't would on aex 6.2?
Sorry for the noob question but I don't know what is the purpose of thermals, is it best to flash them too or only if needed? then I don't know in which cases they are need or not and if they are so why aren't they just included in the kernel zip and used only when needed?
poled said:
Sorry for the noob question but I don't know what is the purpose of thermals, is it best to flash them too or only if needed? then I don't know in which cases they are need or not and if they are so why aren't they just included in the kernel zip and used only when needed?
Click to expand...
Click to collapse
You can flash them if you feel stock thermals are not doing enough to keep the device cool. If the stock thermals are doing just fine, you can choose to stick with them. BTW, I do recommend it to be flashed with the kernel.
Can you bring VNDK support?
poled said:
Sorry for the noob question but I don't know what is the purpose of thermals, is it best to flash them too or only if needed? then I don't know in which cases they are need or not and if they are so why aren't they just included in the kernel zip and used only when needed?
Click to expand...
Click to collapse
You should try thermals, they are far better than stock.
darthvader0235 said:
So this shouldn't would on aex 6.2?
Click to expand...
Click to collapse
Not all things would work as intended. So, for now, No.
The BubbleWarp Kernel is Just Awesome!
I reverted to AEX 6.1 and installed BubbleWarp thermals and kernel
Underclocked to 1920 and 1478
No heating or lag while playing pubg
Played 3 matches from 46% to 3% battery!
Using default profile
The battery life now seems to be same as in Oreo
Full battery life review coming soon
AstroBiswas said:
The BubbleWarp Kernel is Just Awesome!
I reverted to AEX 6.1 and installed BubbleWarp thermals and kernel
Underclocked to 1920 and 1478
No heating or lag while playing pubg
Played 3 matches from 46% to 3% battery!
Using default profile
The battery life now seems to be same as in Oreo
Full battery life review coming soon
Click to expand...
Click to collapse
Please share asap.. if this gives back as in oreo .. I would be finally able to move to pie.. back up was only thing holding me back on oreo... 3 matches from 46 to 3 is almost a day of standby by!!!!
Woah nice Kernel with spectrum support nice Try this one thanks dev
What rom is recommend for this kernel?
Da1s said:
What rom is recommend for this kernel?
Click to expand...
Click to collapse
As the title quoted, the kernel only support the ROMs based on treble tree with 4.4 series of kernel lineup.

Categories

Resources