[Team Kernelizers][How To][VZW][TK Mod 2.4]KT747 Kernel Tweaks - Updated 8-5-13

Search This thread

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Re: [Team Kernelizers][How To] KT747 TouchWiz Kernel/Pegasusq Tweaks

It's all good. As long as I'm still seeing good performance and frequent 4 hour screen on time then I can't complain too much. I figured out that I can't UV without stability issues awhile ago.

Sent from my SCH-I535 using xda app-developers app

Do you know if your processors is slow, nominal or fast?

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 

SlimSnoopOS

Senior Member
Jan 29, 2011
8,052
3,348
Re: [Team Kernelizers][How To] KT747 TouchWiz Kernel/Pegasusq Tweaks

Do you know if your processors is slow, nominal or fast?

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?

Mine is nominal. It's rather feisty too since it responds like that with just one step UV'ed below 1100.

Sent from my SCH-I535 using xda app-developers app
 

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
So I promised a thorough write up of what was done and why it was done on my last post of governor tweaks. Thats what this is:
I tuned the cpu_down_rate to 10. I lowered this number because a lower number of samples will be evaluated to execute the scale down logic. A higher number here will result in a delayed scale down, where as a number too small can cause the cpu to scale down too fast and cause the MHz to drop before load is completed. This is the same thing that I did to cpu_up_rate. The smaller number allows the cpu to ramp up faster to reduce lag. The down_differential was tuned to 2 because after spending sampling_down_factor*sampling_rate micro seconds at maximum frequency on high load, governor samples the load again to calculate an approx target frequency to scale-down-to which should not trigger up_threshold in the next sample. (Triggering up threshold may cause jumping to max frequency again). The hotplug_freq_1_1 was set to 800000 (800mhz) this is where the second core is going to turn on, hot_plug_freq_2_0 was tuned to the same 800mhz, this is where the second core turns off at scale down. I have found that up to and about 800mhz a single core is all that is necessary to handle most tasks, and above that a second core will help complete tasks faster. We dont need to worry about the other hot plug freq settings as these are for core 2 and 3 which we dont have. ignore_nice_load is where you tell the cpu to ignore the "nice loads," these are loads that are considered low priority by the scheduler. This prevents the cpu from scaling up because of a wakelock or something like a service that doesnt require a lot of resources. sampling_down_factor acts as a multiplier for sampling interval for re-evaluating the load when CPU is truly busy and is on highest clock frequency. If set to 0 this will cause the cpu to drop to lowest frequency even during heavy load resulting in lag. Thats why it is set to 1. up_threshold measured as percentage, when load on CPU is equal to above up threshold, CPU is scaled Up. Lower value - early scale up, and vice-verse, and is set to 50%. up_threshold_at_min_freq this threshold is used as up threshold while sampling at frequencies less than freq_for_responsiveness. Above that, normal up_threshold is used. This gives us an option to make scaling aggressive/relaxed until a frequency and normal for higher frequencies. I have this set to 90% ensuring that there is sufficient load on the cpu before scale up is triggered. We dont want the cpu jumping to max freq like a true ondemand. So now with this information we can see how the processor is going to keep cpu1 offline until it reaches 800mhz, and until it reaches that freq the governor is going to make sure that there is sufficient load on the cpu before triggering scale up and turning on the second core. This is where the 90% comes in, after that if there really is enough load to scale up more the load percentage is 50% because lets face it if the second core is on it might as well scale up a little more aggressively to allow more processing time to complete the task. But as you will see, the second the the load is released from the core the race to idle is near instantaneous as I can watch my clock cycles drop all the way down to 96mhz in less than a second after loading a resource hungry app. Sorry for the book... but like I said: thorough :)

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Mine is nominal. It's rather feisty too since it responds like that with just one step UV'ed below 1100.

Sent from my SCH-I535 using xda app-developers app

One step uv'ed below 1100 mhz? or 1100mv? If yours is giving you trouble like that I would try flashing a new version of the kernel and then start your uv off by 15-20mv on each step and find where the problem is, if you get all the way though with uv 15-20 with no problems, go through again and hit it with another 10 each freq step. Keep doing this until you find where the problem is and then go up 10mv from where the problems start
 

mw86

Senior Member
Jul 17, 2012
2,953
3,091
Afton
forum.techinferno.com
Re: [Team Kernelizers][How To] KT747 TouchWiz Kernel/Pegasusq Tweaks

See and I am 100mv undervolted right now and I have been trying to get this to reproduce and I can't... Then again I am trying to shake this battery life off of my phone lol hard to do that as far as I'm UV. But still I can't get this issue to reproduce. I might have to wait until my phone battery voltage drops enough

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?

It was just a guess as the exact mv must not matter and also this was first time ever with the issue as through the use of myphone on same charge for 3 days it never happened till it was near dead today. So thats why i feel maybe a link between all of those.

mw86.png
 

cthorson910

Senior Member
Jun 26, 2011
117
36
Modesto
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

This thread is making my brain hurt trying to learn and understand some of this stuff! Lol thanks very much to everyone involved with team kernelizers for this very very informative thread!

Sent from my SCH-I535 using Tapatalk 2
 
  • Like
Reactions: TheDriller

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

This thread is making my brain hurt trying to learn and understand some of this stuff! Lol thanks very much to everyone involved with team kernelizers for this very very informative thread!

Sent from my SCH-I535 using Tapatalk 2

Sorry about all of that. If you have any questions don't be afraid to ask. I try to make it as easy as possible with screenshots so all you will have to do is copy my settings. Newest settings are on page 5 post 49. I give a little more in depth explanation so people can try to LEARN what they're doing and why. The goal is to help everyone get the most out of what we have. Glad to have you in the thread!

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 
  • Like
Reactions: jdub251

cthorson910

Senior Member
Jun 26, 2011
117
36
Modesto
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

Sorry about all of that. If you have any questions don't be afraid to ask. I try to make it as easy as possible with screenshots so all you will have to do is copy my settings. Newest settings are on page 5 post 49. I give a little more in depth explanation so people can try to LEARN what they're doing and why. The goal is to help everyone get the most out of what we have. Glad to have you in the thread!

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?

No need to say sorry! Lol going to read the long post you made where you explain everything you did in the morning..that will clear stuff up a bit I'm sure. Definitely subscribing to this thread to keep learning! I've been all about android since my first og incredible over 2 years ago, when I was scared to root...lol...took the plunge and never looked back!

Sent from my SCH-I535 using Tapatalk 2
 
  • Like
Reactions: TheDriller

foreverinpanama

Senior Member
May 30, 2010
131
61
Dover
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

This thread is making my brain hurt trying to learn and understand some of this stuff! Lol thanks very much to everyone involved with team kernelizers for this very very informative thread!

Sent from my SCH-I535 using Tapatalk 2

You kidding? My entire process of kernel tweaking for me has been read read read, beat head into wall, change settings, test and repeat. Stop if you start seeing red on wall.

I think right now I'm happy on my s3 using ktoonz kernel and various tweaks.

2 to 3 hours of screen on time with 17 to 23 hours of battery life. This is on mostly wifi with push notifications/sync on for everything.

Too many settings to list since part of it has been to kill/freeze apps and changing how I do some things plus general rom tweaks/suggestions I've picked up from everywhere.

One day I'll have to sit down and write everything I have tweaked.

Sent from my SCH-I535 using Tapatalk 2
 

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

You kidding? My entire process of kernel tweaking for me has been read read read, beat head into wall, change settings, test and repeat. Stop if you start seeing red on wall.

I think right now I'm happy on my s3 using ktoonz kernel and various tweaks.

2 to 3 hours of screen on time with 17 to 23 hours of battery life. This is on mostly wifi with push notifications/sync on for everything.

Too many settings to list since part of it has been to kill/freeze apps and changing how I do some things plus general rom tweaks/suggestions I've picked up from everywhere.

One day I'll have to sit down and write everything I have tweaked.

Sent from my SCH-I535 using Tapatalk 2

@panama - I tried to kill my battery today. Didn't happen, guess I will have to try to finish it off tomorrow;):D
Oh yeah and this is a BONE STOCK battery lol
uvu8y2y5.jpg
avadena6.jpg


TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 

cthorson910

Senior Member
Jun 26, 2011
117
36
Modesto
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

You kidding? My entire process of kernel tweaking for me has been read read read, beat head into wall, change settings, test and repeat. Stop if you start seeing red on wall.

I think right now I'm happy on my s3 using ktoonz kernel and various tweaks.

2 to 3 hours of screen on time with 17 to 23 hours of battery life. This is on mostly wifi with push notifications/sync on for everything.

Too many settings to list since part of it has been to kill/freeze apps and changing how I do some things plus general rom tweaks/suggestions I've picked up from everywhere.

One day I'll have to sit down and write everything I have tweaked.

Sent from my SCH-I535 using Tapatalk 2

My approach to almost anything I do with my phone is the same. Read, read, read, read, make changes, test, evaluate changes, read read read...its never ending. I'm just barely getting this deep into kernel tweaks though.

Sent from my SCH-I535 using Tapatalk 2

---------- Post added at 10:59 PM ---------- Previous post was at 10:53 PM ----------

@panama - I tried to kill my battery today. Didn't happen, guess I will have to try to finish it off tomorrow;):D
Oh yeah and this is a BONE STOCK battery lol
uvu8y2y5.jpg
avadena6.jpg


TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?

Envious of that battery life! I thought I was doing good today with about 13hrs up time, 2.25 hours screen on time, and about 40 percent battery left. I've got some learning to do lol

Sent from my SCH-I535 using Tapatalk 2
 
  • Like
Reactions: TheDriller

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

My approach to almost anything I do with my phone is the same. Read, read, read, read, make changes, test, evaluate changes, read read read...its never ending. I'm just barely getting this deep into kernel tweaks though.

Sent from my SCH-I535 using Tapatalk 2

---------- Post added at 10:59 PM ---------- Previous post was at 10:53 PM ----------



Envious of that battery life! I thought I was doing good today with about 13hrs up time, 2.25 hours screen on time, and about 40 percent battery left. I've got some learning to do lol

Sent from my SCH-I535 using Tapatalk 2

That's what this thread is here for... To get the most out of it:)

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 

steve97ta

Senior Member
Jun 7, 2011
4,144
1,563
39
San Antonio, TX
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

Great job on the tweaks and write up on this Team Kernelizers! Used these on my sprint gs3 but have switched carriers.

Sent from my SCH-I535 using xda premium
 
  • Like
Reactions: mw86 and TheDriller

countryfolk07

Senior Member
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

I was playing with my own settings a little before I saw this thread. Thank you for this valuable information. My last charge cycle though, you'll never guess what gave me the most partial wake locks? BBS!!!!!! Yeah. Better battery stats! Almost 15 minutes worth. I found it kind of ironic something that is supposed to help you figure out wakes, was doing all the waking. LOL. Anyway, I work third shift, hitting the sack now. I'll upload some screenshots later. Thank you again.

Sent from my slightly modded........... phone.
 
  • Like
Reactions: TheDriller

steelers_exe

Senior Member
Apr 9, 2011
921
1,215
I was playing with my own settings a little before I saw this thread. Thank you for this valuable information. My last charge cycle though, you'll never guess what gave me the most partial wake locks? BBS!!!!!! Yeah. Better battery stats! Almost 15 minutes worth. I found it kind of ironic something that is supposed to help you figure out wakes, was doing all the waking. LOL. Anyway, I work third shift, hitting the sack now. I'll upload some screenshots later. Thank you again.

Sent from my slightly modded........... phone.

Yea, itll do that. Standard practice is to have it installed while weeding out those unnecessary wakelocks, then freezing or uninstalling it when youve got them down to a minimum. i actually had kept it installed for a good while and my battery didnt actually suffer that much, but YMMV.
 
  • Like
Reactions: mw86

BlueLaguna88

Senior Member
Dec 22, 2012
171
14
Newington, CT
I listen to a decent amount of music/podcasts per week. I notice that whenever I UV below 1100 mhz per frequency, I receive static/popping in those audio apps and sometimes notifications too. While I see the benefits of UV, is this something you notice and just deal with or do you just not listen to audio on your phone?

Sent from my SCH-I535 using xda app-developers app

Yeah I have the popping noise as well, I've noticed it when I used to use Lean Kernel, it is rather annoying, prevents me from undervolting past 1100mhz I also use the stock touchwiz player
 

pberge

Senior Member
Dec 20, 2012
282
199
Piermont, NY
Yeah I have the popping noise as well, I've noticed it when I used to use Lean Kernel, it is rather annoying, prevents me from undervolting past 1100mhz I also use the stock touchwiz player

I have been following these posts about popping noises and I just wanted to make sure i'm understanding because it seems like mV and Mhz are being used incorrectly. Are you talking about setting your voltages lower than 1100mV, or undervolting frequencies below 1100mhz?

If you mean voltages less than 1100mV, does that apply to all frequencies?

I had experienced some popping noises, but raising my lower frequency voltages to a minimum of 950mV seemed to solve it for me.
 
  • Like
Reactions: SlimSnoopOS

SlimSnoopOS

Senior Member
Jan 29, 2011
8,052
3,348
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

One step uv'ed below 1100 mhz? or 1100mv? If yours is giving you trouble like that I would try flashing a new version of the kernel and then start your uv off by 15-20mv on each step and find where the problem is, if you get all the way though with uv 15-20 with no problems, go through again and hit it with another 10 each freq step. Keep doing this until you find where the problem is and then go up 10mv from where the problems start

I have been following these posts about popping noises and I just wanted to make sure i'm understanding because it seems like mV and Mhz are being used incorrectly. Are you talking about setting your voltages lower than 1100mV, or undervolting frequencies below 1100mhz?

If you mean voltages less than 1100mV, does that apply to all frequencies?

I had experienced some popping noises, but raising my lower frequency voltages to a minimum of 950mV seemed to solve it for me.

I figured I put the wrong extension. I honestly wasn't aware of what to abbreviate the voltage with which is why I tried saying frequency for the cpu speeds mentioned. That's definitely my bad.

For me, if any CPU speed's respective voltages are below 1100 mv then I get popping/cracking in all audio (music/calls/notifications). I tried leaving all of my CPU speeds from my highest clock down to 384 mhz with voltages going no lower than 1100mV. Then I set only my min CPU of 192 mhz just below 1100 mv (specifically 1095 mv) and I even hear popping but it's not as prevalent as when more UV is being done. This has always occurred for me on LK and I have only flashed the last KToonz kernel, all kernels have been TW versions only. Just to be clear, I don't have any reboots or other issues, I can maintain the stock KT voltages with my min CPU set at 925 mv however I instantly notice all audio popping/cracking as a result.

Sent from my SCH-I535 using xda app-developers app
 

TheDriller

Senior Member
Jan 31, 2012
4,299
6,681
Augusta, GA
Re: [Team Kernelizers][How To] KT747 Kernel Tweaks

I have been following these posts about popping noises and I just wanted to make sure i'm understanding because it seems like mV and Mhz are being used incorrectly. Are you talking about setting your voltages lower than 1100mV, or undervolting frequencies below 1100mhz?

If you mean voltages less than 1100mV, does that apply to all frequencies?

I had experienced some popping noises, but raising my lower frequency voltages to a minimum of 950mV seemed to solve it for me.

And see I have been trying to get this problem to reproduce so I can troubleshoot it but on my phone its not happening. I am actually undervolted a bit more than my last post for testing right now and still nothing. Luckily I have another GS3 to test on... My fiances lol. She will probably kill me if she sees me tinkering with it, but she doesn't even know its rooted lol;)

TeamKernelizers.png

What you know 'bout wearing a wolf on ya noggin?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 70
    About​
    Welcome to Team Kernalizers's VZW Thread. This thread will attempt to teach you and show you how to maximize the performance and battery life of your GS3 running the KT747 kernel by Ktoonsez.

    In this thread, you will learn everything you need to know about Governors, I/O Schedulers, Underclocking (UC), Overclocking (OC), Undervolting (UV) and the KTweaker application. We will also provide you with pre-configured tweaks to use.

    This is a friendly support community. You can post your benchmarks, battery stats, feedback and settings. We will also help troubleshoot any problems that you may encounter while using this kernel and our tweak packages.

    Rules​
    Please consider these rules before using this thread:
    1. Follow XDA Forum rules (http://xdaforums.com/announcement.php?f=1712)
    2. There will be NO FLAMING, NO SPAMMING, NO HARRASMENT of any kind. These will not be tolerated. You have been warned!
    3. Search the thread first before asking questions. Most likely, your question may have been answered already.
    4. If you are stuck and need help, DO NOT post comments like "this is not working". It will be ignored. You must provide necessary information like ROM Type (AOSP/TW), Kernel Version, OC, UV ...etc. You get the picture. The more you provide the better we can help
    5. Please allow time for the team to find an answer if we can’t figure it out we know enough people to help us out finding a answer thank you
    6. Be Patient :) We have our own personal lives outside of here. Allow the team some time to find answers. We will do our best to help.
    7. If you post screenshots, you are allowed a maximum of 3 screenshots.
    8. Keep posts/threads on-topic
    By post in this thread, you are agreeing to the above rules.
    Members​

    • Galaxys3Man30
    • mw86
    • GTOJIM
    • Ramondal
    • clothednblack1
    • RErick
    • chinkybean
    • daniel4653
    • steelers_exe
    • crazymook
    • castle_bravo
    • luis86dr
    • MorphiousGX
    • TexasEpic4G

    Supported Devices​
    AT&T Samsung Galaxy SIII : http://xdaforums.com/showthread.php?t=2144004
    Sprint Samsung Galaxy SIII: http://xdaforums.com/showthread.php?t=2032956
    T-Mobile Samsung Galaxy SIII: http://xdaforums.com/showthread.php?t=2207286
    Verizon Samsung Galaxy SIII: http://xdaforums.com/showthread.php?t=2201555

    Thanks​

    ktoonsez - For giving us this amazing kernel and the plethora of options available with it. His thread his here Make sure to thank him!
    AT&T: http://xdaforums.com/showthread.php?t=1756776
    Sprint: http://xdaforums.com/showthread.php?t=1800576
    T-Mobile: http://xdaforums.com/showthread.php?t=1871946
    Verizon: http://xdaforums.com/showthread.php?t=1853816
    All of the Team Kernelizers members for their tweaks and dedication and help
    All of the testers, and followers

    All of the ROM developers out there for making our phones fun to use

    And of course our Friendly Forum Moderator:
    kennyglass123
    27
    Latest TWEAKS

    Disclaimer​
    Team Kernalizers members, Ktoonsez, and ROM developers are not responsible for bricked devices or any other device issues you experience as a result of using information in this thread.

    Every phone is different, especially since it was found that we have slow, nominal, and fast variations.
    Tweaks provided are extremely experimental and should be avoided by beginners and people who have important responsibilities tied to the usage of their phone.

    You Have Been Warned: Use of any information, tweaks and applications in this thread at your own risk. You assume full responsibility for your own actions.
    Downloads
    Team Kernelizers Tweaks​
    All of our TK bin files will be available here:
    From Phone: https://m.box.com/s/5hazifi3odci94uyykws/1/698338185
    From PC: https://www.box.com/shared/5hazifi3odci94uyykws

    Reporting Tools​
    Huge thanks to MorphiousGX for our live report form. Please report battery usages at these links.
    We will use this information to help make better adjustments to our tweaks. It will collect the necessary information to make sure people compare apples to apples*

    You can also view results after you submit, and filter on any of the questions asked (i.e. Tweaker's name, governor, release date..etc).

    The form can be found here*https://docs.google.com/forms/d/1-uz...3jPpg/viewform
    The results can be viewed here*https://docs.google.com/spreadsheet/...Xc&usp=sharing

    If you have any feedback (good or bad) please feel free to let MorphiousGX know he maintains it and you all should thank him.

    Team Kernelizers Proudly Presents
    TK Mod 2.4


    Download​

    Features​

    • Bin File Rename
    • Individual renaming of the following bin Files for battery savings:
    • gsiff_daemon
    • mpdecision
    • qosmgr
    • smd
    • smdexe
    • Renames bin files with .bak
    • Bin File Restore
    • Individual restoring of the following bin files:
    • gsiff_daemon
    • mpdecision
    • qosmgr
    • smd
    • smdexe
    • Restores bin files to their original state.
    • Mods
    • KT747 Bootanimation Fix:
    • Use only if bootanimation is broken. Usually occurs on TW Roms.
    • Team Kernelizers TouchWiz Build Prop Tweaks
    • Team Kernelizers AOSP Build Prop Tweaks
    • Restore of Original TouchWiz Build Prop
    • Restore of Original AOSP Build Prop

    Changelog​
    Located in TKMod zip​


    Contest Splash Screens​

    You now have access to all Team Kernelizers Contest Splash Screens in one zip!
    1st Place Splash Screen:
    yhyte5y5.jpg

    2nd Place Splash Screen:
    ta3evuva.jpg

    3rd Place Splash Screen:
    3ena8ugu.jpg

    4th Place Splash Screen:
    ejama7u4.jpg

    5th Place Splash Screen:
    ge8ebegy.jpg

    6th Place Splash Screen:
    e3equdep.jpg

    7th Place Splash Screen:
    3a9e5ave.jpg

    8th Place Splash Screen:
    avuza4e9.jpg

    9th Place Splash Screen:
    ha2ubazu.jpg

    10th Place Splash Screen:
    ru2a6yju.jpg

    11th Place Splash Screen:
    eragu7as.jpg

    Stock Splash Screen: Reverts to Original Splash Screen.



    Thanks from luis86dr​

    • Edgehood for answering all my questions about Aroma! Thanks buddy!
    • steelers_exe for his awesome splash screen for Aroma Installer.
    • RErick for his build prop updater script & for providing Splash Screen zips.
    • mw86 for his build prop tweaks.
    • GMan for testing and helping me. Also for providing mirrors!
    • decimalman for making the build prop script work!
    • Ktoonsez for such a awesome Kernel and inspiring us to do what we do.
    • Everyone who helped with testing!
    • Team Kernelizers for being so damn awesome!


    Known Bugs​
    Splash Screens will only work on TouchWiz
    Working on finding out the cause of these issues. Please report bugs in either of the Team Kernelizers threads.
    This is still in Beta, more is yet to come!!!!!!
    15
    Kernel Information​
    General Installation Instructions (for both TW and AOSP):​
    1. Download correct version of kernel for your device and rom. This is important as you may brick your phone is you use the wrong version.
    2. Flash kernel using your preferred recovery
    3. Do the following AFTER installing the kernel and BEFORE you reboot your phone:
    a. Clear cache
    b. Clear dalvik
    c. Fix Permissions
    4. Reboot your device.
    TW Specific Kernel Instructions:
    (can be used with AOSP too)
    There are some files on your TouchWiz phone that need to be renamed in order to maximize the battery life of your phone. There has been some debate on whether or not this is necessary, but for now we would recommend renaming these files to ensure that there is no chance of excessive battery drain.

    Part 1:

    These steps are only necessary on TouchWiz ROMs, however you can also do this on AOSP as well:
    1. You must have ROOT. You will need to have a root enabled file explorer on your phone (ES File Explorer works very well and you can get it from the play store (https://play.google.com/store/apps/details?id=com.estrongs.android.pop&hl=en). When you get it, open it up and go the the settings and scroll all the way down until you see the Root Settings. Go in there and enable ALL of the root settings.
    2. After that is done, navigate to your root folders using the Folder Up icon at the top. Once you are in your root folders, navigate to /system/bin and locate the following files. You will need to rename them with a ".bak" at the end of the filename
    gsiff_daemon --> gsiff_daemon.bak
    mpdecision --> mpdecison.bak
    qosmgr --> qosmgr.bak
    smd --> smd.bak
    smdexe --> smdexe.bak
    Renaming these files will not harm your phone. Many users rename these files every time they flash a rom, and no damge is done.
    Also, some ROMs come with these files renamed or deleted entirely, so if you don’t find a file, don’t be alarmed.
    You have to do this every time you flash the ROM and/or Kernel.
    If you feel uncomfortable doing this yourself, you can use the TK-MOD (see Downloads section) and it will handle this for you.


    Part 2:

    Stopping mpdecision from being called:
    1. Open terminal emulator and type the following code:
    su
    2. When terminal emulator asks for root permission hit 'Grant' or 'Allow'.
    3. At the # prompt type:
    stop mpdecision
    Using Rom Toolbox (https://play.google.com/store/apps/details?id=com.jrummy.liberty.toolbox) we will make a script that will stop mpdecision from being called at each boot so you don't need to use terminal emulator each time
    1. Open Rom Toolbox and scroll down to the Scripter option
    2. In the scripter, click the “+” button in the top right corner, then select 'Create'
    3. Type a name for our new script, lets call it “stop mpdecision”
    4. In the commands enter the following text:
    #!/system/bin/sh
    stop mpdecision
    5. Hit the disk icon to save it
    6. Select the script that you just created and a dialog box should pop up, select set at boot
    Were done here

    AOSP Specific Kernel Instructions:
    When coming from a 3.0 Kernel to a 3.4 Kernel there is a new method with kernel updates. Skipping these steps will cause phone instability, due to some bad data left behind. This is a flaw in the Android OS, not the application. You must follow the instructions below (Thanks ktoonzs for the new method of the ktweaker app)
    1. Go to Settings on the phone
    2. Go to app manager then all apps
    3. Scroll down to ktweaker app n open it
    4. Once open hit FORCE STOP and then hit CLEAR DATA
    5. Reboot and flash your new update of ktoonzs kernel
    6. Repeat steps 1-4 in the above “General Installation” section
    You should be good to go after that

    Resources & Useful Links

    14
    Re: [Team Kernelizers][How To] Updated 02-23-13 KT747 Kernel Tweaks

    Okay so Team Kernelizers now has a place to download the KTweaker backups. This should reduce the number of questions about where the latest tweaks are. All you have to do is download them to your KTweaker folder and in the KTweaker app use the restore feature! Every team member has a folder so you can see all of them all that is in mine is the latest Pegasusq/Zen tweaks from the op. I will have more when I am released from this prison people like to call "work"

    https://www.box.com/shared/5hazifi3odci94uyykws

    There is the link, it will be posted in the op too:D

    RErick_zpsf8fdc5d9.png

    What you know 'bout wearing a wolf on ya noggin?
    13
    So I think this thing is ready for release tonight... I hope y'all are around

    RErick_zpsf8fdc5d9.png