Decided to give this another go. Ran the script via adb. I'm mainly interested in the conservative governor.
I get errors though:
Code:
<br />
Installing Conservative Gov cp: can't create '/system/lib/modules/cpufreq_conser<br />
vative.ko': No such file or directory<br />
cp: can't create '/system/lib/modules/symsearch.ko': No such file or directory<br />
chmod: /system/lib/modules/symsearch.ko: No such file or directory<br />
chmod: /system/lib/modules/cpufreq_conservative.ko: No such file or directory<br />
Done<br />
So I created a folder called modules in /system/lib and that worked. So now it has the kernel modules in that folder, reboot, and checked the governor... no change. After a little investigating, looks like these modules are not at all compatible with our Droid X2.
Code:
<br />
# chmod 644 /system/lib/modules/cpufreq_conservative.ko<br />
chmod 644 /system/lib/modules/cpufreq_conservative.ko<br />
<br />
# chmod 644 /system/lib/modules/symsearch.ko<br />
chmod 644 /system/lib/modules/symsearch.ko<br />
<br />
# insmod /system/lib/modules/cpufreq_conservative.ko<br />
insmod /system/lib/modules/cpufreq_conservative.ko<br />
insmod: init_module '/system/lib/modules/cpufreq_conservative.ko' failed (Exec format error)<br />
<br />
# insmod /system/lib/modules/symsearch.ko<br />
insmod /system/lib/modules/symsearch.ko<br />
insmod: init_module '/system/lib/modules/symsearch.ko' failed (Exec format error)<br />
So then I thought, ok, well, I'll try the battery calibration thing, since I'm a bit annoyed at Motorola for releasing an update that has battery jumping.
Code:
<br />
# sh /sdcard/unthrottle/etc/init.d/91battcalibration<br />
sh /sdcard/unthrottle/etc/init.d/91battcalibration<br />
# /sys/class/power_supply/battery/batt_current: No such file or directory<br />
OP-- Are you sure this is at all compatible with the Droid X2? =\