[DEV][KERNEL] Dedraks' GT-P6800 Kernel - AROMA INSTALLER - 2012-09-18 - Galaxy Tab 7.7 Android Development

Intro
I made this kernel to enhance my device and add some features that Samsung was removed.
This kernel is forked from stock Samsung's P6800 source code released.
The main feature of this kernel is the removal of the brick bug. So running this kernel your device is free from that bug.
More tweaks, optimizations coming.
Disclaimer
I am not responsible if you brick your device. Everything you do is your responsibility.
This kernel is made for the GT-P6800 only. It will not work in any other device. If you flash into another device, it will brick.
I have no time to help anybody unbrikng their devices. So flash it only if you know what you're doing.
I work on this project in my free time, so: Do not ask for ETA.
Features
AROMA Installer.
Option to disable boot sound.
nls_utf8
cifs
isofs
udf
Undervolting (UV) support. Undervolt with SetCPU, CPUMaster, etc
Optimized for size
Removed LOTS of debug info from the kernel
Support for bootanimation. Place the bootanimation.zip in /system/media folder.
Support for /etc/init.d/S* scripts
Default cpu scaling governor set to pegasusq
Kernel compiled with "-O2 -fomit-frame-pointer" CFLAGS
pegasusq cpu scalling governor
interactive cpu scalling governor
MMC_CAP_ERASE feature removed from drivers/mmc/host/mshci.c (brick bug fix)
Code:
//mmc->caps |= MMC_CAP_SDIO_IRQ | MMC_CAP_ERASE;
mmc->caps |= MMC_CAP_SDIO_IRQ; // Brick Bug Fix
Compatibility list
It seems to work on all stock ICS releases or derived custom ROMs.
CM9 - Not tested (may not works)
CM10 - Not tested (may not works)
ZTOLP3 - Tested: Works
Singha - Tested: Works - Thanks to melorib.
Zeta V4 - Tested: Works - Thanks to melorib.
DXLP7 - Tested: Works - Thanks to theerachai.
DDLP5 - Tested: Works
ZSLP7 - Tested: Works - Thanks to hkfriends.
XXLQ2 - Tested: Works
XXLQ1 - Tested: Works
Install
Go into CWM.
Make a nandroid backup.
Install zip from sdcard.
Problems
Go into CWM-> Advanced restore -> restore boot.
Changelog:
v10
Fixed /system/etc/init.d/S* scripts not running.
Option to disable boot sound.
Added custom bootanimation. (PLEASE make a better bootanimation.)
Added option in AROMA installer to auto reboot after install.
v9
nls_utf8 module added.
auto load cifs module.
auto load usofs module.
auto load udf module.
auto load nls_utf8 module.
v8
cifs module added.
isofs module added.
udf module added.
v7.1
AROMA Installer.
v7
Added undervolting support.
v6
Fixed missing cpufreq interactive governor in v4.
v5
Kernel modules moved from zImage to /system/lib/modules.
Fixed modules not loading bug in v4.
v4
Optimized for size.
Removed unused options/modules in kernel.
CFLAGS changed from -O3 to -O2 resulting in a smaller kernel.
Removed LOTS of debug info from the kernel.
Enabled bootanimation.
Enabled /etc/init.d/S* scripts.
v3
Default cpu scaling governor set to pegasusq.
Kernel compiled with "-O3 -fomit-frame-pointer" CFLAGS.
v2
pegasusq cpu scalling governor added.
interactive cpu scalling governor added.
v1
MMC_CAP_ERASE removed.
Code:
//mmc->caps |= MMC_CAP_SDIO_IRQ | MMC_CAP_ERASE;
mmc->caps |= MMC_CAP_SDIO_IRQ; // Brick Bug Fix
Download:
v10: http://4by.in/F (2012-09-18)
v9: http://4by.in/E (2012-09-17)
v8: http://4by.in/D (2012-09-14)
v7.1 AROMA INSTALLER: http://4by.in/C (2012-09-12)
v7: http://4by.in/B (2012-09-12)
v6: http://4by.in/A (2012-09-05)
v5: http://4by.in/10 (2012-09-03)
v4: Buggy. Not released.
v3: http://4by.in/8 (2012-08-24)
v2: http://4by.in/7 (2012-08-23)
v1: http://4by.in/6 (2012-08-22)
Very Special Thanks
mengpo for his GREAT tutorial about kernel compiling.

dedraks said:
This is my first kernel.
It's the uses the stock Samsung config.
The only change is the MMC_CAP_ERASE feature disabled. That feature is known as a cause of the brick bug.
drivers/mmc/host/mshci.c:
Code:
//mmc->caps |= MMC_CAP_SDIO_IRQ | MMC_CAP_ERASE;
mmc->caps |= MMC_CAP_SDIO_IRQ; // Brick Bug Fix
I'm not responsible for any damage, use at your own risk, blah blah blah
Go into CWM.
Make a nandroid backup.
Install zip from sdcard.
Problems? Go into CWM-> Advanced restore -> restore boot.
Changelog:
Code:
[b]build 1[/b]
MMC_CAP_ERASE removed
Download:
http://*******/C8QAJ
Click to expand...
Click to collapse
I wanted to do this but is this really fix the brick bug ?

Great dedraks...thanks very much
Good to info it only for TW Base NOT CM Base?

Try on:
- Official Stock LQ1
- Locerra's CWMR v5.x.x (Old CWM)
- Clear cache and dalvik
- SetCPU error. In setting clear data and force close. Relaunch..Fixed
Just trying
- Antutu score 7073
- Tegrak Overclock module - Cant load/error
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Astrix Ashburn said:
- Tegrak Overclock module - Cant load/error
Click to expand...
Click to collapse
From tegrak's XDA post:
(x) The latest kernel source of Galaxy S II on Samsung Opensource Release Center is not compatible with latest rom's kernel. So, this time, this app can't be used with kernels that built from source code.
Click to expand...
Click to collapse
Enviado de meu GT-P6800 usando o Tapatalk 2

Update. See OP.

dedraks said:
Update. See OP.
Click to expand...
Click to collapse
Great...Morn here
Will for sure will test it..after work in the eve

If I am not mistaken the 7.7 has a separate recovery partition that uses its own modified kernel so removing the brick bug from the running kernel does not completely solve the problem.
Sent from my GT-P6800 using xda premium

dedraks said:
Update. See OP.
Click to expand...
Click to collapse
Is this compatible with HC or is just for ICS? Thanks!

freaksamael said:
Is this compatible with HC or is just for ICS? Thanks!
Click to expand...
Click to collapse
Only for ICS...tested on LQ2 and LQ1

Downloading now and will try on LP7 ROM..

kishd said:
If I am not mistaken the 7.7 has a separate recovery partition that uses its own modified kernel so removing the brick bug from the running kernel does not completely solve the problem.
Sent from my GT-P6800 using xda premium
Click to expand...
Click to collapse
You are right. The recovery uses its own kernel, so you need a bug free recovery like locera's one.
Enviado de meu GT-P6800 usando o Tapatalk 2

dedraks said:
You are right. The recovery uses its own kernel, so you need a bug free recovery like locera's one.
Enviado de meu GT-P6800 usando o Tapatalk 2
Click to expand...
Click to collapse
If i was to use locera's recovery and this kernel would i be pretty safe from the brick bug?

Update. See OP.

nutley said:
If i was to use locera's recovery and this kernel would i be pretty safe from the brick bug?
Click to expand...
Click to collapse
ok.

Is it work on any stock ics only or with custom sammy ics rom or aosp ics rom?....
Sent from my GT-I9300 using xda premium
---------- Post added at 03:32 AM ---------- Previous post was at 03:29 AM ----------
alxwlc said:
Downloading now and will try on LP7 ROM..
Click to expand...
Click to collapse
So, how is it bro?...any news?..tq
Sent from my GT-I9300 using xda premium

Works in stock ICS ROMs.
Tested in LQ1 e LQ2 ROMs.

dedraks said:
Works in stock ICS ROMs.
Tested in LQ1 e LQ2 ROMs.
Click to expand...
Click to collapse
Ok... hope it work also on LP7 stock ics...
Sent from my GT-I9300 using xda premium

ZSLP7 is working fine.

dedraks said:
Intro
Download:
v3: http://4by.in/8 (2012-08-24)
v2: http://4by.in/7 (2012-08-23)
v1: http://4by.in/6 (2012-08-22)
Click to expand...
Click to collapse
wondering how to access the download links. when i click it, i get error. [using pc browsers, tab browser, and xda premium hd]
Any suggestion please?

Related

[NO LONGER SUPPORTED] Horsepower 3.1.0

Hey hey hey,
proudly presenting my aosp kernel for you. Big thanks to Codeworkx, this kernel is based on his source! I´m not responsible if something happens to your device!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kernel can be used on:
- Every AOSP based rom (e.g. AOKP, CM9, Rootbox...)
Features:
- OC to 1.35Ghz
- GPU OC to 383mhz
- RAM OC
- UV
- I/O Tweaks
- Patches for better batterylife
- Performance Tweaks
- Fastcharge
- Swpa
- zRam
- NTFS and CIFS
Changelog (3.2.0):
Based of latest source code (the updated one)
Only compiled for jellybean (based on that updates)
Massive cleanup
Optimized code used
Optimized undervolting
Really the fastest horsepower ever
Added 1.5Ghz Overclock
Added OMAP_IPU_IDLE_CONFIG
Added reduced wifi voltages for power savings
Updated SIO
Tweaked CPU-IDLE governor
Fixed 1.35Ghz jumping back
Fixed screenFlickring
Fixed screenoff animation failing sometime
Fixed heat -> lower cpu voltages should be stable enough
Changelog (3.1.0):
Now again booting
Horsepower is complete rebased - clean - fast - stable
ClockWorkMod autoreboot issue is fixed
All sources updated -> speed
USB Mass storage is working correct now on aosp kernel
Default governor is now abyssplug
Changelog (3.0.0):
Horsepower is now available as a BETA version for stock roms
Low RAM OC
Performance tweaks
Code Cleaning
Preparing for dualboot (still long way to go)
Changelog (Release 2.1.5):
Added savagedzen governor
Added sakuractive governor
Added brdzilianeax governor
Added minmax governor
[*]Added abyssplug governor
Added lulzactive governor
Added lazy governor
Added pegasusq governor
Added smartassv2 governor
Added scary governor
Added HYPER governor
Added wheatley governor
Updated interactive governor
Updated interactiveX governor
Updated lagfree governor
Changed default governor to smartassv2
Changelog (Release 2.0.6):
Rebased ics kernel
No Touch recovery for both (ics and jb) versions
Added possibility to undervolt
300 mhz as default cpu speed
Changelog (Release 2.0.0):
Jellybeaned! Both versions (ics and jb) contain same features
Changelog (Release 1.3.5):
Added core2 managemend
Fully working settingsfor fastcharge (through app)
Hope to improve stableness by disabling interactivex governor. Thanks to aidfarh!
Touch and no touch recovery versions
Changelog (Release 1.3.1):
Added interactiveX governor
Added lazy governor
Enabled ip tunneling
Changelog (Release 1.3.0):
Enabled fastcharge (enable in app)
Enabled zRam (partly working, full support in jellybean)
Enabled NTFS support
Enabled CIFS support
Added Touch CWM (Swipe up + down to navigate; swipe right to select; swipe left to go back)
Improved CWM
Improved TouchScreen support
Changelog (Release 1.1.0):
Fixed Wlan
Fixed OC
OC Tweaks
Initial GPU OC to 384mhz
Set min processor speed to 0.15Ghz for better batterylife
Rebuild whole kernel
Added more I/O tweaks
Added USB fast charging
First start at deep idle not fully working yet
Improve kernel stability by not killing kernel threads
Changelog (Initial Release 1.0.3):
keyboard: cypress: Stop notification on low battery
improve the performance of memcpy and memmove of the general version
i/0 tweaks
initial OC to 1.3Ghz
expanded OC to 1.35Ghz
prepared for lulzactive gorvernor
For detailed information visit my github commit list
Installation instructions:
- Download the attached .zip
- Put it to your internal sd-card
- Go into recovery mode
- Hit "install zip from sdcard"
- Reboot and enjoy
Download:
Horsepower 3.0.0 for Stock ICS Roms BETA!
Horsepower 3.0.0 for AOSP ICS Roms
Horsepower 3.1.0 for AOSP Jellybean Roms
__________
Core2Management:
Save your battery and disable the second core of your android device when you dont need it!
!- This app is only for dual core devices made by Samsung -!
This app should work on most android dual core devices from Samsung (maybe also on others but these are untested!). Please report on which devices the app works and on which it doesnt. You have to be rooted! Every time you reboot you need to redisable second core! If the second core starts again at some time use another governor. Not working with hotplug!
Tested devices:
* Galaxy S2 I9100
* Galaxy S2 I9100G
* Galaxy S3
* Galaxy S1
* Galaxy R I9103
* Galaxy Nexus
The app is working with stock cm10 kernel, too!
__________
Sources:
https://github.com/fuss132/android_kernel_samsung_t1/
Awesome!
Gesendet von meinem GT-I9100G mit Tapatalk 2
Now that's what i'm talking about !!
You are the BEST fuss!
This is God like! ^^
YESSSSS :beer:
Sent from my GT-I9100G using Tapatalk 2
Than man u are the best
great.... fuss does this kernel have MMC_CAP_ERASE capability flag disabled like super ICS kernel..? and does the OC include GPU as well?
Great but am I missing something or the download link isn't available yet ?
dante10 said:
great.... fuss does this kernel have MMC_CAP_ERASE capability flag disabled like super ICS kernel..? and does the OC include GPU as well?
Click to expand...
Click to collapse
First one if cm9 kernel has it then this one too I didnt looked at every single commit sorry ^^ and second one not at the moment but maybe some times
Madarox said:
Great but am I missing something or the download link isn't available yet ?
Click to expand...
Click to collapse
I added it in this second
I've no access to market! Could you upload the app please ?
pesiran said:
I've no access to market! Could you upload the app please ?
Click to expand...
Click to collapse
See the attachement
But for all the others you should prefer the play store one as it will be updated regulary
The things looks better for our G version thanks to those awesome devs
Enviado desde mi GT-I9100G usando Tapatalk 2
fuss132 said:
First one if cm9 kernel has it then this one too I didnt looked at every single commit sorry ^^ and second one not at the moment but maybe some times
I added it in this second
Click to expand...
Click to collapse
oh...sorry didn't see it was based on CM9 kernel..code says CM9 kernel have those MMC thing disabled so its safe from those brick bug...i assume this kernel also safe because it is based on CM9 kernel...good work buddy...
fuss132 said:
See the attachement
But for all the others you should prefer the play store one as it will be updated regulary
Click to expand...
Click to collapse
Not found Error !
ok,1st problem:I can't turn on wifi...I'm on CM9 RC.
Wifi isnt working after flashing..
Gesendet von meinem GT-I9100G mit Tapatalk 2
philippsp said:
Wifi isnt working after flashing..
Gesendet von meinem GT-I9100G mit Tapatalk 2
Click to expand...
Click to collapse
Agree, but cpu is stable. Now higher scores in benchies Thanks man, hope you will fix the wifi problem.
wifi cm9 rc1?
fuss, thanks for great work, but there is a problem of wifi in CM9 rc1 does not function
philippsp said:
Wifi isnt working after flashing..
Gesendet von meinem GT-I9100G mit Tapatalk 2
Click to expand...
Click to collapse
Madarox said:
ok,1st problem:I can't turn on wifi...I'm on CM9 RC.
Click to expand...
Click to collapse
cesco73 said:
fuss, thanks for great work, but there is a problem of wifi in CM9 rc1 does not function
Click to expand...
Click to collapse
Youre all on CM9 right?
I already found the problem fix soon... Your rom needs an updated wlan.ko module Those cm9 roms these days
If you would use aokp it would be working ^^
WIFI is not working on rootbox too !!!

[JB 4.2][KERNEL] CyanCore-vibrant v3.2.0 [NEW !!!!!]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This kernel is based on Semaphore Kernel by stratosk with a few changes I felt to be missing in semaphore.
This kernel combines the speed and stability of semaphore along with few additions for the best combination.
It is compatible with all JB 4.3 ROMs based on official CM10.2 layout.
Kernel versions 2.9.0 and lower are compatible with JB 4.2.x.
Differences with Semaphore
Entropy tweaks
Patched for 720p usage
Kernel Samepage Merging (KSM) enabled
ZRAM enabled as module (usable via init.d script, attached below)
SWAP enabled
FRANDOM module included
Some Kernel Debug related stuff disabled
Wheatley Governor added (select via Setting->Performance-> CPU)
Intellidemand Governor added (select via Setting->Performance-> CPU)
Lulzactive Governor added (select via Setting->Performance-> CPU)
Lazy Governor added (select via Setting->Performance-> CPU)
Lagfree Governor added (select via Setting->Performance-> CPU)
Load_freq(4*HZ+61) to avoid Loadavg Moire
A bit more RAM ( 1MB more )
Read Ahead increased to 1024kB max
Using Neon instead of SoftVFP
Ondemand , Conservative , smartassv2 , lulzactive , lazy and interactive tweaked
ROW , SIO , SIOplus, Deadline , BFQ and CFQ Scheduler tweaked
Normal OC Steps ( upto 1400MHz )
XZ Compression for Kernel and initramfs
Optimized AES and SHA1 routines
CPU Unaligned Access
TUN enabled by default
Block and ROW improvements
BFQ IO Scheduler
FIFO IO Scheduler
ZEN IO Scheduler
VR IO Scheduler
SIOplus IO Scheduler
EXT4 patches
Other optimizations
Selective Live OC
ROW Updates
SIOPlus tweaks
Optimized Flags
SQLB Memory Allocator
GPU Driver updates
WiFi Driver updates
RCU updates
Disabled SAI
Dynamic Dirty Page Writebacks
TCP Tweaks
ION Patches
Click to expand...
Click to collapse
General Features
Based on Linux Kernel 3.0.99 and Semaphore 3.20s
397-409MB Usable RAM
Live OC ( Upto 130% )
Compiled with Cortex A8 Optimized Linaro GCC Toolchain
Click to expand...
Click to collapse
Thanks to
Stratosk for his source and all his help
Fishears for some of his code
kasper_h for some of his code
derteufel1980 for some of his code
Atomixxx and didhiy (for bootlogo)
Nick0703 for normal OC code
Christopher83 for toolchain
Franco's Dev Team [ malaroth, osm0sis, joaquinf, The Gingerbread Man, pkgnex, Khrushy, shreddintyres ]
All people on stratosk's list
All people who have inspired me , supported me and stood by me
Changelog of latest version
1. Updated Linux Kernel v3.0.99
2. Updated Ramdisk for 4.3 support
3. Lazy Cache Flushing on non-mapped pages
4. Yaffs Filesystem patches.
5. Bigmem patch updated for 4.3
6. FUSE FS now compiled into kernel
7. SIOPlus tweaks
8. Lagfree tweaks
9. Block update (recursively merge requests)
10. Dynamic management of Dirty Page Writebacks (thanks christopher83)
11. Tons of patches to ION
12. Build Logger into kernel
13. Using Latest 2013/09 Toolchain
14. Disabled In-Call Volume Control
15. Lots of other patches (see source for info)
Point to note
Ticking BigMem will break 720p recording
To control modules , please use Semaphore Manager from Play Store.
All bug report of this kernel must be posted in this thread , with a clear description of the error , its reproducability , your ROM , any custom settings etc.
Please use it at your own risk! I am not responsible for any damage that may occur to your device.
Please note that I personally dont have a Vibrant , I use the i9000, so that means , you tell me the bugs and issues.
Sources
CyanCore Kernel - Click Here
Semaphore Kernel - Click Here
ICS-Ramdisk - Click Here
Other versions
1. Galaxy S i9000 - Thread Link
2. Captivate - Thread Link
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.5
I had non idea you were doing this! Amazing!
Sent from my SGH-T959 using xda app-developers app
Can i still use semaphore manager with this kernel?
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.5
Mostdef said:
Can i still use semaphore manager with this kernel?
Click to expand...
Click to collapse
Yeah semaphore manager will control modules.
Id est quod est
Seem everything working good. Notice the camera and video recording much smoother now.
Please dont flash the 1.7 version , I messed something up. It wont boot up , and you will have to flash back to GB using Odin then.
I am making a fixed version now. Please wait for it.
Cheers , fixed version of 1.7 uploaded and added to OP. Let the download begin.
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.7
ts1506 said:
Please dont flash the 1.7 version , I messed something up. It wont boot up , and you will have to flash back to GB using Odin then.
I am making a fixed version now. Please wait for it.
Click to expand...
Click to collapse
HaHa we never got gingerbread
Sent from my SGH-T959 using xda app-developers app
1.7 is not in the OP anymore. Was it pulled?
Dougfresh said:
1.7 is not in the OP anymore. Was it pulled?
Click to expand...
Click to collapse
I removed the 1.7 version cause WiFi wasnt working for some reason.
I am working on it.
When I have an incoming call on 1.5 the screen won't turn on and neither will the key lights... On the latest CM10.1 nightly.
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.7
gunks said:
When I have an incoming call on 1.5 the screen won't turn on and neither will the key lights... On the latest CM10.1 nightly.
Click to expand...
Click to collapse
I believe those were to be fixed in the 1.7 update. But it has a problem and he's having to recompile it
Sent from my SGH-T959 using xda app-developers app
gunks said:
When I have an incoming call on 1.5 the screen won't turn on and neither will the key lights... On the latest CM10.1 nightly.
Click to expand...
Click to collapse
That isnt normal , no matter which version. I dont have a vibrant , so cant test , but it definitely doesnt occur is SGS
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.7
ts1506 said:
That isnt normal , no matter which version. I dont have a vibrant , so cant test , but it definitely doesnt occur is SGS
Click to expand...
Click to collapse
Well it is the first build its gonna have some pro ms. Although nobody else seems to be having that problem
Sent from my SGH-T959 using xda app-developers app
Re: [JB 4.2][Kernel] CyanCore-vibrant v1.7
I saw that the i9000 got the 1.8 version. Getting ready to port your newest build and wondering if it was ready
Sent from my SGH-T959 using xda app-developers app
1.8 uploaded , fixes all Wifi issues , linux kernel updated to 3.0.69 and has conservative fixed , courtesy stratosk and semaphore
have flash your ROM 1.8 for i9000 to my vibrant, very smooth,very fast
I have issue via GPS . If GPS lock satellite, it don't open GPS agian . On the latest CM10.1 nightly. KB5
BLN not work . i use semaphore control an click BLN still not work .
CWM 6.0.2.9 on semaphore but this kernel just have CWM 6.0.2.7
CyanCore 2.1 Uploaded , minor changes
Updated Linux Kernel to 3.0.70 , removed Zen due to low performance and made a few more changes.
Captivate and Vibrant coming soon.
This one is still compiled with Linaro GCC 4.7.3 and not 4.8, I forgot to update the toolchain , but next version will be compiled with 4.8
Re: [JB 4.2][Kernel] CyanCore-vibrant v2.1
Heey when are you planning on adding the 1.4ghz normal oc
Sent from my SGH-T959 using xda premium

[KERNEL][4.2.x]PSN>> AGNi pureKERNEL v1.11 [11-04-2013]

DETAILS:
-Build from siyah S3 1.9.1 kernel source.
-Enabled kernel KSM support.
-Enabled cleancache support.
-supports STweaks v1.1
-enabled 500MB Zram with zcache
-zram with SNAPPY compression as first swap priority
(LOW CPU LOAD FOR COMPRESSION of ram memory blocks with little loss of compression ratio compared to default LZO compression)
-swappiness set to 100
-optional script to enable preloadSWAP as second swap priority (dont use this if you use dualboot else you will lose /cache of second rom)
(preloadSWAP is making use of /preload as swap partition)
source: https://github.com/psndna88/AGNi-pureKERNEL-I9300
BUGS: d:
- wifi hotspot not working on CM ... (i havent looked at this yet)
- no support for Sammy 4.2.1 rom unless its kernel souce released !
SCREENSHOT:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> < Zram with preloadSWAP >
CREDITS:
gokhanmoral for siyah source
CM team
adishakthi for 'AGNi'
R: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) STILL WIP
Sorry but where is the download link
Sent from my GT-I9300 using xda premium
valerio.tosti said:
Sorry but where is the download link
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
its still WIP=work in progress... i dont wish to publish a half tested kernel...
edit: ive put it up for brave users !
psndna88 said:
its still WIP=work in progress... i dont wish to publish a half tested kernel...
Click to expand...
Click to collapse
At this forum, we don't like placeholders. Post what you have or this thread will be locked.
Theshawty said:
At this forum, we don't like placeholders. Post what you have or this thread will be locked.
Click to expand...
Click to collapse
alright I hav put it....
brave users can test it
psndna88 said:
alright I hav put it....
brave users can test it
Click to expand...
Click to collapse
It does not boot on MIUI_Polymorph's MIUI v5 (Which I assume is Sammy Based with a CM10 Base Rom)
It functions fully on CM 10.1 except mounting (mentioned in op)
I did not test anything else.
sewer56lol said:
It does not boot on MIUI_Polymorph's MIUI v5 (Which I assume is Sammy Based with a CM10 Base Rom)
It functions fully on CM 10.1 except mounting (mentioned in op)
I did not test anything else.
Click to expand...
Click to collapse
Curent versions of _miui.polimorph_ are CM10 (4.1.x) based. This kernel is for CM10.1 (4.2.x). That might be one reason for not booting.
@psndna: By the way, is there any possibility to also make this compatible with CM10?
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
cm 4.2.2 looks good with this kernel but boot sucessful with sammy 4.1.2 rom?
Sent from my SHW-M440S using Tapatalk 2
thanks for the kernel.. works great as im able to overclock and use previous siyah's kernel settings again.. just worth noting, there seems to be an issue with the backlight buttons as they stay enabled even when disabling the option in advanced menu..
(CM10.1 4.2.2)
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
Polimorph, the kernel is described to be based on Siyah sources and only improved for latest CM10.1 meaning it is multiboot.
Siyah supports Sammy 4.1.1-4.1.2 and CM10/10.1
Sent from my GT-I9300 using xda app-developers app
Awesome work, thanks!
I've always said that a Multi-Boot kernel (even if its only for CM roms) is very important.
BTW, have any benchmarks about the new Mali drivers? What's the big difference?
Thanks PSN!
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
it doesn't work with sammy rom regardless of 4.1.x and 4.2.x...I got always black screen.
Sent from my SHW-M440S using Tapatalk 2
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
So the kernel is working for a single rom but not for dual boot?
Enviado de meu GT-I9300 usando o Tapatalk 2
R: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
Work whit Temasek rom v82
Sent from my GT-I9300 using xda app-developers app
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
Nice temp fix! even the GPU overclocking works with carbon ROM 1.5. Well, at least the first 4 steps hope gm comes back on soon!
Sent from my GT-I9300 using Tapatalk 2
sungc007 said:
it doesn't work with sammy rom regardless of 4.1.x and 4.2.x...I got always black screen.
Sent from my SHW-M440S using Tapatalk 2
Click to expand...
Click to collapse
same here...
4.1.2 official won't boot with this kernel.
It gives black screen.
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
sungc007 said:
it doesn't work with sammy rom regardless of 4.1.x and 4.2.x...I got always black screen.
Sent from my SHW-M440S using Tapatalk 2
Click to expand...
Click to collapse
Where did u get 4.2.x Samsung rom?
Sent from my GT-I9300 using Tapatalk 2
Re: [KERNEL][4.2.x]PSN>> AGNi pureKERNEL (siyah-based) TESTING STAGE
I'm yet to test on Sammy 4.2.1 ....
I'm in process of applying changes to siyah initramfs structure in code where it applies rom-type specific initramfs...
Info: as this kernel has new Mali drivers... It will work only in ROMs using kernels with new Mali drivers. Old Mali roms will not work.
Sent from I9300 Stock based Ultimarom v11 4.1.2 + my compiled Siyah Kernel v1.8.9 with KSM & cleancache support.
th3g0d said:
Where did u get 4.2.x Samsung rom?
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
You're outdated. Please search it yourself at sammobile.

[Kernel][Arc/ArcS/Pro][CM10/MIUIv5]3.4.x kernel[V10][Linaro-4.7][-O3 optimization]

Hello.
I make this kernel for me and here I will only share it for other ppl in this great forum.
Kernel is based on Legacy Xperia 10.1 kernel sources and minor patches from me.
I am not responsible for bricked devices.Do it at your own risk.
I'm not a great Dev and don't expect from me to make magics.
Changelog(v10.1):
Revert back to Linaro 4.7 (GooglePlay FC,Camera flash light always on after taking picture and maybe more)
Changelog(v10):
Updated kernel to 3.4.67
Removed BT wakelock
Wi-Fi optimizations
Increase Max and Min readahead
Entropy tweaks and use only nonblocking
-O3 optimization (maybe better performance)
Build with Linaro 4.8.2 Toolchain (maybe better performance)
Fixed Display auto brightness
Manage to use stock CM10 ramdisk (easy for porting to other devices)
Maybe more,but don't remember
Old Changelogs:
Changelog(v9):
Updated kernel to 3.4.66
bma250: update suspend/resume methods
Testing bluetooth power management changes
Updated zram from linux 3.12
Increase volume a little bit more
Testing new liblight
ADB should work now
Updates in init.sh(ramdisk)
Updated tiwlan.ini
Maybe more that I not remember now.
Changelog(v8.1):
Back to stock Sony Bootlogo - users request
xPro test version - please give feedback
Changelog(v8):
Updated kernel to 3.4.64
Added vibration notifying the user to press the button to enter recovery
New Bootlogo
Some minor updates
Changelog(v7):
Updated kernel to 3.4.63
LZO updates
Compiled with last linaro 4.7 toolchain
Updated some compile flags
Added overclock up to 1.8ghz(OC can make random reboots and other bad things,NOT RECOMMENDED)
Small undervolt on CPU
Wi-Fi firmware is now moved from ramdisk to modules.zip
Repaired Modules.zip
Changelog(v6-TEST):
Full port of Legacy Xperia CM10.1 Source
Totally recreated ramdisk to match new source
+ Repaired Bluetooth
+ More ram (382mb now)
Changelog(v5):
More Ram - 379mb now
Updated WiFi to the latest version
OC up to 1.6ghz
Again update of defconfigs
Cleared some bugs that i found
MiUi ramdisk repaired(now need to work proper)
Dual boot MiUi and CM10 (no need of two separate kernels)
Add Anzu test version
maybe more but don't remember now
Changelog(v4):
Added CFQ I/O fixes and updates
Set CFQ as default I/O
Update kernel to 3.4.62
Some compiling flags updates
Some config updates
And some ramdisk changes
+Added MiUi v5 kernel version
Changelog(v3):
Based on Legacy Xperia 10.1 3.4.61 kernel git
Removed some patches that prevent kernel to boot on CM10
Changelog(v2):
Repaired Bluetoth(now it's work)
Changelog(v1):
Patched to 3.4.61
WiFi fix from pcfighter(its stable now,thx to him)
Some Video related patches
Tweaks on LMK
Louder sound(patch from mike(LX git),thx to him)
Sony logo for boot screen (I like it)
Various other patches...
Downloads:
V10
Neo V v10.1: http://www.mediafire.com/download/3h3usfgn731zz94/3.4.67-cm10-MiUi-HAIDA-v10.1.img
Neo v10.1: http://www.mediafire.com/download/oxxzba1e15064hn/3.4.67-cm10-MiUi-HALLON-v10.1.img
Arc/S v10.1: http://www.mediafire.com/download/9qoecjj8pjaxz9c/3.4.67-cm10-MiUi-ANZU-v10.1.img
Pro v10.1: http://www.mediafire.com/download/c2x9t0hb8p5367w/3.4.67-cm10-MiUi-IYOKAN-v10.1-2.img
Neo/V - Arc/S Modules: http://www.mediafire.com/download/2zwnxulhgwczte3/3.4.67+v10.1+HAIDA+HALLON+ANZU+modules.zip
Pro Modules: http://www.mediafire.com/download/tw6cs69hqhsg6wf/3.4.67+v10.1+IYOKAN+modules.zip
Recommended to use this kernel with full wipe and reflash.If you dont want to do this,you can only extract /system/lib/hw/light.semc.so from the rom.zip that you use and replace your current light.semc.so.
Old Versions:
V9
Neo V v9: http://www.mediafire.com/download/ine3gnaud9q5h57/3.4.66-cm10-MiUi-HAIDA-v9.1.img
Neo v9: http://www.mediafire.com/download/mms3p663ot4socg/3.4.66-cm10-MiUi-HALLON-v9.1.img
Arc/S v9: http://www.mediafire.com/download/85f2op719m7za27/3.4.66-cm10-MiUi-ANZU-v9.1.img
Pro v9: http://www.mediafire.com/download/vxbh36ud2261xx4/3.4.66-cm10-MiUi-IYOKAN-v9.1.img
Neo/V - Arc/S Modules: http://www.mediafire.com/download/2281yx3b4ek5bq1/3.4.66+v9+HAIDA+HALLON+ANZU+modules.zip
Pro Modules: http://www.mediafire.com/download/3ifa41qzuxlax9i/3.4.66+v9+IYOKAN+modules.zip
V8.1
Neo V v8.1: http://www.mediafire.com/download/07to63dc3m9upcm/3.4.64-cm10-MiUi-HAIDA-v8.1.img
Neo v8.1: http://www.mediafire.com/download/dukwkk1r7hwgw9m/3.4.64-cm10-MiUi-HALLON-v8.1.img
Arc/S v8.1: http://www.mediafire.com/download/tobhxaw0j6pqq3q/3.4.64-cm10-MiUi-ANZU-v8.1.img
Pro TEST v8.1: http://www.mediafire.com/download/ftlimh27c10295b/3.4.64-cm10-MiUi-IYOKAN-v8.1-TEST.img
PRO - Use this modules : http://www.mediafire.com/download/2dvybln2nzbcrvx/3.4.64+v8+IYOKAN+modules-2.zip
Neo/V,Arc/S - For V8.1 flash modules for V8
V8
Neo V v8: http://www.mediafire.com/download/fsbcpnr6cvju3wb/3.4.64-cm10-MiUi-HAIDA-v8.img
Neo v8: http://www.mediafire.com/download/cchu76xm6hfr257/3.4.64-cm10-MiUi-HALLON-v8.img
Arc/S v8: http://www.mediafire.com/download/v72hgp37kg42dlk/3.4.64-cm10-MiUi-ANZU-v8.img
Neo/V - Arc/S Modules: http://www.mediafire.com/download/2w3p5qh3mcazc4q/3.4.64+v8+modules.zip
Modules .zip content libs and config files that are needed for the new kernel to work proper.If you not flash them you will have problems with wi-fi,hard buttons and notification led.
V7
Neo V v7: http://www.mediafire.com/download/jgf76g0xj637wfu/3.4.63-cm10-MiUi-HAIDA-v7.img
Neo v7: http://www.mediafire.com/download/fz7878ro0fjqiru/3.4.63-cm10-MiUi-HALLON-v7.img
Arc/S v7: http://www.mediafire.com/download/foadga62fkx2cs4/3.4.63-cm10-MiUi-ANZU-v7.img
Neo/V - Arc/S Modules: http://www.mediafire.com/download/c0h48937c1323yp/3.4.63+v7+modules.zip
Modules .zip content libs and config files that are needed for the new kernel to work proper.If you not flash them you will have problems with wi-fi,hard buttons and notification led.
V6-TEST
Neo V v6-TEST: http://www.mediafire.com/download/f6u6h184qz1mq6h/3.4.62-cm10-MiUi-HAIDA-v6.img
Neo v6-TEST: http://www.mediafire.com/download/4mml2pih4ho4j4c/3.4.62-cm10-MiUi-HALLON-v6.img
Arc/S v6-TEST: http://www.mediafire.com/download/1etrs4ant7r5zkz/3.4.62-cm10-MiUi-ANZU-v6.img
Neo/V Modules v6-TEST: http://www.mediafire.com/download/ms6ob1mdxmjk7jf/3.4.62+cm10+miui+modules+v6.zip
Arc/S Modules v6-TEST: http://www.mediafire.com/download/tzxhftwcf11xhav/3.4.62+cm10+miui+modules+v6-ANZU.zip
Modules .zip content libs and config files that are needed for the new kernel to work proper.If you not flash them you will have problems with wi-fi,hard buttons and notification led.
Thx to MaxWorks for helping me with this .zip
V5
Neo V v5: http://www.mediafire.com/download/pvdplp7cmnody2q/3.4.62-cm10-MiUi-haida-v5.img
Neo v5: http://www.mediafire.com/download/bdzpnjsqgt07p2k/3.4.62-cm10-MiUi-hallon-v5.img
Arc/S v5: http://www.mediafire.com/download/0tsmcc1k1ic0cze/3.4.62-cm10-MiUi-anzu-v5.img
Modules(flash for working Wi-Fi): http://www.mediafire.com/download/pgoj8th5l383t6x/3.4.62_v5_modules.zip
v4
Neo V v4: http://www.mediafire.com/download/61nx60kly57yjvv/3.4.62-cm10-NeoV-v4.img
Neo v4: http://www.mediafire.com/download/dd19gbv2i5dplgp/3.4.62-cm10-Neo-v4.img
Modules(flash for working Wi-Fi): http://www.mediafire.com/download/al8wwsg50jc9equ/3.4.62_v4_modules.zip
v3:
Neo V: http://www.mediafire.com/download/0yh2gjpck7ybsyk/3.4.61-cm10-NeoV-v3.zip
Neo: http://www.mediafire.com/download/bwddy0evepwor1h/3.4.61-cm10-Neo-v3.zip
v2:
Neo V: http://www.mediafire.com/download/zthv6ybqu25lds4/3.4.61-cm10-NeoV-v2.img
Neo: http://www.mediafire.com/download/2wo1z3dz7nl55jv/3.4.61-cm10-Neo-v2.img
v1:
Neo V: http://www.mediafire.com/download/fptk8y3ag0wtqtr/3.4.61-cm10-NeoV.img
Neo: http://www.mediafire.com/download/pyyla0fq55hgs97/3.4.61-cm10-Neo.img
Button backlight tweaks only for v9=<
Disable button backlight:
This kernel use new method for disabling button backlight and here is how/to:
First way:
Go to /system/etc and open hw_config.sh with root explorer
Change this -
echo 900 > $dev/button-backlight-rgb1/max_current #Max current in uA
echo 900 > $dev/button-backlight-rgb2/max_current #Max current in uA
To this -
echo 1 > $dev/button-backlight-rgb1/max_brightness #Max current in uA
echo 1 > $dev/button-backlight-rgb2/max_brightness #Max current in uA
Reboot and enjoy.
Second way:
Download this:http://www.mediafire.com/view/92czo8qz16zvhi2/65DisableKeyBacklight
paste it in /system/etc/init.d and give right permissions:
rwx
r-x
r-x
Reboot and enjoy.
Buttons/Keyboard backlight configuration
Part with configuration of buttons backlight work on Neo/V Arc/S too.
MaxWorks said:
So, in order to make kernel work on PRO fully:
1) Kernel modules for Pro
2) Full wipe (I did wipe data\cache\dalvic\system)
3) Install MIUIv5
4) Flash Iyokan Modules
5) Reboot
6) Check if all buttons\wifi\qwerty work
7) Open system\etc\hw_config.sh with text editor of any root explorer(I used X-plore)
8) Change
Code:
echo 1 > $dev/button-backlight/max_current
to
Code:
echo 1 > $dev/button-backlight-rgb1/max_brightness
echo 1 > $dev/button-backlight-rgb2/max_brightness
to remove buttons backlight only.
If you want to remove QWERTY backlight also, then you will need to add here:
Code:
echo 1 > $dev/keyboard-backlight-rgb1/max_brightness
echo 1 > $dev/keyboard-backlight-rgb2/max_brightness
It seems that for now QWERTY backlight can't be configured, only turned off. New modules work fine. Change digits to make backlight lower than normal instead of dimming.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Normal for me, lights turning on only when keyboard is slided out.
This way everything works for me.
For guide thank to MaggotHATE
Click to expand...
Click to collapse
Problems with OTG?Help here.
MaxWorks said:
One 4PDA member (MaggotHATE) already found a solution for OTG issue:
To make OTG work with this kernel, just extract modules from cm10 official.
You will need:
cifs.ko
fuse.ko
ntfs.ko
scsi_wait_scan.ko
usb-storage.ko
Replace original modules with them.
This works for me.
I provide fixed zip
Click to expand...
Click to collapse
Link here: http://forum.xda-developers.com/attachment.php?attachmentid=2316227&d=1381435297
May work on Neo/V Arc/S too(need test)
Download link for my sources: http://www.mediafire.com/download/vdj1d7ah1cbnbt6/3.4.66-kernel-sources.zip
Credits:
nAa
Mike
MaxWorks
Pcfigter
And all other contributors that make this kernel so good.
Please don't mirror my kernels.
Sorry for my bad English,I use google translate...
hi , great job , i 've tried to make legacyXperia sources to boot in cm10. which commits had to be reverted ? i though it was the charger changes
3.4.x kernel OC to 1.6GHz?
Let me try it.....
sorry my poor English:crying:
TakisBeskos said:
hi , great job , i 've tried to make legacyXperia sources to boot in cm10. which commits had to be reverted ? i though it was the charger changes
Click to expand...
Click to collapse
Oh, don't remember all of them, but yes I remove charger update.
Sent from my MT11i using xda app-developers app
Wi-Fi not working
Sent from my Xperia Arc S
Could you compile for ray too?
kvrjsoni said:
Wi-Fi not working
Sent from my Xperia Arc S
Click to expand...
Click to collapse
Do you flash modules?What rom you use?
Jawor245 said:
Could you compile for ray too?
Click to expand...
Click to collapse
Can't promise,but if i got time i will try to make version for ray too.
If wifi stabile i will try to make bootable stock sony rom with this kernel!
Sent from my LT15i using xda app-developers app
let me to test it on miui v5:good:
wifi and bluetooth working,but i can't run 3d in antutu benchmark v4.0.1...
it is antutu's problem?
sorry my poor English.:crying:
n1kolaa said:
If wifi stabile i will try to make bootable stock sony rom with this kernel!
Sent from my LT15i using xda app-developers app
Click to expand...
Click to collapse
I think that Wi-Fi is same as lx cm 10.1
mr.nou said:
let me to test it on miui v5:good:
Click to expand...
Click to collapse
Give feedback and tell me if WiFi work.
YCx said:
wifi and bluetooth working,but i can't run 3d in antutu benchmark v4.0.1...
it is antutu's problem?
sorry my poor English.:crying:
Click to expand...
Click to collapse
Don't know why,but I will test too.
I don't have problems with antutu.I make 5290 points.
siankatabg said:
Do you flash modules?What rom you use?
Click to expand...
Click to collapse
Yes. CM10 FXP235
kvrjsoni said:
Yes. CM10 FXP235
Click to expand...
Click to collapse
For ARC S works great on MIUIv5!
Works great on CM10 on the anzu. Please keep using the stock SONY bootlogo. I really prefer that. Gives it a stock look.
FM Radio not work with this kernel ;(
kac222 said:
FM Radio not work with this kernel ;(
Click to expand...
Click to collapse
Fm not work on any 3.4 kernel...
Sent from my Xperia Neo V using xda app-developers app
OK. Thanks for reply. Regards .
Can somebody send me the boot.img from the last cm10 build for arc/s? On pm please
Sent from my Xperia Neo V using xda app-developers app
keep up your good work. Thanks.
@siankatabg i already PM u the latest boot.img link from FXP237. Check ur PM. its in mediafire site.
thanks for ur great work.

[KERNEL][4.2.x/4.4.x/5.0.x/5.1.x/6.0.x][19-2-15] Frost | BaR | Linaro - 2.5

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello all, before I get into kernel features I would like to say that I am new to kernel development no knowledge at all ..just a weebie passing by to know some stuff. Changelogs in green
Kernel Features:
* Governors :
- SmartassH3
- Lulzactive
- Smartassv2
- HotPlug (Caused Several issues)
* IO Schedulers:
- SIO
- SIOPLUS
* Kernel Features:
- Only upto 1.3ghz (stock CM)
- Add SWAP support
- Add UKSM
- Added Seperate OC Kernel upto 1.6ghz[FOR ALL]
- Add CPU Boost Drivers
- Support for Lollipop
NOTE: The features listed above are same to all android versions of this kernel.
* Tested On :
- AOGP Nightlies
** Using SmartassH3/SIO runs smooth with great battery life.
***Post your reviews by trying this on other ROMs to make it better.
- Cosmic CM
** Using SmartassH3/SIO runs smooth with great battery life.
- CM12
** Using Lulzactive/SIO-PLUS runs smooth with great battery life.
How to Install :
- Flash it via CWM/TWRP/PHILZ etc.
Downloads :
Stock version will have "stock" Tag to it.
DOWNLOAD
Latest version will be on thread title​
* Credits :
- pawitp for Kernel Tree
- k2wl my mentor
- xenon92 for inspiration with his nebula kernel
- koush for his flashable zip
HAIL HYDRA !!!!
XDA:DevDB Information
Frost, Kernel for the Samsung Galaxy Grand Duos i9082
Contributors
codekidX
Source Code: https://github.com/codekidX/android_kernel_frost_i9082
Kernel Special Features:
Version Information
Status: Stable
Created 2014-11-03
Last Updated 2016-02-19
Fabulous buddy.!!
Sent from my MI 3W using XDA Free mobile app
2nd to reply..... Awesome features........ Will try in some time .... Keep up the awesome work !!!
Ow, great work. : )
4th to reply ...superb Bro.
Governors & I/O schedulers explanation!
for those of u who don't understand what opting those "random texts" under Governors and I/O schedulers (that's what i USED to call them) will do to your device , head over here! Everything about governors and I/O schedulers and their respective features are explained in great detail!!
http://forum.xda-developers.com/showthread.php?t=1663809
Gr8 Job @codekidX Awesome So many Development On our Grand Duos Keep Up The Good Work
Question
Supports SWAP function or not???? Btw Working Fine awesome Kernel Brotha
Can I install on COSMIC CM 5.6 ????????
Memo Yasso said:
Can I install on COSMIC CM 5.6 ????????
Click to expand...
Click to collapse
Yep.
freakynexx said:
Supports SWAP function or not???? Btw Working Fine awesome Kernel Brotha
Click to expand...
Click to collapse
Thanks ...no I'll enable it in the next version
codekidX said:
Thanks ...no I'll enable it in the next version
Click to expand...
Click to collapse
Great work @codekidX
Amazing battery life on aogp
BTW can you optimize your kernel with linero toolchain??
Sent from my GT-I9082 using XDA Premium 4 mobile app
Reboots 9082L when trying to place a call. (4.2.2, Stock)
Paul_Days said:
Reboots 9082L when trying to place a call. (4.2.2, Stock)
Click to expand...
Click to collapse
Can you change the governor to something else and try to call again ?
To anyone ...
@codekidX...thanks brotha for this excellent kernel..I am using the one meant for Stock Rom..I found the OC to be 1.2 Ghz instead of 1.3...am I right? ?? Just asking...Though I don't think overclocking always helps thanks a lot again..
EDIT: I am also getting reboot as soon as i try to make any call..tried to change the governers but the result is the same
After I flashed the kernal for stock rom.the phone reboots when I try to make a call and recive a call
Sent from my GT-I9082 using Tapatalk
PROBLEM with this kernel
Can't make call and receive call on stock 4.2.2 rom.?
Please fix it as well as possible, this kernel is execellent?????????????:victory:t
Paul_Days said:
Reboots 9082L when trying to place a call. (4.2.2, Stock)
Click to expand...
Click to collapse
chinyeww said:
Can't make call and receive call on stock 4.2.2 rom.?
Please fix it as well as possible, this kernel is execellent�??????????:victory:t
Click to expand...
Click to collapse
wild firefire said:
After I flashed the kernal for stock rom.the phone reboots when I try to make a call and recive a call
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
SACHIN SHUKLA said:
@codekidX...thanks brotha for this excellent kernel..I am using the one meant for Stock Rom..I found the OC to be 1.2 Ghz instead of 1.3...am I right? ?? Just asking...Though I don't think overclocking always helps thanks a lot again..
EDIT: I am also getting reboot as soon as i try to make any call..tried to change the governers but the result is the same
Click to expand...
Click to collapse
http://forum.xda-developers.com/attachment.php?attachmentid=2799524&d=1402834928
Flash the above file through recovery.
codekidX said:
Can you change the governor to something else and try to call again ?
To anyone ...
Click to expand...
Click to collapse
You forgot to include the prebuilt VoiceSolution.ko module to /system/libs/modules.
Attaching it here.
Can i install it in Touchwiz V8 ???
ADAWYA said:
Can i install it in Touchwiz V8 ???
Click to expand...
Click to collapse
As it's based on Stock. Yes. Just as precaution take backup before flashing.

Categories

Resources