[KERNEL]CK Kernel -- P990 ICS Layout Kernel PA,CM10,CM10.1, others for SU660 - LG Optimus 2x

Since sir Pengus77 has his WIP on supporting Kowalski on CM10 Based ROMs for SU660 users, this Kernel is an alternative for the wait
Three choices of Kernel versions to use:
CK Kernel - CPU OC, GPU OC LINK
CK Kernel - GPU OC LINK
CK Kernel - NORMAL LINK​​
CREDITS to: CityCat, aremcee pengus77, pidocchio anarkia1976, pershoot, benee.
Features
- Linux kernel 3.0.59
- CPU overclock (Max 1.7GHz)
- UnderVolting / OverVolting support
- GPU Overclock (300 => 350MHz)
- Hz change (100 => 250Hz)
- Voodoo sound support
- SIO I / O scheduler support (the default scheduler)
- Basic SmartassV2 Governor
- KSM activated
- CIFS activated
- ZRAM activated
- Auto Hotplug feature
- Linaro Toolchain Compiler (Linaro GCC 4.7.3-2012.12)​
Auto Hotplug feature
Reference sites - pidocchio https://github.com/pidozz/lge-kernel-star/commit/1f4434559468932111917d63359a94906a879864
LED brightness control
Code:
/Sys/devices/platform/star_led/leds/star_led/max_brightness
(0 to 255)
Reference sites - pengus77 https://github.com/pengus77/lge-kernel-star/commit/bd9c408ed9dfeccb42b78a6b281f95ef951b80df
2nd CPU at Screen Off , turned of f= some battery savings
Reference sites - anarkia1976 https://github.com/anarkia1976/AK-berserk/commit/d89dcc071e50ddbf442479e9e83e50e32125da6a
--LMK compilation Patch ported from kernel version 3.4
--Voodoo Sound
Reference sites - pershoot https://github.com/pershoot/galaxy-31/commit/1e0711eaf3adae6b38b03befac69a62f86d02f49
KSM
Reference sites - http://www.linux-kvm.com/content/using-ksm-kernel-samepage-merging-kvm
Reference sites - http://www.ibm.com/developerworks/kr/library/l-kernel-shared-memory/
--Auto Hotplug
Second core automatically shut down when the Screen is Off
Criterion is determined as the value of
Code:
/sys/module/auto_hotplug/parameters/disable_load_threshold, enable_load_threshold
**How to install**
1 Compressed file is stored in external memory (CWM with built in support if zip is located inside the internal storage memory.)
2 Reboot to Recovery
3 Backup (Optional)
4 wipe cache patition
5 advanced => Wipe Dalvik Cache
6 Install Zip from sdcard => choose zip from sdcard/choose zip from external SD card
7 select kernel version choice -- bootimg_20130122_XXX.zip
8 Install bootimg_20130122_XXX.zip
9 Reboot
There will be bugs , but Kernel is still under development (80 percent) ---- Citycat.​
TESTED ON tonyp's PA on P990 ICS Layout, take a look at it here for more info: http://forum.xda-developers.com/showthread.php?t=2097807
*Also On Plain CM10 Fixed By Pengus77 , go check it out here >>> http://forum.xda-developers.com/showthread.php?t=2058231​

keep up the good work kabayan!
Sent from my LG-P990 using xda app-developers app

Link is die. Update for me a new link :crying:

Need other links for kernel ..
Sent from my LG-P990 using xda app-developers app

The link is dead....

Related

[REF][KERNEL] ✰ The Official Vibrant Kernel ßible Thread ✰ → 07/27/12

[REF][KERNEL] ✰ The Official Vibrant Kernel ßible Thread ✰ → 07/27/12
Hello members, this thread is NOT limited Specifically to Kernels only.
If you have Used a Mod or know of a Hack that you want to pass on, please share it here & I will Thank, credit you and post the link here. 03/20/12
If you have Used a kernel worth a shout out, please PM me that Kernel Features & information such as
Name of your Sizzle
Type of Rom it supports Froyo, Ginger Bread, Ice Cream Sandwich . . or 2.2, 2.3, 2.3.6, 3.0 or 4.0
GPS MOJO POSSESSION
Didle patches
LMK tweaks
Governor Type
Customizable settings Type
init.d scripts
Battery Life
How to install
Tips and Suggestions
Link to your Sizzle, Sourceforge or Facebook Group
Please be detailed as possible so that your craft will be listed for members here at the Samsung Vibrant Development Section.
If a link goes down, please let me know via PM and I will get right to it...
If there is a Kernel that I forgot, PM and I will get right to it...
If there is one that was incorrectly listed, please PM me and I will get right to it.
*LEGEND*
Todays or Editing Date Update Section Color = Red
9 FROYO Kernels Section Color = DarkOrange
12 GINGERBREAD KERNELS Section Color = Green
12 CM7 KERNELS Section Color = DarkTurquoise
12 MIUI KERNELS Section Color = Tomato
12 CM9 KERNELS Section Color = DodgerBlue
11 ICE CREAM SANDWICH KERNELS Section Color = MediumBlue
20 Bookmark Section Color = LimeGreen
17 Mods Section Color = SteelBlue
30 File Locker Section Color = DimGray
11 Tutorials Section Color = Olive
38 Reference Library Section Color = Tomato
9 Scripts Section Color = Fuchsia
Legend has been updated on 070712!
072712
REFERENCE TERMS by faux123 added to the Reference Library Section
CleanCache/FrontSwap (via ZCache backend)
Cleancache provides a place where the kernel can put pages which it can afford to lose, but which it would like to keep around if possible. A classic example is file-backed pages which are clean, so they can be recovered from disk if need be. The kernel can drop such pages with no data loss, but things will get slower if the page is needed in the near future and must be read back from disk. Like Cleancache, Frontswap can play tricks with the stored pages to stretch its memory resources. The real purpose behind this mechanism, though, appears to be to enable a hypervisor to respond quickly to memory usage spikes in virtualized guests. Dan put it this way:
Frontswap serves nicely as an emergency safety valve when a guest has given up (too) much of its memory via ballooning but unexpectedly has an urgent need that can't be serviced quickly enough by the balloon driver.
ZRAM (aka CompCache aka RAMZSwap)
ZRAM is an updated version formally known as CompCache and RAMZSwap. It was originally designed for 2.6.38.xx kernels, I have backported to our 2.6.35.xx kernel. ZRAM allows real-time compression of memory objects in RAM thus reducing memory pressure for the Linux kernel and can keep more apps in memory longer (more apps in RAM == better performance, less fetching from slower MMC or SDCard). Compression, however, is not Free. Some CPU cycles are required to do the compress/decompression, so there's a slight penalty for it. The original CompCache / RAMZSwap required a user space binary to control its behavior which adds additional penalty to performance, but the new version ZRAM eliminated the need for a separate dedicated daemon, thus reducing the overhead and increased performance from the old CompCache by 20%. Therefore, with the newer implementation of ZRAM interface, the performance penalty is almost negligible.
Joe's RCU (Optimized for Small SMP systems)
Joe Korty has created an RCU for small SMP systems (> 32 cores). His approach is to isolate all the Garbage Collection (GC, a slow time consuming but necessary processing) to a single core, thus allowing other cores to ONLY work on real required processing. This will allow the additional cores to complete their assigned tasks as fast as possible (not bogged down by GC) then immediately go back to a suspended state (saving battery).
Fast No Hz RCU (Optimized for SMP operations)
Fast NoHz is an optimized version of the traditional Tree RCU. Many new kernels are using the Tickless NoHz design. This RCU is tailored and designed to work with the new NoHz kernel system.
SmartAssV2 Governor (Balanced)
This governor has a built-in "profile" similar to SetCPU, so screen off will use lower clock rate thus conserve more battery, but it also has a fast wake up feature so that user interaction will not see the lag when switching from Sleep to Wake state.... (So SetCPU Profiles are sorta redundant when using this governor, you can still use SetCPU to OC to higher than default Clock frequency).
Interactive Governor (Performance)
This governor is designed to put more priority to User Interface (UI aka Apps) tasks, therefore appears more responsive then the traditional OnDemand governor. So if you want the smoothest UI interaction, this governor is for you...
Brain F*ck Scheduler - (BFS)
This scheduler is designed to be simple and speedy tailor specifically for user interface type systems such as desktop/smart phone devices where user interaction is MORE important than serving 1 million web requests (CFS, the default scheduler) at the same time (think of nimble desktop workstations vs large corporate servers).
SLQB - (SLAB allocator with Queue)
This memory allocator is designed for small number of CPUs system (such as desktop or smart phone devices). This allocator is design to be simple and it is optimized for using order-0 pages as much as possible (order-0 pages are the simplest therefore quickest type of memory in a Linux system to allocate). Not all kernels are using SLQB including CM7 main line...
Fair Budget Queue (BFQ I/O scheduler)
This I/O scheduler is an improvement on top of Completely Fair Queue (CFQ). CFQ is fair in terms of time but not in terms of throughput / bandwidth, so BFQ make sure that both time and throughput / bandwidth are balanced across all requests.
071712
www.derkernel.com
Trinity GST for TMO - CM9 - ICS - ALPHA19 : http://goo.gl/ymgiU added to the CM9 KERNELS Section
Trinity GST for TMO - STOCK - ICS - ALPHA19 : http://goo.gl/vRk8m added to the ICE CREAM SANDWICH KERNELS Section
Trinity GST for TMO - CM9 - ICS - 1728MHz MAX - ALPHA23 : http://goo.gl/4JPSh added to the CM9 KERNELS Section
Trinity GST for TMO - STOCK - ICS - 1728MHz MAX - ALPHA23 : http://goo.gl/TXCOQ added to the ICE CREAM SANDWICH KERNELS Section
4 Different Puppies added to their kernel section.
Features
Offering lowered voltages
Build optimizations
Performance through research
Removed wasteful debugging
Scheduler, Governor tweaks
480MHz GPU
Up to 1836MHz (ALPHA19) or 1728 (ALPHA23)
Bull**** Free (Not pushing buzzwords to drop them later like others)
070712
[KERNEL] [CM9] Arbiter 1.0 [OC 1.3GHz] by FaultException CM9 KERNELS Section
[TOOL] Resource id remapper - Dev only - by untermensch added to the File Locker Section
[UTIL][08.12.11] Apktool v1.4.3 - a tool for reverse engineering apk files by Brut.all added to File Locker Section & android-apktool added to the Bookmark Section
070512
How to install ICS **EVERYTHING you need to know how to install them** by Woodrube, a Recognized Contributor to this community. Added to the Reference Library Section
For All sdcard issues by doiiido Added to the Reference Library Section
March 2012 Change Log
April 2012 Change Log
May 2012 Change Log
June 2012 Change Log
Reserved FROYO KERNELS
Reserved for FROYO 2.2 + 2.2.1 Kernels
DragonMOD+[6/24/2012][Voodoo]
[2.2][1.3ghz][Beta2]DragonMOD+[6/24/2012][Voodoo] by ECOTOX Updated 062912
Voodoo Lagfix
Voodoo Sound
GPU OC //max 220mhz
ThumbEE
BLN
TinyRCU //Lower memory footprint,not going with preempt cause I noticed some funkiness when rendering 3D
Add New Freqs //100mhz steps from 100-1300mhz (prbly wont do 1400, as it goes over volt limit)
FPS UnCap
Ext4 Patch
348mb RAM
Simple I/O
SLUB
Compiler Optimized
LowMemoryKiller Patch
optimized govners
tweaked gov values
Bali-X | Bali By - drhonk
Bali-X 1.2GHz | Bali 1.8.8 "Extended Battery Life" [7/8/2011]
Features:
BLN
Voodoo lagfix
Voodoo sound v9 (fixed on 1.8.6)
Voodoo color
337MB RAM
Adjusted HZ value to improve smoothness
CIFS
TUN
no FPS cap
TinyRCU for better speed and efficiency
lowmemorykiller patch for compatibility with Tiny RCU
ext4 patch
jhash3 for smoothness and responsiveness
BFQ I/O scheduler to improve I/O throughput
Battery source mod for optimization and battery life (1.7.2)
Disabled debug and printk for performance and battery life (1.8.2)
NEW -25 UV across all freq on UV version only (1.8.5)
NOTE:
This kernel will only work with 2.2 and 2.2.1
Disable SetCPU if you have one installed.
OverStock By - cmenard
OverStock v1.x and v2.x 341MB, Voodoo Sound, Color, Lagfix, BLN[EDT]4/10/2011
Version 2.4.1
More internal stability tweaks
When set to 100-1000/Conservative or no SetCPU installed it works just like 1.x versions of OverStock
Safe to use SetCPU Screen Off profiles set to 100-400/Conservative
Voodoo Sound v7 (Make sure to grab the Voodoo Control App from the market to fully utilize this feature)
Voodoo Color
Voodoo Lagfix
CIFS
BLN (Needs neldar's BLN Control app from the market, or grab the pay version for some sweet blinking action and more)
FPS cap removed
341MB Memory
Based on KA6 T959 Source
Version 1.5.2
Added -25 UV across the entire freg range
Voodoo Sound v7 (Make sure to grab the Voodoo Control App from the market to fully utilize this feature)
Voodoo Color
Voodoo Lagfix
CIFS
BLN (Needs neldar's BLN Control app from the market, or grab the pay version for some sweet blinking action and more)
FPS cap removed
341MB Memory
Based on KA6 T959 Source
Version 1.4.3
Voodoo Sound v7 (Make sure to grab the Voodoo Control App from the market to fully utilize this feature)
Voodoo Color
Voodoo Lagfix
CIFS
BLN (Needs neldar's BLN Control app from the market, or grab the pay version for some sweet blinking action and more)
FPS cap removed
341MB Memory
Based on KA6 T959 Source
Immortality
Immortality v2.2 - Team Whiskey - Smartass/SpeedMOD - [8/10] added 03/29/12 By Mr. Apocalypse
Features: (NEW IN V2.2)
FPS cap completely removed (should help with you 3D gamers)
More EXT4 patches
Removed unnecessary code in patches
Some debugging removed (should help with battery life & speed)
Went back to stock voltages from v1, but still user configurable (to bring back stability)
Now available in Kernel Manager app in the market.
------------------------v2.1----------------------------------------
Retweaked HZ values, should now be as smooth and responsive as v1 was
Added Juwe's RAM optimization script into flash package
Added pieces of SpeedMOD
Fixed a few bugs in Makefiles
--------------------------v2-----------------------------------------
Voodoo Sound v10
New Skull splash screen
Compiled with optimized compiler flags (thanks drhonk)
Added "Interactive" governor
Added "Smartass" governor from DragonMODz (thanks ECOTOX)
Screen Off profiles working on 400/100 with and/or without setCPU using Smartass
Retweaked voltages table, -25UV across the board
----------------------------v1--------------------------------------------
Voodoo lagfix
Voodoo sound v9
Voodoo color
BLN = Back Light Notifications
LowMemoryKiller patch
Modified Kernel HZ value from 260 to 500....for smoothness and responsivness
TinyRCU
BFQ I/O scheduler (set to default)
CFQ removed
Battery polling values modified (an attempt at saving batt life)
JHash3 patch
EXT4 patches
Modified FPS (Increased, not removed)
333MB Ram Hack
User configurable OC/UV
Safe booting to 1ghz
Overclockable to 1.2 ghz
Avatar confirmed working with this and Bionix NextGen V2
DragonMODz Nightly
[2.2][1.3ghz]DragonMODz Nightly#3(Smartass/Scary/)[8/26/2011] by ECOTOX added 04/30/12
What's included
Switch to SLUB memory allocator (testing)
Minor build optimizations
Dropped Stochastic Fair Blue Net Scheduler (really only improves wifi a bit)
Redone from the ground up to clean out the kernel
CIFS Support
Dropped Clock to 1.3 on OC kernel (better battery with high speed)
More GPU clock tweaking (better stability with good performance)
Scary Gov now added and the default
No need for screen profiles! (the kernel has it handled)
Added Smartass Gov
Tweaked Kernel Voltages (lower sleep voltages)
Tweaks to Clock Calculation
Tweaks to GPU Clock
Voodoo Lagfix
Voodoo Color
Voodoo Sound
GPU OC
ThumbEE
BLN
CIFS/NFS support
TinyRCU
Add New Freqs
Jhash3
FPS Cap
Ext4 Patch
330mb RAM
BFQ I/O
SLUB
Compiler Optimized
LowMemoryKiller Patch
Optimized govners
Change Log Here
Notes: Screen off Profiles are not needed or recommended on this kernel (its got it handled =P)
Dead Horse Reloaded
Kernel- New Dead Horse Reloaded- 2.2 & 2.2.1 4/24 by Eugene added 05/01/12
New for Advance Users Dead Horse Reloaded:
To Flash, Download neldar zImage Flash Utility from the Market & place the zimage in the folder the App makes..
* LOG * Thanks = Koush / Clockworkmod for source Codec!!!
Based on edify ( Old amend update script will no longer work ) Time to Learn People!!!
Fully Based Off CwM 3.X ( With edits by me to be 100% Functional on the Vibrant )
No SD wipe issues
Formats to a true ext4 partition regardless of movinand size without errors
Default Ext4 /system /data /dbdata /cache mounts & Format with RFS Mount Support for First time User's
To Restore RFS you will need to ODIN ( Next Build will feature RFS formatting support ) or place a Voodoo zImage on /sdcard/zImage & Flash using the in recovery zImage Utility
100% Working Internal & External Mount To PC
100% Working Internal & External Mounts for flashing .zip from SD
Superuser / busybox / tweaks / Back Light Notification supported built-in
Update zImage straight from recovery ( Must mount /sdcard first! ( This is to keep people from flashing by mistake ) Place zImage on external sd = /sdcard/zImage
Primary /sdcard is the external to avoid soft-brick issue caused by formatting with ext ( /sd-ext ) & swap Support. Swap however is not needed!
Issues & Fixes to Come:
Factory wipe from Android OS not working, Wipe / Factory reset from Recovery! ( Issue is Fixed when Flashing GCR3-Update6 )
Fix OS Wipe issue ( Issue is Fixed when Flashing GCR3-Update6 )
Implement RFS Formatting for those that wish to revert to stock /system /dbdata /data /cache file system
Unverified if flashing is 100% safe over voodoo, but shouldn't be an issue.
Voltage Settings:
{1200000, 1275, 1100, 1} Need SetCPU or any other OC Program to use!!!!
{1000000, 1250, 1100, 3}
{800000, 1175, 1100, 4}
{400000, 1025, 1100, 5}
{200000, 925, 1100, 6}
{100000, 925, 1000, 7}
Tigers Blood
Tigers Blood v3.22 Voodoo Lagfix, Sound, Color, BLN, OC/UV[03/31/11]
Developers Note:
As a learning experience, I decided to give kernel developing a try. Tigers Blood is the result. I wanted to make a kernel with some OC/UV capabilities, but yet stable enough for the everyday user. I took a minimalistic approach and by default, the kernel is at stock clocks and voltages and will clock to 1.2 Ghz.
Includes :
Voodoo Sound v7
Voodoo Color
Vodoo Lagfix with modified Clockwork Recovery
BLN (Neldar's free version of "BLN Control" is included - Please donate to Neldar or buy the full version in the Market if you like his work - Full version allows blinking backlights)
CIFS ("Mount Manager" in the Market will get your network drives mounted)
TinyRCU
339 MB Ram Hack
OC/UV capable to 1.2 Ghz (Stock clock and voltages out of the box)
FPS Cap Lifted (No FPS Hack Version Available)
jhash3
Stock+Voodoo
stock+Voodoo stable 5.x for Vibrant by supercurio added 05/01/12
Notes from supercurio
The kind of kernel published here are only stock kernels, which means the exact same code build by Samsung for Vibrant phones.
Of course, there's a difference: Voodoo lagfix 5 stable has been injected in them, with its extensions and also ClockWorkMod recovery as default recovery.
Voodoo lagfix converts /system, /cache, /dbdata and /data to Ext4 with optimized parameters for speed but also guaranteeing data integrity.
Also, it configures the write behavior of Linux to prevent lag from happening, plus apply some memory management providing a better balance than stock settings.
Also supported: custom boot animation, init.d scripts and an improved adb shell (new!)
This kernel also installs the su binary for your convenience. Only activated once you download Superuser App from market. If you don't want to "root" your phone, skip this part.
How do choose the version?
The best version is the closest to the one of the ROM / system you run.
If you use a custom ROM instead of an official Samsung one, ask your ROM dealer which one is closer
update.zip you can flash with ClockWorkMod recovery (not 2e or 3e)
JK2+Voodoo
JK6+Voodoo
JL1+Voodoo
JL4+Voodoo
JL5+Voodoo
KA5+Voodoo
KA6+Voodoo
KA7+Voodoo
KB1+Voodoo
.tar you can flash with Odin or SGS Kernel Flasher
JK2+Voodoo
JK6+Voodoo
JL1+Voodoo
JL4+Voodoo
JL5+Voodoo
KA5+Voodoo
KA6+Voodoo
KA7+Voodoo
KB1+Voodoo
DoW14
[GPL] DoW14 v1.4 344MB, Voodoo Lagfix, Sound, Color, BLN 2/21/2011 by morfic added 05/01/12
Notes from
No frosty flakes here.
DoW14-T959 is based on Samsung KA6 T959 Sources
Sleep fix not in, treat it like a stock kernel for now until notified (Do not use profiles that exclude 800mhz)
Only flash this kernel from a "red recovery", do not flash it coming from any ULF kernel, flash a stock+voodoo kernel in-between, then flash this kernel.
Not sure what these other kernels do, but I'm tired of hearing my kernel breaks anything due to THEIR incompatabilities.
Included:
Voodoo Sound v4 (Thanks supercurio)
Voodoo Lagfix (Thanks supercurio)
Voodoo Color (Thanks supercurio)
BLN included (Thanks neldar)
Based on T959 froyo source.
Safeboot to 1GHz for those phones that don't like OC (But 1.4 can be used with setcpu)
TUN (Tunneling/VPN support)
CIFS (Samba support)
JFS (Advanced users only, no automated use of this FS)
DoW14-T959 359MB RAM version -> No HD Video
DoW14-T959-HD v1.4 344MB RAM version -> HD Cam working | md5sum: 743ee5f1023a571260d32bd4c0fcc7f3
Best steps:
Get off your ULF kernel first, flash Stock + Voodoo in-between
You inform yourself what "OC" is and what to expect
Install Neldar's "SGS Kernel Flasher" before flashing ANY kernel.
Backup your existing kernel with his tool.
Flash Kernel through RED VOODOO recovery
Reversal:
Flash the backup you made with SGS Kernel Flasher
Reserved GINGERBREAD KERNELS
Reserved GINGERBREAD , MIUI or CM7 2.3.4 - 2.3.7 KERNELS
99 Problemz By - Mr. Apocalypse
[CM7/MIUI]99 Problemz - ..but performance ain't one [10/27]
Features:
Updated to work with stable CM7 and updated MIUI and OMFGB roms
Voodoo Sound v10
Voodoo Color
CWM Recovery v5.0.2.6
BLN supported (use BLN Control app to utilize)
Safely boots to 1ghz
OCable to 1.4ghz
User configurable UV
BFQv2 scheduler(set to default)
Smartass and Smartassv2 governor option available
GPU tweaks integrated
Integrated v(r) scheduler
Integrated zram and zache
LIPPOL94's kernel cleaning script integrated into flash package
Notes:
1. BLN is fully supported, use BLN Control to use BLN
2. This kernel uses the same stock voltages as the stock CM7 kernel, and boots at 1ghz. Use SetCPU or Voltage Control to OC/UV as you see fit.
Immortality-CM By - Mr. Apocalypse
[CM7/OMFGB/MIUI] Immortality-CM[/B]8/31]
Features:
Voodoo Sound v10
Voodoo Color
Safely boots to 1ghz
OCable to 1.4ghz
User configurable UV
BFQ scheduler(set to default)
Smartass governor option available
Full sound dock support
LIPPOL94's kernel cleaning script integrated into flash package
SetCPU's 400/100 screen off profile safe to use, but not recommended.
NOTES:
The cleaning script is integrated into the flash package, so it will clean before the kernel actually flashes, once its done and you reboot, it will take a little while longer to reboot since the dalvik-cache is wiped.
It is safe to use a screen off profile with 400/100 setting, but i do not recommend it.
The splash screen is the same skull from my froyo kernel, but it has "CM" on it. If you dont like skulls or my splash in general, plz use another kernel. And NO, i won't change or make another version of it, so plz don't ask.
My beta tester, Skitz, has reported low quad scores with this. If you are a person concerned with benchmark scores, then this isnt for you. Quads don't make the kernel, the performance does.
Running OMFGB so i know this will work on that and regular CM7, i hear that CM7 kernels also work on MIUI, but i have not personally tested it on it.
Platypus By - zacharias.maladroit
[CM7/MIUI] Platypus SECURITY,VOODOO,OC/UV,nodebug
The purpose of these kernels is extensive stability testing addressing the following sticking points:
overall stability & functioning of the kernel and phone
call drops, missed calls, etc.
lags (suggestions for improvements are welcome)
auto-rotation, sensors, etc.
Voodoo Control Plus [any crashes ? compatibility problems ?]
working on CM7 or MIUI ?
scheduler, sound, video synchronisation & lags: Tap Tap Revenge 4 (especially at the beginning of songs)
scheduler, sound, video synchronisation and any other issues: doodle dash (while shooting & sound activated)
proper pmem memory layout & settings: proper functioning of Google Googles
On stability testing(Platypus Kernels)
Go over there and thank him - There is just volumes of info over there regarding Tweaking that Kernel.
Results & FAQ/Documentation Results: - By zacharias.maladroit
FAQ / Documentation:- By zacharias.maladroit
Overclocking / Undervolting: - By zacharias.maladroit
LED Support FAQ: - By zacharias.maladroit
Voodoo Color settings: - By zacharias.maladroit
Screen RGB multipliers: - By zacharias.maladroit
Screen v1 gamma hack: - By zacharias.maladroit
MIUI COMPATIBLE KERNELS
Glitch By - sixstringsg
[KERNEL][CM9][2/8/12] Icy Glitch V14 - BETA - LiveOC - Voodoo - DIDLE - USBhost - Updated on 052312
Overview:
Up to 1.7GHz CPU OC with added bus/GPU OC (Thanks to morfic for the great base of work)
Undervolting using Pimp my CPU or Voltage Control
Voodoo Sound - & Voodoo Color, using VC versions
FPS uncap (Screen running 68Hz instead of 60Hz, from 56 to 66 FPS max) from JPX source
Various tweaks for more smoothness and reliability
LED notifications
Bali-CM By - drhonk
[CM7/MIUI/OMFGB] Bali-CM 2.2.2 [10/18/2011]
Overview:
OC/UV up to 1.4GHz (Safe boot to 1GHz) [require setCPU from market]
Voodoo Sound v10
Voodoo Color
Multiple CPU governor, smartass included (default: ondemand)
Multiple IO scheduler (default: BFQ)
LED notification support (no external app required)
CIFS support
Support SetCPU screen off 100/400 profile
Dock sound redirector support [need Galaxy Dock Sound Redirector app from market]
Streamline By - eugene373
VibrantMTD CM7.1 *Stable* 11/13/2011
Features:
OC/UV up to 1.4GHz (Safe boot to 1GHz) [require setCPU from market]
Voodoo Sound v10
Voodoo Color
Multiple CPU governor, smartass included (default: ondemand)
Multiple IO scheduler (default: BFQ)
LED notification support (no external app required)
CIFS support
Support SetCPU screen off 100/400 profile
Dock sound redirector support [need Galaxy Dock Sound Redirector app from market]
I9000 vibranted vG.4.0 04.16.2012
[kernel][ginger]I9000 vibranted vG.4.0 04.16.2012 By xcaliburinhand Updated on 04/24/12
I9000 vibranted vG.4.0 includes:
MobileAP support (aka wireless tethering)
Correct Headphone/Speaker logic
Working capacitive touchkeys
Captivate car/home dock support
Audio uses dock when available (use this app)
Wired headset support
CWM 3.0 recovery (courtesy of Chainfire)
Support for custom boot animations
The original Voodoo color and sharpness fix
Voodoo sound v10
Compilation optimizations
Call audio through dock
Voodoo lagfix
BLN support
Bullet GB Voodoo
Bullet GB Voodoo goodies [EDT][6/24/2011] by cmenard added 04/30/12
Bullet v6.x-voodoo includes:
Voodoo Sound v9
Voodoo Color
Voodoo Lagfix
BLN support (thanks to neldar)
CWM 2.5 (the regular red Voodoo recovery we all have come love)
339MB of memory
Smartass and Interactive CPU governors (Conservative still default at boot)
Volume keys mapped to i9000 so no changes needed in the ROM and the keys work correctly in recovery
OC with safe boot to 1ghz use SetCPU to set clock speed
GPS init.rc
Proper headphone jack routing for T959
USB dock audio should be properly routed as well
Based on xcaliberinhand's reoriented i897 JVB Kernel and supercurio's voodoo lagfix initramfs
Notes * Make sure to match the kernel version to the ROM version. You want to use the JVB kernel on JVB based ROMs and the JVH kernel on JVH based ROMs.
Bullet GB JVP 1.2ghz
Bullet GB JVP 1.42ghz
Bullet GB JVP 1.54ghz - This one is for you speed freaks with special phones.
Talon SH
Talon SH Kernel (GB 2.3.4) [KERNEL][MOD] by simone201 added 05/01/12
Included:
Based on latest Samsung Opensource Gingerbread Sources
Voodoo Lagfix and Sound v10
Voodoo Color for 2.3.4
Ported Nexus S Framebuffer
mDNIe based on Speedmod
BLN Support from Neldar
Custom Voodoo CWM 3.0.0.5
Updated to latest Jhash3
340MB RAM Free (w/ 720p)
OC/UV support up to 1.2ghz
Swap + ZRAM (compcache)
Wired Headset Support
Audio Dock Support
Battery Polling set to 60s
Set Light Sensor Polling to 1s
Sched_Autogroup v4 (per sessions)
TinyRCU (smaller memory footprint)
SIO / VR / BFQv2-r1 IO Schedulers
Tweaked Ondemand Governor
Stochastic Fair Blue (SFB) network scheduler
Updated to latest Samsung Source
Lots of Upstream Linux/AOSP fixes
CIFS/TUN Support
TALON SH MODS Included:
VR Scheduler as default
InteractiveX governor as default
Tweaked InteractiveX (for more responsiveness and battery life)
Juwe RAM Hack settings included into the kernel
Some code cleanup
ZRAM Switch feature (disabled by default)
SD Card Read-Ahead tweaks
Compiled with Linaro GCC 4.6.2 + O2 + Graphite Optimisations
Sleepfreq set to 400Mhz
ULP_FREQ set to 400Mhz
Reduced CPU Voltages for 400 and 100 Mhz steps
Reduced LCD and RAM Voltages
Screen temp set to 6900K
CWM 3.0.0.5 themed by me
SH Themed bootlogo
6 steps frequency (1Ghz step included)
Adjusted DVFS settings
Raised FPS Cap to 66
Support for 10 fingers multitouch
TCP/IP Buffers tweaks
cpu_freq_stats fixes
Conservative Governor auto insmod
TalonMTD
[CM7/MIUI] TalonMTD 0.0.3[OC/UV][Voodoo Color and Sound] by ytt3r added 05/02/12
Features
Overclock up to 1440MHz/Undervolt for all frequencies (having only 5 frequencies undervolted seems most stable)
Nexus S Framebuffer
Voodoo Color v2 (No yellow tint!)
Voodoo Sound v10
Based on Linux kernel 2.6.35.13
GPU overclock
GPU Tweaks
Bonus Governors: InteractiveX, Smartass, Conservative governor compiled as a module (not enableable yet)
Bonus Schedulers: SIO, V(R), BFQ2r1, CFQ with tweaks
Undervolted ADC and RAM
Disabled Userspace governor
Kangsterizer’s LED notifications
Asynchronous I/O support
Logcat compiled as a module, must be enabled via ‘logcat-on’
Lowmemorykiller tweaks by kodos96
Jhash3
RAM tweaks
Readahead tweaks
Kernel HZ set at 250
Disabled kernel printk for less overhead
KTLO (Keep the Lights On)
Samsung ARM fix
16.25 lbs. of ext4 fixes
CM7 Kernel 2.3.4
CM7 Kernel 2.3.4 (Voodoo Sound v8, Color, LEDNotify, OC/UV) [05/04/2011] by theexel added 05/01/12
Main features:
Voodoo Sound v8. - Need I say more?
Voodoo Color. - Again, you should know this by now.
LEDNotification. - Not "BLN" - No app required - Use CM quiet hours for scheduling.
Overclocking. - 1.3Ghz max.
UnderVolting.
Extra governors. - Smartass, Interactive.
Various tweaks. - JPX screen timings.
Sometimes testing stuff. - Stuff from teamhacksung before it goes into their stable upstream.
Changelog:
Fixed battery info/display (Upstream) (NEW)
Some fixes for new recovery (NEW)
Upstream sync. (NEW)
Some fixes for new recovery. (NEW)
Test of new scripts.
Fixed said new scripts since test failed.
Supports GB 2.3.4 (Upstream)
Reviewed some code.
Removed governors: ondemand is better in their current state anyway. (NEW)
Allocate more memory to FIMC0 / fixes googles goggles FC. (NEW)
Upstream sync.
Requires latest CM7 nightly for compass, etc.
Supports bml_over_mtd at flash time.
Voodoo Sound v8.
Some touch-key tweaks.
Fixed touch key inactive on boot.
Added usb dock/audio/etc patches. (Testing - xcaliburinhand.)
Tweaked default haptic feedback intensity. (Slightly softer.)
Changes in LED handling. (Possibly fixes most remaining issues.)
You need this to control the LEDs CMParts see here to install properly (Doesn't install like a regular apk, the reason is its not really an app, it's part of CM7 with modified setting panel for LEDs)
LED on on resume has been disabled for now (keyboard woes - I think.)
Touch key: Enforce recovery routine during r/w failures (Fixes: Touch keys flash and stay off when missing a call - Possibly other weird situations.)
LED stay on when screen off as long as notifications are not deleted. (Due to popular request.)
Fixed liblight for quiet hours/LED issue.
Touch keys light up at resume for a short time. (Like Samsung ROMs)
LED notification respects CyanogenMod's 'Quiet hours' (Settings -> Cyanogen -> Sound -> Quiet hours) Setting LEDs to dim during quiet hours will disable led notifcations during those hours (So it's like BLN schedule except its using the CM feature.) - Thanks for that suggestion.
Fixed keys light time out. (I was being dumb with calls during interrupts, sorry.)
Coolya's battery experiemental tests: allow charging at higher temperature. (Like JPX), changed adc.
Added CONFIG_MODVERSIONS for Voodoo module support. (Future market app.)
Headphone fix. (Upstream issue - Means no play/pause/mic buttons, but at least you can listen to music like before.)
Added smartass - Currently doesn't go under 400mhz. (Not default and just testing.)
Stable OC at 1.3ghz, probably! (At least, 'more stable.' Report if you still crash.)
Fixed voltage table display. (No more '?' in Voltage App.)
Voodoo sound patch v6.
Higher refresh rate and timings, taken from JPX (thx morfic) - Results in 10fps boost in games and smoother scrolling elsewhere.
Le Kernel Du Jour!
[CM7][July 12] Le Kernel Du Jour! Build #2 by TheEscapist added 05/02/12
Notes from TheEscapist
DELETE ALL VOLTAGE CONTROL SETTINGS, AND REMOVE BOOT SETTINGS FROM CM SETTINGS AND VOLTAGE CONTROL AND DISABLE SETCPU PROFILES BEFORE FLASHING THE LATEST UPDATE. THIS GOES FOR ALL UPDATES, INCLUDING UPDATING CM.
This is a CM7 based kernel with a 1.6 Ghz overclock, Voodoo sound and color fixes, uv support, and BLN. See the changelog for all the updates and features.
Informations (THESE CHANGE ON A REGULAR BASIS):
Max clock is set to 1GHz on the first boot, set the max clock in CM settings or voltage control or setCPU.
I cannot possibly stress this enough. IF YOU EXPERIENCE BUGS WHILE ON THIS KERNEL, POST HERE. Do NOT submit bug reports to the CM team, until you have flashed back to stock CM, and can verify the bug exists there too.
Use Xan's UV app to undervolt.It's in that market, search "Voltage Control".
Want to go back to stock? First, if there's any particular reason, please let me know. I love to feedback, good or bad. Then, just flash the latest official update.
Sources --> https://github.com/TheEscapistxda/an..._samsung_aries
BLN is disabled by default. Please enable it by using the BLN control app from the market.
Its not a bug. You're not bricked. Let it boot up.
What's included :
v5.3[May 16]
Upstream initramfs/initial flash changes
Upstream change to the way battery percentage is calculated
Lots of little( irrelevant) upstream changes
Actually fixed the kernel version.
v5.2[May 12]
New(old) modem_ctl
tvout stuff
fsa switch sleep
overvolting cap
v5.1[May 6]
Lots of upstream gpio changes
Camera drivers kanged from JVB (REQUIRE THE LATEST NIGHTLY TO WORK)
03 optimizations
Switched to hardware based floating point calculations (seems to increase performace under certain loads)
Dropped 1.6ghz to 1.55ghz
Set default governor to conservative
New captivate/vibrant specific initramfs
v5.0[May 3]
Extend battery polling to 15s
Sched_autogroup patch (increases smoothness under heavy load)
New bootlogo
Fix setCPU crashing on screen off
Unified HZ (256) (should increase battery life, and has no adverse effect on performance)
Reunlock fps cap
v5.0b[May 4][First Vibrant supported/tested version]
Fixed touchkeys for real this time
Temporarily enabled debugging (will be disabled in the next update)
Fixed the crazy battery stats
Reenable smartass governor
Switch to the Codesourcery toolchain (should result in faster/smoother code)
Full compatibility with 2.3.4
Reserved for ICE CREAM SANDWICH KERNELS
Reserved for ICE CREAM SANDWICH or CM9 KERNELS
www.derkernel.com added 071712
Trinity GST for TMO - CM9 - ICS - ALPHA19 : http://goo.gl/ymgiU added to the CM9 KERNELS Section
Trinity GST for TMO - STOCK - ICS - ALPHA19 : http://goo.gl/vRk8m added to the ICE CREAM SANDWICH KERNELS Section
Trinity GST for TMO - CM9 - ICS - 1728MHz MAX - ALPHA23 : http://goo.gl/4JPSh added to the CM9 KERNELS Section
Trinity GST for TMO - STOCK - ICS - 1728MHz MAX - ALPHA23 : http://goo.gl/TXCOQ added to the ICE CREAM SANDWICH KERNELS Section
4 Different Puppies added to their kernel section.
Features
Offering lowered voltages
Build optimizations
Performance through research
Removed wasteful debugging
Scheduler, Governor tweaks
480MHz GPU
Up to 1836MHz (ALPHA19) or 1728 (ALPHA23)
Bull**** Free (Not pushing buzzwords to drop them later like others)
Arbiter
[KERNEL] [CM9] Arbiter 1.0 [OC 1.3GHz] by FaultException CM9 KERNELS Section
Features
OC 1.3 GHz
More later...
Semaphore
Semaphore ICS 1.2.5v by stratosk
This is a kernel based on the pawitp's one and it works for Android 4.0.x ICS ROMs.
Features
LiveOC
Custom Voltage
Voodoo Sound
BLN
373.5MB - 398.7MB
Compiled with Linaro 4.7.1
O3 optimization
Semaphore Script Manager 0.75
Auto brightness driver
Touch Wake
Vibration intensity
Deep Idle
USB host driver
Governor ondemand (default)
ondemand: sampling_down_factor tunable by momentum, smooth_ui
Governor conservative (module, smooth_ui)
Governor smartassV2 (module, smooth_ui)
Noop I/O scheduler (default)
Deadline I/O Scheduler (module)
Simple I/O Scheduler (module)
Netfilter (iptables) as modules
CIFS as module
TUN as module
Logcat disabled (as module only)
Standard network packet scheduler
Kernel log buffer size 4KB (from 128KB)
Reduced debug info
TinyRCU
Fast Charge support
WiFi PM_MAX when suspend
/system/etc/init.d directory creation if not exist
Full changelog:
Deep Idle Guide and FAQ
Devil by DerTeufel1980
Devil3_0.79 - Vibrant - Beta release Updated 061912
This kernel is based on teamhacksung's kernel, with updated Linux base to 3.1.10
this is a first release for the vibrant, so please take it as "beta", although everything should work fine
This kernel is based on teamhacksung's kernel, with updated Linux base to 3.1.10
Kernel working with all ICS Roms
Features:
Brain **** cpu-scheduler (BFS) (this should be much faster than the default cpu scheduler) will be back later
378, 391 and 403 Mb Ram available (selectable in kernel, no need for a patch (403 mb breaks 720p) only reboot required)
2 different recoveries included (cmw touch recovery + twrp recovery)
SIO scheduler (default)
V(R) scheduler (maybe even faster than SIO, can be set as default by using NSTools for example)
init.d
Voodoo Sound and CM9 Color Adjusment / Voodoo Color (VC version)
Devil Idle
BLN V9 (thx to mialwe)
USB Host mode driver (for more information about this, and for saying thanks to the guy, who ported this for our phone, please visit this thread)
Ezekeel's Live_Oc
Ezekeel's Deep Idle V2
Touchwake
vibrator intensity control (by mialwe)
BLX (Batterie Life Extender, I don't think we need it, but maybe one feels better by using it )
backports from Linux 3.2
Swap/Zram support
Zcache, Cleancache and Frontswap
Smooth_ui included to ondemand, conservative, smartass, lulzactive, lagfree and lazy governor (only one setting for activating/deactivating it in general)
3 cpu governor presets (smooth, normal, powersave) for ondemand, conservative, smartass, lulzactive, lagfree (only one setting for switching the mode in general)
many other small features and improvements
Changelog 18.06.2012:
some changes to load balancing
added ultra ksm (metioned by zach thx for this my friend)
readded fiops io scheduler (still experimental and could cause instablilities)
using snappy compression for zram now (2 times faster, but only 2% less compression)
added the possibility to change zram size (at /data/local/devil/zram_size, with valid values: 50, 75, 100 and 150 (all in mb))
fixed the applying of user_min/max freq after reboot
vibrant: fixed gps
fascinate: fixed nandroid in cwm recovery
What is ksm? http://en.wikipedia.org/wiki/Kernel_...e_Merging_(KSM)
uksm is more optimized and also working for single core systems. using this should give much better ram usage, but at the cost of more cpu usage
Kiss By - Nelson
V8.2: Regular / Mirror + Touch / Mirror (04/07/2012)(Latest) Thanks to Nelson hard at work and props out to Decepticaons for spreading the news. Do your self a favor and register over at team-passion and stay into the now with the latest of ISC magic that NEO & Nelson are cooking up. Updated 04/11/12
ICS Kiss V4.1 (kernel)
Alt Source & Downloads Here
Added audio dock support
Made revisions to smartass2
Voice audio through dock
Fixed BLN
Adjusted wifi for stability
OC to 1500 (Many devices will not run this high, but it's there for the adventurous. apps could close unexpectadly and your phone may freeze and rebbot. Be sure to uncheck set on boot in NSTools before trying. Use at own risk)
Governor adjustments
Icy Glitch By - Tk-Glitch
[CM9][24/03/12] Icy Glitch V14 - BETA - LiveOC - Voodoo - DIDLEv2 - USBhost By - Tk-Glitch Updated source 04/12/12
Overview :
3.1.10 linux base
LiveOC
Custom Voltage
Battery Life eXtender
DIDLE
Voodoo Sound 10
PMFAST mode for best wifi performance (different low power mode than default, using a bit more power).
USB host mode support
342MB RAM
Various tweaks for more speed and battery saving
subZero By - Mr.Psycho
subZero v1.3 Build 102 (Reality_OD) - BETA - BETA Updated on 061012 with hugemem and bigmem options. Thanks to thachosenone for this Update!!!
Based on Linux 3.1.10 / Devil v14.2 by derTeufel
CFS I/O Scheduler (default), BFS could return later
Block Schedulers: SIO (default), Deadline, Noop, CFQ, BFQ, VR
CPU Governors: SmartassV2 (default), Conservative, Performance, Lazy, Lagfree, LulzActive, Ondemand
OC support up to 1400 MHz (1000 MHz default)
Selective Live OC tweaks
BLN v9 with kernel blink support
Battery Life eXtender (BLX) support
Touchwake support
Voodoo Sound v10
CM Color and Voodoo Color versions available
Color tuning and Gamma control are ONLY supported via AOKP ROM Control and the included Modified Galaxy S Settings app (AriesParts.apk)
MIUI version reverted back to Voodoo Sound app for tuning Voodoo Color.
MDNIE (CM Color only) support
6500K color support
Forced Fast Charge support
Cleancache/Zcache/Swap support
Zram support (enable in CWM Recovery)
NO Deep Idle!
XZ kernel compression
SLQB allocator
Tiny Preempt RCU
WiFi Tethering support
GPS locks after deep sleep (must lock GPS immediately on reboot)
CWM Touch Recovery w/ custom menus and working indicator keys
Alternative Devil By - Mr.Psycho
Get the Kernel Here : http://www.mediafire.com/?fy8z8f3r89zk4
Read the Thread Here : [*2*ROMS][ICS][IML74K]EXperia GM1.1.1/Beta 1.0 "TouchWiz"[Port][4.0.3/4]
Live OC
[MOD][KERNEL] Live OC
From Ezekeel
"Thus it would be nice to have some way for the user to individually adjust the bus speed to match the overclocking capabilities of their device. Unfortunately with TEUV the bus speed has to be defined on compilation time thus the only way would be to release different versions with different bus speeds which, frankly, would be a pain in the ass. So I implemented a way to change the bus speed on-the-fly while the device is running. In contrast to TEUV not only the bus speed for the maximum frequency but for all states is increased by the same percentage (might change this later, especially for the minimum state)."
More info here
ImoseyON Lean
OC UV
OC'd GPU support for init.d
swap support Thread
here & Download here - Credit Imoseyon
Streamline 3.0.15-ICUP Kernel
Streamline - Replacement Kernel
Kernel: 3..0.8 Patched to 3.0.15
Voodoo Sound
Voodoo Color ( By Default this setting is Used, Once I have source posted you can compile without & using the color tuning that is built-in on Vibrant Passion Rom )
BLN ( Working as well on missed calls )
BLD ( Due to the Codec I Kanged to make BLN works, I also had to include this as well to Turn Off back light buttons like the Nexus S. the NS is the Kanged Codec here ).
Work load Mod 4 HZ* 4.61
GPIO Sleep Fixes
Wakelock Fixes on Display ( Still has the Display issue in Battery Usage, but overall sleep is better now )
dm-cache
ZCache
ZRam
Cleancache
Swap ( Swap is only needed for parts of zram / zcache to work correctly )
Deep Sleep Edits ( Didle ) not to be confused with Deep Idle Mod
Overclocked to 1.3 at max, Default is 1Ghz on Boot
NSTools will work on this Kernel
Custom Voltage added ( I Have issue when using. results may vary )
Live OC Added ( I Have issue when using. results may vary )
Fixed Screen wake ( This is regarding waking device up, & touchscreen doesn't register & you have to hit power button & try again to unlock )
360MB Free without breaking Video / Camera
65 FPS Cap
1024 read ahead value
default readahead size a kernel parameter
limit default readahead size for small devices
svnet edits from my GB Kernel
GPS init edits to mach-aries from my GB Kernel
Read more: Here
Bigmem Kernel
T959-Bigmem Kernel-720p.recording-playback-Adam Download is here Link updated on 051312 & link is credited to mainecrab More info from vibranturk on this Kernel here
383Mb BigMem Ram
720p Video Playing support
720p Video Recording support
CM Color support
Touch Recovery
....No Over Clock yet
If there are any users of this Kernel, please post your feedback on this puppy
HEART
News Flash, News Flash, News Flash, News Flash, News Flash
Team Passion Publishes new Kernel "HEART" V1: (04/30/2012) Go to their web site to download Link added 05/09/12
Mods & File Locker
Bookmarks
The XDA Portal Good Source for Android Headline News
Android Open Kang Project
EB-Productions Where Eugene a Recognized Developer - Senior XDA Member and a very generous Developer to the Android Community is at Developing and Cooking
CM nightlies Vibrantmtd (Source) & CM nightlies vibrantmtd (Alt Source) CM9 //Just to put this out there - Not CM7
Sam Mobile leaks and cherries from the source
Android Architecture from the Source Dev info, Great source
Samsung Updates
SlimICS is a custom rom created by Krarvind & Based on Android Open Standard Program (AOSP) added 030812
What is Android ? - The Android Developers Guide added 042612
Building Kernels Android Open Source Project - added 04/26/12
Download the Android SDK for Windows, Mac OS X (intel) & Linux (i386) added 042612
Rootzwiki "The Other Forum" added 042712
Mobile Tech Videos Every once and a while you score, here is one book mark for ya by samsgun357 Note this link was found via this thread here Vibrant unbrickable mode (you can recover from hard brick!!) added 051612
Project Voodoo, Galaxy S improvements, Project Voodoo is an Open Source community effort to improve Galaxy S phones. added 060612
GOO.IM, the Premium Android Developers File Hosting, If you don't have the app already, you can get it from: Google Play Store or Directly from their site : Note Great site with ample tools, apps, Roms, Stocks, Themes & Tools. Added 060812
Android Authority Great Portal with loads of tutorals with installing roms of many phone types and great content. Added 060812
Voodoo Color by master"supercurio" not to be confused with Project Voodoo, added on 060612, Basically Same Developer, Different Projects. Voodoo Color is a pack of high quality adjustments for Galaxy S screen. The screen technology used is Super AMOLED. Added 060812
Semaphore kernel website // They have a kernel based on the pawitp's and it works for Android 4.0.x ICS ROMs. Added 062512
android-apktool A tool for reverse engineering apk files by Brut.all added 070712
Mods
quick GPS lock in CM7
Faster Data Speed and Better Signal Tweak
[mod/source] Show full kernel version & add "mod" version to settings
Recovery 3e modified to work like recovery 2e - Updated 01/23/2011 By - untermensch
Inverted ICS Contacts, Calculator, Google Play by lazyb421 added 03/28/12
[KERNEL PATCH] Force AC (fast) Charging something for the Dev only by chad0989 on 03/30/12
Batteries & Mods For Various "Flavors" of Ice Cream Sandwich
Currently supported:
ICSSGS/Onecosmic - RC4.1/RC4.2 (deodexed battery mods only)
ICS Passion - v13, v13.1 (stock battery only)
Ice Cream Zenwich - RC1.3 (power control only)
CM9 - Build 16, 17
[MOD][KERNEL] Battery Life eXtender (BLX) by Ezekeel added 03/25/12
Anything related to Sound: features or fix requests. v10: Bass Boost by supercurio added 03/25/12
Moshiach Tweaks [All In One] 3/27/2012 by jellette added 03/28/12
Beats Audio
My Famous GPS Tweaks
My Media Scanner Binaries - SD Card scanned in 3 seconds!
Wifi Tweaks
Everything you need to get that Vibrant running and sounding great. It contains the following tweaks, for 2.2.1 and below (Probably great for Gingerbread too but not tested on ICS - if someone wants to test on ICS and let me how it goes, that would be great)
GPS fix files for ICS roms by Globespy added 04/06/2012
Beats Audio Port Added provided by RockoDev added 030912 Updated 03/17/12
Transparent Power Control Widgets For Ice Cream Sandwich Roms & Battery Mods for Ice Cream Sandwich Roms by mr_psycho added 04/22/12
[MOD] MutePatcher 1.1 (FIXES MUTE/UNMUTE) by FaultException added on 04/26/12
[MOD][PORT]Search key to ICS recent apps for ICS Passion by bobshute added 04/26/12
Minor Tweak enabling FFC support in CM7 for Vibrant by 30000 added 05/04/12
(MOD) FFC Development Clean Thread by orells added 050412
File Locker
[BOOTLOADERS]CUSTOM Gingerbread Bootloaders for Vibrant - UPDATED [22/06/11]
Latest Google Apps for CM7 & CM9
Heimdall Suite 1.3.2 (Binaries) Updated on 052312
[BOOTLOADERS]CUSTOM Gingerbread Bootloaders for Vibrant - UPDATED [22/06/11]
Busybox-1.19.4-CM9 CWM - shared by dark79 added 03/21/12
Latest GAPPS here By mr_psycho added 03/25/12
Gapps updated Again 04-22 informed by by vibranturk on 04/26/12
[APP] WiFi Calling & ICS Font for 2.2 roms over at [ROM] Bionix-V FishmanMod Final 3 - More Butter, More Flavor! - 03/26/12 by fishman0919 added 04/06/12
[PROGRAM] AIO Vibrant Toolbox 2.5 *Beginners Start Here* Also for advanced users by bay_wolf added 04/08/12
Latest Version/Google Apps & Here added 030912
Cyanogemod Nightly [vibrantmtd] added 030912
Update me (for rom makers) by acquariusoft added 04/09/12
One Click Unlock / All Models (Mac & PC) posted by Bowsa2511 added 04/11/12
[TOOL] [DEV] Public XML Helper - 6/12/11 by Romanbb added 04/11/12
Chainfire3D Chainfire - 3d App at the market. Intermediary OpenGL driver. What does that mean? It means that Chainfire3D sits between your apps and the graphics drivers, and can intercept and/or change commands between the two. It has some built-in functions, and can be further extended with plugins to provide extra functionality. Added 04/14/12
Busybox for android - added 04/26/12
[KERNELS] Moped_Ryder SGS Kernel Pack [20 Froyo/GB Kernels] by Moped_Ryder updated 060612
[ICS]4.0.3 RC4.2 Unkanged/stock +wifi calling kernel &wifi files (testing only) by Jamerzrocks added 043012
[CM7][GPS][Tasker] Enable/Disable GPS Driver Widget by strictlyrude27 added 050412
[APP][Update] SGS kernel flasher v1.6.2 - flash a kernel within android by neldar Great App that can also be found in the market, added 05/06/12
HashTab / *MD5 is the coolest thing ever posted here by Moped_Ryder, added 051112
Google Play Updated To Version 3.5.19 by news from David Beren Grab the APK over here at the TmoNews portal, the Unofficial T-mobile Blog, More info on Features Here added 051312
SGS Tools by fishman0919 added 051912
[APP] S-Voice and ALL I9300 goodies added 051912
Latest GAPPS 20120429 Signed added 052212
GAPPS a good source for the following androids models, from GOO.IM, the Premium Android Developers File Hosting, added 060812
CyanogenMod 6.0-1.x
2.2.0-3
CyanogenMod 9.0.x
4.0.3-4
CyanogenMod 7.1-2.x
2.3.5-7
2.3.4
CyanogenMod 7.0.x
2.3.3
2.3.2
CyanogenMod 6.0-1.x
2.2.0-3
Want to save battery? Berkeley’s Carat app tells you exactly how to do it! Unique app that enables power conservation. Article posted at Android Authority, added 061812
Questions or Issues about Semaphore Script Manager please visit the [APP] Semaphore Script Manager v0.75 Thread by HM.Carbide, this [APP] Semaphore Script Manager v0.75 added 062512
[TOOL] Resource id remapper - Dev only - by untermensch added 070712
[UTIL]Apktool v1.4.3 - A tool for reverse engineering apk files by Brut.all added 070712
Tutorials
How to get a Logcat Tutorial by AOKP added 050912
How to Root Galaxy Vibrant Tutorial by Team Passion added 050912
How to use Odin for Vibrant by Team Passion added 050912
How to install bootloaders for vibrant Tutorial by Team Passion added 050912
How to do a 'Squeaky Clean' install Tutorial by Team Passion added 050912
Flashing with Heimdall - this is not the latest, but is may point you to the direction. & if anyone finds the latest Heimdall 1.3.2 Guide, drop me a line and I will post it. added 052312
Creating update.zip added 052912 Tutorial by dhlalit11
Getting Heimdall to work on your Mac, This Tutorial / Reference was spotted by Fishman Added 060212
Create a custom background for your notification dropdown Tutorial by jeffsanace added 061212
Animated Pull Down Menu for both Froyo & Gingerbread Tutorial by explodingboy70 added 061812
Fool-proof method to install latest CM7/MIUI without losing Baseband/IMEI Tutorial By angryattheworld A good one to bookmark added 062112
Reference Library
[MODEMS][CWM] ICS MODEMS By - scrizz
[MODEMS]!!!SAMSUNG!!! CWM and ODIN flashable - 4/15/2011 TAX UPDATE!!!! By - scrizz
[MODEMS][CM 7.1] cyanogenmod 7.1/MIUI CWM flashable radio/modems - 6/4/2011 By - scrizz
[KERNELS][CWM] Nelson's Kernels for Neobuddys ICS ROMS [3-27-12] by closedcircuit added 03/31/12
Super Build.Prop Tweaks |Updated 10/30/11| from Master&Slave™
A list of build.prop tweaks ~ another version that may be more of an understanding added 052912 by dhlalit11
How to add Reboot to power menu (updated 10/21/2010) by untermensch 04/05/31
You Want Better Battery Life:Read This by Woodrube added 04/09/12
Did you know you already have built in keyboard themes on ICS? Now you do. by joe.kerwin added 04/09/12
** [GUIDE] FIX AND RESCUE YOUR VIBRICK + ODIN SUPPORT! N00b Friendly ** by draikz added 04/09/12
Remap hardware button to ICS recent apps by evilisto added 04/09/12
HOW TO TEST 911 - by FaultException - Very Handy added 04/22/12
[GUIDE] ICS Style 'Settings.apk' - Make it yourself !! !! by balamu96m added 04/23/12
Kernel Governors, Modules, I/O Schedulers, CPU Tweaks, AIO App Configs by droidphile added 04/23/12 *Great Content & Documented very well*
Dual Booting by droidphile Added 042312
[Guide] Encryption Unsuccessful - Reset Android [ICS Issue] Shared by vibranturk on 042612
Running the Android SDK on Mac OS 10.6 Snow Leopard added on 042612
Installing Android 2.0 SDK on a Mac - added on 042612
Working With The Android Source Code - added 042612
Javadoc package index - These are the Android APIs. - added 042612
Some Very Valuable SDK Tools - added 042612
Adding and updating packages in your Android SDK - added 042612
Application Fundamentals - A Developers Guide - added 042612
How to Sign Android APK or Zip Files shared by xriderx66 on 043012
(roms links), (kernel links) (cwm recovery), (guides), (terminology), (must read) by dhlalit11 **Some Great Knowledge posted their added 04/30/12
QR code at Wikipedia, Great Topic for anyone in the Android File Game, More to come in the near future. Added 050612
Android version historyadded 050912
Learning something about governers - Great reference by dhlalit11 added 051312
I9000 GB Rom Porting Guide by Moped_Ryder, this is not a step for step tutorial, Moped_Ryder has laid the path and gathered the reference, links & knowledge base to assemble this great reference material for anyone with the skill sets and the willingness to learn being able to jump in to pick up some great android experience of creating roms of the I9000 GB port. Added 051312
Vibrant unbrickable mode (you can recover from hard brick!!) by doiiido added 051612
Information about I/O Schedulers added 052912 by dhlalit11
Learning something about Governors added 052912 by dhlalit11
Anything related to Sound: features or fix requests. v10: Bass Boost by supercurio added 060612
Battery questions Great thread started by Decepticaons, a must read added 060812
The Ultimate Android Themeing Guide by jairomeo (OP) added 061012
Editing APKs to match themes (Not just app icons!) by mixpix405 added 061012
[Guide] How to install ICS **EVERYTHING you need to know how to install them** by Woodrube, a Recognized Contributor to this community. Added 070512
For All sdcard issues by doiiido Added 070512
Scripts
[SCRIPTS] Scripts Collection and Discussion for Vibrant - By Neo
What Scripts are included:
strict minfree handler tweak
internet speed tweaks
vm management tweaks
misc kernel tweaks
battery tweaks
EXT4 tweaks (greatly increase I/O) (needs /system, /cache, /data partitions formatted to EXT4) --> Don't use on MIUI/CM7
Defrags database files
Remove logger
microSD card speed tweak
Loopy Smoothness tweak
Darky's Zipalign
Juwe's Ram Booster Script
Kernel Cleaning Script posted by amandadam
Ultimate Cleaning Script over at GPS fix files for ICS roms Thread by Globespy added 040612
V6 SUPERCHARGE "BIG PROPS TO ZEPPELINROX" FOR THESE AWESOME SCRIPTS!!
Faster Than A Speeding Bullet!The-=V6 SuperCharger=-Lag & Redraw Fix! by zeppelinrox added on 040912
V6 SUPERCHARGE LINKS
Refer also to post 1125 here
V6 Supercharge Tutorial Captivate Forum
WiwiPouPou's SYSTEM CLEANER SCRIPT by WiwiPouPou added 041112
Ultimate Kernel Cleaning Script - 1.0 by lippol94 added 04/11/12 Noted that link was down and a PM was sent on 04/27/12 Thanks out to krntehknik303
[SCRIPT][CM7/9] /datadata/ low storage notification lagless fix - init.d script by naTrium added 042312
Fix Low Memory Notifications on the Galaxy S by naTrium added 060612
[SCRIPT] Permissions Init Script by Romanbb added 063012
First... had to do it
second bring on the kernels
Sent from my SGH-T959 using xda premium
how's battery life?! -- hey, someone had to do it too!
xtone said:
how's battery life?! -- hey, someone had to do it too!
Click to expand...
Click to collapse
Thanks for the Suggested, Noted & Updated
Ics Doc's v5 loved the rom
hated glitch v14 kernel! nandroid backup is broken, if they fix that worth going back.
Ics Euphoria RC1
Kiss v3 kernel seems good so far.
Great idea on the kernel thread +10
dont hold back!
RoxAbout said:
Ics Doc's v5 loved the rom
hated glitch v14 kernel! nandroid backup is broken, if they fix that worth going back.
Ics Euphoria RC1
Kiss v3 kernel seems good so far.
Great idea on the kernel thread +10
Click to expand...
Click to collapse
This is what I need, Feedback & this is exactly how this thread will work.
I loved your input RoxAbout, it is just great.
If there is anything else that you want to post here or see, dont hold back!
SubZero kernel by Mr. Psycho runs similarly as Glitch v14 for me, but with a working rom backup.
Sent from my SGH-T959 using XDA
Glitch seems to give a better overall battery life for me on all ROMs but sub zero specially build 17 has been no less
Sent from my SGH-T959 using xda premium
subZero works great! The only problem with it is your CWM recovery will have a problem if you're on Froyo BL's. Flash Gb BL's and you're all good.
Sent from my ICZen'd Vibe!
Lochman79 said:
SubZero kernel by Mr. Psycho runs similarly as Glitch v14 for me, but with a working rom backup.
Sent from my SGH-T959 using XDA
Click to expand...
Click to collapse
Thanks Lochman79, SubZero was added to the list, out of Thanks but I will find you tomorrow!
Thanks xriderx66; for the build number, these details do help out a lot, note that it
xriderx66 said:
Glitch seems to give a better overall battery life for me on all ROMs but sub zero specially build 17 has been no less
Sent from my SGH-T959 using xda premium
Click to expand...
Click to collapse
Thanks xriderx66; for the build number, these details do help out a lot, note that it was updated to Build 18, Sweet!
Cm7 platipus kernel!
http://forum.xda-developers.com/showthread.php?t=1102280
One of my favorites.
two sides of the same coin
SubZero build 18 and Glitch v14 are two sides of the same coin....
one plus side though is with NSTOOLS BLN works with subZero with Glitch its 50/50.......
serendipityguy said:
Thanks xriderx66; for the build number, these details do help out a lot, note that it was updated to Build 18, Sweet!
Click to expand...
Click to collapse
whatttttttttttttttttttttttt??????????/
I didn't even know.. Found it haha
thanks man
You're missing a lot of Gingerbread kernels... Here's a list of all Gingerbread compatible kernels from my Miui guide: http://forum.xda-developers.com/showpost.php?p=18505507&postcount=3

[KERNEL] Semaphore ICS 1.2.6v

This is a kernel based on the pawitp's one and it works for Android 4.0.x ICS ROMs.
Features
- LiveOC
- Custom Voltage
- Voodoo Sound
- BLN
- 373.5MB - 398.7MB available RAM
- Compiled with Linaro 4.7.1
- O3 optimization
- Semaphore Script Manager 0.75
- Auto brightness driver
- Touch Wake
- Vibration intensity
- Deep Idle
- USB host driver
- Governor ondemand (default)
- ondemand: sampling_down_factor tunable by momentum, smooth_ui
- Governor conservative (module, smooth_ui)
- Governor smartassV2 (module, smooth_ui)
- Noop I/O scheduler (default)
- Deadline I/O Scheduler (module)
- Simple I/O Scheduler (module)
- Netfilter (iptables) as modules
- CIFS as module
- TUN as module
- Logcat disabled (as module only)
- Standard network packet scheduler
- Kernel log buffer size 4KB (from 128KB)
- Reduced debug info
- TinyRCU
- Fast Charge support
- WiFi PM_MAX when suspend
- /system/etc/init.d directory creation if not exist
In order to load various modules of the kernel and enable or disable features use HM.Carbide's Semaphore Script Manager application. It automatically copies and runs the respective scripts from /res/scripts to /system/etc/init.d directory. The scripts:
- S05enable_oc_0800 (disable overclocking - caps max freq to 800Mhz)
- S05enable_oc_1000_default (disable overclocking)
- S05enable_oc_1100 (enable overclocking - max freq 1100MHz)
- S05enable_oc_1140 (enable overclocking - max freq 1140MHz)
- S05enable_oc_1200 (enable overclocking - max freq 1200MHz)
- S10enable_gov_conservative (load and enable conservative governor module)
- S10enable_gov_ondemand_default (enable ondemand governor)
- S10enable_gov_smartassV2 (load and enable conservative smartassV2 module)
- S15enable_sched_deadline (load and enable the deadline I/O scheduler module)
- S15enable_sched_noop_default (enable noop scheduler)
- S15enable_sched_sio (enable and load SIO scheduler module)
- S20enable_netfilter (load netfilter modules for firewall or WiFi, USB tethering)
- S30enable_logger (enable logging)
- S35enable_tun (load tun module)
- S40enable_cifs (load cifs module)
Custom Voltage may be configured with Voltage control or similar applications.
For more information check the semaphore kernel website: www.semaphore.gr
For questions or issues about Semaphore Script Manager please visit HM.Carbide thread
Thanks to Superuser, you may download a wonderful custom bootanimation for CM9 from http://www.semaphore.gr/downloads/boot-animations
Thanks to
pawitp for his kernel.
zacharias.maladroit for his useful information about CM's initramfs
HM.Carbide for his Semaphore Script Manager application.
Ezekeel for LiveOC, Custom Voltage
sztupy for USB host driver
koush for CWM
xcaliburinhand for his work about dock support
mialwe for his vibrator intensity and other fixes
ShadowInkDesigns for Android logo
All people who support this kernel by testing, reporting issues, donating or simply using it.
Change log
1.2.6v (11/07/2012)
- USB mass storage disable write speed cache support (thanks kasper_h, DerTeufel1980 for the hint)
- CWM: Allow key to repeat on hold (thanks to FaultException, koush). Works for volume up, down and touch key menu (as down)
- CWM: fix selection bar color when battery < 21%
- CWM: upstream sync (thanks to koush) *
- initramfs sync some changes with CM9 (adb works in root by default in recovery) (thanks to FaultException)
- compiled with linaro 4.7.1 201206
Normal versions (for CM9 or ROMs without hugemem configuration)
1.2.6v
- 373.5MB - 385.7MB
For Slim ROM or patched ROMs with hugemem configuration
1.2.6sv
- 386.5MB - 398.7MB
* Please note that due to changes in nandroid backup/restore, previous versions of Semaphore can't restore backups from version >= 1.2.6. To be on the safe side, please renew your backups.
1.2.5v (21/06/2012)
- rebased to 3.0.17 (thanks to trailblazerz11 and eugene373 for their github)
- compiled with Linaro 4.7.1 toolchain (thanks to trailblazerz11 for his help)
- O3 optimization flag
- upstream sync (fixes for cdma in-call volume and mic gain included, thanks to pawitp, efpophis)
- WiFi PM_MAX when suspended
- fixed 800MHz underclocking
- changed boot splash screen
Normal versions (for CM9 or ROMs without hugemem configuration)
1.2.5v
- 373.5MB - 385.7MB
For Slim ROM or patched ROMs with hugemem configuration
1.2.5sv
- 386.5MB - 398.7MB
Full changelog: http://www.semaphore.gr/changelog/ics-version
Deep Idle Guide and FAQ
Sources
The Linux Kernel
Samsung Kernel sources
Semaphore kernel sources
Please use it at your own risk!
The attachment zip files are for flashing from CWM recovery.
The attachment tar files are for flashing through Heimdall/ODIN.
Attachment files md5sum:
5625e68f9fbbc44250bc54c527f4d122 Semaphore_ICS_1.2.5v.zip
9e5ad978ef0cda6741a68b5534e56b3c Semaphore_ICS_1.2.5sv.zip
21b716d896c639fae9ecbcbb2223a93e Semaphore_ICS_1.2.5v.tar
d57fd8f883244320129d95dd6774e853 Semaphore_ICS_1.2.5sv.tar
1e25a1262aa4ddf92cc9b1a8bca54ec6 Semaphore_ICS_1.2.6v.zip
47b0b4b78a2e2fd0f8372cf253a0519f Semaphore_ICS_1.2.6sv.zip
67a5c74e60ddf15ff9548f6d82098bf8 Semaphore_ICS_1.2.6v.tar
dff7a169474fa59b1fdb88a1cf605ded Semaphore_ICS_1.2.6sv.tar
Alternative download from http://www.semaphore.gr/downloads/vibrant-ics
Thanks for taking the time to release for vibrant, let me know it you need any testing.
Just some minor suggestions, modify init.aries.gps.rc for vibrant (crappy) gps and get rid of fm radio stuff.
trailblazerz11 said:
Thanks for taking the time to release for vibrant, let me know it you need any testing.
Just some minor suggestions, modify init.aries.gps.rc for vibrant (crappy) gps and get rid of fm radio stuff.
Click to expand...
Click to collapse
Thanks for your help and your advices.
I will check for next version.
Thanks for your contribution .good job!
So what's the perk of CIFS/TUN as a module? Oh so you can enable/disable it at will?
Any plans for a Voodoo Color version?
You have been thanked stratosk & the newest addition to the Official Vibrant Kernel Thread. So please do visit the pinned thread to post an update and I will get right to updated it ASAP!
Welcome & Thanks a bunch!
Thanks stratosk,we finally get Semaphore here.:victory:
Awesome. So much love for the Vibrant lately. And another of the kernel heavyweights supporting this phone. Maybe we won't need the SGS3 so soon, afterall.
Thanks for playing.
MP
Sent from my GT-I9300 class Vibrant running LinAOKP Build 39
Thanks man for supporting us also looks interesting! MP has a bunch of compo lately LOL!!jk:laugh:
FaultException said:
So what's the perk of CIFS/TUN as a module? Oh so you can enable/disable it at will?
Click to expand...
Click to collapse
I use to compile some stuff as modules and let the user load/unload them from Semaphore app. I like the modular kernel logic.
hurtz777 said:
Any plans for a Voodoo Color version?
Click to expand...
Click to collapse
I'm sorry, no voodoo color version.
I like that's noop or nothing and ondemand or performance. It's working nicely with ICZen 1.8.3 aka #39 linaro build by MR_Psycho and Br1ckD.
Working nicely. Very smooth coming from devil kernel. But YOUTUBE doesn't work?
Sent from my SGH-T959
Question? Is it compiled from linaro tool chains or full blown -03? Whatever it is is flying!! Good ****! Thanks much
Dougfresh said:
Question? Is it compiled from linaro tool chains or full blown -03? Whatever it is is flying!! Good ****! Thanks much
Click to expand...
Click to collapse
Compiled with linaro 4.7.1 with O3 flags.
Sent from my SGH-T959 using Tapatalk 2
Nicely done Trailblazer and Stratosk! Keep this monster alive!
mr_psycho said:
Awesome. So much love for the Vibrant lately. And another of the kernel heavyweights supporting this phone. Maybe we won't need the SGS3 so soon, afterall.
Thanks for playing.
MP
Sent from my GT-I9300 class Vibrant running LinAOKP Build 39
Click to expand...
Click to collapse
Definately will wait for SGS4...
This is, by far, the best kernel for battery life i've used on Vibrant.
But my GPS dosent work at all.
It worked more than fine on Devils Kernel.
Any ideias ?
Thanks
Dougfresh said:
I like that's noop or nothing and ondemand or performance. It's working nicely with ICZen 1.8.3 aka #39 linaro build by MR_Psycho and Br1ckD.
Click to expand...
Click to collapse
But which build did you use? The s or sv?
Sent from my SGH-T959 using XDA
drmspidi said:
This is, by far, the best kernel for battery life i've used on Vibrant.
But my GPS dosent work at all.
It worked more than fine on Devils Kernel.
Any ideias ?
Thanks
Click to expand...
Click to collapse
No changes have been made to gps yet, but a change to init.Aries.Gps made mine work.
Also someone please confirm. I get get prop assert errors trying to install rom with semaphore. Fine if I flash another kernel.
Sent from my SGH-T959 using Tapatalk 2

What are the the difference between 2.6.29 and 2.32 linux kernel?

Why should I change if my 29 kernel works great and enough
What are the major function of .32 kernel!
Sent from my E16i using xda app-developers app
nobodyAtall said:
Features:
Based on stock 2.6.29 SE sources
Upgraded to Linux kernel version: 2.6.29.6
Ported various components from 2.6.35 / 38
Significantly fast booting time (~25 secs from power button to lockscreen)
CWM recovery 5.0.2.7 in kernel
Netfilter support / AP support / Usb tethering
Swap support
Tun/Tap
Mddi fix
Ext3/4 support
Modules auto-copying at boot
Dual touch options:
- Fake dual touch in kernel (thanks to andrej456) (default)
- Modular fake dual touch in kernel (thanks to doixanh)
- Modular no dual touch
Many CPU freq governors to chooce from: interactive, interactivex, minmax, smartass, smartass2, scary and savagedzen
Modular Undervolt
NOOP ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Ramzswap for compcache
Offline charging embedded in the kernel
Stable and fast oveclocked frequencies (not enabled by default)
Frequency table: 19MHz - 864MHz
Default CPU governor: interactive
Two way call recording (might be against the law for some countries, you are responsible for using this feature)
Interface Stat support for ICS
Memory management and binder improvements from gb kernel
Many, many feature and stability patches from various kernel sources
ICS DRM support
Click to expand...
Click to collapse
wanna thank xda? here
i also want know 29 kernel and 32 kernel has what difference

[KERNEL][CM12/CM11/AOSP] Donkey Kang Kernel - V3.8 (FINAL - discontinued)

for Moto G
Smooth, power efficient and featured
supporting CM11, CM12 and AOSP Roms
Hotplug Drivers:
- Modified Aero_Hotplug (default)
- Faux's Intelliplug
- MpDecision
Custom Features:
- CPU Underclock
- GPU underclock/overclock
- Default CPU Govs tweaked and optimized
- Add Intelliplug/Intellidemand (tweaked)
- Added SmartAssFalcon (tweaked)
- Added IntelliMinMax (tweaked)
- LCD Kcal Control
- DoubleTap2Wake / Sweep2Wake
- USB Fast Charge
- LCD Notify / PowerSuspend V1.5
- Faux's IntelliThermal V2
- Faux's Sound Control
- Power Efficient WorkQueues
- Added BFQ/SIO/FIOPS/ZEN/VR IO Schedulers
- Ultra Kernel Samepage Merging
- Extra ram free (reduced loggers)
- Kexec patched (only CM12 version)
Optimizations:
- Updated to last CM11/CM12 developement
- Built with Linaro 4.9.3 / Gcc 4.9 (ArmV7 optimized) - Sabermod 4.8.4
- Performance & Energywise flags systemwide (+O2/+O3)
- TCP optimizations (faster locks, balanced power comsumption)
- Heavily tweaked and optimized workqueues
- Sched powersave and performance tweaks
- Kgsl & CpuFreq & Futex optimizations
- Compression & Crypto optimized
- Better ramdomness implementations
- Fixed SimpleOndemand GpuFreq governor
- Added Faux's implementation to msm_cpufreq GpuGov
- Much more (check my git source for further info)
Thanks to:
- Cyanogenmod team, AOSP and Motorola Mobillity LLC, dhacker, savoca, alberto76, yoshishapow, faux123, NeoBuddy, Blechd0se, Quarkx, Klozz, anerik, Shivam Kuchhal, Yank555.lu, Pinkflozd, and so many other great devs (sorry if I'm missing anyone)
DISCLAIMER: Your warranty is now void. I am not responsible for bricked devices, or any other damage you may produce. Read carefully and make sure you know what you are doing. Remember, YOU are choosing to make these modifications, so you responsible for the results. AND PLEASE; AS THIS IS ONLY FOR CM12/CM11/AOSP[/U] BASED ROMS. DO NOT FLASH IT ON STOCK/GPE.
Community 'Niceness' common ground:
- Don't ask for ETAs, remember... patience is a virtue.
- If you got some bug or problem to report, be nice, clear and try to provide evidence I can work with (logcats, etc.)
- If you don't know how to do that, check this link: https://plus.google.com/u/0/+PaulReioux/posts/BcWrhEr1JCz
- If you need some help on how to behave among other XDA people, you can check this too, LOL:
http://www.xda-developers.com/androi...m-user-xda-tv/
XDA:DevDB Information
Donkey Kang Kernel, KERNEL for Moto G
Contributors
fermasia
Source Code
ROM OS Version: 4.4.x KitKat / 5.x Lollipop
Version Information
Status: Beta
Created 2014-11-15
Last Updated 2015-1-10​
RELEASES: (developement of this kernel has been discontinued,
and I'll be giving no support for this kernel anymore!!)
THIS LITTLE FILE YOU ARE DOWNLOADING, TOOK A BIG EFFORT.
SO PLEASE, IF YOU APPRECIATE MY WORK, HIT THE THANKS BUTTON) :good:
Version 3.8 - CM12/Aosp Lollipop - [03/01/15]
Version 3.8 - CM11/Aosp KITKAT - [03/01/15]
Version 3.7 - CM12/Aosp Lollipop - [31/12/14]
Version 3.6 - CM12/Aosp Lollipop - [27/12/14]
Version 3.5 - CM12/Aosp Lollipop - [20/12/14]
Version 3.2 - CM12/Aosp Lollipop - [16/12/14]
Version 3 (beta - CM12)
Version 3 (alpha3 - CM12)
Version 3 (alpha - CM12)
Version 2 (beta - CM11/Aosp KitKat)
Version 1.1 - Regular ZIP (CM11/Aosp KitKat)
Version 1.0 - AnyKernel ZIP (CM11/Aosp KitKat) / http://d-h.st/SnK
How to Install
- Boot into recovery (tested on TWRP, should work fine on CWM/Philz)
- Wipe Cache and Dalvik
- Flash .zip
- Reboot & enjoy
CHANGELOGS:
Version 3.8 - KitKat
- Kitkat support resumed, including all features from the CM12 version, except for kexec patches.
Version 3.8 - CM12
- Kexec Hardboot patches applied (multirom compatible)
Version 3.7 - CM12
- Reverted power efficiency patches that were causing SODs
Version 3.6 - CM12
- Sorted out Interactive Gov getting stuck on max freq
- Re-tweaked Aero-Hotplug and IntelliMM tunables
- Applied some battery saving patches
- Built with Sabermod 4.8.4 and back to 02 flags.
Version 3.5 - CM12
- Added Double Tap 2 Wake and Sweep 2 Wake (testing) - disabled by default
- Added USB fast charge (testing)
- Added IntelliMinMax governor and adapted/retweaked it for our device
- Added Intelithermal V2 - enabled by default
- Combined LCD Notify and PowerSuspend (when pwsusp is disabled Lcd Notify will operate)
- CPU underclock
- GPU underclock and overclock
- Various sched, lowmemorykiller and workqueues optimiations
- Built with Linaro 4.9.3, and own optimization flags
- Governors optimized and re-tweaked
- More battery saving and stability optimizations
Version 3.2 - CM12
- Solved random-reboots (as far as I've tested, you might get ocassional problems when toggling the hotplug driver).
- Added Faux's Intelliplug and IntelliActive/Demand governors.
- Now the hotplug drivers are toggleable (mpdecision/aero_hotplug/intelliplug) - Aero_Hotplug is located in userspace (!) in Faux's Control App, or if using Trickstermod, Aero-Hotplug will be active if Intelliplug (and mpdecision, of course) are disabled.
- Default combo: AeroHotplug + Ondemand gov
- Better compression optimizations.
- Samepage merging enabled by default.
Version 3 - beta
- Switched from MyFluxi's hotplug driver to Aero_Hotplug (thanks to @Blechd0se and @Quarx)
- Adpated and tweaked hotplug driver
- Readded powersuspend, bumped to v1.5 and optimized settings.
- IOsched power saving optimizations
- Dumped Intellidemand, Intelliactive, OndemandPlus and Weathley governors (for now)
- Added SmartAssFalcon governor (thanks to @YoshiShaPow)
- CPU Min Freq set to 192000 (again)
- Picked some commits to make the kernel fully compatible with Alberto76's build (to be tested)
- Reworqued workqueues even more, following blechd0ses's implementation for aero_hotplug and added more tweaks
- Added LZ4 kernel compression to fasten bootup process
Version 3 - alpha 3
- Added powersuspend (for now) - got to enable it through any kernel tweaker, thought.
- IOsched optimizations
- Applied several fixes for diff. mem leaks
- Added crypto optimizations
- Added GPU overclock (to be set in any kernel tweaker)
- Min CPU freq set to 192000
- Power efficient workqueues
- Added Faux's sound control support
- Randomness and cpu-freq optimizations (optimized interactive and ondemand governors)
- TCP performance and stability tweaks
- Much more!
Version 3 - alpha
- Based on the official CM12 source (rebuilt from scratch).
- Compiled with Linaro 4.9.2
- Added msm-hotplug (alongside mpdecision, can be toggled)
- Defaulted to 1 cpu and 300000 freq while lcd is off.
- Added LCD Notify
- Optimized GPU / SimpleOndemand GPU gov working with msm-hotplug (not mpdecision)
- Added more IO schedulers
- Added LCD KCAL
- TCP and other various optimizations
Version 2
- Added MSM Hotplug by default - huge thanks to @savoca for his Titan sources and help
- Simple Ondemand GPU governor working fine (no reboots)
- CPU freq lower limit 192000
- GPU max freq 533mhz
- Optimized CPU governors for msm-hotplug
- Optimized workqueues management
- LCD Notify
- Ramdisk tweaks
- A really big bunch of optimizations and fixes to make hotplug more efficient
Version 1.1
- Dropped AnyKernel template.
- Added some ramdisk tweaks and defaults.
Waiting fa tha linkz
OldYellowBricks said:
Waiting fa tha linkz
Click to expand...
Click to collapse
Have just posted the link, check the second post. :good:
Does this kernel have f2fs support??
Sent from my Moto G using XDA Free mobile app
Is the function home2 wake available on your kernel?
You didn't mention which variant it's for.
Does it work on XT1033 with networks?
Sent from my Moto G using XDA Premium 4 mobile app
syrkles said:
Does this kernel have f2fs support??
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Yes.
Mchasard said:
Is the function home2 wake available on your kernel?
Click to expand...
Click to collapse
If you mean dt2w, no, it's stated in the op.
KDB223 said:
You didn't mention which variant it's for.
Does it work on XT1033 with networks?
Sent from my Moto G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
As it's based on CM11 it should support all variants CM support, so yes, it should.
But as I own an xt1032 I haven't tested, and I'm not familiar with any 1033 specific bugs the CM11 base has.
I'd appreciate your feedback, please.
fermasia said:
As it's based on CM11 it should support all variants CM support, so yes, it should.
But as I own an xt1032 I haven't tested, and I'm not familiar with any 1033 specific bugs the CM11 base has.
I'd appreciate your feedback, please.
Click to expand...
Click to collapse
Okay then. I'll try it out and report.
Sent from my Moto G using XDA Premium 4 mobile app
wifi not turning on. Logs are here:
runnning CrDroid which is CM11 based build date I guess circa 10-29 (which is the latest build for this ROM)
camera and bluetooth is running fine
View attachment 2014-11-09_13.31.zip
OldYellowBricks said:
wifi not turning on. Logs are here:
runnning CrDroid which is CM11 based build date I guess circa 10-29 (which is the latest build for this ROM)
camera and bluetooth is running fine
View attachment 3006288
Click to expand...
Click to collapse
I'm on Crdroid aswell and I'm connected without problems. Try to reboot (or reflash!). So far no problems with the kernel, everything ok! Thank you very much for your work buddy, keep it up
Feyerabend said:
I'm on Crdroid aswell and I'm connected without problems. Try to reboot (or reflash!). So far no problems with the kernel, everything ok! Thank you very much for your work buddy, keep it up
Click to expand...
Click to collapse
gonna try a clean flash of CrDroid and I'll get back in 10 mins I guess okay?
Working great on liquidsmooth milestone. Thanks for the solid work Dev.
Sent from my Moto G using XDA Free mobile app
OldYellowBricks said:
wifi not turning on. Logs are here:
runnning CrDroid which is CM11 based build date I guess circa 10-29 (which is the latest build for this ROM)
camera and bluetooth is running fine
View attachment 3006288
Click to expand...
Click to collapse
Feyerabend said:
I'm on Crdroid aswell and I'm connected without problems. Try to reboot (or reflash!). So far no problems with the kernel, everything ok! Thank you very much for your work buddy, keep it up
Click to expand...
Click to collapse
First, THANKS (I'm gonna cry) for reporting your problem with a logcat and dmesg - lol.
It doesn't look like kernel related, and since Feyerabend got it working, it mustn't be. Try with a fresh & clean install (specially if you've been flashing other kernels, or stuff).
Feyerabend said:
I'm on Crdroid aswell and I'm connected without problems. Try to reboot (or reflash!). So far no problems with the kernel, everything ok! Thank you very much for your work buddy, keep it up
Click to expand...
Click to collapse
Man I tried a clean flash and wifi still doesn't turn on haha. Wonder what's causing the problem (for me at least)
(by clean flash I mean clean for new rom via philz, and flashing crdroid, after that flashing the kernel, and then rebooting)
Just flashed it, EVERYTHING works beautifully - WiFi, camera, network - EVERYTHING.
Thanks a lot Mr. Dev
EDIT : On an (unconverted) XT1033
Sent from my Moto G using XDA Premium 4 mobile app
fermasia said:
First, THANKS (I'm gonna cry) for reporting your problem with a logcat and dmesg - lol.
It doesn't look like kernel related, and since Feyerabend got it working, it mustn't be. Try with a fresh & clean install (specially if you've been flashing other kernels, or stuff).
Click to expand...
Click to collapse
Man I tried a clean flash and wifi still doesn't turn on haha. Wonder what's causing the problem (for me at least)
(by clean flash I mean clean for new rom via philz, and flashing crdroid, after that flashing the kernel, and then rebooting)

[KERNEL][5.1.1][GCC 5.3] Omni kernel (30/12/2015)

Overview:
This is a custom kernel based on Omni sources for our legendary i9000. This is only for 5.1.1 roms and no other version of android will be suppported
It seems to work on CodeROM too, thanks @falconscrest123
>The zip you will download is flashable via recovery but you have to disable signature verification
>> Use devil kernel manager or NStools to edit the kernel settings
Features :
- Multiple CPU governors (lulzactive, smartassV2, wheatley, lagfree, ondemandX)
- Tweaked smartassV2
- BFQ, Zen, VR & SIOPLUS I/O schedulers added
- Tweaked VR
- New TCP algorithms (westwood is default)
- Bigmem, up to 430mb
- Kernel compressed with XZ
- Compressed initramfs
- Dynamic page writeback
- Custom ARM & INT voltages
- Voltages fixed for more stable OC
- Selectable GPU OC
- Fast charge
- BLX
- Live OC
- FULL O3 optimisations
- Call volume hack
- Touchwake
- BLN
- Zram
- Swap / Zram optimisations
- LMK tweaks
- SLQB memory allocator
- NEON optimized crypto routines
- Voodoo color
- SquashFS support (module)
- EXfat support (module)
- 720p patched bigmem libs
- Built from the latest Omni source
- Built using custom Cortex-A8 optimized UBERTC 5.2.1 toolchain of @Cl3Kener
Todo:
- Make CGROUP_TIMER_SLACK work
- Brain F*ck Scheduler (well don't mind the censoring xD)
- GPU driver to DDK [email protected] ... for now it breaks everything
- Fixing the remaining issues. After a deeper look at the code, there are so much of things to do .... what a pity humberos left this device.
- You say ...
What I wont do :
- Enable TV out
- Upgrade linux version
- Add useless CPU governors or I/O schedulers
- Add CMA
If some developer wants to help me to add more features, go ahead!
Please use it at your own risk! I am not responsible for any damage that may occur to your device.
Download :
http://www67.zippyshare.com/v/2b6CWcT8/file.html
Contributors:
@Coldwindofnowhere
@xc-racer99, for his help on setting up my Github
@(°_o), for his script
@humberos
@DerTeufel1980
@kasper_h
Source Code:
https://github.com/Coldwindofnowhere/android_kernel_samsung_aries
Custom built UBERTC with A8 optimisations : https://bitbucket.org/Coldwindofnowhere/
Version Information:
Status: WIP
Created 2015-10-02
Last Updated 2015-12-30
>If you like my work, hitting the thanks button won't hurt you<​
Reserved
Coldwindofnowhere said:
Reserved
Click to expand...
Click to collapse
Kernel is finished or WIP? i flashed this kernel my device struck at boot logo have any one tried this?
Audiracecar90 said:
Kernel is finished or WIP? i flashed this kernel my device struck at boot logo have any one tried this?
Click to expand...
Click to collapse
I haven't tested it. Reset your phone and try to delete all the .so files in the /system/lib/ directory of the flashable zip and then flash it again. It should work like that.
Coldwindofnowhere said:
I haven't tested it. Reset your phone and try to delete all the .so files in the /system/lib/ directory of the flashable zip and then flash it again. It should work like that.
Click to expand...
Click to collapse
ok mate
I've just uploaded a new build, can someone tell me if it's booting this time ?
Coldwindofnowhere said:
I've just uploaded a new build, can someone tell me if it's booting this time ?
Click to expand...
Click to collapse
just flashed it and its booting ...thanks ....good to go!!!!!

Categories

Resources