[KERNEL][CM11][Linaro] Unofficial SlimKat Kernel [20140413] - Sony Xperia Z Ultra

UNOFFICIAL SlimKat Kernel for Xperia Z Ultra​
This is a port for the Xperia Z Ultra of the SlimKat Kernel, from their original Xperia Z1 sources at GitHub. No features have been added or removed, I've just made the necessary changes for it to run on the Xperia Z Ultra. This is ONLY for CM11-based firmwares (I tested only with Carbon Rom 4.4.2).
This is not my original work! I've just ported and compiled it for the Z Ultra, so please also thank the original creators (see "Credits" below)! Also, avoid reaching them directly for any issues you may find in this build, since it's UNOFFICIAL and they may not be able to provide support. Post here in this thread instead.
Features:
TCP Congestion Algorithms: westwood, reno, bic, cubic, htcp, vegas
I/O Schedulers: noop, deadline, row, cfq, sio, fiops, bfq
Faux Sound
Compiled using Linaro GCC 4.8.2 with optimizations (-O2, -mcpu, -mtune etc.)
And all the standard CM11 kernel features
Credits:
@prbassplayer - original work for the Xperia Z1 (here), and for letting me port it to the Xperia ZU
SlimRoms Team - for their work on SlimKat ROM and Kernel (here)
@Androguide.fr - for helping me on my first attempt to build a CM-based kernel (while trying to port his Pimped Kernel for Z1; still on my list!), and I also borrowed his updater-script
Download:
Version 20140413 - XDA
Version 20140407 - XDA
Version 20140328 - Mega or XDA
Changelog:
Latest commits on GitHub.
Starting on 20140413:
Removed debug symbols from kernel.
Compiled with SaberMod toolchain 4.8.3.
Added camera patches from faux123, hopefully they will solve or minimize the camera freeze issue.
Notes:
Always make a backup of your /system directory, in case you want to return to your previous kernel (flash it first, then restore the backup)
XDA:DevDB Information
SlimKat Kernel for Xperia Z Ultra, a Kernel for the Sony Xperia Z Ultra
Contributors
dbolivar, prbassplayer, SlimRoms Team
Kernel Special Features: Additional TCP Congestion Algorithms, I/O Schedulers, Faux Sound, Linaro Optimizations
Version Information
Status: Beta
Current Beta Version: 20140413
Beta Release Date: 2014-03-28
Created 2014-03-28
Last Updated 2014-04-13

Have you tried it with my build of Carbon? I have run slimkat's kernel on my carbon several times without issue.
If this is fully working i'll link to it from my build thread.
I've also been looking into building carbon with the above slim/saber tweaks
Sent from my Xperia Z Ultra using Tapatalk

blueether said:
Have you tried it with my build of Carbon? I have run slimkat's kernel on my carbon several times without issue.
If this is fully working i'll link to it from my build thread.
I've also been looking into building carbon with the above slim/saber tweaks
Click to expand...
Click to collapse
Running it exactly with your Carbon build, my friend. Working like a charm.
Regarding the tweaks, are you talking about the Linaro optimizations? If yes, you can just "trick" the CM build system by copying the Linaro toolchain over the default toolchain CM is using (or symlink the dir). I did that for the kernel and it worked normally, but of course had to use the tweaked Makefile with the optimizations and adjustments of the warning flags. These optimizations I think are enough:
Code:
-munaligned-access -fgcse-lm -fgcse-sm -fsched-spec-load -fforce-addr -ffast-math -fsingle-precision-constant -mcpu=cortex-a15 -mtune=cortex-a15 -marm -mfpu=neon -ftree-vectorize -mvectorize-with-neon-quad -funroll-loops
But I don't know how to adjust the CM Makefiles except for the kernel. Do you know how to do that? I'm in the process of learning how to build a ROM, and would love to know these tricks beyond the standard ". build/envsetup.sh; breakfast ...; etc.".

Thanks for this @dbolivar
Sent from my Xperia Z Ultra using Tapatalk

Sweet! Thanks!
Sent from my C6833 using Tapatalk

Thanks dude

thanks dbolivar. Can you include TWRP recovery with this..that would be a nice addition-maybe not dual boot if too much of a task but another one with the TWRP recovery, if you can.

Just had a sod. Anyone else experienced this?
Sent from my Xperia Z Ultra using Tapatalk
---------- Post added at 10:30 AM ---------- Previous post was at 09:59 AM ----------
I think I had the sod because of me changing governor to ondemand. I'll keep it on interactive and I'll report back.
Sent from my Xperia Z Ultra using Tapatalk

pemell said:
Just had a sod. Anyone else experienced this?
Click to expand...
Click to collapse
It is very possible you experimented a SoD with this kernel, since the recent fixes the CM team implemented have not yet been merged in SlimKat's kernel. As soon as they do that, I'll create a new build here.

can you add F2FS support ?
Because F2FS clearly provides better performance than ext4.

MEGAX91 said:
can you add F2FS support ?
Because F2FS clearly provides better performance than ext4.
Click to expand...
Click to collapse
This would be very useful!
Sent with my Xiaomi MI2 with Tapatalk Pro

MEGAX91 said:
can you add F2FS support ?
Because F2FS clearly provides better performance than ext4.
Click to expand...
Click to collapse
Sorry guys, but I don't plan to add / change / remove any features to this kernel, because then it won't be SlimKat's Kernel anymore. However, I may in the future port other kernels with F2FS, or build my own.

dbolivar said:
Sorry guys, but I don't plan to add / change / remove any features to this kernel, because then it won't be SlimKat's Kernel anymore. However, I may in the future port other kernels with F2FS, or build my own.
Click to expand...
Click to collapse
thanks man
i think Pimped Kernel or Doom Kernel would be best options.

MEGAX91 said:
thanks man
i think Pimped Kernel or Domm Kernle would be best options.
Click to expand...
Click to collapse
Yes, in fact I've been trying to port Pimped Kernel for a few days, but it always bootloops on the ZU. I need more time to investigate. DoomKernel I plan to work when (if) I return to stock someday, since currently I'm using CM11-based firmwares, but stay tuned...

the kernel does not want to boot on the latest cm-11-20140404-NIGHTLY-togari.zip
The SONY boot logo shows up and stays a long time, purple light comes on and off. Then it moves on to a blank black nothing..
Kernel worked fine on cm-11-20140330-NIGHTLY-togari.zip ...darn now it wont boot at all Fuuuuu!!!
Oh I see whats going on: http://www.cmxlog.com/11/togari/ every old nightly changelog has been removed before mars 31, went back to cm-11-20140330-NIGHTLY-togari.zip as my phone didn't boot at all with the new nightly.
I will wipe the phone clean tomorrow and try again, can't mess with my phone now as I'm leaving early in the morning

New version 20140407
New version 20140407 released. Changelog in the OP. Enjoy.

Can anyone confirm if camera is working as it should?

pemell said:
Can anyone confirm if camera is working as it should?
Click to expand...
Click to collapse
I think the camera issue is ROM-related, not kernel (but not 100% sure). Anyway, I'm still getting the initial freeze when opening the camera. My workaround for it is: immediately after boot, open the camera. It should open normally after a short initial freeze (just wait). After that, it continues to work until next reboot, when you can just redo these steps. I noticed that if I don't open the camera immediately after boot, the chances for a "permanent" freeze with subsequent "can't connect to camera" message (solvable only by rebooting) are higher.

The kernel isn´t working with CM11 for me. The process com.androidphone has stopped.
Solutions?

Flashed 0407 and got stuck on Sony logo. I'm on carbon 0329
Sent using C6833 - Carbon KitKat

Related

[AOSP/CM] JERUNG KERNEL v3.0

This is an AOSP based kernel zipped with Calkulin's Method of libraries inclusion (for version with tagged with ANY on its file name).
It's developed from AOSP sources from scratch with many cherry-picks from other kernels.
Features:
Sync with kernel 3.4.104
DoubleTap2Wake, Swipe2Sleep, Swipe2Wake
ZEN, BFQ I/O schedulers
Blueactive, SmartMax, ElementalX,Ondemandplus governors added
Intelliplug HOT plug CPU
USB Fast Charge
Change:
-update to kernel 3.4.104
-add OndemandPlus governor
v3.0 5 NOV 2014 (ANY - CM/AOSP)
download
Previous releases:
v2.1 21 AUG 2014 (ANY - CM/AOSP)
download
v2.0 (ANY - CM/AOSP)
download
v1.0 (ANY - CM/AOSP)
download
v1.0 (AOSP ONLY)
download
Credits:
@rashanta
@eng.stk
@faux123
@show-p1984
and many others!
Kernel source : Github
XDA:DevDB Information
JERUNG KERNEL, Kernel for the Google Nexus 5
Contributors
mnajem
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: v3.0
Stable Release Date: 2014-11-05
Created 2014-08-21
Last Updated 2014-11-05
Reserved
Reserved
I'll Give her a shot Thank You for all your time and effort..........:good:
O Yeahhh FIRST....lol
Tried to download multiple times it's only 8.39mgs..? Something definitely wrong..?
I'll Try Again Later......
Im down for a drive!
Philly Jim said:
I'll Give her a shot Thank You for all your time and effort..........:good:
O Yeahhh FIRST....lol
Tried to download multiple times it's only 8.39mgs..? Something definitely wrong..?
I'll Try Again Later......
Click to expand...
Click to collapse
Yes, for now it's very small.
Eventually it'll grow when more commits come in
Check the MD5SUM too
Code:
586092a951e67f749001c2681805b706 Jerung-ANY-v1.0.zip
aafc02f373f759574e6c7cee2b4b6695 Jerung-ANY-v2.0.zip
89bd54973eaa9e209988865141d8e8e8 Jerung-ANY-v2.1.zip
Running great with Paranoid Rastakat.
Cpu gov stk kernel settings working great. Great job
razrlover said:
Running great with Paranoid Rastakat.
Cpu gov stk kernel settings working great. Great job
Click to expand...
Click to collapse
Good to know :victory:
Does it has features to disable dt2w/s2w with power button?
Had some issues with AICP. wanted to test both and report. I had screen lock up and some shuddering when multitasking.
Hard reset and just wiped and flashed another ROM.
Any ideas. I used same process as with Rastakat. Thanks
Works fine with mahdi. Please add support for battery LED always on.
razrlover said:
Had some issues with AICP. wanted to test both and report. I had screen lock up and some shuddering when multitasking.
Hard reset and just wiped and flashed another ROM.
Any ideas. I used same process as with Rastakat. Thanks
Click to expand...
Click to collapse
It seems that the zip patch does not work well (i think) with some ROMs.
Since it's based on AOSP sources, with just 10 library files inclusion.
Usually if I see a ROM saying it's upgrading packages (as if we're flashing newer ROM) I know there'll be a lot of FCs.
Seems I'm not the only one.
What do you think, should we continuing releasing this method (advertise with CM ROM capable) or enough with AOSP.
ej8989 said:
Works fine with mahdi. Please add support for battery LED always on.
Click to expand...
Click to collapse
Any kernel that does that ? Controlling LED.
afaik ROM does that. please assist me finding the patch I'll try to implement it.
mnajem said:
Any kernel that does that ? Controlling LED.
afaik ROM does that. please assist me finding the patch I'll try to implement it.
Click to expand...
Click to collapse
Is this it? https://github.com/ThinkingBridge/p...mmit/c3009ee89ee0541fdacd99f608b1a993d69b3b9d
ej8989 said:
Is this it? https://github.com/ThinkingBridge/p...mmit/c3009ee89ee0541fdacd99f608b1a993d69b3b9d
Click to expand...
Click to collapse
Patched.
Try this, not sure if this is what you want.
download v2.2
mnajem said:
Patched.
Try this, not sure if this is what you want.
download v2.2
Click to expand...
Click to collapse
It works! :thumbup:
Does this kernel have faux sound and color support?
yyz71 said:
Does this kernel have faux sound and color support?
Click to expand...
Click to collapse
Not yet.
mnajem said:
What do you think, should we continuing releasing this method (advertise with CM ROM capable) or enough with AOSP.
Click to expand...
Click to collapse
I prefer only AOSP. BTW the kernel works fine on DU with ART (some lags on Dalvik present).
Waiting for faux and colors.

[EOL][KERNEL][UNOFFICIAL BUILDS] Boeffla Kernel Linaro/Uber

hi Guys,
as some of u maybe know from the Samsung Galaxy S3 area i'm doing a "build-service" for non official boeffla kernel builds and as we recently also got a boeffla kernel for the One Plus One device (kudos to @Lord Boeffla!) i want to share with u my self made Linaro (and here also Uber!) builds for that device in addition.
i'm gonna reduce redundancy and keep it shorter this time as about how this started and my primary intention can also be taken from the corresponding Samsung Thread
for people who asks themself: Linaro, Sabermod, Uber what? here some good info about it: https://docs.google.com/document/d/1C-ehLWl6XcStOmB30QHDA_DOdceXiGIyzXT_0eIg5nQ/edit (thx to @ViditM14 for providing the link!) and finally more infos about Uber Toolchains : https://plus.google.com/+ChetKener/posts/YzMJEkzPQgp and here: https://plus.google.com/communities...3/stream/ac70dec1-dad7-438d-baeb-f8d6644217fd
so without further ado let's go:
First of all the obligatorily Disclaimer:
As also written in the title please note these builds are UNOFFICIAL, are NOT SUPPORTED in any way by Lord Boeffla or myself and might be EVEN UNSTABLE! So take them as they are! As always flash them at your own risk and make a backup before flashing! (yeah take this advice seriously!)
About bugs: Before you report ANY issues with the linaro/uber builds provided here (doesn't matter which one!) FIRST TRY the non-linaro/uber official builds from HERE to see if they will be gone then. if they wont, you can go on and report your problems in the official boeffla kernel thread! I hope you understand that we have to treat and keep these builds here completely separate from official ones as they have in no terms something to do with each other! Not respecting this will force me to stop building further linaro/uber builds of boeffla kernel.
About benchmarks and comparisons between toolchains: It's common known that linaro (maybe also uber?) builds might give us higher benchmark rates and that seems great for some people (in fact it's pointless per se in my opinion ) so please if you really must, post them ONLY here and NOT in official boeffla kernel thread, thanks!
Now some more precise informations about what's going on here:
what i did:
the images are always build with original sources from official boeffla kernel OPO repositories from HERE
with some not worth to mention minor changes to be able to build it on my build environment with non stock toolchains.
all images are compiled from special branches from this forked Boeffla Kernel repository
with Toolchain Linaro 4.8.4-2014.11 + Toolchain Linaro 4.9.3-2015.03 - Credits to @Christopher83 for this pre-configured toolchains and Toolchain Sabermod 4.8.4 + Toolchain Sabermod (Uber) 4.9.3 - Credits to RobbieL811 for this preconfigured toolchains and thx to @ak for pointing me to it! Since 27.03.15 there are also images compiled with Toolchain Uber 4.9.3 20150501 + Toolchain Uber 5.1.1 20150501 + 6.0.0 20150501 (experimental) Credits and Thx to Uber Team!
all images are build with changes from following repos
for Boeffla Kernel CM13.0/CM12.1/CM12/CM11/CM11s/CM12s/COS12.1 Linaro/Uber :
https://github.com/zanezam/boeffla-kernel-cm-bacon
for Boeffla Kernel Oxygen OS 1.0.x Linaro/Uber :
https://github.com/zanezam/boeffla-kernel-oos-bacon
Beside of some additional fixes from my side all changes are mixed up and taken from repositories of ak
and DerRomtester so all credits to them!
...and also for letting me bother them! thank u guys for bring me "on track"!
before someone asks some last words about the used toolchain versions: i did a lot of testing before releasing these builds here
and the used Linaro / Uber versions are the maximum versions which can be used to make working builds with pure boeffla
kernel sources and without changing a lot of code in addition. So if u still want to try higher versions i must state here that Linaro versions
above 4.8 might produce a "messed up" image (without optimized flags and without warnings/errors etc. during build!)
which at the end gives you a boot-looping device and that might even be dangerous, so be aware !! if someone has a clue what exactly has to be
done to use higher versions of the corresponding toolchains (with respecting the original kernel source of course) feel free to let us know,
it will be definitely appreciated!
Update 15.03.15: found one reason and i'm able to use some higher versions now!
But with CM11s and CM11 only Uber 4.9.3 and Linaro 4.8.4 are possible!
builds with higher Linaro/Uber toolchain versions still doesn't boot!
what i will do:
build the source code with linaro/uber toolchain and (like Lord Boeffla usually does) provide a CWM image of recent boeffla kernel versions.
do a test for about 1 day with this builds and if they work without any big issues, add them here in the thread.
i will try to keep the linaro/uber toolchain as up-to-date as possible till the need of bigger code change will be reached.
not providing versions that are not released by Lord Boeffla yet.
not providing an image if it is not working - well of course not *g* but it will be marked as "canceled" then for info.
not change the source code to add/remove features or fix boeffla kernel related bugs.
not support the whole stuff here.
what i will maybe do (sooner or later):
provide ZZMoove Governor test builds if there are any new versions to test - more infos and discussions about ZZMoove Governor can be found HERE
maybe tune the build flags if some more linaro/uber experienced dev comes up with "better" ones (feel free to post and let me know, toolchain specialists! *g*)
Downloads:
CM11s (for stock roms!)
One Plus One Bacon CM11s stock builds
(for CM11s XNPH38R/44S/05Q *l484* linaro / *u493* uber)
CM12s (for stock roms!)
One Plus One Bacon CM12s stock builds
(for CM12s YNG1TAS0YL+YNG1TAS17L+YNG1TAS2I3 *l494* linaro / *u494* + *u521* + *u600* uber)
CM12.1s (for stock roms!)
One Plus One Bacon CM12.1s stock builds
(for CM12.1s YOG4PAS1N0 *l494* linaro / *u494* + *u521* + *u600* uber)
COS13.0 (for stock roms!)
One Plus One Bacon COS13.0 stock builds
(for COS13.0 ZNH0EAS2JK *l494* + *l531* linaro / *u494* + *u531* + *u600* + *u700* uber)
COS13.1 (for stock roms!)
One Plus One Bacon COS13.1 stock builds
(for COS13.1 ZNH2KAS1KN *l494* + *l531* linaro / *u494* + *u531* + *u600* + *u700* uber)
CM11 (for genuine roms!)
One Plus One Bacon CM11 builds
(for CM11 roms only! *l484* linaro / *u493* uber)
CM12 (offical nightlies and based ones)
One Plus One Bacon CM12 builds
(for CM12 roms only! *l493* linaro / *u493* + *u511* + *u600* uber)
CM12.1 (official builds and based ones)
One Plus One Bacon CM12.1 builds
(for CM12.1 roms only! *l494* linaro / *u494* + *u521* + *u600* uber)
Oxygen OS 1.x.x
One Plus One Bacon Oxygen OS 1.x.x builds
(*l494* linaro / *u494* + *u521* + *u600* uber)
Oxygen OS 2.x.x
One Plus One Bacon Oxygen OS 2.xx builds
(*l494* + *l531* linaro / *u494* + *u531* + *u600* uber)
CM13.0 (official builds and based ones) + Nethunter and "Cafcam" special builds
One Plus One Bacon CM13.0 builds
(for CM13.0 roms only! *l494* + *l531* linaro / *u494* + *u531* + *u600* + *u700* uber)
CM14.1 (official builds and based ones) + Nethunter special builds
One Plus One Bacon CM14.1 / LineageOS 14.1 builds
(for CM14.1 roms only! *l494* + *l531* linaro / *u494* + *u531* + *u600* + *u700* uber)
Mirror on Androidfilehost for all devices (only latest kernel versions)
Nethunter Install Packs:
For One Plus One Bacon Marshmallow Roms
finally i wanna throw out big thanks to Lord Boeffla for his great work and for accepting that i provide you these linaro/uber builds here! :highfive:
so now i wish u much fun with these builds and maybe some of u can drop a line about how they work for u
reserved
this one too
Welcome, will test the versions. I tried Ak with linaro. It's ready fast.
Sent from my A0001 using Tapatalk
---------- Post added at 11:40 PM ---------- Previous post was at 11:00 PM ----------
Test now the sabemod version, It's fast. Apps open very quick. Scrolling is Smooth en benchmarks are great 47350 point on antutu. Tomorrow I will test more. Thanks ZaneZam.
Sent from my A0001 using Tapatalk
I'd be interested to see what gains/ if any can be made with another toolchain, but I'm holding out on a CM version..
Sent from my One A0001 using XDA Premium 4 mobile app
yeah that's the question on this device the differences are hard to see but well not every system is the same and maybe "something" works significant better.
i had the impression the builds are a bit more "fluid" then stock and sabermod a bit more "fluid" then linaro but well atm with 2 tired eyes will have to look closer tomorrow
and yes i will add CM11 builds after Lord Boeffla releases im also curious about that CM11s-CM11 differences
ZaneZam said:
yeah that's the question on this device the differences are hard to see but well not every system is the same and maybe "something" works significant better.
i had the impression the builds are a bit more "fluid" then stock and sabermod a bit more "fluid" then linaro but well atm with 2 tired eyes will have to look closer tomorrow
and yes i will add CM11 builds after Lord Boeffla releases im also curious about that CM11s-CM11 differences
Click to expand...
Click to collapse
He has test builds up, I'm running it now.. It IS speed, it IS fluidity.. Its also stable, no worries.. If a new tool chain could make this any better, I'd be such a happy camper.. All in its own time.. Rest up, I'm here to test when you have time to build..
Sent from my One A0001 using XDA Premium 4 mobile app
Setting.Out said:
He has test builds up, I'm running it now.. It IS speed, it IS fluidity.. Its also stable, no worries.. If a new tool chain could make this any better, I'd be such a happy camper.. All in its own time.. Rest up, I'm here to test when you have time to build..
Sent from my One A0001 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Which one are you currently running? Also to anyone out there, what's the main differences between linaro and sabormod? Thanks.
ZaneZam said:
yeah that's the question on this device the differences are hard to see but well not every system is the same and maybe "something" works significant better.
i had the impression the builds are a bit more "fluid" then stock and sabermod a bit more "fluid" then linaro but well atm with 2 tired eyes will have to look closer tomorrow
and yes i will add CM11 builds after Lord Boeffla releases im also curious about that CM11s-CM11 differences
Click to expand...
Click to collapse
I'm sure he would link you to where he has builds already would love to see the difference having ran lord boeffla kernel for a while the cm11 version much alohas
Sent from my One A0001 using Tapatalk
My Phone reboot, after I overclock the Phone. It doesn't matter but Ak kernel is stable at 2.88
Sent from my A0001 using Tapatalk
ZaneZam version that you recommend? Linaro or Sabermod... Sorry my english but I'm using a translator ...
otisman said:
I'm sure he would link you to where he has builds already would love to see the difference having ran lord boeffla kernel for a while the cm11 version much alohas
Sent from my One A0001 using Tapatalk
Click to expand...
Click to collapse
actually I have access to Lord boefflas "other" reposities so I even could make a build but it's not official yet so I won't
mdv53 said:
My Phone reboot, after I overclock the Phone. It doesn't matter but Ak kernel is stable at 2.88
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
Ah oc, well I had problems too (on every build also official stock and with pvs value of 5)
They are gone after using +50mv (+25mv is the actual standard) on all oc freq or at least on 2.88. So maybe that helps?
NeGriTa79 said:
ZaneZam version that you recommend? Linaro or Sabermod... Sorry my english but I'm using a translator ...
Click to expand...
Click to collapse
I cannot give any recommendations atm because the builds are too "fresh" had only about 1 day with each of them and also did rebuilds/reboots during that time. So I'm testing like u haven't found "mine" yet.
Any consideration for F2FS compatibility in future ?
Sent from my A0001 using Tapatalk
I'm afraid not from my side as stated in op I will make no changes to the source code except toolchain related ones, so it stays a pure boeffla. If Lord boeffla considers to add it it will also be in these builds here but I think he has already made his point clear about f2fs and not adding it. it's a benefits/problems question I guess.
suaverc118 said:
Which one are you currently running? Also to anyone out there, what's the main differences between linaro and sabormod? Thanks.
Click to expand...
Click to collapse
about the toolchain difference: well honesty i dunno exactly sabermod toolchain was made for the Sabermod AOSP rom and has AOSP related patches included
but i think the biggest difference between the used toolchains HERE is the difference in gcc version per se 4.7 and 4.8 but someone with more experience/knowledge can surely "spend more light" only thing i know for sure is that these versions are working
ZaneZam said:
actually I have access to Lord boefflas "other" reposities so I even could make a build but it's not official yet so I won't
Ah oc, well I had problems too (on every build also official stock and with pvs value of 5)
They are gone after using +50mv (+25mv is the actual standard) on all oc freq or at least on 2.88. So maybe that helps?
Click to expand...
Click to collapse
+25 did the trick. Thanks, sabemod kernel works great.
Sent from my A0001 using Tapatalk
@ZaneZam
finally your thread is born .... i'm here for eventually help ...
thanks a lot for your hard work. :good:
I have to thank, mate! Because of your work/help I was able to start this and thx good to know that u have an eye on
Very good kernel. With my personal config and ZZMoove governor OPO is very smooth with good battery performance.
Regards !

| SOOPLUS-KERNEL | LOLLIPOP | LINARO 4.9 | AOSP & CM12| 18-03-2015 |

Sooplus Kernel for Nexus 5​
Changelog & Features​Rebased on kernel_msm lollipop mr1 kernel source​bricked_hotplug​msm_sleeper hotplug​qcom mpdecision hotplug​Battery life extender​sweep2wake and doubletap2wake​option to disable wake functions with timeout or power button​USB fastcharge​Full f2fs support (latest upstream updates) fstab option in Aroma installer​NTFS R/W & exFAT support​Multirom Support​color and gamma support​faux sound support​wake gestures support​Voltage control​Aroma installer (All options can select in Aroma)​
Kernel is for AOSP, CM12 & stock based Roms​
Downloads​
Sooplus Folder​
Old Downloads​
Sooplus 1.0.1​md5: baa76249131fa0609a36f44db1c417fa​Sooplus 1.0.2​md5: 1849475166d1e972382ea9ae798fa510​Sooplus 3.4.0​md5: 88b5b96048fe07d3edf22492f7df1289​Sooplus 3.4.1​md5: a5ac1cb2c14b152e1deaae3e58d8af22​
Suggestions and feedback always welcome...​I cherry-pick from all the devs in XDA, Thanks to all XDA Devs​Special thanks to @showp1984, @flar2, @franciscofranco, @faux123, @Cl3Kener, @neobuddy89​
Kernel Source​
General Disclaimer​I'm not responsible if you brick your device.
You flash this Kernel at your own risk.​
XDA:DevDB Information
Sooplus Kernel for Nexus 5, Kernel for the Google Nexus 5
Contributors
soorajj
Source Code: https://github.com/soorajj
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 03.18
Stable Release Date: 2015-03-18
Created 2014-11-18
Last Updated 2015-03-19
New Toy xD always good
Downloaded.... flash and test now ?
keep calm and have a Nexus
First test.... kernel runs great [emoji106]
But sweep2sleep doesn't work for me.
Tested all combinations but no luck.
sweep2wake gesture swipe up set in aroma but have swipe left to right to wake screen
keep calm and have a Nexus
1haumann1 said:
First test.... kernel runs great [emoji106]
But sweep2sleep doesn't work for me.
Tested all combinations but no luck.
sweep2wake gesture swipe up set in aroma but have swipe left to right to wake screen
keep calm and have a Nexus
Click to expand...
Click to collapse
Have you tried using Trickster to set those gesture functions? Could you do it ? I'm also interested in a kernel with those functions. I'm using Racer with no problems there, but I wanted to give this a spin
MidnightDevil said:
Have you tried using Trickster to set those gesture functions? Could you do it ? I'm also interested in a kernel with those functions. I'm using Racer with no problems there, but I wanted to give this a spin
Click to expand...
Click to collapse
Screenshots show settings in trickster [emoji6]
keep calm and have a Nexus
Sooplus version 1.0.1:
Sooplus version 1.0.1 is released.
Changelog: Github commits
So far so good, nice solid start.
Thank you
Sooplus version 1.0.2:
Sooplus version 1.0.2 is released.
Changelog
Sooplus version 1.0.3 is released.
Sooplus version 1.0.3 is released.
Compiled with Sabermod 4.9.3 toolchain: with Graphite opt enabled.
Changelog
soorajj said:
Sooplus version 1.0.3 is released.
Compiled with Sabermod 4.9.3 toolchain: with Graphite opt enabled.
Changelog
Click to expand...
Click to collapse
Thanks, gonna take it for a spin
Sorry for stupid question, but what is sbermod graphite mod?
also, your and elemextalX kernel don't work on my phone, dfq...
at elementalx you need to flash the stock kernel before. for me it works with dirty flashes too but who knows
iplexus4 said:
Sorry for stupid question, but what is sbermod graphite mod?
also, your and elemextalX kernel don't work on my phone, dfq...
Click to expand...
Click to collapse
In simply words - sabermod and graphite are optimizations for Android, making kernel and ROMs faster.
Can I add my own color profile to Aroma installer? https://drive.google.com/open?id=0B87i-uIvsOzONGk2aUp6dExpZlE&authuser=0
I'm feeling interested to test this kernel. Let's see if it can beat the 4672 PCMark score from Hellscore!
Bionic patches would be a nice feature to your kernel (take a look at xTraSmooth) =D
Deleted
otavioricciotti said:
Can I add my own color profile to Aroma installer? https://drive.google.com/open?id=0B87i-uIvsOzONGk2aUp6dExpZlE&authuser=0
I'm feeling interested to test this kernel. Let's see if it can beat the 4672 PCMark score from Hellscore!
Bionic patches would be a nice feature to your kernel (take a look at xTraSmooth) =D
Click to expand...
Click to collapse
ok i will try to add your color profile on next release
New kernel released
Changelog:
reworked based on cm source (I like cm source, why i don't know)
Build using GCC 4.8, no additional optimization flags! let's see how it will work!!
Added only my favourite features...
Detailed changelog
Last 24 hours with this kernel has been great (paired with latest Euphoria). Found my new DD combo ??
MidnightDevil said:
Have you tried using Trickster to set those gesture functions? Could you do it ? I'm also interested in a kernel with those functions. I'm using Racer with no problems there, but I wanted to give this a spin
Click to expand...
Click to collapse
you could use them with trickster...with premium version of trickster there is much more you could do to an existing rom

[Kernel][CM/CAF][OC/UC] BlueBerry Kernel [OP2][v1.4]

[FONT="Open Sans, Roboto, sans-serif"]
BlueBerry Kernel for OnePlus 2
Based on benschhold's custom kernel
Disclaimer
Code:
YOU are doing this modifications to your device.
YOU take the full responsibility for whatever you do with your device.
I am NOT responsible, nor will I provide any support if your device gets any damage by this software, your boss fired you because you missed an alarm or it caused a thermonuclear war.
By downloading and/or installing this software ("kernel") you agree that you are fully responsible for your actions.
Thanks!
Features
Basically everything you get from benschhold's kernel, plus:
Tweaks in Virtual Memory (Swappiness, VFS Cache Pressure, and more)
-> Better performance without side effects on OnePlus 2!
Default I/O Scheduler: sioplus
Default TCP Congestion Algorithm: htcp
Latest Kernel Adiutor by @Grarak (Everything should work fine, including Sound settings)
Super compatible with halogenOS
QuadRooter security patches
Other security patches
This kernel is provided as a flashable ZIP file. The kernel is installed using AnyKernel, which gives better compatibility on various ROMs!
Prerequisites
OOS3 firmware
Android Marshmallow ROM (CAF/CM13)
An already working kernel installed on your device
FAQ
Does this work on ROM x?
Try it yourself, please!
Download
Download from AndroidFileHost
Credits
This kernel is based on benschhold's custom kernel.
Credits go like following:
benschhold
Grarak
Altaf Mahdi
regalstreak
If you feel that you are left out here, please contact me!
Sources
Kernel source
AnyKernel source
[/FONT]
XDA:DevDB Information
BlueBerry Kernel (OP2), Kernel for the OnePlus 2
Contributors
xdvs23, This kernel is based on benschhold's
Source Code: https://github.com/xdevs23/android_kernel_oneplus_msm8994
Kernel Special Features: Overclock, Underclock, Tweaks, everything else you also get from benschhold's kernel
Version Information
Status: Stable
Current Stable Version: 1.3
Stable Release Date: 2016-08-16
Created 2016-07-26
Last Updated 2016-08-21
Reserved
Reserved
Extra reserved
Reserved
"Super compatible with halogenOS"
Love this <3
Great work!
regalstreak said:
"Super compatible with halogenOS"
Love this <3
Great work!
Click to expand...
Click to collapse
Thanks bro
Excited to try this out.
New Version is up - 26th July 2016 - v1.1 (bh 3.6)
Changelog
Update Linux Kernel version to 3.10.84
Set sioplus as default I/O Scheduler
Set htcp as default TCP Congestion Algorithm
Ship new Kernel Adiutor Beta by @Grarak
Download here
works pretty well with tipsy.thxs
Sent from my ONE A2003 using XDA-Developers mobile app
xdvs23 said:
New Version is up - 26th July 2016 - v1.1 (bh 3.6)
Changelog
Update Linux Kernel version to 3.10.84
Set sioplus as default I/O Scheduler
Set htcp as default TCP Congestion Algorithm
Ship new Kernel Adiutor Beta by @Grarak
Download here
Click to expand...
Click to collapse
charge control?
Sent from my oneplus2 using Tapatalk
Nik_ said:
charge control?
Click to expand...
Click to collapse
What exactly do you want to know?
This kernel supports charging with up to 2000 mA, which is Qualcomm QuickCharge.
Hope that answers your question.
xdvs23 said:
What exactly do you want to know?
This kernel supports charging with up to 2000 mA, which is Qualcomm QuickCharge.
Hope that answers your question.
Click to expand...
Click to collapse
yeah that's what i wanted to know that does your kernel has charge current control... thanx for adding that patch...
Sent from my oneplus2 using Tapatalk
---------- Post added at 12:18 AM ---------- Previous post was at 12:17 AM ----------
xdvs23 said:
What exactly do you want to know?
This kernel supports charging with up to 2000 mA, which is Qualcomm QuickCharge.
Hope that answers your question.
Click to expand...
Click to collapse
one more thing you mentioned your kernel is based on boefla's sources...his new kernel is any kernel work both on cm as well as oxygen os.. same in your case?
Sent from my oneplus2 using Tapatalk
Nik_ said:
yeah that's what i wanted to know that does your kernel has charge current control... thanx for adding that patch...
Click to expand...
Click to collapse
No problem, credits go to @benschhold for adding that
Nik_ said:
one more thing you mentioned your kernel is based on boefla's sources...his new kernel is any kernel work both on cm as well as oxygen os.. same in your case?
Click to expand...
Click to collapse
Hold on, the kernel is not based on Boeffla's. It is based on benschhold's.
xdvs23 said:
Hold on, the kernel is not based on Boeffla's. It is based on benschhold's.
Click to expand...
Click to collapse
lol ok sorry.. but did you made it specially for aosp based roms or cm too? or should i give it a shot and try?
Sent from my oneplus2 using Tapatalk
Nik_ said:
lol ok sorry.. but did you made it specially for aosp based roms or cm too? or should i give it a shot and try?
Click to expand...
Click to collapse
It is for CM and CAF based ROMs.
And because I use AnyKernel, it should work on most ROMs.
But of course it is worth to give it a try.
Nik_ said:
lol ok sorry.. but did you made it specially for aosp based roms or cm too? or should i give it a shot and try?
Sent from my oneplus2 using Tapatalk
Click to expand...
Click to collapse
it works with tipsy.tipsy is aospb based.
Sent from my ONE A2003 using XDA-Developers mobile app
Deleted
Does it have the bug which keeps your device awake
nice to see that kernel development is going on, on OnePlus 2.

[LOS][KERNEL]DARKKERBAL v1.3

DarkKerbal V1.3 for LOS and LOS based ROMs for Z3 Compact
Features:
1. Overclock upto 2.7Ghz
2. Added multiple governors
3. Added multiple IO Scheds
4. Overclocked GPU to 650Mhz
5.Added Multiple TCP Algorithms
6. QC2.0 Support (Not working right now)
7. F2FS only works for data and cache partitions(just like stock LOS kernel)
8. SUPER AWESOME MEGA PERFORMANTE-BATTERIEEE BALANCE MOD(TM) (jk)
ToDo:
1. Out of ideas ... dont really think you need more from a kernel. But you can request features here, Ill try to add them
2. No adreno idler. sorry.
3. flashable zips
Download:
https://www.androidfilehost.com/?fid=673368273298967234
Please use latest LOS only
Installation:
1. Flash TWRP 3.0.2-1 or 3.1.0-0
2. Flash LOS or any LOS based rom
3. Flash the downloaded DarkKerbal zip.
Bugs:
-You tell me ( @tomascus )
Now now ... you want to report bugs ? Thats awesome . But I need a logcat, method to reproduce the bug, and a rather detailed explanation. otherwise I might just ignore your post.
Changelog:
1.0:
-Initial release
1.1:
-QC2.0 Support added (Needs testing)
-Changed minimum GPU frequency to 100MHz
1.2:
-Fixed issues related to flashing Magisk and Boot Image Patcher
1.3:
-QC charged due to heating issues.
-Compatible with Latest LOS (23rd June) and latest AIM builds
-Compiled with UberTC 4.9 ​XDA:DevDB Information
DarkKernel, Kernel for the Sony Xperia Z3 Compact
Contributors
panzerox123, panzerox123, tomascus, @nailyk @xkeita @rcstar6696 @ShadowElite @malacha @Robot76
Source Code: [url]https://github.com/panzerox123/android_kernel_sony_msm8974/[/URL]
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2017-05-09
Created 2017-05-10
Last Updated 2017-05-10
Wow, we finally have a modified kernel for LOS, great job! I will test it out later..
Is it possible for you to add Fauxsound sound control to the kernel in a future release?
stefx98 said:
Wow, we finally have a modified kernel for LOS, great job! I will test it out later..
Is it possible for you to add Fauxsound sound control to the kernel in a future release?
Click to expand...
Click to collapse
I don't think that's the greatest idea as faux sound is notorious for being buggy/breaking **** when not implemented properly.
An alternative would be boeffla sound or something, I'll look for an alternative and contribute it to this project.
@stefx98 as @_LLJY said I will explore other options
Ok, keep up your good work
Hi!
Thanks for your work. So this kernel is based on 3.4, right? and it's only for Lineage OS?
Thanks!
andry360 said:
Hi!
Thanks for your work. So this kernel is based on 3.4, right? and it's only for Lineage OS?
Thanks!
Click to expand...
Click to collapse
Yep. Only for LineageOS
stefx98 said:
Wow, we finally have a modified kernel for LOS, great job! I will test it out later..
Is it possible for you to add Fauxsound sound control to the kernel in a future release?
Click to expand...
Click to collapse
Fauxsound is dead since Marshmallow, it is now deprecated, and should not be used.
I read about it here:
http://forum.xda-developers.com/showthread.php?p=65346831
It says that fauxsound is bad for the kernel.
Afaik
[emoji7]
Λ.᪃.I.S.Ξ_Z3C_MΛGISK_SUᗱST᪃ΛTUM
panzerox123 said:
DarkKerbal V1.0 for LOS and LOS based ROMs for Z3 Compact
Click to expand...
Click to collapse
This is nice - Well done panzerox!
Don't know if its easy to implement but UV (under volting...) would be nice as well...
Otherwise I'm with you... Some Govs, some I/Os, OC CPU/GPU and done...
But take this as an future suggestion. I'm still not using LOS so I have no vote here actually
fluffi444 said:
This is nice - Well done panzerox!
Don't know if its easy to implement but UV (under volting...) would be nice as well...
Otherwise I'm with you... Some Govs, some I/Os, OC CPU/GPU and done...
But take this as an future suggestion. I'm still not using LOS so I have no vote here actually
Click to expand...
Click to collapse
I might have added undervolting at some point during the last 2 months
/Good job/
panzerox123 said:
Contributors
panzerox123, panzerox123, tomascus, @nailyk @xkeita @rcstar6696 @ShadowElite @malacha @Robot76
Click to expand...
Click to collapse
Good job kerbal magister. Keep this up. But please... Don't take my part of kernel industry in Z3 section. Thanks for your awesome work. Greetings from Poland.
quick charge 2.0 like in the redmi note 3 from franco kernel?
---------- Post added at 05:53 PM ---------- Previous post was at 05:35 PM ----------
also kernel is 3.4.0
latest is 3.4.113
any chance of applying the patches?
veti said:
quick charge 2.0 like in the redmi note 3 from franco kernel?
---------- Post added at 05:53 PM ---------- Previous post was at 05:35 PM ----------
also kernel is 3.4.0
latest is 3.4.113
any chance of applying the patches?
Click to expand...
Click to collapse
QC2.0 is under testing right now . I do not have a QC charger so I have to rely on other's testing.
Yes. Ive tried applying the patches .... Spent 8 hours trying to do it and I got tonnes and tonnes of errors . Ill try again some other time.
Custom kernel for LOS, nice one :victory:
As for new features, from top of my head:
1. Intelliplug hotplug (MPdecision is terrible)
2. GPU lowest freq 27mhz
3. Adreno idler (I saw you mentioned it already)
4. Simple GPU algorithm (by faux if I recall correctly)
Those GPU features should help to improve battery life, as I think the Simple GPU algorithm keeps GPU freq at lowest (27mhz if included) while using the phone, as opposed to 200mhz which is the behavior ATM.
I can't test the kernel sadly since top of my touch has stopped working (was unglued before - f*cking Sony) and I'm in process of selling it, I might go with another Z3C again, however I'm leaning towards Z3, anyway this suggestions should further improve the kernel.
Cheers
Cirra92 said:
Custom kernel for LOS, nice one :victory:
As for new features, from top of my head:
1. Intelliplug hotplug (MPdecision is terrible)
2. GPU lowest freq 27mhz
3. Adreno idler (I saw you mentioned it already)
4. Simple GPU algorithm (by faux if I recall correctly)
Those GPU features should help to improve battery life, as I think the Simple GPU algorithm keeps GPU freq at lowest (27mhz if included) while using the phone, as opposed to 200mhz which is the behavior ATM.
I can't test the kernel sadly since top of my touch has stopped working (was unglued before - f*cking Sony) and I'm in process of selling it, I might go with another Z3C again, however I'm leaning towards Z3, anyway this suggestions should further improve the kernel.
Cheers
Click to expand...
Click to collapse
1. Sure
2. I have just changed lowest to 100mhz rather than 27mhz ... Just to suppress the lag. Ofcourse it can be changed
3. I actually have mentioned that I won't be adding adreno idler. Took me several tries to get compile with it... And when I did, it didn't work properly . :silly:
4. Yup. That's a good suggestion ... Though I'm not sure, I might have added it already. The feature list is what I remember adding. You can look at my GitHub for all the features.
That's sad. I had the same issue and got it replaced under warranty . My battery has actually weakened drastically. So I have upgraded my device and given the z3c to my brother (getting battery replaced soon). So the z3c is my main Dev device for now :laugh:
I hope you can get it fixed
Supersu does not work with this kernel :c appears "boot image patcher failure" in TWRP
frixed said:
Supersu does not work with this kernel :c appears "boot image patcher failure" in TWRP
Click to expand...
Click to collapse
IMHO,
Closed source SuperSu (since v2.76* approximately. was the last by the real, Chainfire after he sold it to CodingCode, who nobody knows) is both a privacy and security concern: SuperSu now belongs to CodingCode which is a subsidiary to a large global telecommunications company, JJWorld Network Technology Co., LTD. Beijing China. I don't trust it and why the secrecy. This is the reason behind the sudden rise of both opensourced: Pierre-Hugues SuperUser and TopJohnWu's Magisk Manager. (Both rapidly playing catch up)
I would never give administrative rights to an authority I do not know, use at your own risk.
[emoji7]
*Some v2.76 stable were being supplied by Chinese website's even before Chainfire had officially released his v2.76, due to a communication error and without his knowledge, and had contained a bug that v2.76 was designed to fix.
Λ.᪃.I.S.Ξ_Z3C_MΛGISK_SUᗱST᪃ΛTUM
frixed said:
Supersu does not work with this kernel :c appears "boot image patcher failure" in TWRP
Click to expand...
Click to collapse
Flashing magisk or anything that involves patching is an issue now. I'll try to fix it ASAP.
New Build out:
-QC2.0
-Changed Min GPU Frequency
-Fixed issues with installing Magisk and other boot image patchers
thanks for your great job. i wonder, is it hard to make it flashable zip? cause it's more practical from adb..
Xperia Z3C cihazımdan Tapatalk kullanılarak gönderildi

Categories

Resources