Ich hab hier den deutschen Code Blue Kernel Thread für Android "L" erstellt. Bitte lest euch alles gründlich durch um Probleme zu vermeiden.[COLOR=#ff0000]
Weder Android-Port.de oder Ich haften für Schäden die an eurem Gerät entstehen. Wer flasht kennt die Risiken und weiß was er tut.[/COLOR]
Hi guys!
I'm presenting my kernel Code_Blue, that started as an addon for Purity ROM, called Purified Kernel.
Some of you know me from other Nexus devices asked me to bring back the project, so I did.
My releases are Dragon_Shield powered and I'm going to share them with you.
All I want is full smoothness, performance and battery on my hammerhead, so I build always with Linaro optimized Cortex A15 toolchains.
I aim for a "stockish feel" lean build and for stability purposes I will stay with GCC 4.9.3 for now.
Code is based of android-msm-hammerhead-3.4-lollipop-release, forked from android/kernel_msm.
Useful and powerful picks are mandatory smarthome-treff.de/attachment/20207/
Be sure to join Code_Blue users G+ community
You keep the spirit alive!
Kernel features:
- Build on Ubuntu 14.04.1 x86_64 (Dragon_Shield VPS @ [DLMURL]http://www.servercore.com.br%5b/DLMURL] - thanks @ChristianLetti)
- Build with toolchain Linaro 2014.13 Cortex-A15 GCC 4.9.3 by @Christopher83
- Full -O3+graphite support with device and target flags enhanced, linaro build improvements, etc
- Based on android-msm-hammerhead-3.4-lollipop-release + own commits & cherry-picks on demand from code aurora, linaro, etc.
- Kernel compressed with LZ4-r125, custom tweaked RAMdisk with GZIP (faster boot times)
- Removed some debug and logging options
- Enhanced performance and battery patches
- Several CPU Governors (blu_active own governor is default)
- Voltage Control UV_mV_table (UV down to 700mV possible)
- Enhanced TCP methods (westwood is default), Network and Wifi tweaks
- Several I/O control (FIOPS is default), tweaked filesystems (F2FS available)
- Removed stock mpdecision and thermald
- blu_plug: Dynamic hotplug for hammerhead (based in dyn_hotplug from @stratosk), with screenoff battery saving (max single core @ max_freq 1190400)
- Lollipop Battery save ready (Enable Battery saver, turn screen off/on to enable dualcore @ 729MHz. To resume normal operation, Disable Battery saver, turn screen off/on again)
- Lollipop franco msm_thermal (default 70º C threshold)
- Optimized RWSEM, AES and SHA1 routines
- Vibrator Strength tunable (60% default)
- KGSL fixes and reworked GPU driver (removed doubled freqs, goes to idle @ 27MHz), Simple GPU Governor by default
- Gamma Control with Piereligio_TrueRGB v7 profile by default
- LCD_KCAL driver added (RGB calibration)
- Backlight dimmer ready (disabled by default, tuned min manual brightness - level 3)
- OTG USB flash drives automount support FAT32 (for ExFAT and NTFS use stickmount)
- CDROM emulation added to mass_storage (Drive Droid compatible)
- Kexec (multirom) full support
- Faux Sound Control, with In-call and headphone volume controls (must use FauxSound beta app v1.2.3 and up)
- doubletap2wake available (0:disabled, 1:enabled, 2:enabled fullscreen), option to disable with power button or after wake_timeout
- USB Fast Charge (USB mode up to 900mA with MTP, Increase battery charging current to use higher input current on AC mode, proprietary charger detection
- init.d support (busybox run-parts required), Kernel cleaner script
- Compatible with Universal Kernel Manager (do this if you have trouble in Lollipop), TricksterMOD, Device Control, Kernel Tweaker, Franco Display Control and FauxSound Control
- Featured on Rom Directory by @tFrost
Download latest Code_Blue Kernel zip, flash in recovery and profit smarthome-treff.de/attachment/20208/
No mirrors allowed. Don't post hardlinks, use original links.
Also don't make repacks and/or use with inline ROM builds without permission.
Changelog is available @ website also.
Builds are coded as follows:
- Releases on stable folder, build with Linaro Cortex-A15 GCC 4.9.* (probably weekly).
For KK the last build is r450 - CM11 on tests folder, same changelog as KK stable, build with Linaro Cortex-A15 GCC 4.7.4
Warning: If you come from other kernel, you should dirty flash your ROM before flashing Code_Blue zip to avoid problems.
Reflash ROM -> flash SuperSU -> Boot device and install busybox -> flash Code_Blue.
Also uninstall or clean data of any kernel control app you're using.
In case you want to use F2FS you need to know this:
- fstab uses multi mount points (thanks to @Cl3Kener), so you can use ext4 or f2fs in primary ROMs
- In case you want to use f2fs, I recommend using just for RW partitions (data & cache), because system needs selinux permissive and Code_Blue will be always enforcing by default
- Keep in mind that converting from ext4 to f2fs or vice versa in data partition, it will delete all your sdcard data! Backup before you do it!
- Using ext4 or f2fs in system is pretty much the same, prefer ext4 in RO partitions because has nice performance and it is compatible with new update_block ROMs
- New multi mount doesn't play well with MultiROM on secondary ROMs, I asked @Tasssadar if it can be fixed.
- In the meanwhile, if you want to use Code_Blue in secondary ROMs, just flash this zips after the kernel according to your data partition type: EXT4 orF2FS
Changelog:
ZitatAlles anzeigen
[size=18]Code_Blue r952[/size][size=18]
[/SIZE]
-> Merge 5.1.1 updates
-> idr: fix a subtle bug in idr_get_next()
-> blu_active: upstream CM updates
-> Installer optimizations and RD updates
Warning: If you come from other kernel, you should dirty flash your ROM before flashing Code_Blue zip to avoid problems.
Reflash ROM -> flash SuperSU -> Boot device -> flash Code_Blue.
Also uninstall or clean data of any kernel control app you're using.