Making Voodoo settings stick

damnmisur

Senior Member
Aug 25, 2011
366
98
0
Windsor
I know that a lot of people are asking how to make voodoo settings stick. I found the following to work even on roms without init.d. I suppose this means Rom Toolbox could be used to run all your scripts ;)

For those that do not know how to write scripts this is easy.

This works on roms without init.d as well.

Download ROM Toolbox from market. Open scripter. Create new script. Copy and paste the following:
#! /sys/bin/sh

echo 2309122400 >/sys/class/misc/voodoo_color/red_multiplier

echo 2309122400 >/sys/class/misc/voodoo_color/green_multiplier

echo 2701672960 >/sys/class/misc/voodoo_color/blue_multiplier

echo -44 >/sys/class/misc/voodoo_color/blue_v1_offset

echo -50 >/sys/class/misc/voodoo_color/red_v1_offset


echo -53 >/sys/class/misc/voodoo_color/green_v1_offset




These settings are from samoled. You can change the numbers to your preference. Save the script. You can then run the script and set to run at boot all from ROM Toolbox.
 

derekwilkinson

Senior Member
Dec 14, 2007
2,982
326
0
I know that a lot of people are asking how to make voodoo settings stick. I found the following to work even on roms without init.d. I suppose this means Rom Toolbox could be used to run all your scripts ;)

For those that do not know how to write scripts this is easy.

This works on roms without init.d as well.

Download ROM Toolbox from market. Open scripter. Create new script. Copy and paste the following:
#! /sys/bin/sh

echo 2309122400 >/sys/class/misc/voodoo_color/red_multiplier

echo 2309122400 >/sys/class/misc/voodoo_color/green_multiplier

echo 2701672960 >/sys/class/misc/voodoo_color/blue_multiplier

echo -44 >/sys/class/misc/voodoo_color/blue_v1_offset

echo -50 >/sys/class/misc/voodoo_color/red_v1_offset


echo -53 >/sys/class/misc/voodoo_color/green_v1_offset




These settings are from samoled. You can change the numbers to your preference. Save the script. You can then run the script and set to run at boot all from ROM Toolbox.
Sweet! Do you know if there's a way to make the sound settings stick as well? (bass booster)
 

damnmisur

Senior Member
Aug 25, 2011
366
98
0
Windsor
This works on all roms I believe. The files are in the system folder which are common between roms. Correct me if i'm wrong.

Sent from the bowels of hell
 

Enhanced

Senior Member
Sep 18, 2010
1,142
279
0
Damnmisur, can you create a script to automatically change the "Background Process Limit" to at most 3 processes?

Seems like this is another one of those things that don't stick upon restarting. Many people like to set their limits instead of letting apps stay in memory.

Thanks!
 

ZiggSVO

Senior Member
Apr 4, 2008
1,131
243
0
Wasilla, AK
Damnmisur, can you create a script to automatically change the "Background Process Limit" to at most 3 processes?

Seems like this is another one of those things that don't stick upon restarting. Many people like to set their limits instead of letting apps stay in memory.

Thanks!
Didn't realize that didn't stock either lol thanks for the heads up

Sent from my Nexus S 4G using Tapatalk
 

damnmisur

Senior Member
Aug 25, 2011
366
98
0
Windsor
Damnmisur, can you create a script to automatically change the "Background Process Limit" to at most 3 processes?

Seems like this is another one of those things that don't stick upon restarting. Many people like to set their limits instead of letting apps stay in memory.

Thanks!
Wish I could. I'm a noob and figured out the voodoo colors script by looking at system files. I don't really know how to make the script for what you are asking for.


Sent from the bowels of hell
 

ZiggSVO

Senior Member
Apr 4, 2008
1,131
243
0
Wasilla, AK
Wish I could. I'm a noob and figured out the voodoo colors script by looking at system files. I don't really know how to make the script for what you are asking for.


Sent from the bowels of hell
Just need to figure out where those values are stored at just like the voodoo ones :p

Sent from my Nexus S 4G using Tapatalk
 

damnmisur

Senior Member
Aug 25, 2011
366
98
0
Windsor
Hoping a dev stumbles on this thread for an answer to process limits. This will be most likely solved when Nexus S ICS code is released.

Sent from the bowels of hell
 
Last edited:

SharkBait Ha

Senior Member
Jun 1, 2010
632
13
0
New York City
I know that a lot of people are asking how to make voodoo settings stick. I found the following to work even on roms without init.d. I suppose this means Rom Toolbox could be used to run all your scripts ;)

For those that do not know how to write scripts this is easy.

This works on roms without init.d as well.

Download ROM Toolbox from market. Open scripter. Create new script. Copy and paste the following:

#! /sys/bin/sh

echo 2309122400 >/sys/class/misc/voodoo_color/red_multiplier

echo 2309122400 >/sys/class/misc/voodoo_color/green_multiplier

echo 2701672960 >/sys/class/misc/voodoo_color/blue_multiplier

echo -44 >/sys/class/misc/voodoo_color/blue_v1_offset

echo -50 >/sys/class/misc/voodoo_color/red_v1_offset


echo -53 >/sys/class/misc/voodoo_color/green_v1_offset



These settings are from samoled. You can change the numbers to your preference. Save the script. You can then run the script and set to run at boot all from ROM Toolbox.

Awesome now I don't need to manually do it
Sent from my Nexus S using xda premium