What about the overclock apk? It shows vsel and freq.
the app from this thread is what I'm assuming you're talking about? It shows the max vsel and max freq though.
I realize that if you input your own tables for frequencies, you can make a table of 5 frequencies all the way up to your max freq as detailed in this app. I'm sure its doing 1000mhz @ 60vsel as I indicated in the app, but I want to make sure that its hitting the voltages I set for the lower frequencies.
I figure that while its nice to undervolt the top frequency, my phone is on idle 90% of the day anyway, and it'd be nice to undervolt the idle frequencies too.
I'm just a little unsure if I did it properly (although nothing seems broken so I can assume its working). I just wanted a double check and was wondering if theres an app like SetCPU that can monitor voltages + frequencies real time... kinda like CPU-Z on a computer you know
Did anyone try:
echo 60 > /proc/overclock/max_vsel
echo 1000000 > /proc/overclock/max_rate
echo "1 125000000 16" > / proc/overclock/mpu_opps
echo "2 250000000 24" > / proc/overclock/mpu_opps
echo "3 550000000 38" > / proc/overclock/mpu_opps
echo "4 800000000 46" > / proc/overclock/mpu_opps
echo "5 1000000000 60" > / proc/overclock/mpu_opps
something like that before?