Is that part of viperRom or do you have a separate link?
It's cooked into the ROM, but a separate thread all it's own:
[MOD][Updated 6.2.12]Dual Core Mod v2.1 - Screen Profiles, Auto Tweak, and more! - xda-developers
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Is that part of viperRom or do you have a separate link?

 
).Hey EM, how do you get Quick System Info to display the cpu and memory values? Mine only shows the graphs even with all options checked in preferences? (sorry it's off topic)Here's my latest startup -
![]()
	Awesome! Thanks!They're there, but they're black so you have to switch them.
Preferences, Inverse Title Color (check)
# V6 SuperCharger, OOM Grouping & Priority Fixes created by zeppelinrox.
echo "25,35,75,90,150,250" > /sys/module/lowmemorykiller/parameters/adj;
echo "1536,3072,19200,25600,32000,38400" > /sys/module/lowmemorykiller/parameters/minfree;
echo "0" > /proc/sys/vm/oom_kill_allocating_task;
echo "0" > /proc/sys/vm/panic_on_oom;
echo "500" > /proc/sys/vm/dirty_expire_centisecs;
echo "1000" > /proc/sys/vm/dirty_writeback_centisecs;
busybox sysctl -w kernel.panic_on_oops=1;
busybox sysctl -w kernel.panic=0;
#Kernel
echo "NO_GENTLE_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features;
echo "NO_NEW_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features;
echo "NO_NORMALIZED_SLEEPER" > /sys/kernel/debug/sched_features;
	Ok, now isn't this interesting.
I was having trouble with viperboy's dual core mods, he suggest that I see if there were anything in /system/etc/init.d causing conflicts - and I found V6 in an init script there.
So - I went back to my day 1 stock rom. No /system/etc/init.d existed.
Then I went back and re-installed Charmeleon (not nandroid restore, re-install).
The init.d subdir reappeared and this is in one of the scripts -
Code:# V6 SuperCharger, OOM Grouping & Priority Fixes created by zeppelinrox. echo "25,35,75,90,150,250" > /sys/module/lowmemorykiller/parameters/adj; echo "1536,3072,19200,25600,32000,38400" > /sys/module/lowmemorykiller/parameters/minfree; echo "0" > /proc/sys/vm/oom_kill_allocating_task; echo "0" > /proc/sys/vm/panic_on_oom; echo "500" > /proc/sys/vm/dirty_expire_centisecs; echo "1000" > /proc/sys/vm/dirty_writeback_centisecs; busybox sysctl -w kernel.panic_on_oops=1; busybox sysctl -w kernel.panic=0; #Kernel echo "NO_GENTLE_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features; echo "NO_NEW_FAIR_SLEEPERS" > /sys/kernel/debug/sched_features; echo "NO_NORMALIZED_SLEEPER" > /sys/kernel/debug/sched_features;
Charmeleon is already V6'd based on what the Charmeleon dev thought made sense.
Hmmmmmmmm........
Yep, it's baked into JoelZ rom - I've been in touch with him about the init scripts defect and what I think the right values might be for adj and minfree (see my post here in our Charmeleon thread) and confirmed that came from his rom, but I spaced double-checking credit.
JoelZ seems pretty darn good about credits, thanks for PM'ing him.
I checked viperboy's init scripts, found no evidence of V6 use.
Ok, it's simple.
It's already blowing away my previous responses in apps loaded, speed, smoothness, on a lot of fronts.
I'm seeing apps run faster than before and not colliding with the multitasking problem.

EarlyMon said:Be sure to use this version -
V6_SuperCharger_for_Android-Update9_RC9_Test_18.sh
And let it auto run everything for ICS. The 9-8.2 revision isn't ICS savvy.
Then go into /system/etc/init.qcom.post_boot.sh find the msm8960 case and remove the echo to adj by commenting out that line with the # character.
Otherwise, your out of memory adjustment won't come from V6, it'll come from that line and you don't want that.
For those PM'ing me and confused about my memory statements, here's an easy-to-use pre-edited post boot file.
To use -
- Make a nandroid backup!!
 - Download the attached zip
 - Put it on your sd card
 - Unzip with EStrongs File Explorer
 - In EStrongs, long press, then unzip
 - In Strongs, menu, settings, check on Up to Root, Root Explorer, and Mount File System
 - In EStrongs, long press on the sh file, Open As, Text, ES Note Editor -- if you need to edit it
 - In EStrongs, long press the sh file and Copy to /etc, overwrite existing file
 - In EStrongs, in /etc, long press this post boot sh file, Properties, make sure permissions are rw-rw-rw-
 - In EStrongs, menu, settings, check off Mount File System
 - Reboot
 
How to use:
The block you care about is bracketed by comments marked "##EM# begin" and "##EM# end"
If you are using the ICS-compliant V6 SuperCharger or freeza's kernel tweaks, do not edit the file.
If you are using stock Charmeleon with no other tweaks, uncomment the two lines indicated to overcome the bug in this file (JoelZ knows about it).
If you want to try my earlier minfree settings (even though I now am going with V6 myself), follow the instructions to leave the first minfree commented, and uncomment the second minfree line.
Comments are marked with a # character.
If either one of us screwed something up in this process, restore your nandroid. Can't help you if you don't make a nandroid backup first.
Hope this helps.
If you want to try the V6 SuperCharger:
Get the right V6 from here - xda-developers - View Single Post - [Script][U9RC9T18] OOMptimize with the -=V6 SuperCharger=- and Kick Lag's Ass!!
Save the pdf without the .pdf extension - it's really just an sh file in disguise.
Follow the instructions for it here - xda-developers - View Single Post - [Script][U9RC9T18] OOMptimize with the -=V6 SuperCharger=- and Kick Lag's Ass!!
I am getting so frustrated with this script...I have no idea what I'm doing wrong, but I can't get the oom/supercharger to stick. I've installed the starter kit, run the new services.jar, set script manager to run 99supercharger at boot...nothing is working. I even commented out the adj line early suggested, even though I'm running a different rom. this script is questioning my manhood
hmm. I'm using flex's ultrasmooth stock, which uses viper's base. He doesn't say anything about freeza in the op, so I doubt that stuff is in there. I also don't have a system/etc/init.d folder, but I have an init.rc...could that hold the same type of info?
also, the ran_supercharger.log isn't even showing it running at boot at all, and I have it set up the same way I have the 97bulletproof_apps script set up in script manager, and that one is running fine.
 
I have this thing running on the stock ROM.
Based on what I've read in threads I've got it at 768hp with Nitro Lag Nullifier running. I also have SM set to run the supercharger on boot, since my ROM doesn't play nice.
Is there anything else I should do?