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.
Since flashing 2.6.1 and the batt zip v3 and then undervolting each clock step by 75mVs, my phone runs warmer than it ever has.
I've had problems with text editing in the browser (particularly here on the forum), the cursor can't always be placed at the end of the text being edited. I had the same problem weeks ago but thought it had been ironed out.
Thank you. I've done it without problems. I'm only interested now in these battery.zip files, do I need that despite of using JD ultimate ?
I have to say i'm not getting on with 2.6.1 at all.
Lost 8% battery over night (10 hours) which is double my usual drain.
I'm back on void.echo for the time being, and perhaps switch to 2.5.2b if I get fed up of no boot animation.
Might be off topic and a stupid question but what do people mean when they say CM7 or CM6. What does CM mean.
2.6.2 should be out soon

Oh what an exciting life I lead!![]()


Living on the edge old boy... living on the edge!![]()

You'd hate my setup then, as it's even dimmer due to my liking of subdued lighting at home.I'm sorry gokhanmoral but your battery script is just too dark for my poor, tired, old, eyes.
I flashed v2.6.2, did some quick comparisons, and promptly binned it in favour of v2.6.1. I'll revisit it today now that one of my main complaints appears to have been addressed, namely....If you get really bored Slug, I'm open to suggestions on u/c'ing, u/v'ing and some ideas on the lulzactive app.
"fixed ondemandx governor" from 2.6.2 - does anyone know what was fixed and if it affected 2.5.2b?

Presumably I can change the script in siyah-battery.zip to use LulzactiveV2
Yup, those are correct, Apart from screen_off, which I wasn't aware of as a parameter, I've done similar.
Would you mind posting your script
#!/system/bin/sh
echo lulzactive > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo "95" > /sys/devices/system/cpu/cpufreq/lulzactive/inc_cpu_load
echo "40000" > /sys/devices/system/cpu/cpufreq/lulzactive/down_sample_time
echo "10000" > /sys/devices/system/cpu/cpufreq/lulzactive/up_sample_time
echo "1" > /sys/devices/system/cpu/cpufreq/lulzactive/pump_down_step
echo "4" > /sys/devices/system/cpu/cpufreq/lulzactive/pump_up_step
echo "5" > /sys/devices/system/cpu/cpufreq/lulzactive/screen_off_min_step
echo "1500 1350 1200 1000 800 500 350 200" > /sys/devices/system/cpu/cpufreq/lulzactive/freq_table
Open the config files e.g. /sys/devices/system/cpu/cpufreq/lulzactive/inc_cpu_load and check that the parameter entered corresponds to the expected value. If it doesn't, and your script follows the above syntax, then your values are probably being overwritten by another script.How can I check that the parameters I've set in the script are actually thsoe that are in use?

Here you go....
Code:echo "5" > /sys/devices/system/cpu/cpufreq/lulzactive/screen_off_min_step echo "1500 1350 1200 1000 800 500 350 200" > /sys/devices/system/cpu/cpufreq/lulzactive/freq_table
Does 5 set it to 500Mhz in your list of frequencies ie. do you count from the left of your list assuming 1500 is index 0?
So 5 would mean when the screen is off, the processor can only use clock frequencies from 200Mhz to 500Mhz - is that right?
