[Kernel][XM-SS]Ironbuang Kernel 3.4.4[release-3.0.3] - Sony Xperia M

Code:
[COLOR="Red"][SIZE="4"]* Standard disclaimer:
* Your warranty is now void. Use at your own risk.
* In other words: It is your choice to use this software,
* I am not responsible for any damage or problems[/SIZE][/COLOR]!
Ironbuang-Systems Kernel
{
"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"
}
another new kernel joins the development for our beloved Xperia M (YEY)
so i havent really done anymore serious kernel developments in a long time, last was galaxy y where i had help with a lot of great devs, tried with mediatek chips but gave up, now i got an xperia M for the new year and i compiled my own kernel to satisfy what i want from my phone and then i just decided to share it in case you guys might wanna give it a try too
WHATS IN IT
Code:
compiled from 15.1.C.2.9 kernel sources
patched to [COLOR="Blue"]3.4.4[/COLOR] kernel
[STRIKE]linaro GCC 4.6.2 toolchain[/STRIKE][COLOR="Blue"]Now compiled with Linaro 4.7.4 toolchain[/COLOR]
compiled with O2 optimizations
CPU OC to 1.2ghz (has a weird issue though of capping max freq back to 972mhz sometimes especially when running a benchmark, still looking to solve it)
GPU OC to 450mhz (badass constant 25fps on antutu 3d gpu benchmark was the highest i ever achieved)
6 cpu givernors
[LIST=1]
[*]interactive
[*]conservative
[*]userspace
[*]powersave
[*]intellidemand*default*
[*]performance
[/LIST]
5 ioscheds
[LIST=1]
[*]noop
[*]deadline
[*]row *default*
[*]cfq
[*]sio
[/LIST]
swap & zram enabled
XZ compressed
CWM 6.0.4.5
vmreadahead set to 1024
NTFS support, now you can mount even your NTFS formatted flashdrives (needs OTG helper to mount or some app but no need for modules since its now built into the kernel)
allow externally powered USB host devices
minimum brightness lowered
more will be added soon, just check the commits to see, it will tell you what more features i have added or removed
HOW TO INSTALL
BOOTLOADER MUST BE UNLOCKED
ADB & FASTBOOT ALONG WITH XPERIA M DRIVERS MUST BE INSTALLED IN YOUR
run this command from cmd
Code:
fastboot flash boot ironbuang.img
now this
Code:
fastboot reboot
wait for phone to boot and enjoy
changelogs
I am not really a fan of editing this thread for changelogs, but instead all changelogs can be viewed at my GIT, the commits are the changelogs
DOWNLOAD LINK
STABLErelease 3.0.2
changelogs
BLEEDING EDGE 3.4.5 Kernel
BLEEDING EDGE INFO
3.4.5 Kernel
WIFI is broken
OTHER ISSUES MIGHT EXIST, I JUST DONT KNOW AS I REVERTED BACK TO 3.4.4,
FEEL FREE TO GIVE IT A TRY THOUGH
BUGS
Code:
[STRIKE]ROW IOSCHED is still buggy right now, causes an unresponsive system for a duration of time or SOD's the phone when it is sleeping, better now in 2.5 than before but still buggy[/STRIKE] [COLOR="Red"]FIXED[/COLOR]
Code:
PEGASUSQ GOVERNOR, was built with a section mismatch, using it as default governor via kernel config will freeze and reboot system on boot, using other governors as default and setting pegasusq using 3rd party apps works fine though as a workaround for now
Credits
alvinhochun for cwm
icoolguy1995 for some discussion regarding OC
varun.chitre15 for some of his commits
ansebovi for 450mhz gpu commit
doomlord for his toolchain i no longer use his toolchain
faux123 for some of his commits as well
source
Ironbuang Kernel
XDA:DevDB Information
Ironbuang-Systems, a Kernel for the Sony Xperia M
Contributors
thirdzcee
Kernel Special Features: kernel 3.4.4 linaro 4.7.4, O2 optimizations ,zram intellidemand CPU & GPU OC and some other stuff
Version Information
Status: No Longer Updated
Current Beta Version: release-3.0.3
Beta Release Date: 2014-02-02
Created 2014-01-26
Last Updated 2014-02-08

How to apply features
how to features???
zram
USE ANY TERMINAL EMULATOR OF YOUR CHOICE
1)need to be root 1st so use this command
Code:
su
2) create zram size
initialize /dev/zram0 with 96mb disksize with this command
Code:
echo 10066329 > /sys/block/zram0/disksize
note: Disksize cannot be changed if the disk contains any
data. deactivate first before you can change its disksize.
use this formula for calculating the disksize you want
( ill use my 96mb as an example)
Code:
96mb= 96×1024×1024)
3) activate:
Code:
mkswap /dev/block/zram0
swapon /dev/block/zram0
4) stats: To check if you have swap enabled
Code:
free
and it should return something like this
Code:
total used free shared buffers cached
Mem: 506188 419736 86452 0 49404 121960
-/+ buffers/cache: 248372 257816
Swap: 1534200 100348 1433852
*its from my pc not my phone but it should look similar
5) deactivate:
Code:
Swapoff /dev/block/zram0
Click to expand...
Click to collapse

another just incase
edit: i was correct that i needed this just in case, already PMed a mod to move thread to proper section,,, sorry for posting this in the GENERAL section

Posted in wrong section should be in original android development not general but nice work tho
Sent from my C1905 using xda premium

This is the most badass kernel I've ever used!

Good work dude.
Great to see you here.

Well, as you said about the max freq to get limited up to 972mhz, that happened to me even when I was using elixer 2.0 kernel. However on the first try with max freq 1566Mhz, I got 12000+ points but later, the problem started.......I was wondering if it was due to the app itself (antutu benchmark) because while using quadrant, it gave me a score of 5700+ points, and the max freq was 1566mhz......well, what do you think @thirdzcee?

Abhigyan66 said:
Well, as you said about the max freq to get limited up to 972mhz, that happened to me even when I was using elixer 2.0 kernel. However on the first try with max freq 1566Mhz, I got 12000+ points but later, the problem started.......I was wondering if it was due to the app itself (antutu benchmark) because while using quadrant, it gave me a score of 5700+ points, and the max freq was 1566mhz......well, what do you think @thirdzcee?
Click to expand...
Click to collapse
I think your on the latest firmware, am I correct??? And I think that the capping only happens on New firmware... Though I could be wrong, I havent dug deeper any more on it
Sent from my C1905 using XDA Premium 4 mobile app

Oh anfd to add I think yout antutu is a little wrong for 1.5ghz, I can get 13k+ on 1.2 ghz with my kernel, ive seen the ss of antutu with 1.5 and it reaches 15k on antutu
Sent from my C1905 using XDA Premium 4 mobile app

thirdzcee said:
Oh anfd to add I think yout antutu is a little wrong for 1.5ghz, I can get 13k+ on 1.2 ghz with my kernel, ive seen the ss of antutu with 1.5 and it reaches 15k on antutu
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Damn! 15k+?! That's awesome! But idk, I'm using the latest firmware and I've got antutu benchmark 3.0.3, where I got 12k with 1.5ghz and 10k for 972mhz. On the other hand, I got 13k on antutu 4.x with 1.5ghz. Well, I also experience some lags while swiping the screen and also while in gaming (with oc). Do you know what's causing it to slow down?

To fix wifi enable prima module.

icoolguy1995 said:
To fix wifi enable prima module.
Click to expand...
Click to collapse
i cant seem to find prima anywhere in the config file,,, how do i build the module???

thirdzcee said:
i cant seem to find prima anywhere in the config file,,, how do i build the module???
Click to expand...
Click to collapse
Download prima source ( search github). To enable it in config search kernel source from xperia L or else tomorrow i send you the code.
Sent from my C1905 using Tapatalk

icoolguy1995 said:
Download prima source ( search github). To enable it in config search kernel source from xperia L or else tomorrow i send you the code.
Sent from my C1905 using Tapatalk
Click to expand...
Click to collapse
thnx for the tip, i was trying with this one from doomlord https://github.com/DooMLoRD/caf-prima but errors were giving me a headache
ill look into the xperia L sources
edit:
solved the prima puzzle,,, ss sources dont include it, so i jumped to the ds sources which had the prima source available already and thanks to showp1987 who has the fixes for the prima errors, i can compile the module, the previous errors from manually adding prima to staging was too much for me to handle.. LOL
now i have another problem,,,, why is the module so HUUUGGEE... 36mb,,, that just isnt right...

thirdzcee said:
thnx for the tip, i was trying with this one from doomlord https://github.com/DooMLoRD/caf-prima but errors were giving me a headache
ill look into the xperia L sources
edit:
solved the prima puzzle,,, ss sources dont include it, so i jumped to the ds sources which had the prima source available already and thanks to showp1987 who has the fixes for the prima errors, i can compile the module, the previous errors from manually adding prima to staging was too much for me to handle.. LOL
now i have another problem,,,, why is the module so HUUUGGEE... 36mb,,, that just isnt right...
Click to expand...
Click to collapse
Yes thats the problem i came across with dual source. And that module will not work.
Try the prima source of pecancm. He updated to latest upstream.
Sent from my C1905 using Tapatalk

about ntfs
nice kernel bro
i got 13** on antutu benchmark:good::good::good:
one question from me
how about activated ntfs when connecting otg?
because my fd was formatted on ntfs (for copy large file)
thnx before :good:

soeltz7fold said:
nice kernel bro
i got 13** on antutu benchmark:good::good::good:
one question from me
how about activated ntfs when connecting otg?
because my fd was formatted on ntfs (for copy large file)
thnx before :good:
Click to expand...
Click to collapse
Youll need otg helper app for that
Sent from my C2005 using XDA Premium 4 mobile app

Can someone give me the first release of this kernel couse with version 3.0.2 i have a problem withe cwm recovery and my phone give a freezes ,it's not stable for me.

No longer updated.
This thread should be locked I guess.
Not sent from my xPERIA M.

Will be updated when official 4.3 is out... Currently got hooked on 4.2 dual firmware so I wasn't able to get back on this one
Sent from my C2005 using XDA Premium 4 mobile app

Related

[Kernel]PX-Kernel For Stock & CyanogenMod7 ROM [Update: April 20, 2012]

I AM NOT RESPONSIBLE FOR ANY DAMAGE TO YOUR PHONE BY FLASHING THIS KERNEL
From version 3.0 i'll provide kernel both for stock based rom & Cyanogenmod based rom
This kernel is still on heavy development & maybe can make instabillity on your system.
Do with your own risk!!​
Feature:
Overclockable to 1Ghz, but stable in 883Mhz for me
Added 672Mhz clock speed.
Support Ext 3 and Ext 4
Swap support
Cifs & Tun Module (u can found it on /system/lib/modules)
added scaling governor for battery life (interactifve, smartass, smartassV2, savagedzen, scary, minmax, interactiveX, lagfree, lulzactive)
added 4 i/o schedulling for better i/o (cfq,bfq,vr,sio)
prerooted (after install this kernel, your rom automatically rooted)
Unsecure Mode (adb shell aways as root)
better memmory management
init.d support
custom bootanimation
preinstalled busybox 1.19.3-cm7 bionic
BLN (Backlight notification) support *
more tweak on kernel
known bug:
-
what kernel should i choose??
its depand on your rom.
if you use rom based on stock rom (modified/unmodified) [ex: stockrom from samsung, giopro, particle rom] you can try this kernel for stockrom.
if you use rom based on cyanogenmod7, u should use kernel for cyanogenmod7.
here's some screenshoot
{
"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"
}
do backup first before try this kernel update
this kernel update is include no-frills application. it's used for change maximum & minimum cpu speed, governor, and i/o schedule
if get error when set maximum & minimum cpu clock, please use setcpu to set it
Download link:
you can download it from My Mirror or Goo-inside.me
Special thx to:
Hyriand for his kernel source at github
Indonesian Gio Community for help me to fix bug
if u have problem with this kernel or found a bug, please report to me
Do With Your Own RIsk
Changelog & Download Link
Changelog
Version 3.0 Release
Based on newest experimental kernel for my cm7
Add more tweak & better stability
kernel & ramdisk compressed using xz
small size than other kernel
using 800Mhz as default, instead 787Mhz
BLN should 100% working without any patch
Fix issue with usb tether (on stockrom)
More, u can see on my github
Version 2.1 Release
alot feature added
based on my cm7 latest kernel, with some modification to work on stock rom
based on perf-CL783107
fix compatibility, now this kernel should work on most stock rom
added BLN support
added init.d support
prerooted
added custom bootanimation support
many more
Version 2.0
this version is not pusblished
Version 1.3 Release
Add support to mount ext4 partition on internal memory (system, data & cache)
Version 1.2 Release
Fix charge when phone turn off
Fix bootanimation issue, now u can use bootanimation
Added 2 new scaling governor (smartass, interactive)
Version 1.1 relase to public
Overclockable to 1Ghz, but stable in 883Mhz for me
Support Ext 3 and Ext 4
Swap support
Cifs & Tun support
added 5 new scaling governor for battery life (smartassV2, savagedzen, scary, minmax, interactiveX)
added 4 i/o schedulling for better i/o (cfq,bfq,vr,sio)
What's scaling governor & i/o schedulers?
If u want know about governor & i/o schedulers
go to this thread:
Code:
http://forum.xda-developers.com/showthread.php?t=1242323
*reserverd*
Will this work with S5660M?
lypang said:
Will this work with S5660M?
Click to expand...
Click to collapse
wow, i dont know about that
maybe u can try it, but do nandroid backup first before apply this kernel
phiexz said:
I've compiiling kernel with 2.6.35.7-Perf-CL561540
Click to expand...
Click to collapse
May I distribute it with my custom ROM?
ZimniY said:
May I distribute it with my custom ROM?
Click to expand...
Click to collapse
yes u can
but, u should check 1st. is it work on ur rom or not
phiexz said:
but, u should check 1st. is it work on ur rom or not
Click to expand...
Click to collapse
R u trolling me?! sure I check it BEFORE I put it into my ROM)) I'm not a kamikaze
now we have enough reason to ask for our own sub forum right?
great work bro, downloading first testing while i've free time
I've rebuild initrd for my needs... Will test now...
ZimniY said:
R u trolling me?! sure I check it BEFORE I put it into my ROM)) I'm not a kamikaze
Click to expand...
Click to collapse
hahahaha.. justkiddd bro
klebengan said:
now we have enough reason to ask for our own sub forum right?
Click to expand...
Click to collapse
yup, can u ask admin or moderator for our sub forum??
oh, i just received report that wifi is not working.
please report, is it working or not.
i've test this kernel with particle beta 2 & simpligio 1.3
wifi module work. but i'm not check is it can connect to wifi or not.
phiexz said:
hahahaha.. justkiddd bro
yup, can u ask admin or moderator for our sub forum??
oh, i just received report that wifi is not working.
please report, is it working or not.
i've test this kernel with particle beta 2 & simpligio 1.3
wifi module work. but i'm not check is it can connect to wifi or not.
Click to expand...
Click to collapse
for gio sub forum maybe we should ask waqas to do that. cos he's ts for the first gio thread
btw wifi work great with me
klebengan said:
for gio sub forum maybe we should ask waqas to do that. cos he's ts for the first gio thread
btw wifi work great with me
Click to expand...
Click to collapse
can u pm him to ask the admin?
some one report his wifi cant connect. stuck in obtaining address
recently i also test wifi. i created adhoc from linux + dhcpd module
then i try to connect my gio to this adhoc with dynamic ip
its work on me, only take about 2 seconds and connected. i also try to ping & browsing, it's worked
i think the problem isn't from this module wifi, maybe his access point
Wifi works for me)
But gio reboots sometimes... I apologise - I've set up too hight frequency...
ZimniY said:
Wifi works for me)
But gio reboots sometimes... I apologise - I've set up too hight frequency...
Click to expand...
Click to collapse
hahahaha stable in 883Mhz for me
but i usually use 122 to 806Mhz
i only use high frequency if need, like play hd game, and benchmark too
Gooddddd Jooobbb 2 Thumbs up
phiexz said:
can u pm him to ask the admin?
some one report his wifi cant connect. stuck in obtaining address
recently i also test wifi. i created adhoc from linux + dhcpd module
then i try to connect my gio to this adhoc with dynamic ip
its work on me, only take about 2 seconds and connected. i also try to ping & browsing, it's worked
i think the problem isn't from this module wifi, maybe his access point
Click to expand...
Click to collapse
i'll pm him this night
squadzone said:
Gooddddd Jooobbb 2 Thumbs up
Click to expand...
Click to collapse
: sungkem
klebengan said:
i'll pm him this night
: sungkem
Click to expand...
Click to collapse
maybe the way is posting request thread here and we need to tell all gio thread in there

[KERNEL][KINDLE-FIRE] DooMKernel [NO LONGER MAINTAINED]

hey guys as some of u may or may not have noticed, i have closed down the "consideration for donation" thread because of low user interest...
since i dont have device with me, i will no longer be able to maintain this kernel and so i am stopping work on this kernel and closing down this thread...
best of luck guys! you already have some awesome devs working on this device... if anyone needs any help with anything feel free to contact me via p.m.
regards,
DooMLoRD
--------------------------------------------------------------------------
[ info ]
ok so i dont have this device with me, but i am probably going to buy it...
i have made a test kernel based on sources posted by g1011999 along with some modifications (OVERCLOCK!!!)
[ special thanks to ]
for helping me start off with kernel development & lots of stuff in general
Blagus
zdzihu
aZuZu
jerpelea
for brainstorming and discussing to help get this kernel compiled for Kindle Fire
intersectRaven
death2all110
ajq
everyone in this thread: Building kernel for kindle fire
g1011999 - for the sources & config on which this kernel is based on
[ screenshots ]
(screenshots thanks to foxdog66)
{
"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"
}
[ features ]
(v02 onwards) testing CPU overclocks 1.2/1.3/1.4/1.5Ghz and overvolting (for high frequencies)
(v02 onwards) init.d script support
(v01 onwards) CPU overclock to 1.2Ghz
(v01 onwards) GPU overclock to 384Mhz (same as OMAP4460)
(v01 onwards) insecure ramdisk
i will add more stuff later... first i need to know if it boots and overclock works
[ WARNING ]
as of now this is only for advanced users to test out
DO NOT FLASH THIS UNLESS U KNOW HOW TO REVERT BACK TO STOCK KERNEL
[ sources ]
https://github.com/DooMLoRD/Kindle-Fire-Kernel
[ how to install ]
if u have flashboot working then try if u can hotboot the kernel:
fastboot boot boot.img
AS FAR AS POSSIBLE DO NOT directly flash it...
do let me know if it boots...
the logo has changed so u will immediately know if this kernel works or no
[ download links ]
< NEW >
DooMKernel v02-TEST5 (1.3Ghz + overvolting with init.d support) [kernel version will show up as #5002]
DooMKernel v02-TEST4 (1.5Ghz with init.d support) [kernel version will show up as #4002]
DooMKernel v02-TEST3 (1.4Ghz with init.d support) [kernel version will show up as #3002]
DooMKernel v02-TEST2 (1.3Ghz with init.d support) [kernel version will show up as #2002]
DooMKernel v02-TEST1 (1.2Ghz with init.d support) [kernel version will show up as #1002]
MD5HASH: d474205e1a3d2decf0cb8243b75a06c2
< OLD >
DooMKernel v01-TEST4 (wifi now works)
MD5HASH: b82936b2046669e970da897eab141869
DooMKernel v01-TEST3 (kernel boots but wifi doesnt work)
MD5HASH: fbcffd8b1e8548020c3ebbc07cd24d69
DooMKernel v01-TEST2 (yellow screen issue)
MD5HASH: 2b2a773cd86908ae7c2a61aeea8e6a53
DooMKernel v01-TEST1 (yellow screen issue)
MD5HASH: aebdc21414ab10270521c32eaa76e33c
ENJOY!!
may need this one for later
may be this one too
I'll post my findings later.
Not sure if it's the kernel or the user, but this guy didn't have any luck with it.
Xeddicus said:
Not sure if it's the kernel or the user, but this guy didn't have any luck with it.
Click to expand...
Click to collapse
thats why i said to hotboot it not flash it
oh well we will need to keep testing
How did you create the boot.img? It's been awhile since I did a boot.img build. I have a kernel but am lost as to the next step.
Thank the lord doom lord is here to help us for kindle fire a legend when it comes to building kernels thank you.
intersectRaven said:
How did you create the boot.img? It's been awhile since I did a boot.img build. I have a kernel but am lost as to the next step.
Click to expand...
Click to collapse
hi mate,
its pain old way using mkbootimg...
some dude had posted correct arguments for mkbootimg... wait i will find correct link and post it here...
here are the links:
http://forum.xda-developers.com/showpost.php?p=19917919&postcount=71
http://forum.xda-developers.com/showpost.php?p=19925408&postcount=79
btw the boot.img from stock has pagesize of 4096
btw i dont have device with me yet, sorry cant help u out much...
So doom lord you are going to get this device ?
Sent from my ADR6400L using XDA App
Poler166 said:
So doom lord you are going to get this device ?
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Yup planning to get it... As long as my friend from US/Singapore can get it with him...
Its too costly to get it directly here in India, almost 300$+ (50% more than its price in US)
Sent from my R800i using XDA App
Sounds great cant wait to see some kernels on this Fire
Sent from my Motorola Triumph using XDA App
added new kernel v01-test1 with overclock!
please test!!!
DooMLoRD said:
added new kernel v01-test1 with overclock!
please test!!!
Click to expand...
Click to collapse
Same problem as my own compiles. Display is all yellow.
What compiler do you use? I'm thinking this may be a compiler problem since g1011999 said the source worked with minimal modifications.
*The changed boot logo was fine by the way.
intersectRaven said:
Same problem as my own compiles. Display is all yellow.
What compiler do you use? I'm thinking this may be a compiler problem since g1011999 said the source worked with minimal modifications.
*The changed boot logo was fine by the way.
Click to expand...
Click to collapse
darn...
i have used the 4.4.1 arm-2010q1 toolchain... as the stock kernel seems to be compiled using the same...
btw if adb works can u please check if the acpu freq table is updated with OCed CPU freq? (the sysfs interface)[available frequencies]
btw i noticed that crc7.ko and pcbc.ko are also compiled during build process... do we need to insmod these?
DooMLoRD said:
darn...
i have used the 4.4.1 arm-2010q1 toolchain... as the stock kernel seems to be compiled using the same...
btw if adb works can u please check if the acpu freq table is updated with OCed CPU freq? (the sysfs interface)[available frequencies]
Click to expand...
Click to collapse
Uhm...I'll pass on the checking part. I'm reaaaaaally uncomfortable with any overclock so I just looked at whether the display on your kernel was fine or not and rebooted immediately.
intersectRaven said:
Uhm...I'll pass on the checking part. I'm reaaaaaally uncomfortable with any overclock so I just looked at whether the display on your kernel was fine or not and rebooted immediately.
Click to expand...
Click to collapse
hmmm ok.. no problem...
if this works out correctly i will add a sysfs (or proc) interface to control acpu freq table
can u please retry again and check if the freq table was updated?
also i am thinking of trying out the sources g1011999 uploaded to git...
have u tried compiling with those? is the display problem there too?
i have on this test pc:
arm-4.4.3 gcc (from android ndk 5c)
arm-4.6.2 gcc (CodeSoc. 2011-03-41)
u want me to do any tests??
DooMLoRD said:
hmmm ok.. no problem...
if this works out correctly i will add a sysfs (or proc) interface to control acpu freq table
can u please retry again and check if the freq table was updated?
also i am thinking of trying out the sources g1011999 uploaded to git...
have u tried compiling with those? is the display problem there too?
i have on this test pc:
arm-4.4.3 gcc (from android ndk 5c)
arm-4.6.2 gcc (CodeSoc. 2011-03-41)
u want me to do any tests??
Click to expand...
Click to collapse
Already tried all CodeSourcery compilers (the mentioned 2010q1 and latest) together with all NDK compilers. Some booted, some hung but all of those that booted up had yellow screens.
intersectRaven said:
Already tried all CodeSourcery compilers (the mentioned 2010q1 and latest) together with all NDK compilers. Some booted, some hung but all of those that booted up had yellow screens.
Click to expand...
Click to collapse
hmmmmmm
i am trying with the sources he uploaded to git... will post a test kernel...
intersectRaven said:
Already tried all CodeSourcery compilers (the mentioned 2010q1 and latest) together with all NDK compilers. Some booted, some hung but all of those that booted up had yellow screens.
Click to expand...
Click to collapse
hey i have made kernel using different souces... the ones g1011999 uploaded to git...
please test out and let me know (v01-test2)

[Kernel][ICS][Sense] B-Team-Sense

Overclocked Sense 3.0.xx kernel --B-Team-Sense
Install Instructions : by any means available
Wipe cache and dalvik
Current versions
Experimental build -- (bsmitty83)
Features:
-Overclockable to 1.9 ghz
-Built from vivow_ct 3.0.16 source, patched to current linux version
-Compiled on Linaro 4.7.4
-Mulitple Governers and Schedulers
-Zram
-Frandom
-TCP congestion controllers
-dynamic fsync
- VDD sysfs voltage control
-vmalloc and frontswap
B-Team-Sense_smittyExp1.zip - 8.95 MB
Stable version -- thx (brymaster5000)
Patched to 3.0.84, added GOODIES (go find them). Clean - not a lot of extras.
B-Team_HaveSensev1.zip - 8.46 MB
so fast and smooth.
Tested on Viper Rom , shoud work on any ICS based sense roms (althought currently NOT working with leaked ICS rom)
----------***^^^***------------------
Found a work-around for using this or brymasters kernel on the leaked ICS ROM
1. Make a backup of viper ROM
2. Using 4ext recovery install leaked ROM
3. In recovery under advanced restore choose boot / restore from backup / [your viper backup]
4. Wipe cache & dalvik , flash brys or my kernel
5. Profit :thumbup:
This was a labor of love for me , this is a "final" build for this kernel , i will still add to it , but mostly it will be all on the build side of things so updates will be less frequent
GPL: https://github.com/bsmitty83
All proper credit goes to @brymaster5000 for actually getting a kernel to build , not an easy thing, id still be trying if he didn't . @poondog , our vivo brother who's git I used for alot of the optimizations
Also anybodys sources or patches ive used (alot)
Changelog:
--5/10/13 first build with working oc
--5/13/13 max freq now 1.8 GHz , added governors , few code changes , adjusted voltage above 1.5 ghz , hopefully more stable above 1.5 ,flash able package now
--5/14/13 added sio scheduler , changed freq tables for stability
--5/21/13 added BFQ scheduler , Zen governer , updated to linux kernel ver 3.0.18-rc1 > 3.0.16
Sent from overclock land
--5/22/13 added ROW scheduler, New build on linaro 4.6 gcc
--5/24/13 Enabled Zram, KSM page merging, frandom, Optimized with NEON VFP accelerators
--5/26/13 Added TCP controllers -->> westwood, bic, highspeed, hybla, vegas, veno, scalable, yeah, illinois
Droped voltage for 1.8ghz to 1400
--5/27/13 Updated to Linux kernel 3.0.45 built on linaro 4.7 tool-chain
--5/30/13 Add dynamic fsync , oc gpu -266mhz , added freq and stabilized voltages
--6/01/13 Added sysfs VDD voltage control, Added GPU freq control
--6/07/13 Added sweep2wake
--6/13/13 New source , built on cortex a8 optimized linaro tool-chain , patched to Linux ver . 3.0.57 , added badass minmax and intellidemand governors , added vr fifo and zen ioschedulers , added 921mhz and 1.9ghz freq slots added ultra ksm , lots of build optos , GPU over clocked 3d -->>245mhz-->299mhz-->353mhz (hard coded)
--6/24/13 Patched to current linux version (3.0.83) , upped gpu oc abit
--7/07/13 Added Zen ioScheduler, Added DanceDance SmartassH3 and badass governors , Patched to linux 3.0.85
=================================================================================
--9/14/13 B-Team-Sense, based off brymaster5000's o.g. BrYCS source , patched to linux 3.0.94 , lots of optimizers
bsmitty83 said:
I decided to start a new thread for this one , give me feedback , this is my first project so this is a work in progress .
If this breaks your phone , sue me i dare you
Hope it works & thank @brymaster5000 for getting this kernel to compile
Current version--≥ http://d-h.st/GDA
GPL: https://github.com/bsmitty83/OnEsHoT.git
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
Thanks dude. The beauty of open source. The more people that get into this - the better off everyone is.:highfive: I should get back to building later today.
I tried for a while to get the source to compile before you got it and i just want to see what i can do from a bone stock kernel i guess feel free to use whatever ,ill try to keep the git updated if i do any changes i need my inc2 back dammit lol
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
I flashed it on both viper and ictazz and i cant get any higher clock speeds than stock, you sure the perf-lock was removed?
Yea I'm sure ,(Sh*t) gonna have to take a looksie when i get home thx for testing tho i didn't even know it booted lol
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
hey you're awesome for even working on this kernel, we need more people like you and bry
Lol i need my phone back to test , i think i made a small boo boo in the config file but i don't have my damn laptop ATM ill probably be able to work something up later tonight but it'll be a blind upload since I'm vivow -less for now
Edit
Got my inc2 back gonna flash me some viper then get to work
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
So after yet another sleepless night , about 15 no go builds , I'm giving it one last shot for the night . think im headed in the right direction on the overclocking tho
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
{
"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"
}
Wow i never thought I'd ever get it to work lol, but guess what finally stuck .
Just a sneak peak , its super rough , its just a boot.IMG right now , no extra govs yet & the fact that ive been up for far too long . i got some work todo but expect a release sometime this weekend ...im going to sleep now
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Your the best. Thanks for keeping with it!
Sent from my Incredible 2 using xda app-developers app
If you upload to git, I will clone your repository and work on the governers as well. I think they didn't stick before because I didn't choose in menuconfig to make them a module (not sure if that's why as the oc thing was also giving me errors).
Nice job with the OC...what did you do in addition to changing the frequency tables?
brymaster5000 said:
If you upload to git, I will clone your repository and work on the governers as well. I think they didn't stick before because I didn't choose in menuconfig to make them a module (not sure if that's why as the oc thing was also giving me errors).
Nice job with the OC...what did you do in addition to changing the frequency tables?
Click to expand...
Click to collapse
I uploaded to git a little bit ago , did it in a hurry and branched the commit , so if u clone it keep the branch "OnEsHoT" and delete the rest .their doubles .
All i did was add the over clock option in /acpuclock7x30.c and include it in the kconfig file , no need to change the freq tables since they go to 1.5 GHz , anything higher you'd have to .
Also i edited the op to include a link to the boot image since i cant seem to get it to flash in a zip , must be in one of the modules since WiFi is broke on this kernel . So i still got some work todo gonna clean up my git , and my laptop lol , i just baffeled right now by the no .zip flash
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
I know all my stuff is crazy disorganized but bear with me , im gonna be pulling all kinds of good commits that I've found that hopefully will smooth out all the modules . the modules are my next focus area , BT toggles on and i can pair my gnex to viper , but no way to test if it actually works beyond . not sure about data either , my inc2 isnt activated
Camera works . camcorder shoots 720p
No
bsmitty83 said:
I uploaded to git a little bit ago , did it in a hurry and branched the commit , so if u clone it keep the branch "OnEsHoT" and delete the rest .their doubles .
All i did was add the over clock option in /acpuclock7x30.c and include it in the kconfig file , no need to change the freq tables since they go to 1.5 GHz , anything higher you'd have to .
Also i edited the op to include a link to the boot image since i cant seem to get it to flash in a zip , must be in one of the modules since WiFi is broke on this kernel . So i still got some work todo gonna clean up my git , and my laptop lol , i just baffeled right now by the no .zip flash
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
Are you zipping the meta inf, system, and zimage together?
You could always fork my repository and add the oc to that. It is the base build and WiFi, etc. works.
Sent from my IC Dinc2.
Yea the first kernels i put together with the oc not working flashed fine , your updater script you were using didn't like twrp on my inc2 so i flashed cwm and yours woked fine, but no go on my kernel packages . idk maybe I'm missing something . zimage goes to kernel kitchen , used your boot IMG and split the kernel , used your ramdisk with my zimage , back to a boot.IMG , archive it with meta data and my modules, looking at some commits in the msm70x30 3.0 repos suggests its all the modules and if the boot.IMG works its gotta be in the addons , so I'm gonna start there . i can say that extra bump in freq makes a huge difference with viper ROM , even with animations at 1x .
If you can get it to flash as a zip that would be sweet , i also copied the boot.IMG into /arch/arm/boot/ in my repo just so i never lost it , cuz i almost trashed that source thinking it wouldnt boot but i was fast booting from the wrong dir :banghead: that was a fun hour lol
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Whats more puzzling is i used your source as mine , edited only a couple files , all the modules built fine so its gotta be something with the way I'm packing the zimage in kernel kitchen , might stop being lazy and do it manually because i really think that's my problem . i just was running out of time and wanted to get a flash able zip out , but I'm sure someone will figure it out if i cant right now
Edit think i know the problem but i gotta be at my PC to test so hopefully ill straighten all this crap out , but its definitely in the repack
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Good to see you two making progress and kicking Verizon in the balls hahahaha
You think i should try out the boot.img you put out?
Or having governors makes a difference for the phone?
MoonMaster345 said:
Good to see you two making progress and kicking Verizon in the balls hahahaha
You think i should try out the boot.img you put out?
Or having governors makes a difference for the phone?
Click to expand...
Click to collapse
Yea if you dont need WiFi flash away , its got on demand , user space , and performance for governers , i was using on demand , but good governers would help smooth the frequency scaling .
By no means is it a daily driver yet , but AFAIK its stable .
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
bsmitty83 said:
Yea if you dont need WiFi flash away , its got on demand , user space , and performance for governers , i was using on demand , but good governers would help smooth the frequency scaling .
By no means is it a daily driver yet , but AFAIK its stable .
Sent from my Galaxy Nexus using Xparent Cyan Tapatalk 2
Click to expand...
Click to collapse
Download koush's anykernel. You will find an xda thread with a zip to download. Unzip it, put your modules in the system/lib, put your zimage in the same location as meta inf and system. Right click, and zip them up...easy peasy.
About an hour and my wife should go to bed...then I'm online.:sly:
Sent from my IC Dinc2.

[KERNEL][DEC-22]ElixER2.2 ★ OC ★ UV ★ CWM 6.0.4.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"
}
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Alright here it comes after constant testing of 1 month.
Moving down to the most awaiting thing, features!. Here goes the list!
[*]Built From latest source
[*]Compiled using Gcc-4.6.3
[*]XZ compression for faster boot + smaller kernel size
[*]Activated Intellidemand governor
[*]Intellidemand Update V4.2
[*]USB fastcharge
[*]Optimized AES and SHA1 routines
[*]Removed old SHA1 routines
[*]Optimized git implementation for SHA1
[*]Optimizations to default SLUB allocator
[*]Enabled 6 new TCP Congestion controls viz. Westwood, Vegas, BIC, HSTCP, HTCP
[*]Patch for depleting entropy requiring no need of frandom or any rngd tweaks
[*]Asynchronous I/O latency to a solid-state disk greatly increased
[*]Faster NOATIME and NODIRATIME fs mounting flags
[*]CPU Voltage Control
[*]Optimized apply_slack() method for size and speed
[*]Lock initial TCP window size to 64k (Improves network ping and output)
[*]Dynamic management of dirty page writebacks
[*]Undervolted by 75mV by default(Don't undervolt more)
[*]Min Brightness reduced to Improve battery
[*]Fixed a couple of bugs
[*]FIxed a bug Related to GPU
[*]CWM 6.0.4.4 LATEST(COMPILE BY ALVIN) Three claps for him!!!
Download:-
ElixER-1.7
ElixER2.0
ElixER2.2
ElixER-repacked
Click to expand...
Click to collapse
GPL
HERE
Commits
Click to expand...
Click to collapse
Credits
Almost all the things are taken from @varun.chitre15 repo
@Doomlord
@Faux123
@alvinhochun
@icoolguy1995
@bulletproof136-----[
[ FOR CREATING AWESOME LOGO ]
@tchsvy------------------]
XDA:DevDB Information
[Kernel]ElixER, Kernel for the Sony Xperia M
Contributors
icoolguy1995, varun.chitre15, Doomlord, Alvin, me , Faux123
Kernel Special Features: Undervolt with Some tweaks
Version Information
Status: Stable
Current Stable Version: 2.2
Stable Release Date: 2013-11-05
Created 2013-11-05
Last Updated 2014-08-18
Changelog:
05-11-2013
Code:
Initial release
07-11-2013
Code:
1) OC to 1.5GHz
2) ARCH power
3) Salvaged More ram
4) Fixed a bug related USB
5) VM readhead increased to 1024
20-11-2013
Code:
1) OC removed as battery won on Poll.
2) ARCH power disabled.
3) New GPU governor added.
4) Fynsc Dynamic 2.0[COLOR="Red"] (Greatly improves performance A must ON feature)[/COLOR]
5) New logo.
6) Some fixes.
22-12-2013
Code:
1) Packed with new ramdisk
2) init.d support
3) Packed with new updated CWM-6.0.4.5(Compiled by alvin)
F<A>Q
F<A>Q
1) Is OC is stable ?
Ans) Do some research before flashing!
2) What are the features of this KERNEL?
Ans) Feature list is above Duh! :silly:
3) For which firmware is this KERNEL for?
Ans) 4.1.2
4) Is this kernel stable for daily usage?
Ans) All the releases are first tested then released on this thread so it is fully stable for daily usage or it may be better than stock.
5) Do i need to unlock BOOTLOADER before flashing this kernel?
Ans) YES.
6) How to unlock bootloader and flash this kernel?
Ans) Look HERE
To flash kernel
1) Download Fastboot.
Click to expand...
Click to collapse
Commands to flash kernel
Code:
fastboot flash boot gone.img
My Settings!
here are my settings
dynamic fysnc----------------on!
min and max freq------------------default
tcp congesion-----------------------westwood
voltage-------------------------------------default
cpu governor------------------------------------intellidemand
gpu governor---------------------------------------simple
gpu freq--------------------------------------------------320mhz
Task killers---------------------------------------------------none
Entropy apps------------------------------------------------------none
Click to expand...
Click to collapse
One more please
Question: any known CWM bugs (ie screen shifts)?
PS: thanks!
This message was brought to you from my Sony Xperia M C1905 using Tapatalk.
Any chance for makin this for Ds?!
Please pray for peace in my country.
Finally, shame there's not alot of dev work on the xperia m.
Will test and report.
---------- Post added at 02:12 PM ---------- Previous post was at 02:02 PM ----------
So far so good
My next suggestion is to increase the max clock frequency to 1.5.
That would be awseome
Keep up the good work!!!
does it works on dual fw? is the wifi fixed?
Sent from my C2005 using xda app-developers app
Antrikos48 said:
Question: any known CWM bugs (ie screen shifts)?
PS: thanks!
This message was brought to you from my Sony Xperia M C1905 using Tapatalk.
Click to expand...
Click to collapse
No bug in recovery.
Sent from my C1904 using Tapatalk 4
cs098 said:
Finally, shame there's not alot of dev work on the xperia m.
Will test and report.
---------- Post added at 02:12 PM ---------- Previous post was at 02:02 PM ----------
So far so good
My next suggestion is to increase the max clock frequency to 1.5.
That would be awseome
Keep up the good work!!!
Click to expand...
Click to collapse
I will be doing in elixer 2.0 and with few changes. In couple of days. First let me upload commits.
Sent from my C1904 using Tapatalk 4
roulley said:
does it works on dual fw? is the wifi fixed?
Sent from my C2005 using xda app-developers app
Click to expand...
Click to collapse
Yes wifi problem is fixed. I think ramdisk swap is require to make it work on dual. Btw someone created a cwm for dual.
Sent from my C1904 using Tapatalk 4
Yeah i'd tried them but the wi-fi is error, so I flash fw single and your kernel.
No bugs so far, and it's awesome
Sent from my C1905 using xda app-developers app
Hmm are u saying this is working in 4.2.2?
Sent from my C1904 using Tapatalk 4
.config file missing in the source.. try updating that first
Nope, fw single is the 4.1.2 one
I haven't tried in 4.2.2
Sent from my C1905 using xda app-developers app
Aniruddh Chandratre said:
.config file missing in the source.. try updating that first
Click to expand...
Click to collapse
I will upload it today in commits as well as in github too.
Will this kernel support cyanogenmod??
Sent from my C1905 using xda app-developers app
7lucky7 said:
Will this kernel support cyanogenmod??
Sent from my C1905 using xda app-developers app
Click to expand...
Click to collapse
First let CM release for this device them will see it.
And please dont spam thread with such type of questions.
Sent from my C1904 using Tapatalk 4
icoolguy1995 said:
First let CM release for this device them will see it.
And please dont spam thread with such type of questions.
Sent from my C1904 using Tapatalk 4
Click to expand...
Click to collapse
they cant release for this device if there is no kernel to support it...... that is why i'm asking, and i'm asking about a ?feature of this kernel, that isnt exactly spamming

[KERNEL][SingleSim] KTT [OC][UV][CWM]

{
"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"
}
KTT​In the memory of Mikhail Kalashnikov​Disclaimer
Code:
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* not laugh at you. 'pun'
*/
KTT is a kernel meant for Xperia M Single Sim variant(STOCK), with Overclock,Under volt, and Lz4 compression.
Lz4 compression isn't basically a compression meant for lower sizes, hence the decompression rates are bit faster than other compression methods, hence the initial boot is fast.
Sources/Commits : GitHub
Current Version: 2.2.6
Features
Built from latest Xperia M[SS] sources: 15.1.C.2.9
LZ4 compression
CPU Overclock till 1.3Ghz only
Undervolting @icoolguy1995
SIO I/O Sched.(Default)
Intellidemand governor(Default and recommended.)
Optimized AES and SHA1 routines
Dynamic Fsync 2.0(FAUX123)
Added CWM 6.0.4.5
VM_READHEAD has been set to 2048 which has reduced the lags/breaks while playing songs.
Frandom: A fast random number generator as a kernel module for Linux.(Thanks LINK)
Dynamic management of dirty page writebacks @icoolguy1995
Init.d support by @Ryuinferno
Nothing Fancy!..YET
P.S these are features which my commits tell me, I might have missed something.(not possible though LOL)
XDA:DevDB Information
KTT Kernel for Xperia M Single Sim Variant, a Kernel for the Sony Xperia M
Contributors
mufti.arfan, http://forum.xda-developers.com/member.php?u=5103219, icoolguy1995,faux123,Ryuinferno
Kernel Special Features: Overclock,Undervolt,LZ4 Compression
Version Information
Status: Stable
Current Stable Version: 2.2.6
Stable Release Date: 2014-01-26
Created 2014-01-26
Last Updated 2014-01-26
Changelogs
Changelogs for all releases.
v2.2.6
[WIP]Undervoltage [WIP]
Undervolting doesn't seem to work
Click to expand...
Click to collapse
Click to expand...
Click to collapse
v2.2.5
First Release
Click to expand...
Click to collapse
Click to expand...
Click to collapse
F.A.Q
Q: Do I need unlocked bootloader for this?
A: Yes, you can't do any custom sh*t without unlocking the bootloader.
Q: Is it necessary to Overclock?
A: Depends on your needs, if you want more perfomance while gaming and stuff, you can Overlclock
Note: Kernel is already running on Intellidemand gov, whose max. frequency by default has been set to 1.3Ghz and min. to 918Mhz
Q:How do I overclock/Underclock or change the governor?
A: There are various apps in the Playstore for that, for example CPU-Controll etc.
Q: The kernel is s****g my battery, what do I do?
A: It will only S**k when it is overclocked, underclock it using some cpu controller app.
Q: Which firmware is required for the kernel?
A: 4.1.x
Q: Where do I download this thing!??
A: You can download it from the Post 4 of this thread.
Q: This thing is crappy, how do you even made this Sh*t??
A: IDC I'm doing all this on an old P4 machine, with very limited resources(except my net, which is fast).
So, this can be crappy, because it takes me 40 Minutes to compile one working image. Right?
How do I get this thing working/installing??​
Download the ZIP, boot into the recovery and flash it, all the best!
Download the ZIP KTT-V***.zip
Copy the zip into your phone/sdcard
Boot into your existing recovery
Select install from SDCARD
Then choose the sdcard you copied it to(internal or external)
Flash it!
Downloads!
Download KTT Kernel​
Current:
KTT v2.2.6 : KTT-v2.2.6.zip - 9.52 MB
Click to expand...
Click to collapse
Old Releases:
KTT v2.2.5 : KTT-v2.2.5.zip - 9.52 MB
Click to expand...
Click to collapse
Is this kernel compatible with cm11?
Sent from my C1905 using xda app-developers app
aleksa069 said:
Is this kernel compatible with cm11?
Sent from my C1905 using xda app-developers app
Click to expand...
Click to collapse
No, its mentioned its for Stock only.
Ok, thanks!
Sent from my C1905 using xda app-developers app
You haz released a kernel too... And im just sitting here waiting for mod to move my thread to orig android developmemt cause I accidentally posted it in general section... Just a question... Does your OC Have weird capping bug??? My max freq gets apped at 972 if I OC above 1.2ghz on my kernel, usually happens when I run a benchmark... Anyway ill give your kernel a try after work and give some feedback as well
Sent from my C1905 using XDA Premium 4 mobile app
thirdzcee said:
You haz released a kernel too... And im just sitting here waiting for mod to move my thread to orig android developmemt cause I accidentally posted it in general section... Just a question... Does your OC Have weird capping bug??? My max freq gets apped at 972 if I OC above 1.2ghz on my kernel, usually happens when I run a benchmark... Anyway ill give your kernel a try after work and give some feedback as well
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Lol, yeah . Co incidence.
That happens because of voltage problem and bus frequencies. Check my OC commit you'll know the issue.
Sent from my potato chamber using xda app-developers app
Will it work on 15.1.c.2.8?
Great kernel.. Noticed the boot time difference of lz4 vs xz compression... Tested it while waiting for my kernel to finish building :sly:
Sent from my C1905 using XDA Premium 4 mobile app
Abhigyan66 said:
Will it work on 15.1.c.2.8?
Click to expand...
Click to collapse
Yes
thirdzcee said:
Great kernel.. Noticed the boot time difference of lz4 vs xz compression... Tested it while waiting for my kernel to finish building :sly:
Glad to know that
Sent from my C1905 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Glad to know that
Sent from my potato chamber using xda app-developers app
Awesome kernel mate, Really impressed.
But one problem after flashing this kernel I am not able to boot into recovery mode.
is it common? or is there any solution for this?
yogesh448 said:
Awesome kernel mate, Really impressed.
But one problem after flashing this kernel I am not able to boot into recovery mode.
is it common? or is there any solution for this?
Click to expand...
Click to collapse
Not possible, it has recovery too. Doesn't the led light blink with red on phone start press volume up and it will turn to cyan.
Or adb reboot recovery.
Sent from my potato chamber using xda app-developers app
solved thanks..
yogesh448 said:
solved thanks..
Click to expand...
Click to collapse
You're welcome.
Sent from my potato chamber using xda app-developers app
good one very fast .of this
Great kernel mate, its get more fast with Kaustubh's script that i used.
Looking more work from you keep it up!!
yogesh448 said:
Great kernel mate, its get more fast with Kaustubh's script that i used.
Looking more work from you keep it up!!
Click to expand...
Click to collapse
You're welcome and I'm glad to know that.
My exams are on, due to that I'm nowhere lol.
Sent from my potato chamber using xda app-developers app
Just flashed the Kernel via the CWM Recovery Elixer Kernel had installed (6.0.4.4 if I remember correctly),rebooted and something weird happened.
All my stock ROM s apps (which I had uninstalled using Titanium Backup) were restored as if I had never got rid of them.I had to uninstall them again
and reboot just to see everything is ok.How is this possible? Also right after reboot one of my cores was reaching 1.3GHz while the other was limited
to 1.1Ghz.Using SysTune I lowered the limit to 1.1Ghz for both.UV seemed to work ok,at least according to SysTune.
N.

Categories

Resources