[size=12][COLOR=#ff0000]Flashen wie immer auf eigene Gefahr, weder ich, Android-Port.de oder sonstige dritte übernehmen Verantwortung für euer Handeln.
    
    
        
[/COLOR][/SIZE]
[size=14][COLOR=#000000]Hier möchte ich euch den Code_Blue.Kernel vom XDA-User Eng.Stk vorstellen.
Der Kernel wurde mit dem Linaro Cortex A15 Toolchain erstellt und ist für AOSP-ROMs.
Der Kernel ist mit den 4.4.2 - 4.4.4 KitKat-Versionen kompatible.
Features:
[/COLOR][/SIZE]
- Build on Lubuntu 14.04 x86_64 (Dragon_Shield)
 - Build with 2014.07 Linaro cortex-a15 GCC 4.91 (stable) & Uber-Linaro 4.10.0 (exp)
 - Full -O3 support with device and target flags enhanced, linaro build improvements, etc
 - Based on android-msm-hammerhead-3.4-kitkat-mr1 + commits & cherry-picks on demand from several top devs, code aurora, linaro, omni ROM, slim ROM
 - Kernel compressed with LZ4 r117, custom tweaked RAMdisk with GZIP (faster boot times)
 - Merged Linux upstream 3.4.*
 - Removed some debug and logging options
 - Enhanced performance and battery patches
 - Several CPU Governors (Intelliactive by @faux123 is default)
 - Voltage Control UV_mV_table by @franciscofranco (UV up to 700mV possible)
 - MSM Sleeper by @flar2 (max screenoff freq tunable)
 - Enhanced TCP methods (westwood is default)
 - Network and Wifi tweaks
 - Several I/O control (SIO is default)
 - Dynamic FSync by @faux123
 - Removed stock mpdecision and thermald
 - msm_hotplug by @myfluxi
 - Tweaked CAF CPU-boost driver
 - Thermal driver by @franciscofranco
 - Optimized RWSEM, AES and SHA1 routines
 - Vibrator Strength tunable (60% default)
 - KGSL fixes and reworked GPU driver (removed doubled freqs, goes to idle @ 27MHz)
 - GPU Simple Governor by @faux123 (enabled by default)
 - Gamma Control by @myfluxi, improved (apply without turning off screen, Piereligio_TrueRGBv6.6 profile by default)
 - LCD_KCAL driver added (RGB calibration by @Savoca)
 - Tweaked auto brightness
 - USB flash drives automount (OTG is mounted in /storage/usbdisk)
 - CDROM emulation added to mass_storage (Drive Droid compatible)
 - OTG tweaks with low power mode
 - Kexec (multirom) full support by @Tasssadar
 - Faux Sound Control, with In-call and headphone volume controls by @faux123)
 - Fast Charge toggle (thanks to @faux123)
 - SELinux fixes
 - FSTrim on boot (cache and data speed improvements)
 - Kernel cleaner script by @LaboDJ
 - You can tweak kernel with Kernel Tweaker, TricksterMOD, Franco Display Control and Faux Sound Control
 - Featured on Rom Directory by @tFrost
 
[size=14]Download:[/SIZE]
- [DLMURL="http://www.engstk.org/code_blue/downloads/"]stable [/DLMURL]
 - [DLMURL="http://www.engstk.org/code_blue/downloads/test/"]beta/exp[/DLMURL]
 
 ZitatChanges on builds Guys there's going to be some changes to builds name:
- releases will be on stable folder, build with Uber-Linaro 4.9.1 (probably weekly)
 - exp will be on tests folder, same commits as stable, build with Uber-Linaro 4.10
 - beta will be on tests folder, no changelog, build with Uber-Linaro 4.9.1 to minimize issues in order to troubleshoot.
 
tFrost
Hinweis: sollten nach dem Flash des Kernels die Rootrechte wegsein einfach SuperSU nachflashen
Quelle:
Changelog:
Code_Blue r438
- Compressed with LZ4-r123 
- HID: input: generic hidinput_input_event handler 
- introduce for_each_thread() to replace the buggy while_each_thread() 
- arm:lib: Correct Neon Flags 
- vfs: fix bad hashing of dentries 
- msm: msm_bus: Suspected fix for deadlock 
- kthread_work: wake up worker only when the worker is idle 
- ARM: make kernel oops easier to read 
- Revert CPU_idle patches, nVIDIA memory optimizations and some I2C patches