Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
serendipityguy
Old
(Last edited by serendipityguy; 27th July 2012 at 04:25 PM.) Reason: Updates 072712
#1  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Post [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
070512
  1. March 2012 Change Log
  2. April 2012 Change Log
  3. May 2012 Change Log
  4. June 2012 Change Log
The Following 40 Users Say Thank You to serendipityguy For This Useful Post: [ Click to Expand ]
 
serendipityguy
Old
(Last edited by serendipityguy; 29th June 2012 at 07:13 AM.) Reason: Crossing the T's and dotting the I's
#2  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Default 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
The Following 14 Users Say Thank You to serendipityguy For This Useful Post: [ Click to Expand ]
 
serendipityguy
Old
(Last edited by serendipityguy; 24th May 2012 at 04:46 AM.) Reason: Crossing the T's and dotting the I's
#3  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Default 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:
  1. 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.
  2. It is safe to use a screen off profile with 400/100 setting, but i do not recommend it.
  3. 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.
  4. 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.
  5. 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):
  1. Max clock is set to 1GHz on the first boot, set the max clock in CM settings or voltage control or setCPU.
  2. 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.
  3. Use Xan's UV app to undervolt.It's in that market, search "Voltage Control".
  4. 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.
  5. Sources --> https://github.com/TheEscapistxda/an..._samsung_aries
  6. BLN is disabled by default. Please enable it by using the BLN control app from the market.
  7. 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
The Following 13 Users Say Thank You to serendipityguy For This Useful Post: [ Click to Expand ]
 
serendipityguy
Old
(Last edited by serendipityguy; 18th July 2012 at 04:23 AM.) Reason: Crossing the T's and dotting the I's
#4  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Default 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)

ArbiterFeatures
  • 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
The Following 18 Users Say Thank You to serendipityguy For This Useful Post: [ Click to Expand ]
 
serendipityguy
Old
(Last edited by serendipityguy; 7th July 2012 at 10:03 PM.) Reason: Bringing you the newest links
#5  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Lightbulb Mods & File Locker

Bookmarks


Mods
File Locker

Tutorials


Reference Library


Scripts
The Following 17 Users Say Thank You to serendipityguy For This Useful Post: [ Click to Expand ]
 
fishman0919
Old
#6  
fishman0919's Avatar
Senior Member
Thanks Meter 874
Posts: 1,556
Join Date: Sep 2009
Location: Providence, RI
First... had to do it
Main Phone: T-Mobile Galaxy S 3
Secondary Phone: T-Mobile Vibrant
SD Card: Wintec 32GB Micro SDHC
Galaxy S 3 Rom: Fishman Droid'ish
Vibrant Rom: Vibrant - Droid RAZR v2.3
The Following User Says Thank You to fishman0919 For This Useful Post: [ Click to Expand ]
 
real977
Old
#7  
Member
Thanks Meter 3
Posts: 53
Join Date: Feb 2010
second bring on the kernels

Sent from my SGH-T959 using xda premium
 
xtone
Old
#8  
xtone's Avatar
Recognized Themer
Thanks Meter 329
Posts: 635
Join Date: Oct 2010
Location: Diamond Bar, CA

 
DONATE TO ME
how's battery life?! -- hey, someone had to do it too!
Current Device

---Private Build---
ROM: Project Cypher 7
Kernel: Modified Stock 3.4.0
Android Version: Jelly Bean 4.2.2


LINK : XDA "Hidden" Tips and "Secret" Tricks!
 
serendipityguy
Old
#9  
serendipityguy's Avatar
Senior Member - OP
Thanks Meter 340
Posts: 879
Join Date: Oct 2010
Location: Pasadena, CA
Quote:
Originally Posted by xtone View Post
how's battery life?! -- hey, someone had to do it too!
Thanks for the Suggested, Noted & Updated
 
RoxAbout
Old
#10  
RoxAbout's Avatar
Senior Member
Thanks Meter 36
Posts: 175
Join Date: Sep 2010
Location: Climax, Ks.
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

The Following User Says Thank You to RoxAbout For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
froyo, ginger bread, ice cream sandwich, kernel
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...