I'd like to use tasker to change the cpu frequency of my phone
depending on various conditions (mainly depending what app is
running). My phone is rooted, so other apps can change cpu frequency.
This page:
http://forum.cyanogenmod.com/topic/595-alternative-setcpu-script/
explains how to change the cpu from a script.
It mainly consists of echoing the frequency to /sys/devices/system/cpu/
cpu0/cpufreq/scaling_min_freq (and max_freq).
What I still haven't figured out is how to give a script root
permission so that when tasker calls it, it will be allowed to change
the frequency.
Did anyone do something similar?
thanks!