Guys, am on the hunt to get better battery life on defy, so am on CM7 110814 nightly with sea kernel. Hv set cpu to smartass in the bootmenu and clocks/vsel as
clk1:300 17
clk2:600 32
clk3:800 42
load all modules -> disabled, this was anyways disabled b4 selecting smartass. or shd this be also enabled ?
With cpuspy, i see defy spends most of the time at 300 (As expected from smartass) and very less time at 800, but nothing at 600. Its 0% at 600. How can utilize this clk2 also ?. when not in use, sleep is also utilized as expected. want the cpu to wrk more at 300/600. my understanding is that if the cpu spends time at 600 than 800, this will also save battery.
plz suggest.
Load all modules has to be enabled, as per the android_device_motorola_jordan / bootmenu / script / overclock.sh, default is 0. to set cpu governor, it has to be enabled.
==
if [ $load_all -eq 1 ]; then
insmod $MODULE_DIR/cpufreq_conservative.ko
insmod $MODULE_DIR/cpufreq_interactive.ko nr_running_addr=0x$nr_running
insmod $MODULE_DIR/symsearch.ko
insmod $MODULE_DIR/cpufreq_smartass.ko
insmod $MODULE_DIR/cpufreq_powersave.ko
fi
==
clk1:300 17
clk2:600 32
clk3:800 42
load all modules -> disabled, this was anyways disabled b4 selecting smartass. or shd this be also enabled ?
With cpuspy, i see defy spends most of the time at 300 (As expected from smartass) and very less time at 800, but nothing at 600. Its 0% at 600. How can utilize this clk2 also ?. when not in use, sleep is also utilized as expected. want the cpu to wrk more at 300/600. my understanding is that if the cpu spends time at 600 than 800, this will also save battery.
plz suggest.
Load all modules has to be enabled, as per the android_device_motorola_jordan / bootmenu / script / overclock.sh, default is 0. to set cpu governor, it has to be enabled.
==
if [ $load_all -eq 1 ]; then
insmod $MODULE_DIR/cpufreq_conservative.ko
insmod $MODULE_DIR/cpufreq_interactive.ko nr_running_addr=0x$nr_running
insmod $MODULE_DIR/symsearch.ko
insmod $MODULE_DIR/cpufreq_smartass.ko
insmod $MODULE_DIR/cpufreq_powersave.ko
fi
==
Last edited: