Ok guys i have got permission to bring over lean kernel and offer support for it on xda. I will keep this post up todate with all the most recent kernel updates and news. All credit goes to imoseyon as the original op and rootzwiki for original posting. I am posting this with full permission and support from imoseyon
Mod Type:: Kernel
Difficulty:: Very Easy
Mod Status:: Stable
Apply In:: CWM Recovery
Requires Root:: Yes
Exp builds are also up and includes a bunch of Android/OMAP updates not in stable.
SOURCE:
ICS
JB
This is a minimalistic Galaxy Nexus kernel. My philosophy is to keep the kernel as lean and stable as possible, at the same time to keep the kernel as modern and close to latest mainstream linux as possible. You will see that my kernels will lack some of the bells and whistles from other kernels.
sorry host4droid is still down. Mirrors:
kk4.4 LK 9.0 beta (use at ur own risk)
JB4.3 [ stable builds | exp builds ] [ change log | exp changes ]
JB4.2:Stable
Stock JRN84D kernel
Terminal Emulator not finding scripts? Read this post.
CHANGE LOG JB 4.2
FEATURES
Patched to latest in Linux 3.0.x branch.
All unnecessary kernel components removed to make kernel lean and fast!
OC to 1.65ghz. Boot speed is maxed at 1.2ghz within kernel (in addition to ramdisk) for stability.
User voltage control
InteractiveX V2 (screen-off hotplug of cpu1) added. Select it using setcpu if you want to use it.
Ramdisk tweaks (sysctl, vm, filesystem speed, etc.)
SWAP & zram (next generation compcache) support. Run "zram enable" in terminal.
init.d support in ramdisk.
lk.conf for basic kernel configuration.
HotplugX governor (Hotplug optimized and modified for screen-off suspend).
wakelock tweaks for wlan and lte modem
lkflash - script to flash latest versions of leanKernel from Terminal (type "su" without quotes, hit enter, then type "lkflash" without quotes and then hit enter)
checkv - voltage checking script (for custom undervolting) - detailed at bottom of this post.
checkt - script that displays 1) your current temp, 2) # of times you were throttled due to temp "recently", 3) CPU trim type, and 4) CPU silicon type, etc.
Fast USB charge (by chad0982) and "ffc" toggle script by me. (Open terminal, and type "ffc" without quotes then enter)
ColorControl from both CM9 and Ezekeel (compatible with all ROMs). Helpful posts: 1and 2.
TempControl - sysfs interface to control the CPU temp threshold. Read these two posts: 1 and 2.
Variable GPU OC - sysfs interface to select GPU max speed between 307MHz (stock), 384MHz and 512Mhz. The changes take effect immediately. Check FAQ for more info and how to use it.
Custom SR Tuning - override kernel default minimum voltage for SR calibration.
SoundControl
Gamma Control
ROW scheduler v4
DIRECTIONS
Uh.... flash the zip in clockworkmod.
Thanks to forum member maddler for providing file hosting
FAQ
How do i change voltage? - Use the latest version of setcpu, leantweaks, cputuner, or your ROM's built-in tools.
Do i need to wipe dalvik/cache? - in general there's no need, but it doesn't hurt so if you have time go ahead. Posted Image I don't wipe.
Can we OC higher or add more frequency slots? - You can find the extra slots in my experimental versions.
Will this work on GSM gnexus as well? - It should. I don't have a GSM phone to test so let me know if it stops working.
What is interactiveX V2? Read this post and thttp://rootzwiki.com/topic/13092-kernel-leankernel-minimalistic-kernel-120-123111/page__view__findpost__p__342571
Are you getting Screen-Off/Sleep-Of Death (SOD), general instability, or unusual battery drain?
Before you post here (especially if you're running the experimental version), try the following steps in order:
0) dude, disable screen-off profiles if you're running interactiveX.
1) If you're running the experimental version, do you have 180mhz/230mhz and/or 1.42ghz slots enabled? If so disable them both!
2) If the above doesn't help, do you have custom undervolting enabled? If so disable it! (keep in mind that the kernel is already undervolted by default).
3) If the above doesn't help, are you using interactiveX or hotplug governors? If so change to interactive.
4) If the above doesn't help then you should not be running the experimental version. Install the stable version and try both interactiveX and interactive without custom undervolting.
If you're still getting SOD with stable/interactive, report it here.
What about call-recording? - First the app needs to support Galaxy Nexus. Find out if it does and then find out from the author of the app what kernel changes are required and let me know.
Should i set up screen-off profile? - ICS kernels have built-in screen-off profile for all governors at 700mhz. So you don't need it unless you want to set it lower than 700mhz. In general there isn't a whole lot to gain by setting it lower.
Hotplug vs interactiveX? - Read this post. HotplugX vs interactiveX
What is zram and why do i need it?
zram basically takes a portion of your RAM (10% using my script) and turns it into a compressed swap device. So in layman's terms you're extending the size of your memory (potentially from ~700mb to close to 1000mb depending on the compression ratio).
To answer the 2nd question, no you don't really need it but if used properly (using custom LK zram script) it could help you in two different ways:
1) Android OS is based on Linux OS and the OS will try to use a growing portion of your RAM for file and inode caches and if you keep your phone up without rebooting after a while you may notice things getting a little sluggish. That's because the OS is not doing a good job in dropping the caches and freeing up memory for the apps.
2) more RAM and tweaked minfree (also handled by custom LK script) could potentially allow your apps to stay in memory longer (this may or may not be desirable based on your preference of course).
In conclusion, I'd say if you're curious it doesn't hurt to try. To revert, just type "zram disable".
What's the low-down on the GPU OC?
My kernel's GPU is now set to stock 307Mhz by default. You can adjust that by using Variable GPU OC (see a separate FAQ entry below).
When you go from say 307 to 512Mhz, you will not experience near double performance increase. Due to the factors outside the GPU module (ie. memory bandwidth limitation), you can't truly OC the GPU. In fact, most people can't tell the difference between 307, 384 and 512. Nenamark2 will roughly give you the following scores: 307/25fps, 384/28fps, and 512/31fps.
Some of you have seen the note from Colin, the Google kernel engineer, not to OC the GPU because using the OV_UV voltage slot will drain the battery. My kernel uses the same voltage for both OV and OV_UV slots. So there's no danger of battery drain there.
Why are the IO benchmark test scores lower than another kernel?
Some of the kernels out there have fsync disabled to increase benchmark scores. I believe that is unsafe and could cause data corruption. I do have hooks in my kernel to disable it but I don't use it.
In real world there will not be any user perceivable difference whether you have fsync enabled or disabled.
Is there a way to tune hotplug via sysfs?
yes. Advanced users only!
My phone doesn't seem to be deep-sleeping, what gives?
(assuming you checked in the right place like cpuspy) In terms of deep-sleep, there's not a whole lot going on in the kernel. It works or it doesn't - and I can assure you that I test every release (well almost every release) for deep-sleep before I release.
19 out of 20 times it's either 1) some sort of background process that's preventing your phone from going into deepsleep, or 2) something's misconfigured in your ROM, or both. Also connecting to USB will prevent phone from going into deepsleep.
I'm having unusual battery drain - help!
First of all, our gnex has very poor battery life while in active use. It's downright horrible while screen is on - screen is definitely the main culprit and there's not a whole lot I can do about that.
Custom undervolting can help or can hurt. This is mainly due to SmartReflex (class1.5) which auto-calibrates the ideal voltages for you. In fact, with SR you don't really need to use the custom undervolting feature for frequencies other than the 2 lowest. It does a great job calibrating higher frequencies. I personally don't touch it.
The "notrim" versions are an exception because I had to disable SR1.5 for the trim override to work. There's no auto-calibration going on there. Feel free to mess with custom undervolting on the notrim versions.
Now, if you've already accepted the horrible battery life while screen is on, but have questions about battery drain while idle - read the next question.
I'm having unusual battery drain while screen is off, or phone is sleeping - help!
First, let's find out if you're phone is going into deep-sleep. Install CPUSpy, unplug phone, turn off screen, and leave the phone alone for 5-10min. Turn the screen back on, launch CPUSpy, and see if you see an active entry for Deep Sleep. If so congratulations - read on.
If you've determined that your phone is not entering deepsleep by using the above method, read my entry above that says "My phone doesn't seem to be deep-sleeping". I've heard that removing SDM.apk helps as well as rebooting the phone. Also try turning your bluetooth on and off, and launching camera app and closing it.
If you've determined that your phone is entering deepsleep fine but still feel like battery drains, read the next question.
I'm having unusual battery drain while phone is in deep-sleep - help!
First make sure you are absolutely positive that deep sleep is working (read the previous question).
While on my kernel *and* connected to Wifi, you shouldn't drain more than 1% battery per hour *average* while in deep sleep (based on 5-8 hour continuous deep sleep). With wifi turned-off, my guess is probably no more than 1-3% per hour, depending on signal strength.
tip 1: If above is not happening for you, first charge the phone all the way and reboot. Let things settle a bit - give it a day or so. If you're using Battery Monitor Widget (which is not accurate for gnex), things should eventually settle between -2mA and -60mA per sample.
tip 2: Install BetterBatteryStats and look at which wakelocks dominate. Google search for names of the wakelocks to see how you can fix them.
tip 3: http://checkthis.com/d87t
If nothing seems to help, you can try the "notrim" version, but stick to speeds between 350 and 1350 (don't use OC slots). The notrim version has SR1.5 disabled which could help for those of you with drain issues on my other kernels.
What is tempcontrol and how do I use it?
First, read these two posts: 1 and 2.
Although tempcontrol was designed to be used with the experimental notrim builds because the cpu gets hotter in notrim frequencies, you can actually use tempcontrol to throttle lower frequencies. I haven't tried myself, but theoretically you can set your top speed at say 1.2Ghz and use tempcontrol to throttle at say 60C (instead of the stock value of 63C) resulting in slightly cooler phone. Theoretically.
What is SmartReflex?
SmartReflex performs continuous dynamic voltage scaling around the nominal operating point voltage according to silicon characteristics and operating conditions.
My stable and experimental builds will have SR Class 1.5 enabled by default.
You can disable SR via sysfs
How do I use Variable GPU OC?
You can use Lean Tweaks by Jake, or use the built-in "oc" script. Both leantweaks and my oc script will create an init.d script so the setting sticks at boot. My "checkt" script will also show the current GPU max speed. Note that 512MHz will probably not work for everyone.
307Mhz (stock) is set default by the kernel.
Open Terminal, and type for stock speed of 307Mhz: oc gpu 0
for 384MHz: oc gpu 1
for 512Mhz: oc gpu 2
What are the available sysfs options?
Check this post (thx byrong)
Which governor should I use on JB?
As usual I'd recommend trying all the governors and see which one works best for you. Stock JB, however, is optimized for interactive. The OS will automatically modify various interactive governor parameters on the fly while you're using the phone as part of "project butter". Namely, the following parameters are constantly adjusted by the OS: boostpulse, timer_rate, min_sample_time, hispeed_freq, go_hispeed_load, and above_hispeed_delay.
I hope this helps people if there is any other information you might want added just ask and i will do my best to come up with a comprehensive guide.
Donate to your favorite charity, or donate to imoseyon.
Did you ask Imoseyon before you posted this?
Thanks for bringing the thread over to XDA. Hopefully you got the necessary permissions, for the sake a peaceful thread. Its good to have most developments of the GNEX here and I finger tip away.
Sent from my Galaxy Nexus using xda premium
I've heard a lot about this kernel!
yes this is with his permisson
ajf64 said:
No i didn't ask him but i did put all due credits in it and it is in every other gnex forum but the sprint one all brought over by other people so if he has a problem with this he can feel free to pm me and i will get it removed i just figured it give us some easier access to his great kernel. In no way am i claiming this to be my work all support should be directed at the original thread op. I was just trying to make access to his kernel a bit easier for all xda users
Click to expand...
Click to collapse
That's all hunky dory but just doing things without asking the developer is just not right. Regardless if he has an issue or not. Its like you make something you work diligently on and then somebody just posts it somewhere else.
I dunno maybe its just me but its just common courtesy.
Sent From My Toro+ via SkyBlue Tapatalk
Thanks op.
#inb4close
#ReOpened
Sent from my Galaxy Nexus using Tapatalk 2
all fixed
ajf64 said:
well then sorry for posting it will a mod please delete this thread before it becomes a flame pit
Click to expand...
Click to collapse
Doesnt need to be deleted.. if just ask him if its alright.. thats fine enough
ÜBER™ said:
Doesnt need to be deleted.. if just ask him if its alright.. thats fine enough
Click to expand...
Click to collapse
Why do you always ruin the flaming? With your...good nature...and your rap music.
Thanks for linking. You can still ask dev for permission but I get what you're trying to do. I prefer xda since this is where I have gotten help with every phone since my nexus 1.
Sent from my Galaxy Nexus using XDA Premium HD app
Well i have gotten permission to post this from imoseyon and to keep this thread updated on xda sprint forums for him so it looks like we are all set he got back to me alot faster then i thought he would so every thing should be all good guys
and yes jayare313 i am so used to finding every thing i need on xda some times it s a pain having to check 3 or 4 sites to see if any of your mods for your rom are updated
Sorry. 3 issues here:
1) I need to verify permission from the developer and he needs to verify that he is going to support it here. If someone downloads it, flashes it, and somethings wrong.......who is going to give answers and support it? We have an active community who can help, sure, but the developer has to actively support it here. If he were ready to give support here, he would have posted it here already. And even then it would have to go in general unless he started the thread.
2) There is no source provided in the OP. Kernels must be GPL compliant and listed in the OP.
3) If you did not create it, do not post it in the development section.
Alrighty. Everything should be good now. I'll be keeping an eye out.
OP will be updated soon, with source and I've spoken to the developer.
Thank you guys.
---Jay--- From the GNex
Well, I will say I like having this thread here. So thanks to the op.
Sent from my Galaxy Nexus using Tapatalk 2
I will be updating the thread when i get home today and be offering any support you guys may need for this kernel
MichaelMcEntire said:
Well, I will say I like having this thread here. So thanks to the op.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
I totally agree. Thanks to OP for the thread and imoseyon for the kernel
Sent from my Galaxy Nexus using xda premium
Np guys any time and if there is any thing i can help with just ask i plan to provide full support for this kernel. Also if there are things you wish to have added feel free to post them as well i have permission to compile my own versions of lean kernel with cherry picked features from his repository and to add features to it. I look forward to your feedback.
is 4.2 jb cm10 compatible
twoeleven99 said:
is 4.2 jb cm10 compatible
Click to expand...
Click to collapse
Yes
Sent from my Galaxy Nexus using xda app-developers app
[font=verdana,geneva,sans-serif]Nyan Kernel Tuna[/font]
By Marcusant
________________________________________________________________________________________________________
Info
________________________________________________________________________________________________________
Source: http://github.com/ma...t/Nyan-Tuna-JB/
Nyan Colonel was originally created for the Epic 4G as an effort to bring all of the features from other Hummingbird devices to the Epic. Now I have used my upgrade on a Galaxy Nexus and have been trying many different kernels and every one seems to have some features and be missing others. I have attempted to add as much features I can while still keeping the kernel lean and fast with great battery life. This does not require you to be some crazy linux enthusiast in order to modify, or charge you for an app capable of tuning it. It comes with the trickstermod app in order to tweak the kernel to your needs in case the preset settings don't fit your user type.
If you need help, feel free to gtalk me, I don't bite (most of the time): [email protected]
Also, if you feel I have helped, up my rep or even donate
________________________________________________________________________________________________________
Features
________________________________________________________________________________________________________
Bold = Default
CPU Governors
PegasusQ - A mix of performance and battery life that hotplugs the cpu at low use
Interactive - Boosts frequency based on load put on by the user. Modified to also boost on touch of the screen.
Ondemand - Basic scale on demand governor with no hotplugging
HotplugX - Ondemand modified to hotplug at low use and screen off
Wheatley - Basically ondemand (scales depending on demand) that is modified for performance
Lazy - Basically conservative (scales gradually depending on load) that is modified for performance
Schedulers
SIO - A mix of NOOP and Deadline made for flash memory, like the GNex has
BFQ - Currently experimental. For heavy IO load
CFQ - Attempts to distribute the disk fairly among processes
Deadline - Imposes a deadline on processes to prevent lack of resources
NOOP - Simplest scheduler. Good for flash memory.
CPU Frequencies (MHz)
230, 384, 729, 1030, 1228, 1305, 1420, 1536, 1612, 1728, 1804
GPU Frequencies (MHz)
Set by running: echo # > /sys/devices/system/cpu/cpu0/cpufreq/gpu_oc
echo 0 = 308MHz
echo 1 = 384
echo 2 = 512
If you don't like using command lines, you can edit the gpu_oc file with es file explorer and change it from 0 to 1 or 2
Misc Features
Feature - Default Setting
Max Screen Off - 384000
Read Ahead Buffer Size - 2048
TCP Congestion Control - cubic
Wifi High Performance - off
Fast Charge - off
High Performance Sound - off
Vibrator Strength - 1400
Battery Life Extender - 100
FSYNC Control - off
Temperature Limit - 64
SmartReflex - All options ON
Voltage Control (too much to list, just screenshot before changing)
Gamma Control - -10
Contrast Control - 6
Color Settings - Default preset
Compiled with Linaro's GCC 4.7
Fixes, speed enhancements, security enhancements, Linux updates, and battery enhancements
________________________________________________________________________________________________________
Credits
________________________________________________________________________________________________________
Koush - "Any Kernel" on-phone boot.img repack
bigeyes0x0 - his free kernel mod app
Ezekeel - All of his fantastic mods and govs I used in Nyan
FranciscoFranco - Speed tweaks and other patches
Linux Contributers - A ton of patches from newer versions of Linux, etc.
Red Hat Linux Developers - A ton of patches
Imoseyon - Patches, governors, etc
Everyone else who I forgot
________________________________________________________________________________________________________
Changelog
________________________________________________________________________________________________________
Rel5
Improved responsiveness
Improved battery life
Updated net drivers
Fixed interactive lag
Added interactive touch boost
Updated to the latest 3.0.x kernel
Filesystem optimizations
Much more
[/LIST]
________________________________________________________________________________________________________
Downloads
________________________________________________________________________________________________________
Latest Version - http://marcusant.com...-Tuna-Rel5.zip
All versions (older/unreleased) - http://marcusant.com/nyankernel/tuna/
Great..new kernel.
Sent from my Galaxy Nexus using xda premium
I hate to do this, but... bump
Sent from my Galaxy Nexus using Tapatalk 2
looks very nice, definitely will try this. thanks.
great kernel!!!!
Always room for a new kernel. Thank you sir!
Galaxy Nexus HSPA+
i`m looking forward to a new build with PGM support!
Been running this kernel all day and its been working great. Can't wait for future updates to the kernel!
Sent from my Galaxy Nexus using xda premium
Really a smooth performer, people should really look in to this kernel needs to be more popular than it is ...
Let me try this
would you be so kind as to include trinity contrast?
Coming from other kernel such as franco/trinity, with their own ramdisks. Do I have to reflash my rom to get it's ramdisk before flashing this kernel? Or does it comes with it's own tweaked ramdisk?
Hate to do this also but bump, anyone can answer me?
Found my own answer after some search!
AnyKernel is a template for an update.zip that can apply any kernel to any ROM, regardless of ramdisk.
koush-AnyKernel. AnyKernel is a template for an update.zip that can apply any kernel to any ROM, regardless of ramdisk
been using this kernel for a day, meanwhile it looks pretty battery friendly. thaks for the good work.
un.droid said:
been using this kernel for a day, meanwhile it looks pretty battery friendly. thaks for the good work.
Click to expand...
Click to collapse
smooth in performance? like butter?
to be honest, ive never met a combination of JB+any kernel that wasnt smooth. so yeah, this kernel is smooth i say give it a try.
Took the plunge to flash it, don't really like it. No way to adjust colour setting? The default pre-set were well above the safety limit.
i like the default colors, they look real, not too saturated or faded.
un.droid said:
i like the default colors, they look real, not too saturated or faded.
Click to expand...
Click to collapse
Anyway to adjust the colors? Like via app? Or the kernel doesn't support color adjustment just yet?
Sent from my Galaxy Nexus using xda premium
kashix said:
Anyway to adjust the colors? Like via app? Or the kernel doesn't support color adjustment just yet?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
This kernel supports adjustment in almost everything. It's one of the most user friendly kernels out. Please read the OP and learn how to.....
Sent from my Galaxy Nexus using Xparent Red Tapatalk 2
Sorry but I've flashed it and tried adjustments with trickster. There's no options to adjust colors. I'm really sorry if I'm missing out anything.
Sent from my Galaxy Nexus using xda premium
KT-SGS4 [Kernel] Builds [Discussion] ◆ALL VARIANTS◆ [AOSP/TW/GE] ★KTWEAKER SHOP★
ALL CREDITS GO TO THE ONE AND ONLY KTOONSEZ FOR THIS AWESOME KERNEL AND GIVING ME THE OPPORTUNITY TO PROVIDE THESE BUILDS.
Welcome!
Some of you may know me from the S3 forums but to clarify, I had offered a number of kernel builds for users to easily obtain all within a single thread. I am proud to say it has gained a significant amount of feedback. So I come to YOU today with the same purpose in mind. I am in no way affiliated with Ktoonsez or his work. I’m just a simple member of the XDA community who happens to be a huge supporter of this kernel and its creator. This is just my way of giving back. I am aware of some of the issues that may occur on updated builds for some users as well as the difficulties faced when fine tuning the kernel and this is my response to that:
This is by no means intended to replace any of the original KT-SGS4 kernel threads. The purpose of this thread is simply to work in conjunction with them by providing a variety of builds for users to experiment with and see which versions function properly on each of their respective phone models. I'm also bringing to you my Ktweaker Shop filled with tons of pre-configured settings compiled by myself and others in attempt to further assist S4 users with improving their overall experiences on this device or to simply use as a baseline to work upon tweaking further. So I’ve gathered just about all of the current and previous kernel builds I had hidden within my pc as well as all the various Ktweaker settings and am sharing them with the public. I hope this makes a difference for all you guys. ENJOY!! :good:
POST #2: Reserved for T-MOBILE users
POST #3: Reserved for AT&T users
POST #4: Reserved for SPRINT users
POST #5: Reserved for VERIZON users
POST #6: Reserved for INTERNATIONAL users
POST #7: Reserved for the KTWEAKER SHOP
POST #8: Reserved for SCRIPTS & TEST PROFILES
No need for flashing previous builds to receive OTA's as all posts will be updated regularly upon future releases. So please be sure to refer back here for all builds from this point moving forward!
Please make absolutely sure you are downloading from the post intended for your phone. Nor I or Ktoonsez will be held liable for anything that may occur to your device. So please...
***FLASH AT YOUR OWN RISK***
"Smart stay and smart scroll on pre-MF4 TouchWiz ROMs require the 2013-06-10 TW build."
Click to expand...
Click to collapse
Always do the following AFTER installing the kernel:
1. Clear cache
2. Clear dalvik
3. Fix Permissions
Click to expand...
Click to collapse
If you are manually UPDATING the kernel, follow my recommended procedure for best possible results:
1) Backup current Ktweaker settings
2) Navigate to Settengs > Apps > Ktweaker
3) Clear cache and data then force stop
4) {Optional} Open any root browser, mount as r/w, then navigate to /system/app/ and delete Ktweaker apk
5) {Optional} Clear all Superuser logs
6) Reboot Recovery
7) Flash kernel
8) Wipe cache/dalvik
9) Fix permissions
10) Reboot
11) Restore Ktweaker settings
12) Profit?
If you get this message after booting up the kernel:
"The device has detected an application attempting ..."
Go to the "/system/app/" folder and delete the files that begin with "knox"
Click to expand...
Click to collapse
NOTE: If at any point Ktoonsez no longer wants this thread open it will be closed without question.
Please visit original kernel thread for change logs, extras, etc...
If you like and support his work, donate with this link:
http://forum.xda-developers.com/donatetome.php?u=4325945
**********T-MOBILE**********
KT-SGS4 Jellybean kernel features
•Must have a Touchwiz Rooted ROM
•Must have CWM or other custom recovery installed
•Linux kernel 3.4.86
•Samsung open source
•Optimized kernel configuration
•Updated USB driver
•unsecure root adb
•Voltage interface
•CPU Overclocking
•CPU Underclocking
•Boots on stock table (USE KTweaker app to enable OC steps all the way to 2322 Mhz. BE AWARE THAT I WAS VERY CONSERVATIVE ON THE LOW SIDE OF THE OC STEPS, SO THEY WILL NEED SOME TWEAKING!)
•KTweaker app for kernel control
•KTweaker Widget
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•Thanks to Talustus we now have exFAT for Touchwiz and AOSP
Click to expand...
Click to collapse
Downloads
AOSP KitKat 4.4 VERSIONS:
https://copy.com/k9ryAE0dwLHs
Google Edition KitKat 4.4 VERSIONS:
https://copy.com/hsciC7dkz66V
Touchwiz KitKat 4.4 VERSIONS:
https://copy.com/9Gtgf0GUJkS4IU8
AOSP JELLYBEAN 4.3 VERSIONS:
https://copy.com/4ZzqCaMCwfDx
Touchwiz JELLYBEAN 4.3 VERSIONS:
https://copy.com/kEWuwwaGj8j2
Google Edition JELLYBEAN 4.3 VERSIONS:
https://copy.com/EGHYzNqxuLGd
Touchwiz JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/P0SYiTNnxfIj
AOSP JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/doRqwyyJgbNz
Original kernel thread: http://forum.xda-developers.com/showthread.php?t=2289140
**********AT&T**********
KT-SGS4 Jellybean kernel features
•Must have a Touchwiz Rooted ROM
•Must have CWM or other custom recovery installed
•Linux kernel 3.4.86
•Samsung open source
•Optimized kernel configuration
•Updated USB driver
•unsecure root adb
•Voltage interface
•CPU Overclocking
•CPU Underclocking
•Boots on stock table (USE KTweaker app to enable OC steps all the way to 2322 Mhz. BE AWARE THAT I WAS VERY CONSERVATIVE ON THE LOW SIDE OF THE OC STEPS, SO THEY WILL NEED SOME TWEAKING!)
•KTweaker app for kernel control
•KTweaker Widget
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•Thanks to Talustus we now have exFAT for Touchwiz and AOSP
Click to expand...
Click to collapse
Canadian users, DO NOT FLASH the kernel from this post. You MUST flash the TMO version from post #2
Downloads
AOSP KitKat 4.4 VERSIONS:
https://copy.com/bTEPKJuknXn3
Google Edition KitKat 4.4 VERSIONS:
https://copy.com/X0ZwwQVRHPKd
Touchwiz KitKat 4.4 VERSIONS:
https://copy.com/6a8eptTrL6gD3hT
AOSP JELLYBEAN 4.3 VERSIONS:
https://copy.com/lSb0xRxqmICV
Touchwiz JELLYBEAN 4.3 VERSIONS:
https://copy.com/deGgFdixXTXW
Google Edition JELLYBEAN 4.3 VERSIONS:
https://copy.com/BIusi3ksxYws
Touchwiz JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/hfKGlCGgCSB1
AOSP JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/O02Gej8ozbOw
Original kernel thread: http://forum.xda-developers.com/showthread.php?t=2292341
**********SPRINT**********
KT-SGS4 Jellybean kernel features
•Must have a Touchwiz Rooted ROM
•Must have CWM or other custom recovery installed
•Linux kernel 3.4.86
•Samsung open source
•Optimized kernel configuration
•Updated USB driver
•unsecure root adb
•Voltage interface
•CPU Overclocking
•CPU Underclocking
•Boots on stock table (USE KTweaker app to enable OC steps all the way to 2322 Mhz. BE AWARE THAT I WAS VERY CONSERVATIVE ON THE LOW SIDE OF THE OC STEPS, SO THEY WILL NEED SOME TWEAKING!)
•KTweaker app for kernel control
•KTweaker Widget
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•Thanks to Talustus we now have exFAT for Touchwiz and AOSP
Click to expand...
Click to collapse
Downloads
AOSP KitKat 4.4 VERSIONS:
https://copy.com/aNXcVH2QVfB9
Touchwiz KitKat 4.4 VERSIONS:
https://copy.com/fj30ECCfQzVf
AOSP JELLYBEAN 4.3 VERSIONS:
https://copy.com/lpekDcQZijcg
Touchwiz JELLYBEAN 4.3 VERSIONS:
https://copy.com/ujl1pB38cP7W
Google Edition JELLYBEAN 4.3 VERSIONS:
https://copy.com/oinxlW3Uq9Ai
Touchwiz JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/WLvmsMj4YCdr
AOSP JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/jsvgAUpq39ti
Original kernel thread: http://forum.xda-developers.com/showthread.php?t=2288309
**********VERIZON**********
KT-SGS4 Jellybean kernel features
•Must have a Touchwiz Rooted ROM for TW version
•Must have a AOSP Rooted ROM for the AOSP version
•Must have CWM or other custom recovery installed
•Linux kernel 3.4.86
•Samsung open source
•Optimized kernel configuration
•Updated USB driver
•unsecure root adb
•Voltage interface
•CPU Overclocking
•CPU Underclocking
•Boots on stock table (USE KTweaker app to enable OC steps all the way to 2322 Mhz. BE AWARE THAT I WAS VERY CONSERVATIVE ON THE LOW SIDE OF THE OC STEPS, SO THEY WILL NEED SOME TWEAKING!)
•KTweaker app for kernel control
•KTweaker Widget
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•Thanks to Talustus we now have exFAT for Touchwiz and AOSP
Click to expand...
Click to collapse
Downloads
AOSP KitKat 4.4 VERSIONS:
https://copy.com/87bRx3sudelf
Google Edition KitKat 4.4 VERSIONS:
https://copy.com/hgsxlxegZ3WD
Touchwiz KitKat 4.4 VERSIONS:
https://copy.com/6JDHcwscMNuzQyq
AOSP JELLYBEAN 4.3 VERSIONS:
https://copy.com/XxBonTWMjCwf
Touchwiz JELLYBEAN 4.3 VERSIONS:
https://copy.com/Z7WeSmat4YTN
Google Edition JELLYBEAN 4.3 VERSIONS:
https://copy.com/3PkFEpycgAqU
Touchwiz JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/rTDTNhruhpsR
AOSP JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/HtHyI4MhQyPc
Original kernel thread: http://forum.xda-developers.com/showthread.php?t=2294083
**********INTERNATIONAL**********
KT-SGS4 Jellybean kernel features
•Must have a Touchwiz Rooted ROM
•Linux kernel 3.4.86
•Samsung open source
•Optimized kernel configuration
•unsecure root adb
•Voltage interface
•CPU Overclocking
•CPU Underclocking
•Boots on stock table (USE KTweaker app to enable OC steps all the way to 2322 Mhz. BE AWARE THAT I WAS VERY CONSERVATIVE ON THE LOW SIDE OF THE OC STEPS, SO THEY WILL NEED SOME TWEAKING!)
•KTweaker app for kernel control
•KTweaker Widget
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•Thanks to Talustus we now have exFAT for Touchwiz and AOSP
Click to expand...
Click to collapse
Downloads
AOSP KitKat 4.4 VERSIONS:
https://copy.com/jcvkN6ELhSyw
Google Edition KitKat 4.4 VERSIONS:
https://copy.com/ajiB89TGosd0
Touchwiz KitKat 4.4 VERSIONS:
https://copy.com/UQPuEEUNYc04
AOSP JELLYBEAN 4.3 VERSIONS:
https://copy.com/sw8XSJUsZk09
Touchwiz JELLYBEAN 4.3 VERSIONS:
https://copy.com/rDjb2DBt6C2A
Google Edition JELLYBEAN 4.3 VERSIONS:
https://copy.com/Wk9iHznO3haQ
Touchwiz JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/yUl248Xo2RcU
AOSP JELLYBEAN 4.2.2 VERSIONS:
https://copy.com/ZyuctnlWseGE
Original kernel thread: http://forum.xda-developers.com/showthread.php?t=2297379
{
"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"
}
Welcome to the Ktweaker Shop!
Here you will find all of the pre-configured settings provided by myself and some of our fellow users. As a proud member of Team Kernelizers, I am offering a variety of profiles specifically for S4 users with their personal needs in mind as it's pretty clear no one favors the same governor, scheduler, etc.. Any suggestions are always welcome. All future settings will be added here for sharing and discussing our settings as well as gaining approval on a profile to be added into the built-in Shop in Ktweaker. Keep in mind that results will always vary per device regardless on the settings being used.
All profiles have been grouped into 3 sub-categories; "Conservative", "Balanced", and "Performance", which are used to classify each profile based on their overall performance and what they are expected to deliver to your device. The 4th sub-group is where you can find some of our best "Projects" in which offers 2 or more profiles for each. Make your selections based on your usage and apply what works best for you and your phone. We're here to help eachother out and with more options comes better experiences for everyone running this kernel. Big thanks to ALL who have contributed!
So shop around.. pick and choose.. load and go!!
Installation
Download links will include the specified profile(s) as well as an "Adjustments" and an "About" file. The "Adjustments" file is just for easy view of all the changes made to a profile compared to stock settings.
1. Download the file(s) to your phone.
2. Copy ONLY the XML(s) (DO NOT copy the "Adjustments" or "About" file) to /sdcard/KTweaker/Profiles folder using a file Manager of your choice.
3. Open Ktweaker app and click on "Profiles & Scripts" then click "Restore Prefs from sdcard".
4. The file you just copied should be listed there. Select the one you want to apply.
5. After applying, make sure the "Set options on boot" setting on the main menu of KTweaker has a little green text bellow confirming that the settings will be applied upon reboot.
6. Profit!
Conservative
Asking Alexandria
This is a battery driven profile in which focuses on saving as much juice as possible while also maintaining stability and providing an extremely snappy feel to your phone. It is quite possibly one of the smoothest and snappiest battery saving profiles available.
Why Asking Alexandria?
It's named after yet another one of my top favorite metalcore bands and I chose this because Alexander The Great basically ruled the world at one point and "Alexandria" is the female equivalent to that name, which has become known to mean the "one who comes to save warriors".
"Asking" was an addition to the title name as an indication in the sense that we are all asking Alexandria what she can really do to our phone.
https://copy.com/kqIXuJ1N8LLh
Bless The Child v3 (updated: 10~25~13)
Based on Ktoonservateq and aimed towards battery. This is specifically for all the battery hungry users out there wanting to conserve as much power as possible. So don't expect the BEST but rather decent performance out of this one.
https://copy.com/K1bNhNx6nFYd
Dead By April v2.2 (updated: 11~15~13)
This profile attempts to bring some of the best battery life possible to your device. It is similar to Bless The Child but takes things a step further . It now focuses more on snappiness but still maintains it's well known battery conservation. It manages to maintain a smooth ui for your average daily use.
https://copy.com/J8lnimxbvwpF
Infamous 1.0 by @PiggySmalls502
Infamous is a work of pure and utter boredom, and a desire to use the SLP governor. Profile uses very low CPU frequencies, yet still runs very smooth, while still seeing great battery life.
Click to expand...
Click to collapse
https://copy.com/qqCrRDZiZBNh
Moonlight v3 by @Tunasty (updated: 2~12~14)
This profile is based on Ktoonservateq and Mamba's Daylight profile. This profile is aimed towards battery and be able to use your phone without any lags. Performance has not been sacrificed either. Max Mhz is 1890 which works out pretty awesome. KT's AWESOMEEE kernel and Moonlight profile will make you fall in love with your phone
Click to expand...
Click to collapse
https://copy.com/yoLhPpe1QY0Q
Smooth Criminal by @ORT14
Why Smooth Criminal you ask? Simple, this profile will keep your phone running as Smooth as ever, so smooth that it is Criminal to still get this type of battery life. Last test my phone went over two days with six plus hours of screen time without a charge (see below) while still running super smooth. This profile will change your life (well maybe not). Give it a try and let me know what you think.
Click to expand...
Click to collapse
https://copy.com/yQyI4ejR7uPE
Super Battery Saver 3.0 by @MavereXx (updated: 10~7~13)
This profile is not about performance, even though its surprisingly smooth. Gentle Undervolting.. your s4 now has only a 1.1ghz processor. .. but remember: This is when battery life is all you care about!
Click to expand...
Click to collapse
https://copy.com/GKQ0OqDVociy
What Lies Beneath
This is an extreme battery performance setup in which essentially transforms your quad-core device into a dual core device.
Why "What Lies Beneath"?
You'll find that during light to moderate operations the cpu remains at lower frequencies for an extended period of time and will only jump to max when needed. Although it's clocked at a max of 1.3ghz it maintains a surprisingly smooth and snappy feel to your device at such low frequencies. This is where battery life is also expected to come in to play as well.
https://copy.com/m0EnRGUpkEMp
Balanced
3hands by @sew3521
This profile is a combination of my 3 favorite profiles; Ktoonsified v2, Project Icarus-Kamikaze, and Balanced Bull: Reloaded. Each of these 3 different profiles has great aspects however I thought I could combine them to make one super efficient profile and this is what I came up with. There is an extreme amount of undervolting going on here however my S4 runs extrmely stable (Sprint S4 purchased on release day) and thanks to the Balanced Bull and Ktoonsified portions of this the interface is very snappy.
Click to expand...
Click to collapse
https://copy.com/wEHQOssGuSVw
Balanced Bull: Reloaded v2 (updated: 4~17~14)
These settings are very special to me as they were my very first, dating back to the Galaxy S3, and has gained an incredible amount of feedback. It has become notable for it's fairly smooth interface and amazing battery life. If this stacks up to your standards then I encourage you to use it!
https://copy.com/4XbEpD6HRYx6Qzw
Day Of Reckoning
Very similar to Nightmare To Remember but is aimed slightly more towards battery without deteriorating much of the performance. It is based off the Pegasusq governor.
https://copy.com/NkNqyUKjaudY
ECLIPSE v2 (updated: 10~25~13)
This is a performance oriented option where great battery life is also expected to intervene. This not only will bring an incredibly stable, smooth, and snappy feel to your device but will also benefit towards longer lasting battery so you can love and enjoy your phone the way you were meant to.
https://copy.com/BDIln0KrVplK
Hydra
Eclipse and Kamikaze clash with one another in this hybrid profile (BIG thanks to @mamba720027 for the amazing work done on Kamikaze!). This is perfect for those who favor one or both of these profiles. With the merging of some of the essential performance and battery elements of each profile as well as a few minor adjustments, this one also stands as it's own profile and it flies!.
https://copy.com/GuQZmkARaHKI
Ktoonsified v6 (updated: 4~17~14)
This profile was put together by none other than the BOSS himself, @ktoonsez! This is a performance oriented option in which also offers a great deal of battery life. Haven't tried these settings yet? then what are you waiting for!! Load em up and be prepared for one of the smoothest and snappiest experiences ever!
https://copy.com/yJJgpIi40Ddp
Lateralus v2 by @CamFlawless (updated: 1~15~14)
This profile was designed in an attempt to strike a balance between battery and performance with a focus on conservative CPU scaling to maximize battery life while maintaining a smooth, fluid, and stable UI. I tested it with the Hydra script, but your personal favorite will work all the same.
Click to expand...
Click to collapse
https://copy.com/H6bXpcr0bEJr
Misanthrope by @CamFlawless
The misanthrope profile seeks to optimize the balance between battery life and a smooth, lag-free UI by following the sampling logic laid out by LuigiBull23. By allowing frequent sampling and increased polling, the profile will result in the CPU being at the optimal frequency more often and quickly. Additionally, the hotplugging parameters should allow the secondary cores to come online when needed and quickly turned off following the boost. Misanthrope is named as such, because this profile hates lag and battery drain.
Click to expand...
Click to collapse
https://copy.com/LljHyKj384rk
Nightmare To Remember
This will likely become your beautiful, never ending nightmare.. It offers a unique balance between battery and performance but unlike Balanced Bull, it is slightly more performance oriented due to the more aggressive scale up to max CPU. However, only 2 cores will be used for the majority of the time so you can still enjoy a nice buttery smooth interface with just enough juice to last you through the day.
https://copy.com/VMFboPCy2CwU
Ragnarok v2 by @mamba720027
This profile is tweak with 2 things in mind. Normal usage and gameing.
when doing normal tasks the governor would scale the frequency less aggressive and use minimum cores but would also climb to higher frequencys as required to complete a task depending on what apps you are useing.
Gameing or other high intensity tasks will have all cores active and cpu will utalize max cpu frequency.This will provide smooth gameplay for games such as Asphalt 8 and of course other similar games that requires a powerfull processor to justify its awesomeness. So if you want a low profile setup for regular usage to conserve battery and high profile setup for gameing and other high performance demanding tasks and dont want to swap between two profiles then this profile configuration should work nicely in such a scenario.
Click to expand...
Click to collapse
https://copy.com/rM3YflojYz9k
SRV v3.1 by @s3icc0 (updated: 2~14~14)
This profile focuses on excelent battery life with no restraints to performance but still keeping pretty conservative settings to allow all users to be able to use this profile (and script) without any problems. The Core 0 is driven by heavily tuned ktoonservativeq governor, ROW scheduler is used to maximize the read performance. The frequency used is 189Mhz - 1890MHz for CPU and max 450 for GPU, the voltages are -35mV for CPU and -50mV for GPU. There is no Screen Off profile. Vibrator strength is set to 50. Read Ahead is set to 1024. LED fade mode is set to slow blinking once a time.
Click to expand...
Click to collapse
https://copy.com/77TRXloQfKRm
Smooth Operator v5 by @mamba720027 (updated: 4~17~13)
This profile utalize all 4 cores on demand and serves as being a balance between battery and performance. Its as smooth as possible and utalize the full cpu power while operateing sensibly in governor scaleing.
Click to expand...
Click to collapse
https://copy.com/vmLLvFKhwwqV
*Stardust v2* by @mamba720027 (updated: 12~7~13)
This Profile I put together is based on the "AbyssplugV2" governor.
Everything is tweaked and the profile can run by itself or either use the "smooth operator V2" Script or Luigi's "Hydra" Script.
Both are found in Post#8 of the OP. The choice is yours.
Click to expand...
Click to collapse
https://copy.com/EalqZpGb4Gnh
Super Bull 2.1 by @MavereXx (updated: 9~24~13)
A derivative of Balanced Bull but aiming towards more extreme polarity of performance and battery life. Stable Undervolting for i337, i337m, m919, and i9505 CPU and GPUs. Overclocks up to 1998mhz going all the way down to 81mhz without causing severe lag or stuttering or slow wake ups. Tries to find the right balance between ultimate performance and battery life.
Click to expand...
Click to collapse
https://copy.com/Opsu7y1FLJx9
Undisputed 3 (updated: 12~11~13)
This is a universal performance setup in which combines the essential elements of other profiles by providing equal battery life, speed, performance, and stability to bring the ultimate experience to your device.
https://copy.com/UFreCzB1Wcpt
Performance
Crimson Dragon v2.1 by @mamba720027 (updated: 1~8~14)
This is a profile that i put together from a lost in the thread Dual Core profile "Lazy Dragon". What was suppose to be a V2 Update of it turned into a 4 Core profile and something totally new, Crimson Dragon. This profile is a variable of Performace and keeping things balance. Its very smooth on TW and produce great results on AOSP as well threw testing and feedback. Please enjoy this new addition :good:
Click to expand...
Click to collapse
https://copy.com/QjuMNNyyucBD
Feed The Machine
The exact opposite of Bless the Child. This is a performance oriented option for all hardcore users. If battery isn't a priority for you then this is a great option.
https://copy.com/oKLPQmmgzc1C
Ghost Rider by @galaxys3man30
this setup can benchmark on 1890,1944 and 1998 and its been really good on battery even thou its a performance setup think im going to call it ghost rider cuz its a sleeper yea it shows good battery life but behind that is the raw performance that is on demand when needed.
Click to expand...
Click to collapse
https://copy.com/pKAMrciYgUFo
KTGaming
This profile was put together by none other than the BOSS himself, @ktoonsez! This is a super performance oriented option which allows me to play any game with ZERO LAG!!!!!!!
Click to expand...
Click to collapse
https://copy.com/iJzItwZxSYlp
Lightning Blade v2.2 by @mamba720027
This profile is aimed at performance and efficiently uses the 4 cores somewhat better than my first performance base profile.Â
Although it's aimed at performance it could conserve on battery as well because of the way cores are handled. If you play lots of games that require speed and processor power then this profile provides both.
Click to expand...
Click to collapse
https://copy.com/zs89qlw4CQr2
Notorious by @PiggySmalls502
This is a derivative of Feed The Machine. Hotplugging was turned back on and I/O scheduler was switched to ZEN along with a few other minor changes to the profile. It's aimed towards slightly better battery life but doesn't deviate too much from the performance aspect of things found in the original profile.
https://copy.com/Ip1PJtY7LCdI
Overactive Imagination by @CamFlawless
The profile aims to be as smoooooth as possible and draws inspiration from @LuigiBull23's Rebirthing profile.
Click to expand...
Click to collapse
https://copy.com/YyyJat03RZMtH7o
Projects
Comatose
This project was inspired by the album of the same name by my #1 favorite rock band of all time, Skillet. It consists of 3 profiles of which are also named after 3 of my favorite tracks from this album (included in the "Extras" folder) and all focus on one key element; VARIETY.
As the name suggests, "Comatose" is geared towards battery conservation. It focuses on keeping CPU low for a prolonged period but utilizes 3 of the 4 cores on touch and the 4th on demand for fluidity. Sample rates have been decreased heavily as to increase polling and allow the other cores to quickly spike towards higher frequencies for a given task then immediately drop back down as if the component had been knocked unconscious.
The second profile is "Rebirthing". This profile will counteract the affects of Comatose by heavily boosting performance as a means to bring life and energy back into this profile that remains unconscious. Rebirthing is intended for those seeking a performance-based version of Comatose but who knows... For such a power hungry profile you may just be surprised by the great battery life it also delivers.
Some of you may not favor the heavy battery conservation that "Comatose" offers or the overall power consumption of "Rebirthing" and much prefer a mashup of elements delivered between the 2 and that is the purpose of "Whispers In the Dark". This profile is directed towards finding the right balance between these 2 profiles while still acting as a it's own profile. It utilizes most of the performance aspects from "Rebirthing". The only major differences from that are touch_boost_cpu_all_cores has been disabled and touch_boost_cpu is set at 1134Mhz instead of 1458Mhz.
Like "Comatose" it uses super_conservative_screen_on as well as a high up_threshold for that extra boost in battery performance. The profile also idles at the same minimum cpu and gpu frequencies as "Comatose" but ALL profiles run at stock 1890Mhz.
All profiles maintain the same concept of rapid cpu polling. So yes, cpu will be working consistently but my theory here is that more polling will allow the kernel to rapidly check CPU usage, thus allowing CPU to change more frequently according to the load, which in turn will prevent persistent pegging of even higher frequencies and instead consume various amounts of power in various scenarios depending on your usage and consume even less when a specific task has completed and immediately drops the load.
This also applies to screen off states but that goes back to what was explained in this post regarding high vs low sampling rates and how they can greatly increase idle times depending on your screen off max.
https://copy.com/VMuyGiGJbxIc
Lucretia by @CamFlawless
The name draws inspiration from a Megadeath song with the same title. Great tune.
Balanced
This profile is based on my V1 of Lucretia and seeks to strike a balance in terms of performance and battery life. Offering exceptional performance and a fluid experience, Lucretia Balanced is a great profile for all your needs.
Performance
This profile is based on my V2 of Lucretia and is intended for those seeking high performance from their devices for the likes of gaming and such. Lag should be non-existent and your experience should be smooooooth. :fingers-crossed:
Click to expand...
Click to collapse
https://copy.com/sjCgexEGB1jo
Project Daylight v2 by @mamba720027 (updated: 12~23~13)
Day Light is focused mainly on battery conservation. I felt that its useless if its not smooth and lags alot so I add performance into the mix createing a profile that offers both while its first and foremost goal "battery performance" is still preserved and not diminish. This profile is yet unique and on a different level from my early release of "Icarus"
The contents are 3 profiles unique in their own way, "Daylight", "Daybreak" and "Experimental" along with a "Extra" folder containing wallpapers I created on our S4 for fun while testing . Kind of gives me some inspiration and sense of feel of what my objective is.
Daybreak is a crossbread profile of my Icarus Performance profile and Daylight. Its simply utilizing the performance power behind Icarus Performance profile while useing Daylight profile governor settings as its core to boost battery performance
The experimental profile is heavily undervolted/Underclocked with tweaked scheduler and governor. I taught if some of you could run it stable then it may produce great or mix results
Click to expand...
Click to collapse
https://copy.com/2vBCFVZP68gV
Project Icarus by @mamba720027
So some may wonder why the name "Icarus",why not Hyper Performance or Deadly Good Battery.
Well the reason and to begin explination,short history.
Icarus is a greek mythology who is seen today as a mythical pioneer that tried to conquer the skies.
I like that mythology cause it kinda corresponds to my own saying "fly high or fall hard" which means to aim high or fail trying. So their you have it folks and thus the profile name "Icarus".
And onto explination of each profiles.
The first is "Performance" which is catered for straight out performance with also good battery performance.
This one is for when u dont give a rats flying balls about battery really and just want everything super fast and smooth. But you maybe surprise of battery performance. I recommend everyone try this profile first. My current favorite
The second is "Conservative" this is for those seeking performance but also better battery performance than the first.
This one is the middle man or lady as u may want to refer to it. It gives the best of both worlds,performance and battery. So if the first leave you stranded then fear not, this is the one to turn too
The third is "Kamikaze" which means "god wind". It either knocks the daylight out of your Galaxy S4 due to its high undervolteing and mean intent on Battery Performance but still snappy.
This one the undervolting is of my personal voltage table that runs stable for me with other tweaks. If it runs successfully for anyone else then battery performance may be great.
This one is for those that likes the thrill of trying something new and unsure if it will work
Click to expand...
Click to collapse
https://copy.com/87kzjPQShn3Z
Sleeping Dragon by @mamba720027 (updated: 12~23~13)
Sleeping Dragon V2.1 Single Core
This is a single core profile aimed at consumeing the least battery for a time when you will be away from home or at work and away from the charger. It was a profile i played with at first as i did not expect it to mount as much with apps and system UI needing a right amount of performance from a CPU to meet todays tasks in performance. In the end i was able to tame the dragon and make it work as best as possible to achieve its goal
Sleeping Dragon V1.2 Quad-Core
This is the counter part of Sleeping Dragon Single Core but with many tweaked parameters to make it a fully functional 4 Core base profile in hopes to achieve close or same battery performace as its single core entity. Unfortunately i still am not sure if it measures up but what i know from previous test with settings @Stock it hold its own in battery department. I am pleased with the results although i would wish to see some light usage results from users. I am pleased to present users with this 4 Core or Quadcore profile
Click to expand...
Click to collapse
https://copy.com/vkDfMNiu2Sbs
If you'd like to contribute to the Ktweaker Shop all you need to do is post a profile/script you want to share and include a brief description of it's purpose. It will then be tested thoroughly by the community and based on feedback will be submitted here in the Shop for approval and sent out to the dev for confirmation on adding to the Shop in Ktweaker!
Useful Links
Information about our scripts/profiles can be found HERE
Interested in learning how to fine tune the kernel but not sure of where to start?
Please refer to this Ktweaker User Guide (thanks to @Perseus71) and you'll be tweaking in no time!
What in the world are CPU block cycles? Please check HERE
HERE is a great app by @elesbb that will allow the end user to set individual governor options for Ktoonservativeq when turning on the screen, charging, keyboard typing, or playing media.
Link to downloadable zip for all available ktweaker Profiles (Thanks to @CamFlawless)
https://www.copy.com/s/EhjYpSmACIyz
Profile scripts
Post #8 is dedicated to Scripts that will be used with some profiles. I also added a section for current test profiles and old test/experimental profiles.
[[Quick information]]
These scripts will either control CPU Cores 2,3,4 or all 3 and are only intended to work with the Ktoonservativeq governor. They may bring performance improvements or battery improvements based on the script governor parameters and how well they function for each user's daily activities.
[[#Ktweaker Script Guide#]]
First I want to thank KT aka Ktoonsez for provideing us with his kernel and all the wonderfull features and options at our disposal to tweak and make all these profiles and script possible. Also for implementing the Ktweaker Shop into his Ktweaker app so that it would be more convenient and easy for users to utilize these custom profiles and script as to maximize users experience.
I also want to thank Luigi for letting me join his band of misfits and being part of the Shop community. This opportunity have help me to use my potential to provide profiles and scripts that users have come to enjoy and help further in the thread.
Also thanks to everyone else that is actively supporting in the thread, some that are working behind the scene to help provide improvements and better experience for everyone. Big thanks.
::#Beginning of Guide#::
This is a quick step by step guide put together to help clear up any questions or help out those new to the Profile and Scripts section found in Ktweaker.
:#Before continuing take note#:
Swapping profiles and scripts you need to apply them in the following order first:
*Script first
*Profile Second
This order is to ensure Superuser Permission is given to both the script and profile.
Also note that you could choose to run a profile without the script. Running it with the script is optional. But for best results it's advised to first try the profile with the script it was intended to use with.
#
So now you're ready to try a script with your own profile or one from the shop but undecided as which to choose or how to go about loading the script.
#
Step#1
[[Chooseing a Script]]
To choose a script navigate to "Profiles and Script/Ktweaker Shop Scripts".
Here you will find a list of Scripts. Each script is named after its designated profile that it is intended to be used with. Choose one to view "ABOUT" which gives a brief description and additional information of the script and how it can be used with addition profiles. Some may or may not give this option to be used with other profiles as it may produce undesirable results but you are free to experiment.
Choose to download the script you want to use and in the "Profiles and Scripts" section choose "LOAD SCRIPT ON BOOT". This will allow the script to run on every boot of the device once their is a script loaded.
On the go you could also choose to load another script then apply another profile in this order as to let Ktweaker give both the script and profile SU permission to run.
Step#2
[[Chooseing a profile]]
Decide on how you want to use your device for the specific day,occasion or you may just want to set it and forget it based on being a performance user, conservative or needing a Balance of both to suit your demanding needs. You could also just be curious and want to try them all to see what works for you.
So open the Ktweaker app. Navigate to the "profiles and scripts" section.
Choose "ktweaker Shop Profiles" to bring up a list of profiles avaliable to you.
Here you can choose to view "ABOUT" which gives a brief profile description as to help you decide if the profile fits what you're looking for. You can also choose to view "ADJUSTMENTS" to see the tweaked parameters of the profiles or choose the option to "DOWNLOAD" the profile which will be saved in the ktweaker folder on your internal storage.
Now that you have chosen a profile,downloaded it and want to apply it. In the profiles and script section choose "RESTORE PROFILE FROM SDCARD" and you're done.
Click to expand...
Click to collapse
[[ Script Download Section]]
Dead by April V2.2 Script
This script utilizes the Conservative governor for CPU1. It was decided to apply this to the 2nd core and leave the others at default interactive in order to better serve battery life while still maintaining the only true performance aspects of the profile within the other cores. However, as CPU1 serves more priority over any other remaining cores, this governor was tweaked with slight performance enhancements as to allow for a faster ramp up to max CPU for that core during middle to heavy operation levels but will scale back down almost instantly and thus maintaining it's goal of keeping things low as often as possible, conserving battery. It's highly recommended to use with a balanced or straight performance profile very similar to Dead By April if applying this to any other profile.
Created by: LuigiBull23
Click to expand...
Click to collapse
Dead by April V3 Script
Core 1 - Conservative
Core 2 - asswax
Core 3 - interactive
A more detailed description about this script will be updated when the script is official.
Created by: LuigiBull23
Click to expand...
Click to collapse
Balanced Bull Reloaded Script
This script applies the Asswax governor to cpu1, Intellidemand to cpu2, and Adaptive to cpu3. Much like the profile it's twealed to focus on a direct balance between performance and battery. With the utilization of these 3 governors, CPU will spend less time at higher frequencies making scaling less aggressive during light to moderate activity but use the on demand performance of Intellidemand during performance critical situations, such as in game.
It can be used with other profiles much like this one in which uses moderate thresholds as well as a touch boost of 1134 or greater. As always redults will vary.
Created by: LuigiBull23
Click to expand...
Click to collapse
Smooth Operator V3 Scripts
This Smooth Operator script uses the Abyssplugv2 governor for Core1 ,badass for Core 2 and Adaptive for Core3. Each governor is set as to not scale too quickly nor too aggresively. The smooth operator profile on the other hand was tweaked with parameters to allow these cores to run when it is truely needed and to deliver performance with the right amount of cores online and save on battery.
So on another profile this script could deliver performance or save on battery depending on how the profile is tweaked. It's Characteristics will vary. It would be interesting to see how it performs with a performance base profile
Click to expand...
Click to collapse
Smooth Operator Infinity
Core 1 - Intellidemand
Core 2 - Intellidemand
Core 3 - Intellidemand
This script was tweak to work as a univeral and future here forth along side the 3 profiles smooth operator V5, Lite and Ultra.Thus the name "Infinity" at the end. The older scripts are also welcome to be used with these as users favor or see fit.
Created by: Mamba720027
Click to expand...
Click to collapse
Hydra script
This script uses the Dancedance governor for CPU1, Wheatley for CPU2, and Badass for CPU3. This script focused mostly towards battery conservation with some performance elements. With the high ramp rates of Dancedance and Badass's limited frequency logic, the script will bias the CPU at low frequencies and will scale up conservatively or immediately shift to an optimal frequency, depending on the task at hand if or when a larger and more persistant load is placed on the CPU. Wheatley will act more as the "On demand" partner here for that extra call in performance such as in games but for the most part the last 2 cores will remain off due to the adjustments within the profile.
This can also be used alongside other profiles but is recommended to apply to those similar to Hydra in which serves as a balance between battery and performance or one that merely performance oriented.
Created by: Luigibull23
Click to expand...
Click to collapse
Stardust Script
This Stardust script uses the badass governor for Core 1 and 2 while Core 3 uses the intellidemand governor.
This script was put together specifically for the Stardust profile as it is a profile based on the AbabyssplugV2 that utilizes the Autohotplugging feature in Ktweaker. This method of hotplugging was too aggresive to acquire the desired results needed to conserve on battery so I put together this stardust script as my other option to limit the scaleing up frequency for Core 1,2 and 3. Each respective governor limits the scaleing of their assigned core to a specific frequency which can be seen useing a software to monitor core activity. This way the script helps saves on battery as the same way the theory of underclocking applies.
So if you're gonna use this script on another profile I recommend it being on a performance or balanced profile as a already aggressively tweaked powersaveing profile may deem its outcome very laggy or sluggish.
Click to expand...
Click to collapse
Undisputed 3 Script
This script utilizes the badass governor for CPU1, Intellidemand, and Asswax for CPU3. Much like the Balanced Bull Reloaded script this is a balance between battery and performance. The only mere difference is that this script ALONE is slightly more battery conservative compared to BBR but results will obviously vary, especially depending on the profile this is used with.
It can be used alongside other profiles such as Balanced Bull Reloaded as the these 2 are very similar.
Created by: LuigiBull23
Click to expand...
Click to collapse
Crimson Dragon V2 Script
This Crimson Dragon script utilizes the wheatley governor for Core 1, intellidemand for Core 2 and Dancedance governor for Core 3.
The script is focus to use these 3 cores as to help conserve on battery threw the wheatley and dancedance governor while provideing ondemand performance useing Intellidemand.This script should work best with the Crimson Dragon profile but could also be used on similar profiles that's focus on delivering a balance between battery and performance.
Click to expand...
Click to collapse
Sleeping Dragon Quad- Core Script
This Sleeping Dragon quad-core script uses the intellidemand as core 1, Adaptive as Core 2 and Asswax as Core 3. Asswaxing is probably not for everyone but whatever works right. It works wonderful for Core3 here. Anyways these 3 governor helps mainly to Balance battery and performance here as with Sleeping Dragon profile it is tweaked in a way to keep things smooth/performance enough without scaleing the cpu too high frequently and extend the battery usage per cycle.
So this script you could try it with other profiles as well that have a touch boost value higher than 810mhz implemented to simulate a similar output that Sleeping Dragon profile and script combine produces or evin better with this script
Click to expand...
Click to collapse
Day Break V2 Script
This Daybreak script uses the Adaptive governor for Core 1,dancedance for Core 2 and intellidemand for Core 3. Each of these governor is tweaked to scale each core more of on-demand as to provide fluidity and performance to the Daybreak profile because of its high conservative property. Thus this script makes it possible to add performance into a profile that may not scale aggressively to highest frequencys often as to maintain battery conservativeness.
This script could also be used with similar profiles that fits similar description as Daybreak or shows similar properties threw monitoring of the profile to learn it's characteristics
Click to expand...
Click to collapse
Day Light V2 Script
This Daylight Script uses the dancedance governor for both core 2 and 3 as core 4 is locked offline in the daylight profile. The script delivers a fast rampup of speed boost and quickly sends the cores back offline to help the profile remain true to its severe battery saveing properties.
This script could also be used with other profiles that have the cpu underclocked to help maintain battery conservative fairness.
Click to expand...
Click to collapse
Lateralus Script
This profile uses
- CPU1 = Badass
- CPU2 = Conservative
- CPU3 = Adaptive
The governors for each cores tend to keep things on the conservative side. Its a script with potential to tweak upon and use as a base.
The combination of this script along with any profile should provide a good user experience in terms of battery.
Created by : CamFlawless
Click to expand...
Click to collapse
SRV V2 Script
The script is trying to keep the philosophy of the SRV profile therefore for Core 1 wheatley governor is used and intellidemand is used for Cores 2 and 3. Works best with SRV profile or any profile with ktoonservativeq or wheatley governor for Core 0.
Click to expand...
Click to collapse
3hands Script
- CPU1 = intellidemand
- CPU2 = abyssplugv2
- CPU3 = dancedance
Click to expand...
Click to collapse
●Ragnarok Script ●
- CPU1 = Asswax
- CPU2 = Wheatley
- CPU3 = abyssplugv2
This script is tweak to work along side the Ragnarok profile to help balance out performance and battery conservativety.
Click to expand...
Click to collapse
[[Experimental Profiles]]
This section all old or new test and experimental profiles will be deposited and accessed by anyone to try or test and provide feedback by PM to the respective profile creators.
New Test and Experimental
Old Test and Experimental
This section covers preset scripts geared to help save battery and deliver performance on almost any available profile with or without an available script. These scripts also give users the ability to mix and match profiles with a wider variety of scripts of their own choosing which in-turn delivers the result they desire.
It is very important to read the description of each scripts before trying one as they contain important information to help have a successful experience.
Profiles not mention in the recommended list of each scripts are still ok to be used with any of the scripts providing you read the description before proceeding . Scripts marked with a ES (Energy Saveing) symbol means dureing my test run doing medium/heavy usage i was able to achieve screen usage times of 5 hours and higher. This does not guarantee same results for users but a guideline to follow and try.
General Battery Saveing Scripts Presets
*Conservative Preset 1
The following governors are assigned to each core
Core 1 - Badass
Core 2 - Adaptive
Core 3 - Conservative
This script should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Some recommend profiles tested on to use with are
-3hands
-Asking Alexandria
-Daybreak
-Lateralus
-Sleeping Dragon Quadcore
- ¤Skyline Profile¤ llllll
- ¤Skyline Profile¤ llllllll
- Ktoonsefied
- Ktoonsefied Mod
- Rebirthing
- Whispers in the Dark
Click to expand...
Click to collapse
*Conservative Preset 2
Each cores consist of the following governors
Core 1 - Asswax
Core 2 - Badass
Core 3 - Abyssplug V2
This script should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Recommended Profiles tested on to use with are
- Daybreak
- Ktoonsefied
- Ktoonsefied Mod
- ¤ Skyline Profile¤
- Whispers in the Dark ES
- Lateralus
Click to expand...
Click to collapse
*Conservative Preset 3
Core 1 - SmartassH3
Core 2 - Dancedance
Core 3 - Adaptive
::Note::
This script keeps the cores scaleing frequency very low to save on battery. It is not recommended to be use if you play games that require a lot of cpu power.This script should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Recommended profiles tested on to use with are
- ¤Skyline Profile¤ l
- ¤Skyline Profile¤ ll ES
- ¤ Skyline Profile¤ lll
- ¤Skyline Profile¤ lllll
- ¤Skyline Profile¤ llllll
- Whispers in the Dark
- Bat Pig ES
- Crimson Dragon V3
- Icarus Conservative V2
- Misanthrope
- Balanced Bull Reloaded
- Dead by April V2.2
- Ghost Rider 1.0
- Hydra
- KT Gameing
- Ktoonsified V5
- Lucretia Balanced
- Lucretia Performance
- Notorious
- Project Daylight Experimental
- Project Icarus Conservative
- Project Icarus Kamikaze
- Project Icarus Performance
- Rebirthing
- Smooth Criminal
- Undisputed 3
- Sleeping Dragon Quad - Core
Click to expand...
Click to collapse
Conservative Preset 3 V2
The following Cores are assigned:
Core 1 - Asswax
Core 2 - Dancedance
Core 3 - Adaptive
This updated version of the script brings asswax governor to be uses as core 1 while the other cores uses same governors as V1 but with updated tweaked parameters to help manage core activity more efficiently to extend your battery usage per cycle. This script was tested extensively on the profile Smooth Operator Lite V2 as a substitute to help extend battery performance. It will also work along side any other profiles based on the ktoonservativeq governor.
Click to expand...
Click to collapse
*Conservative Preset 4
Core 1 - Wheatley
Core 2 - Wheatley
Core 3 - Wheatley
This script was tweaked to provide a balance between battery and performance. This script should work on just about any profile but should not be pared along with a profile useing the Wheatley governor.
Some profiles tested on and recommend to be tried with are
- ¤Skyline Profile¤ lllll ES
- ¤Skyline Profile¤ llll
- ¤Skyline Profile¤ lll
- ¤Skyline Profile¤ llllll
- Whispers in the Dark
- Crimson Dragon V3
Click to expand...
Click to collapse
*Conservative Preset 5
Core 1 - Adaptive
Core 2 - Adaptive
Core 3 - Adaptive
This script was tweaked to keep a balance in performance and battery using the Adaptive governor for the 3 cores.
This script should work on just about any profile but should not be pared along with a profile useing the Adaptive governor.
Some recommended profiles it was tested on are
- ¤Skyline Profile¤ llllll
- ¤Skyline Profile¤ lllll ES
- ¤Skyline Profile¤ llll
- Sleeping Dragon Quad-core
- Crimson Dragon V3 ES
Click to expand...
Click to collapse
*Conservative Preset 6
Core 1 - Asswax
Core 2 - Asswax
Core 3 - Asswax
This script is tweak to be used with a balanced or performance based profile such as the "Rebirthing" profile where the CPU polls very quicky and cpu ramps up frequently. It is aimed at keeping the rest of cores activity to a minimum and use lower clock frequencies as often as possible to help reduce battery drain and provide a better experience.This script should work on just about any profile but should not be pared along with a profile useing the Asswax governor.
Profiles tested on are
- Rebirthing ES
- whispers In the Dark
- Crimson Dragon V3
Click to expand...
Click to collapse
General Performance Scripts Presets
*Performance Preset 1
All 3 cores are controlled by the wheatley governor. This script should work on just about any profile but should not be pared along with a profile useing the Wheatley governor.
Recommend profiles tested on to use with are
- Sleeping Dragon Quad-Core
- ¤Skyline Profile¤ ll
- ¤Skyline Profile¤ llllll
- Icarus Performance V2
Click to expand...
Click to collapse
*Performance Preset 2
Core 1 - SmartassH3
Core 2 - Dancedance
Core 3 - Adaptive
This profile was tweaked to maximize overall performance.
This script should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Recommended profiles tested on to use with are
- ¤Skyline Profile¤ l
- ¤Skyline Profile¤ ll ES
- ¤Skyline Profile¤ llllll
- Icarus Performance V2
Click to expand...
Click to collapse
*Performance Preset 3
Core 1 - Dancedance
Core 2 - intellidemand
Core 3 - Abyssplugv2
This script was tweak to have cores 1&2 scale very quickly delivering performance on demand while the last core 3 works in a slight conservative manner and not too very aggressive although it will still deliver excellent performance considering the nature of governor assigned.This script should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Some recommended profiles tested on to use with are
- Icarus Performance V2
Click to expand...
Click to collapse
*Performance Preset 4
Core 1 - Asswax
Core 2 - Adaptive
Core 3 - Abyssplugv2
This was tested on unknown profiles with incomplete data entry. It should work on just about any profile but should not be pared along with a profile useing any of the governors assigned to core 1-3.
Click to expand...
Click to collapse
*Performance Preset 5
Core 1 - Abyssplugv2
Core 2 - Abyssplugv2
Core 3 - Abyssplugv2
This was tested on unknown profiles with incomplete data entry. It should work on just about any profile but should not be pared along with a profile useing the Abyssplugv2 governor.
Click to expand...
Click to collapse
Performance Preset 6
Core 1 - Interactive
Core 2 - Interactive
Core 3 - Interactive
This script is tweaked to deliver a more fluid performance oriented interactive governor experience. Do not use this script if useing interactive as the primary governor at Core0. Will work nicely with any other governors such as ktoonservativeq and the rest found in ktweaker.
Click to expand...
Click to collapse
~~Screen Brightness Adjustments To Save Power~~
=[[Lux Autobrightness]]=
I use the app Lux Autobrightness to set the screen brightness of my device. I find it helps to miminize power consumption used by the screen and taught of shareing my profile.
To use this profile just download it from the provided link below. Be sure to backup your current LUX profile settings. Useing a file manager,navigate to the "Lux" folder on your internal storage and rename your current profile to "lux_profiles.bak". Then move the downloaded profile to your "Lux Folder" and restore it from within the Lux app.
You may want to set your method of backlight adjustment to "ON WAKE" as i have or leave it to your own desire preference as their are 4 to choose from which can be found by running the Lux App settings wizard or by going into settings/brightness and chooseing one of the 4 prefered method of backlight adjustment.
Lux Autobrightness Profile 1 Download
This lux profile is more of a balanced brightness to make the screen not too dark or bright under various light conditions.
Click to expand...
Click to collapse
Lux Autobrightness Profile 2 Download
This profile is adjusted with lower brightness values and takes more of a gradual step to make the screen brighter compare to the above profile 1
Click to expand...
Click to collapse
.
Lux Autobrightness Profile 3 Download
This Profiles uses higher screen brightness percentage as its min and upward lux thresholds to deliver a more alive and vivid screen viewing experience in just about any surrounding with little to maximum ambient lighting source. This profile is not as conservative as profile 1 or 2 but will deliver exceptional experience.
Click to expand...
Click to collapse
TIP
To help lower the screen power consumption along with the lux profile,leave the "Screen Power Saveing" mode feature turned on in your Rom power saveing mode section.
Nice!
Great work, Luigi my friend!!! Not driving an S4 yet, but I like to keep up with emerging trends and new technology...
Besides, I'll support you anytime!
shenry1307 said:
Great work, Luigi my friend!!! Not driving an S4 yet, but I like to keep up with emerging trends and new technology...
Besides, I'll support you anytime!
Click to expand...
Click to collapse
Thanks buddy!! Hopefully when and if you get the S4 this thread will come of use to you
Hey bud. Thanks for doing this thread! It was well needed. Sometimes the updated kernels don't sit right and I'm sure that's for alot of folks. I'm looking for his second set of settings that he posted in his thread. I've searched all over and cant find them. Not the ones in the op of his thread but they were extra settings about all instances of boost or something like that. Thanks in advance.
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
jdub251 said:
Hey bud. Thanks for doing this thread! It was well needed. Sometimes the updated kernels don't sit right and I'm sure that's for alot of folks. I'm looking for his second set of settings that he posted in his thread. I've searched all over and cant find them. Not the ones in the op of his thread but they were extra settings about all instances of boost or something like that. Thanks in advance.
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Thanks buddy. Really appreciate the feedback. The only thing I recall him saying was that setting "sync_extra_cores" and "touch_boost_cpu_all_cores" to 1 should help with battery and responsiveness but for some users who have issues with lags or reboots should set those to 0. I have them both set to 0 and my phone runs smoothly just fine like that. All the other settings are the recommended settings by Ktoonsez.
LuigiBull23 said:
Thanks buddy. Really appreciate the feedback. The only thing I recall him saying was that setting "sync_extta_cores" and "touch_boost_cpu_all_cores" to 1 should help with battery and responsiveness but for some users who have issues with lags or reboots should set those to 0. I have them both set to 0 and my phone runs smoothly just fine like that. All the other settings are the recommended settings by Ktoonsez.
Click to expand...
Click to collapse
Man awesome. Thanks. Ok you guys are att correct? I'm verizon and what I've found is the 6/23 is the most smooth with our new base me7. Just my findings but there is zero lag. For the first time man I've set my transition scales to 1. I know you know what that means for the s4. And with our VZW me7 roms the stock kernel has been the smoothest but pip and smart stay didn't work. This is odd cause this is the very Ktoonsez kernel that broke these features in mdk. So I flashed it on me7 and all things in the world are marvelous. Lol
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
jdub251 said:
Man awesome. Thanks. Ok you guys are att correct? I'm verizon and what I've found is the 6/23 is the most smooth with our new base me7. Just my findings but there is zero lag. For the first time man I've set my transition scales to 1. I know you know what that means for the s4. And with our VZW me7 roms the stock kernel has been the smoothest but pip and smart stay didn't work. This is odd cause this is the very Ktoonsez kernel that broke these features in mdk. So I flashed it on me7 and all things in the world are marvelous. Lol
Sent from my SCH-I545 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Actually Ktoonsez is ATT while I'm on T-Mobile but as you can see, like the S3, I've been collecting every build from each variant of the S4 just because Ktoonsez is awesome in what he does and I'd do anything to help him out!
Glad to hear all is running smoothly
boterkaaseneieren said:
I really don't get this thread, you mean to say all these builds are the original kernels of KT? And you post it in dev section. You can only make a thread in dev section of its your build. Going to report this and see wat a moderator think of this. Why make a mirror thread?
Click to expand...
Click to collapse
You obviously don't know who luigibull23 is. You'll thank him later.
Sent from my SGH-M919 using xda premium
boterkaaseneieren said:
In general where this belongs.
Click to expand...
Click to collapse
LuigiBull23 said:
Yup. Me and a mod spoke about it and all is well now
Click to expand...
Click to collapse
That shut you up didn't it boterkaaseneieren! Stop hating on people! and chill out! The guy gave plenty of credit and as he mention he got permission so why you on his cause like a nagging women? even on his thread!!! stop trying to seek brownie points please!
Sent from my GT-I9505 using Tapatalk 4 Beta
So...just flashed Liquid Smooth, my first aosp rom on the S4. For some reason the on demand governor which I usually use stays at max clock speed and doesn't go down. So I'm going to try out ktoonsez now. What settings do you recommend for that crazy 7 hour battery life you were able to get on the S3 @LuigiBull23? Lol
Sent from my SGH-M919 using xda premium
marcoxx626 said:
So...just flashed Liquid Smooth, my first aosp rom on the S4. For some reason the on demand governor which I usually use stays at max clock speed and doesn't go down. So I'm going to try out ktoonsez now. What settings do you recommend for that crazy 7 hour battery life you were able to get on the S3 @LuigiBull23? Lol
Sent from my SGH-M919 using xda premium
Click to expand...
Click to collapse
I'll pm you my current setup. Nothing fancy.. Just warming up lol
LuigiBull23 said:
I'll pm you my current setup. Nothing fancy.. Just warming up lol
Click to expand...
Click to collapse
What Rom are you currently running Luigi?
ahoslc said:
What Rom are you currently running Luigi?
Click to expand...
Click to collapse
Slim Bean