View Single Post
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#1638
Originally Posted by titan View Post
I noticed that during the call both min and max are set to 600Mhz (using console via ssh).
after the call the minimum is reset to 250MHz.
can someone confirm that during extended phonecalls, even with the stock kernel,
scaling_min_freq, scaling_max_freq and scaling_cur_freq are 600000?

it would mean that Nokia keeps your device at the dangerous 600MHz during an entire extended phone call!
Calling is overclocking!
Stock PR1.1 kernel, before call:

# cat scaling_min_freq scaling_max_freq scaling_cur_freq cpuinfo_min_freq cpuinfo_max_freq cpuinfo_cur_freq
250000
600000
250000
250000
600000
249600

During call:

# cat scaling_min_freq scaling_max_freq scaling_cur_freq cpuinfo_min_freq cpuinfo_max_freq cpuinfo_cur_freq
250000
600000
250000
250000
600000
249600

Got via WiFi ssh.

EDIT: I have set value "1" in "ondemand/ignore_nice_load" to prevent tracker from eating battery (testing it).

EDIT2: I also have both sr_vdd1_autocomp and sr_vdd2_autocomp set to "1".

Last edited by egoshin; 2010-04-07 at 21:39.