[JB 4.3][KERNEL][CWM/TWRP/SwitchSD]Mackay kernel 0.599Final (7-Dec-2013 - Galaxy S I9000 Android Development

Just like for CM9&CM10&CM10.1, I started making a CM10.2/JB4.3 kernel. The philosophy is the same: stock plus a few extras
This kernel is based on my CM10.1 Mackay kernel, updated using upstream patches from CM10.2
Thanks to all SGS-CM-kernel developers (pawitp, stratosk, DerTeufel, Glitch, mialwe, krarvind), I learned a lot from all of you!
Separate bigmem libs for other kernels:
http://forum.xda-developers.com/showpost.php?p=44495730&postcount=16
Changelog 0.599
-Final release for JB4.3
-Identical in code to KK version of kernel
-4 version:
-CWM & TWRP
-Swapped SD (CWM & TWRP) -> I have no external SD, so I didn't test this one!
All features compared to stock kernel:
Features:
-Build using the Cortax-A8 optimized Linaro 4.7.4 toolchain of Christopher83: http://forum.xda-developers.com/showthread.php?t=2098133
-Christopher86's cortex-A8 optimized Linaro toolchain (September version)
-O3 optimization
-updated to linux kernel version 3.0.101
-SLQB memory allocator (default, should be slightly faster)
-XZ compression of kernel & initramfs
-395MB RAM
-SIO scheduler
-Added Lagfree governor
-ROW scheduler (tweaked, default scheduler)
-FIOPS scheduler (tweaked)
-XZ compression of kernel & initramfs
-395MB RAM
-many improvements to IO schedulers in general
-Deadline tuning (thanks to DerTeufel)
-Ondemand tuned (default governor)
-SmartassV2 governor
-Interactive governor (updated to android 3.4 code + fixes)
-Wheatley & Lulzactive governors
-Conservative tuned
-Call volume hack (use “Settings>Mackay Settings”* to set volumes)
-Reduced battery polling interval
-Fast charge (activate through “Settings>Advanced Settings”* or the QuickCharge toggle in MackayROM)
-WiFi PM_FAST mode selection (activate using “Settings>Mackay Settings”*)
-Battery life extender (set through “Settings>Mackay Settings”*)
-CustomVoltage (set using NSTools)
-BLN (can be enabled through “Settings>Mackay Settings”*)
-USB OTG support (needs external power supply)
-1100-1400MHz OC steps
-Custom kernel splash (Thanks to Malcho)
-Updated charging logo to match open charger
-Disabled swap & zram
-Improve memcopy/memmove
-Improve the performance of memcpy and memmove
-Kill task closest in size to memory needed to free
-LOAD_FREQ (4*HZ+61) avoids loadavg Moire
-Entropy tweaks: http://lwn.net/Articles/489734/
-backport CPUIDLE from 3.5
-arm/crypto: Add optimized AES and SHA1 routines
-Unaligned CPU access
-Updates to binder
-Improvements to RWSEM code
-Improvements to binder code
-Improvements to tmpfs
-Added frandom (much faster random number generator)
-Updated to lowmemorykiller with PID whitelist (thanks to stratosk)
-Updated wifi driver to 5.90.195.114
-Updated GPU driver to DDK [email protected]
-Proportional Rate Reduction for TCP
-Introduce timer slack controller
*“Settings>Mackay Settings” only available with Mackay ROM 3.x.x (to be released soon)
*also available through the Galaxy S & Mackay app in the launcher
On other roms, install the kernel, reboot, open /data/local/mackay/bln/recovery/navbar and change the 0 for 1. Then reboot:
bln (set to 1) BLN will be activated
navbar (set to 1) navbar will be activated
As an alternative, Bejda developed a script for Mackay settings:
http://forum.xda-developers.com/showpost.php?p=41729828&postcount=953
bootable/recovery:
-Mackay recovery (based on TWRP 2.6.3.0)
TWRP:
-Themed orange
-Run recovery-apps (zip files should be present in /system/mackay, launch them through advanced->run app)
Source code: https://github.com/kasperhettinga/samsung-kernel-aries/commits/mackay-cm102
This is a freshly started project. Ideas for improvements/additions are welcome but:
1. I try to stay close to stock
2. The time I spend on features depends on how much I like them myself
Credits:
-teamhacksung/pawitp for making CyanogenMod work on our ancient phone
-stratosk/DerTeufel/Mialwe for the inspiration I got from their kernels
-rootax for providing a high-speed server for high quality downloads
Downloadable with CMC & voodoo colour:
https://s.basketbuild.com/devs/kasperhettinga/sgs/kernel/pre-KK/
For those who want to theme it even further, Bejda made a Mackay splash screen!
http://forum.xda-developers.com/showthread.php?t=2214468
This version can only be used on JB4.3-based ROMs
Kernel for switching internal & external SD
Because vold.fstab is no longer used and has been integrated in fstab.aries (which can only be changed before compiling the kernel, as it ends up in the ramdisk), I made a special kernel version with switched SD cards:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB43/switchSD/

kasper_h said:
-ALPHA build, unknown stability
Click to expand...
Click to collapse
Using it since Yesterday evening - all good so far. Thanks.

I9000B
Hi kasper_h,
Just to confirm, no support to I9000B, right?
any plans to support it?:fingers-crossed:

@kasper_h will you add sioplus in your kernel ?
Sent from my GT-I9000 using xda app-developers app

fmc000 said:
Using it since Yesterday evening - all good so far. Thanks.
Click to expand...
Click to collapse
This one has improved bigmem libs compared to the test version I send you yesterday.
Celso Marques said:
Hi kasper_h,
Just to confirm, no support to I9000B, right?
any plans to support it?:fingers-crossed:
Click to expand...
Click to collapse
No, I only support devices I own/have direct access to.
Others can easily take my code from github and compile for other devices.
DerRomtester said:
@kasper_h will you add sioplus in your kernel ?
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
No plans yet, maybe once everything works as it should and I have some time for things like that.
Verstuurd van mijn GT-I9000

My boot time seems a bit long with mackay kernel.

DerRomtester said:
My boot time seems a bit long with mackay kernel.
Click to expand...
Click to collapse
always been like that (don't know why, though).

fmc000 said:
always been like that (don't know why, though).
Click to expand...
Click to collapse
The cause of the slow boot is the complicated ramdisk with two recoveries that need to be extracted at every boot.
Verstuurd van mijn GT-I9000

kasper_h said:
The cause of the slow boot is the complicated ramdisk with two recoveries that need to be extracted at every boot.
Verstuurd van mijn GT-I9000
Click to expand...
Click to collapse
Got it, thanks.
Sent from my SGS using Tapatalk.

Great great the best kernel for i9000 come on android 4.3
I will test in the next days
Love your job kasper_h
Thanks

Pretty good so far, nothing more, nothing less that 4.2 version.
Sent from my GT-I9000 using xda premium

I tried to install,Mackay kernel 0.403 in C: ROM 4.3 and it gives me error.

mamoto66 said:
I tried to install,Mackay kernel 0.403 in C: ROM 4.3 and it gives me error.
Click to expand...
Click to collapse
It would be helpful if you tell a but more than that...What error. When. Etc.

kasper_h said:
It would be helpful if you tell a but more than that...What error. When. Etc.
Click to expand...
Click to collapse
Sorry, the problem is that in C-ROM,Screen stays Mackay logo and does not start.I tested with Devil kernel and it works.Thanks.
Does the same problem in 4.3 Slim Rom.

Just a report, that bigmem libs extracted from the zip works great
thanks kasper_h

didhiy said:
Just a report, that bigmem libs extracted from the zip works great
thanks kasper_h
Click to expand...
Click to collapse
Attached to this post a flashable version of the bigmem libs.

mamoto66 said:
Sorry, the problem is that in C-ROM,Screen stays Mackay logo and does not start.I tested with Devil kernel and it works.Thanks.
Does the same problem in 4.3 Slim Rom.
Click to expand...
Click to collapse
i can confirm this, tested and phone stays at kernel logo kasper_h.

aways said:
i can confirm this, tested and phone stays at kernel logo kasper_h.
Click to expand...
Click to collapse
Me too.
Sent from my GT-I9000 using Tapatalk 2

mamoto66 said:
Sorry, the problem is that in C-ROM,Screen stays Mackay logo and does not start.I tested with Devil kernel and it works.Thanks.
Does the same problem in 4.3 Slim Rom.
Click to expand...
Click to collapse
Just tried , same thing happens on CyanAOSP 4.3 too. Devil and CM kernel works fine.

That is really odd, because it does work fine on both my own ROM and CM10.2 :S
I also tried building my own Carbon ROM, and also there it did boot fine.
But I will take a look whether I can find something...

Related

[JB 4.2][KERNEL][CWM&TWRP]Mackay kernel 0.399Final (14-Aug-2013)

Just like for CM9&CM10, I started making a CM10.1 kernels. The philosophy is the same: stock plus a few extras
This kernel is based on my CM10 Mackay kernel.
If you like a CM10.1-based ROM with the Mackay kernel included, there is also Mackay ROM:
http://forum.xda-developers.com/showthread.php?t=2024269
Thanks to all SGS-CM-kernel developers (pawitp, stratosk, DerTeufel, Glitch, mialwe, krarvind) , I learned a lot from all of you!
Changelog 0.399 compared to previous release (0.341)
-Final build for JB4.2
-linux v3.0.90
On 2.7.0+ Mackay ROMs, BLN/recovery/navbar can be activated in Mackay settings*
On other roms, install the kernel, reboot, open /data/local/mackay/bln/recovery/navbar and change the 0 for 1. Then reboot:
bln (set to 1) BLN will be activated
recovery (set to 1) CWM will be activated
navbar (set to 1) navbar will be activated
As an alternative, Bejda developed a script for Mackay settings:
http://forum.xda-developers.com/showpost.php?p=41729828&postcount=953
All features compared to stock kernel:
Features:
-Build using the Cortax-A8 optimized Linaro 4.7.4 toolchain of Christopher83: http://forum.xda-developers.com/showthread.php?t=2098133
-Christopher86's cortex-A8 optimized Linaro toolchain (June version)
-O3 optimization
-updated to linux kernel version 3.0.90
-SLQB memory allocator (default, should be slightly faster)
-XZ compression of kernel & initramfs
-395MB RAM
-SIO scheduler
-Added Lagfree governor
-ROW scheduler (tweaked, default scheduler)
-FIOPS scheduler (tweaked)
-XZ compression of kernel & initramfs
-395MB RAM
-many improvements to IO schedulers in general
-Deadline tuning (thanks to DerTeufel)
-Ondemand tuned (default governor)
-SmartassV2 governor
-Interactive governor (updated to android 3.4 code + fixes)
-Wheatley & Lulzactive governors
-Conservative tuned
-Call volume hack (use “Settings>Mackay Settings”* to set volumes)
-Reduced battery polling interval
-Fast charge (activate through “Settings>Advanced Settings”* or the QuickCharge toggle in MackayROM)
-WiFi PM_FAST mode selection (activate using “Settings>Mackay Settings”*)
-Battery life extender (set through “Settings>Mackay Settings”*)
-CustomVoltage (set using NSTools)
-BLN (can be enabled through “Settings>Mackay Settings”*)
-USB OTG support (needs external power supply)
-1100-1400MHz OC steps
-Custom kernel splash (Thanks to Malcho)
-Updated charging logo to match open charger
-Disabled swap & zram
-Improve memcopy/memmove
-Improve the performance of memcpy and memmove
-Kill task closest in size to memory needed to free
-LOAD_FREQ (4*HZ+61) avoids loadavg Moire
-Entropy tweaks: http://lwn.net/Articles/489734/
-backport CPUIDLE from 3.5
-arm/crypto: Add optimized AES and SHA1 routines
-Unaligned CPU access
-Updates to binder
-Improvements to RWSEM code
-Improvements to binder code
-Improvements to tmpfs
-Added frandom (much faster random number generator)
-Updated to lowmemorykiller with PID whitelist (thanks to stratosk)
-Updated wifi driver to 5.90.195.114
-Updated GPU driver to DDK [email protected]
*“Settings>Mackay Settings” only available with Mackay ROM 2.7.0+
*also available through the Galaxy S & Mackay app in the launcher
bootable/recovery:
-Mackay recovery (based on CWM 6.0.3.5 & TWRP 2.6-beta)
CWM:
-Clear NSTools settings
-Clear init.d settings
-Show battery status in recovery
-Aroma FileManager
-Include using soft keys to navigate the menu (thanks fishears for the idea)
-Enable holding keys for repeated presses
-Themed orange
TWRP:
-Themed orange
-Run recovery-apps (zip files should be present in /system/mackay, launch them through advanced->run app)
-Build in a script to reboot from twrp to cwm*
*To use this feature from TWRP, tap advanced>run app>rebootcwm.zip. Then from the homescreen choose: reboot>recovery
Downloadable with CMC & voodoo colour:
https://s.basketbuild.com/devs/kasperhettinga/sgs/kernel/pre-KK/
Source code: https://github.com/kasperhettinga/samsung-kernel-aries/commits/mackay-cm101
This is a freshly started project. Ideas for improvements/additions are welcome but:
1. I try to stay close to stock
2. The time I spend on features depends on how much I like them myself
Credits:
-teamhacksung/pawitp for making CyanogenMod work on our ancient phone
-stratosk/DerTeufel/Mialwe for the inspiration I got from their kernels
-rootax for providing a high-speed server for high quality downloads
Download (TWO flavours can be download: CMC=CM stock colour or VC=Voodoo Colour ):
http://rootaxbox.no-ip.org/kasper_h/kernels/JB42/
For those who want to theme it even further, Bejda made a Mackay splash screen!
http://forum.xda-developers.com/showthread.php?t=2214468
For those who want to theme TWRP (or simply get rid of the orange ), erpurohit made a TWRP theme:
http://forum.xda-developers.com/showthread.php?t=2262937
This version can only be used on JB4.2-based ROMs
FAQ
Q. I can't change governor in NStools (or any similar app)
A. Go to recovery, mount data & datadata partition, then fix permission. You can also install the fix permissions app to this for you: http://bit.ly/YxPgLD
Q. Process x (e.g. mediaserver/phone) is eating 50+% of my battery, what should I do?
A. Go to settings>apps>all and find the app which is causing the battery drain. Then delete app data and reboot phone. If it does not help, you can combine this step with clearing dalvik cache.
Thanks!
I have WiFi problems on CM10.1 with your kernel! For me only latest patch from pawitp solve the problems with wifi.
Sent from my GT-I9000 using xda premium
Which ROM exactly. I'll post a test version with a possible fix soon
The latest build 1202,some more your kernel is WiFi tethering broken...
kfheaven said:
The latest build 1202,some more your kernel is WiFi tethering broken...
Click to expand...
Click to collapse
Can you post a link to the thread were the ROM is from? Because there are no official 10.1 builds...
sent from my galaxy tab using XDA Premium HD
kasper_h said:
Can you post a link to the thread were the ROM is from? Because there are no official 10.1 builds...
sent from my galaxy tab using XDA Premium HD
Click to expand...
Click to collapse
Is pawitp latest build...
OK, that is AOSP, not CM10.1. It seems there is a problem then with his AOSP with my kernel?! I'll try to make a fix anyway
SORRY, uploaded a kernel without a wifi-fix telling everyone it had the wifi-fix. New version coming soon!
The "real" wifi-fix kernel:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB42/Mackay_kernel_0.201wifitest-update-signed.zip
Small update to 0.202
-merged wifi patches & wififix of pawitp.
Download:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB42/
Downloading and, tonight, installing!
Thanks!
//deleted//
Posted in wrong thread haha. Oops!
Does this kernel support the battery charging limit, as explained here:
http://forum.xda-developers.com/showthread.php?p=34998863
Sent from my GT-I9000 using xda app-developers app
Will try and report on my experience with this kernel
To install do I just install like any other kernel or do I need any libs, etc.
Sent from my GT-I9000 using xda app-developers app
Really like the overclock options of 1200/1400, but wifi doesnt work in this kernel.
I saw that pawitp added another tweak to enable wifi at https://github.com/pawitp/android_k...mmit/c3af7954523610e9df0abff656fe93095361d2dc
Has this patch been included in the kernel ?
EDIT:
This is the workaround i currently use for enabling WIFI:
1. Turn off phone.
2. Take out SD card.
3. Turn on phone and let it start up properly.
4. Insert SD card.
5. Enable SD card in settings.
jask489 said:
Does this kernel support the battery charging limit, as explained here:
http://forum.xda-developers.com/showthread.php?p=34998863
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
Yes, use NSTools to set the charging limit
alb3rtt said:
Will try and report on my experience with this kernel
To install do I just install like any other kernel or do I need any libs, etc.
Sent from my GT-I9000 using xda app-developers app
Click to expand...
Click to collapse
All necessary files are included, so just flash and be happy
No need to wipe anything (like cache or anything). Clean and simple
Sharken said:
Really like the overclock options of 1200/1400, but wifi doesnt work in this kernel.
I saw that pawitp added another tweak to enable wifi at https://github.com/pawitp/android_k...mmit/c3af7954523610e9df0abff656fe93095361d2dc
Has this patch been included in the kernel ?
EDIT:
This is the workaround i currently use for enabling WIFI:
1. Turn off phone.
2. Take out SD card.
3. Turn on phone and let it start up properly.
4. Insert SD card.
5. Enable SD card in settings.
Click to expand...
Click to collapse
I will build a new kernel version based on the latest wifi-fixes of pawitp later today.
New build in OP: 0.204. Contains all upstream changes pawitp made to fix wifi & updated linux version to 3.0.54.
Kernel build 0.204: Wifi now works flawlessly, great!
Sent from my GT-I9000 using xda app-developers app
First impression. Great speed, love the boot splash screen and great battery. Will test more later but loving this kernel so far. Great work dude
Sent from my GT-I9000 using xda app-developers app

[JB 4.3][ROM]Infamous AOKP 1.1

[JB 4.3][ROM]Infamous AOKP 1.1
As many users requested an update of Infamous AOKP for JB4.3, I decided to give it a try!
I have been sharing my CM7/CM9/CM10/CM10.1 builds for some time in several thread, which culminated in the MackayROM & Infamous AOKP. I continue now with JB4.3 from where I was for JB4.2. Infamous AOKP is based on AOKP sources, with several performance enhancements.
About AOKP: AOKP is a free, community built, aftermarket firmware distribution of Android 4.3 (JellyBean), which is designed to increase performance and reliability over stock Android for your device.
Disclaimer: I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this ROM before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
If you run into errors, I may not be able to solve it!
If you know a solution to a problem, either upload it yourself to Gerrit Code Review or contact me through pm.
The ROM is based on AOKP sources with the following changes:
-Mackay Kernel:
-Set of cherries picked from gerrit (differing by the day)
-Some additional patches I did myself to the source code
Feature request are OK, but remember:
1. I try to stay close to stock
2. I will not include additional apps, unless they can be build from source
3. The time I spend on features depends on how much I like them myself
Changelog of 1.1 - 09-Oct-2013
-Source updated to 9-Oct
-Newest kernel (with zram) & updated device tree
Changelog of 1.0 - 25-Sep-2013
-First ALPHA build
-I booted it to be sure it works, but it has not been extensively tested
Full changelog of 1.0 compared to stock AOKP:
AOKP sources of 25-Sep-2013
All features compared to stock kernel:
-Mackay kernel 0.415: http://forum.xda-developers.com/showthread.php?t=2397502
-Christopher86's cortex-A8 optimized Linaro toolchain (September version)
-O3 optimization
-updated to linux kernel version 3.0.96
-SLQB memory allocator (default, should be slightly faster)
-XZ compression of kernel & initramfs
-395MB RAM
-SIO scheduler
-Added Lagfree governor
-ROW scheduler (tweaked, default scheduler)
-FIOPS scheduler (tweaked)
-XZ compression of kernel & initramfs
-395MB RAM
-many improvements to IO schedulers in general
-Deadline tuning (thanks to DerTeufel)
-Ondemand tuned (updated based on code of stratosk)
-SmartassV2 governor
-Interactive governor (updated to android 3.4 code + fixes)
-Wheatley & Lulzactive governors
-Conservative tuned
-Call volume hack (use “Settings>Mackay Settings”* to set volumes)
-Reduced battery polling interval
-Fast charge (activate through “Settings>Advanced Settings”* or the QuickCharge toggle in MackayROM)
-WiFi PM_FAST mode selection (activate using “Settings>Mackay Settings”*)
-Battery life extender (set through “Settings>Mackay Settings”*)
-CustomVoltage (set using NSTools)
-USB OTG support (needs external power supply)
-1100-1400MHz OC steps
-Custom kernel splash (Thanks to Malcho)
-Updated charging logo to match open charger
-Disabled swap & zram
-Improve memcopy/memmove
-Improve the performance of memcpy and memmove
-Kill task closest in size to memory needed to free
-LOAD_FREQ (4*HZ+61) avoids loadavg Moire
-Entropy tweaks: http://lwn.net/Articles/489734/
-backport CPUIDLE from 3.5
-arm/crypto: Add optimized AES and SHA1 routines
-Unaligned CPU access
-Improvements to RWSEM code
-Improvements to binder code
-Improvements to tmpfs
-Added frandom (much faster random number generator)
-Updated to lowmemorykiller with PID whitelist (thanks to stratosk)
-Many parts of the code build as module to reduce effective kernel size
-Updated wifi driver to 5.90.195.114
-Updated GPU driver to DDK [email protected]
-Proportional Rate Reduction for TCP
-Introduce timer slack controller
ROM comes with stock colour. Version with voodoo colour can be downloaded from:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB43/
Kernel for switching internal & external SD
Because vold.fstab is no longer used and has been integrated in fstab.aries (which can only be changed before compiling the kernel, as it ends up in the ramdisk), I made a special kernel version with switched SD cards:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB43/switchSD/
*Available through Settings>Mackay Settings
CWM:
-Clear NSTools settings
-Clear init.d settings
-Show battery status in recovery
-Aroma FileManager
-Include using soft keys to navigate the menu (thanks fishears for the idea)
-Enable holding keys for repeated presses
-Themed orange
TWRP:
-Themed orange
-Run recovery-apps (zip files should be present in /system/mackay, launch them through advanced->run app)
-Build in a script to reboot from twrp to cwm*
*To use this feature from TWRP, tap advanced>run app>rebootcwm.zip. Then from the homescreen choose: reboot>recovery
Added apps:
-AngryGPS
vendor/aokp:
-Adapt for custom Infamous building (bootanimation, ROM&file name)
-Custom bootanimation (Thanks to Infamous team)
device/samsung/aries-common:
-Sets app-close to 1000 ms
hardware/samsung:
-F4k 720p patch for bigmem kernels
AriesParts (“Mackay Settings” in Settings menu):
Add mackay kernel settings options:
>Recovery selection
>WiFi PM mode selection
>BLX settings
>BLN activation
Coming from stock Samsung ROM/CM7:
-The safest way is to flash CM9 first and then flash Mackay ROM. Going directly from Samsung ROM/CM7 to Mackay ROM may lead to loosing IMEI.
Fresh install:
Can be flashed on top of any CyanogenMod build:
-Do a factory reset
-Flash ROM
-Flash a gapps packages of choice
-Reboot your phone
Update:
-Flash ROM
-Reboot your phone
(no wipes or other things needed, just flash & reboot
-Custom kernels can be used only if specific for JB4.3
Credits:
-teamhacksung/pawitp for making CyanogenMod work on our ancient phone
-AOKP for the basecode used
-stratosk/DerTeufel/Mialwe for the inspiration I got from their kernels
-rootax & xdafileserver for providing a high-speed server for high quality downloads
-Malcho for his kernel splash & bootanimation
Downloads:
XDAfileserver
Rootaxbox (still uploading, please use XDAfileserver)
Google Apps
http://goo.im/gapps
For those who want to theme it even further, Bejda made a Mackay splash screen!
http://forum.xda-developers.com/showthread.php?t=2214468
To download the same kernel, but then with voodoo colour:
http://rootaxbox.no-ip.org/kasper_h/kernels/JB43/
XDA:DevDB Information
Infamous AOKP, a ROM for the Samsung Galaxy S I9000
Contributors
kasper_h
ROM OS Version: 4.3.x Jellybean
ROM Kernel: Linux 3.0.x
Based On: AOKP
Version Information
Status: Beta
Created 2013-09-25
Last Updated 2013-10-09
Reserved
Thank
Thank
bootanimation very cool, the touch buttons does not seem to go very well and when you enter settings take small screenshots
EDIT:
solved installing gapps. sorry for the negative post
awesomee! a new AOKP for our i9000!! hoppefully certainly be improved and very stable, you're a fantastic developer
Very good rom.I like the settings(ribbons...)Congratulations.
Rom is very good working without problem, only thing i miss is the settings for kernel (cpu,governor,scheduler etc) in mackay settings there is not option, neither in system. Is something i forget to do?or it is not implemented?
Also i cannot find the quick settings and the most settings for status bar toggles(custom toggles) are grey,not selectable but this is not problem rather a report(used to it from mackay 4.3 cm). And a question,is there a way to have dsp manager without a notification in status bar?
Thank you for bringing aokp 4.3 to our sgs, also, boot animation is nice
Sent from my GT-I9000 using xda app-developers app
I had problems with apn, to apply and remove WiFi connection disappears even taking 3g apn
slipknot31 said:
I had problems with apn, to apply and remove WiFi connection disappears even taking 3g apn
Click to expand...
Click to collapse
Copy /system/etc/apns-conf.xml from the latest nightly and paste to /etc. (You'll replace that old one with it). Set permission to 777 and reboot. After rebooting open APN settings and: menu, reset to default! It worked me.
saszseb said:
Copy /system/etc/apns-conf.xml from the latest nightly and paste to /etc. (You'll replace that old one with it). Set permission to 777 and reboot. After rebooting open APN settings and: menu, reset to default! It worked me.
Click to expand...
Click to collapse
Hello I changed the file APNs but nothing has changed. Where to change the set permission 777?
tanks
Giandi said:
Hello I changed the file APNs but nothing has changed. Where to change the set permission 777?
tanks
Click to expand...
Click to collapse
By 777 he means to change the permissions of the file to rw-r-r as the other files (use root explorer and long press the file to find permissions).
tsatomas said:
By 777 he means to change the permissions of the file to rw-r-r as the other files (use root explorer and long press the file to find permissions).
Click to expand...
Click to collapse
read: 4
write: 2
execute: 1
(Maybe 644 is enough.)
Sent from my GT-I9000 using Tapatalk 4
Well, i am not good in counting perm,i change it as the original or as the other files are!
Sent from my GT-I9000 using xda app-developers app
Hey kasper_h,
is this relevant? http://www.androidpolice.com/2013/0...o-find-5-android-4-3-nightlies-available-now/
and does it help in any way for this Rom's development?
Ramsey said:
Hey kasper_h,
is this relevant? http://www.androidpolice.com/2013/0...o-find-5-android-4-3-nightlies-available-now/
and does it help in any way for this Rom's development?
Click to expand...
Click to collapse
I think they made a break without compiling nightlys, but now they compile then again, its only relevant when you own N7-2 or Oppo 5.
Gesendet von meinem GT-I9000 mit Tapatalk 4
really waitin for this,thus downloadin now :beer:
Sent from my GT-I9000 using xda premium
supergeorg said:
I think they made a break without compiling nightlys, but now they compile then again, its only relevant when you own N7-2 or Oppo 5.
Gesendet von meinem GT-I9000 mit Tapatalk 4
Click to expand...
Click to collapse
In the comments section, one of the persons of AOKP says that it's not only for those devices but for many others.
compacity said:
really waitin for this,thus downloadin now :beer:
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
Hey compacity, how is AOKP running? and did you try the Mackay ROM before this? if yes, which one is more stable and faster?
@Ramsey
If you like my opinion mackay cm is more stable plus cheries and interface and fast than infamous. I just reverted to mackay from aokp
Sent from my GT-I9000 using xda app-developers app

[KK4.4][KERNEL][CWM/TWRP]Mackay kernel 0.692 (16-Sept-2014)

Just like for CM9&CM10&CM10.1&CM10.2, I started making a CM11.0/KK4.4 kernel. The philosophy is the same: stock plus quite a few extras
This kernel is based on my CM10.2 Mackay kernel, updated using upstream patches from CM11.0
Thanks to all SGS-CM-kernel developers (pawitp, stratosk, DerTeufel, Glitch, mialwe, krarvind), I learned a lot from all of you!
Separate bigmem libs for other kernels:
Post #2
Changelog 0.692
-Updated TWRP to 2.8.0.0
All features compared to stock kernel:
Features:
-Build using the Cortax-A8 optimized Linaro 4.7.4 toolchain of Christopher83: http://forum.xda-developers.com/showthread.php?t=2098133
-O3 optimization
-updated to linux kernel version 3.0.101
-SLQB memory allocator (default, should be slightly faster)
-XZ compression of kernel & initramfs
-395MB RAM
-SIO scheduler
-Added Lagfree governor
-ROW scheduler (tweaked, default scheduler)
-many improvements to IO schedulers in general
-Deadline tuning (thanks to DerTeufel)
-Ondemand tuned (default governor)
-SmartassV2 governor
-Interactive governor (updated to android 3.4 code + fixes)
-Wheatley & Lulzactive governors
-Conservative tuned
-Call volume hack (use “Settings>Mackay Settings”* to set volumes)
-Reduced battery polling interval
-Fast charge (activate through “Settings>Advanced Settings”* or the QuickCharge toggle in MackayROM)
-WiFi PM_FAST mode selection (activate using “Settings>Mackay Settings”*)
-Battery life extender (set through “Settings>Mackay Settings”*)
-CustomVoltage (set using NSTools)
-BLN (can be enabled through “Settings>Mackay Settings”*)
-USB OTG support (needs external power supply)
-1100-1400MHz OC steps
-Custom kernel splash (Thanks to Malcho)
-Updated charging logo to match open charger
-Enabled swap & zram
-Improve memcopy/memmove
-Improve the performance of memcpy and memmove
-Kill task closest in size to memory needed to free
-LOAD_FREQ (4*HZ+61) avoids loadavg Moire
-Entropy tweaks: http://lwn.net/Articles/489734/
-backport CPUIDLE from 3.5
-arm/crypto: Add optimized AES and SHA1 routines
-Unaligned CPU access
-Updates to binder
-Improvements to RWSEM code
-Improvements to binder code
-Improvements to tmpfs
-Added frandom (much faster random number generator)
-Updated to lowmemorykiller with PID whitelist (thanks to stratosk)
-Updated wifi driver to 5.90.195.114
-Updated GPU driver to DDK [email protected]
-Introduce timer slack controller
*“Settings>Mackay Settings” only available with Mackay ROM 4.x.x (to be released soon)
*also available through the Galaxy S & Mackay app in the launcher
On other roms, install the kernel, reboot, open /data/local/mackay/bln/recovery/navbar and change the 0 for 1. Then reboot:
bln (set to 1) BLN will be activated
navbar (set to 1) navbar will be activated
As an alternative, Bejda developed a script for Mackay settings:
http://forum.xda-developers.com/showpost.php?p=41729828&postcount=953
bootable/recovery:
-Mackay recovery (based on TWRP 2.6.3.0 / CWM 6.0.4.5)
TWRP:
-Themed orange
-Run recovery-apps (zip files should be present in /system/mackay, launch them through advanced->run app)
CWM:
-Themed orange
-Added Aroma FM
Source code: https://github.com/kasperhettinga/samsung-kernel-aries/commits/mackay-cm11
This is a freshly started project. Ideas for improvements/additions are welcome but:
1. I try to stay close to stock
2. The time I spend on features depends on how much I like them myself
Credits:
-teamhacksung/pawitp for making CyanogenMod work on our ancient phone
-stratosk/DerTeufel/Mialwe for the inspiration I got from their kernels
-rootax for providing a high-speed server for high quality downloads
I will not build this kernel for other devices. Instructions to port the kernel or build it yourself:
http://forum.xda-developers.com/showpost.php?p=49484134&postcount=132
Download:
Basketbuild
For those who want to theme it even further, Bejda made a Mackay splash screen!
http://forum.xda-developers.com/showthread.php?t=2214468
This version can only be used on KK4.4-based ROMs
XDA:DevDB Information
[KK4.4][KERNEL][CWM/TWRP]Mackay kernel, Kernel for the Samsung Galaxy S I9000
Contributors
kasper_h
Kernel Special Features:
Version Information
Status: Beta
Created 2013-11-18
Last Updated 2014-09-21
Bigmem libs for any kernel:
http://rootaxbox.no-ip.org/kasper_h/kernels/KK/bigmem/
Reserved
Thanks kasper_h for the kernel do you consider activating zram again?
Pawitp made some improvements on zram, and if swap can be enabled again, thanks!
Sent from my GT-I9000 using Tapatalk
Netmatrix said:
Thanks kasper_h for the kernel do you consider activating zram again?
Pawitp made some improvements on zram, and if swap can be enabled again, thanks!
Sent from my GT-I9000 using Tapatalk
Click to expand...
Click to collapse
My experience with zram are bad, no plans to reactivate...
Verstuurd van mijn Nexus 5
kasper_h said:
Bigmem libs for any kernel:
http://rootaxbox.no-ip.org/kasper_h/kernels/KK/bigmem/
Click to expand...
Click to collapse
as fast as usual :thumbup:
thanks kasper, this bigmem libs works on epic4g :thumbup: except libstagefright_omx.so file causing bootloop with "waiting for surfaceflinger..." message
works perfectly after I remove that from the zip
didn't test on my sc-02b yet, hope that case only in epic4g
will report you again after test on sc-02b
didhiy said:
as fast as usual :thumbup:
thanks kasper, this bigmem libs works on epic4g :thumbup: except libstagefright_omx.so file causing bootloop with "waiting for surfaceflinger..." message
works perfectly after I remove that from the zip
didn't test on my sc-02b yet, hope that case only in epic4g
will report you again after test on sc-02b
Click to expand...
Click to collapse
Good luck
Verstuurd van mijn Nexus 5
Your GPU drivers are a bit outdated.. When galaxy nexus devs will update them, will you update too?
Sent from my GT-I9000 using XDA Premium 4 mobile app
ElmirBuljubasic said:
Your GPU drivers are a bit outdated.. When galaxy nexus devs will update them, will you update too?
Sent from my GT-I9000 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Are you sure they are outdated? I updated them recently and haven't see a newer version...
I thinked about theese http://omapzoom.org/?p=device/ti/pr...it;h=8137028adad92178573b3448f833e1f0338c20db but im wrong..
Sent from my GT-I9000 using XDA Premium 4 mobile app
kasper_h said:
Reserved
Click to expand...
Click to collapse
I am unable to download. It is showing error 404.
Can you please update the link or mirror it?
Rohitdahiya said:
I am unable to download. It is showing error 404.
Can you please update the link or mirror it?
Click to expand...
Click to collapse
http://rootaxbox.no-ip.org/kasper_h/kernels/KK/
Hi Kasper_h,
I cannot flash your kernel "Mackay_kernel_0.600_cwm_CMC-signed.zip" but this "Mackay_kernel_0.600_cwm_VC-signed.zip" works fine
Many thanks.
phil_greg2001 said:
Hi Kasper_h,
I cannot flash your kernel "Mackay_kernel_0.600_cwm_CMC-signed.zip" but this "Mackay_kernel_0.600_cwm_VC-signed.zip" works fine
Many thanks.
Click to expand...
Click to collapse
You probably get a get.prop error with the cwm_CMC version? That is the only kernel flavour where I didn't fix the script yet. I am now at work, so I can't change it from here. If you have e.g. 7zip, you can copy the updater-script from the VC kernel to the CMC kernel and then it can be flashed.
Hi kasper_h, can we have an I9000B version of your job? That would be great! Thanks.
Enviado de meu GT-I9000B usando Tapatalk
kasper_h said:
You probably get a get.prop error with the cwm_CMC version? That is the only kernel flavour where I didn't fix the script yet. I am now at work, so I can't change it from here. If you have e.g. 7zip, you can copy the updater-script from the VC kernel to the CMC kernel and then it can be flashed.
Click to expand...
Click to collapse
It works fine now :good:
Thanks a lot Kasper_h
Rohitdahiya said:
I am unable to download. It is showing error 404.
Can you please update the link or mirror it?
Click to expand...
Click to collapse
same for me
simo.scorpion said:
same for me
Click to expand...
Click to collapse
You can search a little... :silly:
http://rootaxbox.no-ip.org/kasper_h/kernels/KK/
3G working in this ROM?
capriciousmike said:
3G working in this ROM?
Click to expand...
Click to collapse
Yes for me

<DISCONTINUED>[KK 4.4][KERNEL]Stock CM-11.0 with Linaro 4.8 and Mackay TWRP

Based on discussion on Semaphore Kernel thread, I'm glad that finally compiling using Linaro GCC 4.8 is possible now I've test this several months a go and still not boot until got some new idea arise in that discussion
Maybe this not a daily driver kernel, just feel free to try once and go back to other kernel :highfive:
Different from stock (changelogs):
build 20140324 for 20140323-NIGHTLY and newer
- Update iniram from 20140323-NIGHTLY
build 20140308 for 20140307-NIGHTLY and newer but not SNAPSHOT-M4
- Merge stock cm-11 & use initram 0307 nightly
build 20140214
- Revert s3cfb: tl2796: do not read calibration data on aries and use s3cfb: tl2796: detect invalid factory calibration data as on stock cm-11
build 20140211
- Add s3cfb: tl2796: do not read calibration data on aries from stock cm-11
- Use newer linaro toolchhain 14.01
- Update recovery to Mackay TWRP 2.6.3.0
build 20140111
- Update ramdisk to Tweak KSM Value
- Merge upstream CM-11
- Use newer linaro toolchhain 13.12
build 20140106
- Update ramdisk with Kitkat zRAM setting
- Fix lpm (charging when phone off)
- Cherry-picked optimize JPEG memory configuration & add ioctl to export memory configuration
- Only build with Mackay TWRP
build 20131231
- Fix outdated init file causing boot problem
build 20131221
- Ramdisk from cm-11-20131219-NIGHTLY-galaxysmtd
build 20131212/16
- Ramdisk from cm-11-20131206-NIGHTLY-galaxysmtd, unpacked using this tools.
- Compiled with linaro-toolchain-binaries 4.8 (32bit)
- Use Mackay TWRP 2.6.0.0 (-mtwrp) or Semaphore CWM 6.0.4.5 (-smcwm)
Additional changes in x-aries version:
Note: Video capture & playback (cma problem with or without ksm) mostly working.
In rare condition it need long time to start (5 minutes or more).
You can wait it if you have time (recommended) or simply restart your phone.
build 20140401
Compiled on this HEAD
- Update iniram from 20140331-NIGHTLY
- Enable KSM_CHECK_PAGE
- Enable Advanced TCP Congestion Control
build 20140324 for 20140323-NIGHTLY and newer
- Update iniram from 20140323-NIGHTLY
build 20140319 for 20140307-NIGHTLY and newer but not SNAPSHOT-M4
Compiled on this HEAD
- Add 2 patches to improve swap & revert aries-common: zRAM: only read one page at a time.
This time I prefer this kernel doc:
Code:
It is a logarithmic value - setting it to zero means "1 page", setting
it to 1 means "2 pages", setting it to 2 means "4 pages", etc.
Zero disables swap readahead completely.
The default value is three (eight pages at a time). There may be some
small benefits in tuning this to a different value if your workload is
swap-intensive.
Lower values mean lower latencies for initial faults, but at the same time
extra faults and I/O delays for following faults if they would have been part of
that consecutive pages readahead would have brought in.
over aosp guide:
Code:
By default, the Linux kernel swaps in 8 pages of memory at a time.
When using ZRAM, the incremental cost of reading 1 page at a time is negligible and may help in case the device is under extreme memory pressure.
To read only 1 page at a time, add the following to your init.rc:
`write /proc/sys/vm/page-cluster 0`
build 20140313 for 20140307-NIGHTLY and newer but not SNAPSHOT-M4
Builded at this HEAD
- Switch cflag from -Og (reverted to -O2 then) to -O3, the kernel size was much bigger & reduce user RAM to 416MB
- Use newer linaro toolchhain 14.02
- Add aries-common: zRAM: only read one page at a time
imo default linux value will give better performance, but I prefer to follow aosp guide like in stock cm.
build 20140311 for 20140307-NIGHTLY and newer but not SNAPSHOT-M4
- Add 1100 oc step from mackay and 2 other commits.
build 20140308 for 20140307-NIGHTLY and newer but not SNAPSHOT-M4
- Use initram 0307 nightly with 144 mb zram + minor change to cma & merge android-3.0 aosp
build 20140306
- Add 2 commits to improve swap/zram + ramdisk 0228 nightly with 256 mb zram size (not stable)
build 20140226
- Add 2 commits related to video for linux + merge stock cm-11 & android-3.0 aosp
build 20140214
- Same as aries version + some commits related to memory
build 20140212
- Add s3cfb: tl2796: do not read calibration data on aries from stock cm-11
- Add backport SLUB from Linux 3.3 from Hellybean GT-I9300 + another 4 commits.
build 20140209
- Merge android-3.0 kernel common.
- Enable CLEANCACHE, FRONTSWAP & ZCACHE
- Another CMA try.
build 20140207
- Add BLN & Fast Charge from Semaphore kernel.
Note for BLN: Need to manually rename lights.aries.so.bln in /system/lib/hw/ to lights.aries.so
Rename original file to lights.aries.so.cm or else for backup. Repeat this step in every rom flashing.
- Use newer linaro toolchhain 14.01
- Merge android-3.0 kernel common.
build 20140131
A bunch of patches from faux123, semaphore, codeaurora & linux-next, starting from here till this.
Some part maybe useless and here is the noticeable part:
- Update LMK, CMA and KSM.
- Use LZ4 compressor for zram.
- Add Semaphore Auto Brightness from stratosk (build as a module)
build 20140121
- Add ZRAM_FOR_ANDROID from faux123
- Remove KSM to prevent video recording failure
- Use LZ4 for initram
- Update recovery to Mackay TWRP 2.6.3.0
- Some cherry-pick related to CMA, low memory killer & binder
build 20140111
- Same as aries version exclude merge upstream (already added)
- Replace xvmalloc with zsmalloc for zram
build 20140106
- Same as aries version
build 20140105
- Add pawitp cma-test with 417mb memory (no need bigmem libs) and possible bugs.
- Fix lpm (charging when phone off)
build 20131231
- different boot logo
- add smartass2 cpu gov
build 20131221/22
- 1.32ghz OC step and revert sleep call gpio to prevent SOD
- 397mb memory (install bigmem lib by kasper_h separately for 720k video record fix)
- kernel config for smaller kernel size (mostly taken from semaphore kernel by stratosk)
- merged to aosp android-3.0 kernel common (big changes in wifi driver and interactive gov)
- update gpu driver to DDK [email protected] (as on mackay kernel and others)
- cherry-picked some commits related to zram, lzo and interactive gov
- display boot progress, etc..
Download
http://goo.im/devs/didhiy/aries_cm-11.0
http://goo.im/devs/didhiy/ariesbr_cm-11.0 (I9000B)
tips: check (sort by) modification time to find the latest build
Source:
Kernel
x-aries version
Ramdisk
Credits:
- pawitp
- stratosk
- kasper_h
- derteufel1980
- jugster
- alberto96
- unjustified dev
- all aries variant devs and community
Nice work. I have been looking at the sets of patches needed for Linaro 4.8, but didnt try building one yet.
Last I tried 4.8 was almost 3 months ago, and it didnt boot up, although it build fine.
Would you be willing to add the extra OC steps ( 1100 , 1300 and 1400 ) into the kernel ?
ts1506 said:
Nice work. I have been looking at the sets of patches needed for Linaro 4.8, but didnt try building one yet.
Last I tried 4.8 was almost 3 months ago, and it didnt boot up, although it build fine.
Would you be willing to add the extra OC steps ( 1100 , 1300 and 1400 ) into the kernel ?
Click to expand...
Click to collapse
maybe... right now, I just let it same as stock to see if there's any improvement
just flashed over mackay 4.1.3 and i get better score on antutu, 4985.
keep up good work.
florum said:
just flashed over mackay 4.1.3 and i get better score on antutu, 4985.
keep up good work.
Click to expand...
Click to collapse
thanks for testing & comparing, I think mackay compiled with linaro 4.8 will scored much better
didhiy said:
thanks for testing & comparing, I think mackay compiled with linaro 4.8 will scored much better
Click to expand...
Click to collapse
Wow!! That's amazing. See my score. I never managed to go beyond 4930 in the past.
Can you please describe me what is linaro 4.8 and how does it increase performance.
I flashed bigmem libs for KitKat by Kaspar_h but still got 368 MB of available RAM. Maybe it's my fault, but still curious to know if bigmem libs works on this kernel.
Thanks in advance
Sent from my GT-I9000 using XDA Premium 4 mobile app
Rohitdahiya said:
Wow!! That's amazing. See my score. I never managed to go beyond 4930 in the past.
Can you please describe me what is linaro 4.8 and how does it increase performance.
I flashed bigmem libs for KitKat by Kaspar_h but still got 368 MB of available RAM. Maybe it's my fault, but still curious to know if bigmem libs works on this kernel.
Thanks in advance
Sent from my GT-I9000 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
you can read the technical details here:
http://gcc.gnu.org/gcc-4.8/changes.html
in short words, it promising better optimization to the codes compiled with it
the memory size was set inside the kernel, installing bigmem libs won't change the size
This kernel is a beast,thank you very much didhiy!
@Rohitdahiya:
You should enable a bigmem setting to make the available amount of RAM bigger.
Flashing only the libs doesn't change the current configuration
Inviato dal mio GT-I9000 utilizzando Tapatalk
thank you for the wonderful kernel please make an option to enable bigmem or atleast 396mb as in case of mackay kernel... thank you
vigneshnallamad said:
thank you for the wonderful kernel please make an option to enable bigmem or atleast 396mb as in case of mackay kernel... thank you
Click to expand...
Click to collapse
I've upload a version with "x-" prefix, bigmem enable (397mb) + 1.32GHz oc steps and some configs changes to make a small kernel (mostly taken from semaphore kernel)
let me know if that version works too
download link was on op
Does this kernel have zram as it's based on stock?
Sent from my GT-I9000 using Tapatalk 4
zakitheracer said:
Does this kernel have zram as it's based on stock?
Sent from my GT-I9000 using Tapatalk 4
Click to expand...
Click to collapse
yes it have zram just like stok
didhiy said:
I've upload a version with "x-" prefix, bigmem enable (397mb) + 1.32GHz oc steps and some configs changes to make a small kernel (mostly taken from semaphore kernel)
let me know if that version works too
download link was on op
Click to expand...
Click to collapse
wow i got 5200 on antutu if u believe in benchmarks... but performance overall is wonderful...
edit : any plans of including smartass v2 and wheatly just a request as of now this is my daily kernel
edit 2 : see the score my phone is ready for android 5.0 with help of u devs
vigneshnallamad said:
wow i got 5200 on antutu if u believe in benchmarks... but performance overall is wonderful...
edit : any plans of including smartass v2 and wheatly just a request as of now this is my daily kernel
edit 2 : see the score my phone is ready for android 5.0 with help of u devs
Click to expand...
Click to collapse
temple run 2 is my only "benchmark" thanks for your nice report
Hope it's stable enough for daily driver too
I use same kernel configuration in sc-02b aries_ntt and epic4g, it's running fine for daily
Guys,
This kernel gives you to put in Mackay Rom 4.1.3 (kk 4.4)?
Thank you for your answers already.
Alexandre_Silva said:
Guys,
This kernel gives you to put in Mackay Rom 4.1.3 (kk 4.4)?
Thank you for your answers already.
Click to expand...
Click to collapse
I don't understand exactly what you mean, but I guess you can flash this kernel on top of mackay cm-11 rom and maybe mackay omni too (tested on my sc-02b only) with caution, mackay setting won't work!
didhiy said:
I don't understand exactly what you mean, but I guess you can flash this kernel on top of mackay cm-11 rom and maybe mackay omni too (tested on my sc-02b only) with caution, mackay setting won't work!
Click to expand...
Click to collapse
in mackay omni rom description kasper h has mentioned about other kernels rom not working... didnt try it yet... will test and report back if works
vigneshnallamad said:
in mackay omni rom description kasper h has mentioned about other kernels rom not working... didnt try it yet... will test and report back if works
Click to expand...
Click to collapse
I've download omni mackay 1217, after comparing initram between omni & stock cm-11 I've found no different except the binaries. Then I flashed that rom & my kernel (which have 1219 cm-11) & it boot fine.
make sure you have a backup & semaphore tar if you wanna try
didhiy said:
I've download omni mackay 1217, after comparing initram between omni & stock cm-11 I've found no different except the binaries. Then I flashed that rom & my kernel (which have 1219 cm-11) & it boot fine.
make sure you have a backup & semaphore tar if you wanna try
Click to expand...
Click to collapse
That's great will give it a try tomo of possible please include smartass v2 in our next version
vigneshnallamad said:
That's great will give it a try tomo of possible please include smartass v2 in our next version
Click to expand...
Click to collapse
no promise, but it's possible

[Kernel][CM 11][ION+PMEM] KhaN Kernel 3.4.87 ( 16.04.2014 )

A kernel for CyanogenMod 11.0 ION/PMEM
FEATURES
*Kernel 3.4.87
*Build with Linaro GCC 4.7.4 2014.01 toolchain by Christopher83
*O3 Optimization
*Overclock up to 1.8 GHz
*CPU voltage control VDD sys interface
*Lowered display panel voltage
*Lowered wifi voltage
*Lowered vibetonz voltage
*Fixed 100% battery notification after charger unplug
*Fast Charge support
*Battery Life eXtender support
*Increase audio loudness
*Increased cpu freq.on boot
*Con Kolivas' CK3 Tweaks
*Fast Random generator (frandom) support
*Dynamic management of dirty page writebacks
*Dynamic management of the minimal slack
*Dynamic file sync
*Dynamic read-ahead
*LowMemoryKiller management of not killable processes
*Lowered swappines
*Stock Ram/362Mb Ram
*Governers : adaptive, conservative, lulzactive, interactive, interactiveX, ondemand, ondemandX, powersave, smartassV2, lionheart, performance
*I/O schedulers : noop, vr, sio, row, cfq, bfq, fiops
INSTALLATION GUIDE
Reboot To Recovery Mode
Flash the kernel
Wipe Cache & Dalvik Cache
Reboot System
CREDITS
arco68
Christopher83
educk
madridii
arsradu
sir mordred
and all github users for their commits
<< DOWNLOAD 362MB RAM >> Compatible with latest CyanogenMod 11.0 (20140413-UNOFFICIAL)
<< DOWNLOAD STOCK RAM >> Compatible with latest CyanogenMod 11.0 (20140413-UNOFFICIAL)
Old Versions :
<< DOWNLOAD >>
Code:
You can use [URL="http://forum.xda-developers.com/showthread.php?t=2401988"][COLOR="DeepSkyBlue"][U]Performance Control[/U][/COLOR][/URL] to edit all features.
CHANGELOG:
v1.1
-Sync with arco's latest changes (Adjust memory allocations again )
v1.2
-Sync with arco's latest changes
-removed 61 Mhz and 518 Mhz
-fixed sound lag in lulzactive
v1.3
-Sync with arco's latest changes
-Build with Linaro GCC 4.8.3 2013.12 toolchain by Christopher83
v1.4
-Sync with arco's latest changes
-USB OTG and zRAM fixes (credits Christopher83)
-Revised memory allocations.Stock ram and 361Mb of ram.
v1.5
-Kernel 3.4.82
-see my github
v1.6
-Sync with arco's latest changes
v1.7
-Kernel 3.4.83
v1.8
-Kernel 3.4.84
v1.9
-Kernel 3.4.85
-Fixed backlight not turning off when charging phone closed
-Enabled memutils '' gives better performance '' ( Thanks to sir mordred )
v2.0
-Sync with arco's latest changes
-Kernel 3.4.87
Click to expand...
Click to collapse
XDA:DevDB Information
[Kernel][CM 11][ION+PMEM] KhaN Kernel 3.4.87 ( 16.04.2014 ), a Kernel for the Samsung Galaxy W I8150
Contributors
lafactorial
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: v2.0
Beta Release Date: 2014-04-16
Created 2014-01-01
Last Updated 2014-04-16
Cool, another CM11 kernel!
Sent from my GT-I8150 using XDA Premium 4 mobile app
wow new kernel :good:
great job bro
----
Good Job Buddy......
Sent from my GT-I8150 using XDA Premium 4 mobile app
Thanks, now we have more RAM on 4.4.2.. :thumb:
Sent from my GT-I8150 using Tapatalk 2
i flash the swapped version. but it's not swapped at all.
4.4.2 Kernel
My brother lafactorial
Great work.
Success and ease.Continuous steps forward.
Very thanks
ghost141 said:
i flash the swapped version. but it's not swapped at all.
Click to expand...
Click to collapse
Sorry my mistake.Tested and uploaded again.
flash the swapped version, and yeah! calender keep crashing -_-''
ghost141 said:
flash the swapped version, and yeah! calender keep crashing -_-''
Click to expand...
Click to collapse
I have no problem at all. Try to clear cache of the app.
swapped storage perfectly
Rom Kk Bean Kat v.4
Dalvic runtime
thanks :good:
I realized one thing when I swapped memory. When I transfering some apps to sd card, it transfered to external SD instead (the 1.70gb one), not to the swapped one (my 32gb). Not like on the jellybean. How to do this?
- XDA ROCKS -
@lafactorial
Thank you dude,
I have just flashed your kernel, I have to test it for a meaningful time to realize its performance, and will give feedbacks here... )
Sent from my GT-I8150 using XDA Premium 4 mobile app
Can we flash swapped version of this on lastest arco's CM11 release?(1/1/2014)
xlollomanx said:
Can we flash swapped version of this on lastest arco's CM11 release?(1/1/2014)
Click to expand...
Click to collapse
You will have camera problems if you flash.
Sent from my GT-I8150 using XDA Premium 4 mobile app
lafactorial said:
You will have camera problems if you flash.
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok thanks, I' ll wait for an update
In a short time, the great work.
More and more forward.
Thanks my brother.
ali7557 said:
In a short time, the great work.
More and more forward.
Thanks my brother.
Click to expand...
Click to collapse
You are welcome. I am trying to learn.
I download, and I use it. and working perfect, no problem so far. thaaaaaaaaaaaaanks
Update
Updated to new version for CyanogenMod 11.0 (20140101).

Categories

Resources