Penso di aver risolto, il fix della recovery non ha sortito effetto,
ls -l dava questo output
codice:
shell@android:/sys/devices/system/cpu/cpu0/cpufreq # ls -la
ls -la
-r--r--r-- root root 4096 2012-10-09 23:53 affected_cpus
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_max_freq
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_min_freq
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_transition_latenc
y
-r--r--r-- root root 4096 2012-10-09 23:53 related_cpus
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_available_frequen
cies
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_available_governo
rs
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_cur_freq
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_driver
-rw-r--r-- root root 4096 2012-10-09 23:46 scaling_governor
-rw-rw---- system system 4096 2012-10-09 23:46 scaling_max_freq
-rw-r--r-- root root 4096 2012-10-09 23:46 scaling_min_freq
-rw-r--r-- root root 4096 2012-10-09 23:53 scaling_setspeed
drwxr-xr-x root root 2012-10-09 23:46 stats
quindi ho fatto
chown root:root scaling_max_freq
quindi
chmod 644 scaling_max_freq
adesso ls -l ed il cat danno valori corretti
codice:
shell@android:/sys/devices/system/cpu/cpu0/cpufreq # ls -la
ls -la
-r--r--r-- root root 4096 2012-10-09 23:53 affected_cpus
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_max_freq
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_min_freq
-r--r--r-- root root 4096 2012-10-09 23:53 cpuinfo_transition_latenc
y
-r--r--r-- root root 4096 2012-10-09 23:53 related_cpus
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_available_frequen
cies
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_available_governo
rs
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_cur_freq
-r--r--r-- root root 4096 2012-10-09 23:53 scaling_driver
-rw-r--r-- root root 4096 2012-10-09 23:46 scaling_governor
-rw-r--r-- root root 4096 2012-10-09 23:46 scaling_max_freq
-rw-r--r-- root root 4096 2012-10-09 23:46 scaling_min_freq
-rw-r--r-- root root 4096 2012-10-09 23:53 scaling_setspeed
drwxr-xr-x root root 2012-10-09 23:46 stats
shell@android:/sys/devices/system/cpu/cpu0/cpufreq # cat scaling_max_freq
ing_max_freq <
1008000
shell@android:/sys/devices/system/cpu/cpu0/cpufreq # exit