[android-developers] Re: Underclocking to simulate other phones

2011-01-20 Thread Hari Edo
I think people rely on the software emulator instead. If you know how to dive into the firmware at that level, you would know whether you would impact the reliability and consistent behavior of the device. I wouldn't trust the results, myself. On Jan 19, 8:29 pm, brian purgert

[android-developers] Re: Underclocking to simulate other phones

2011-01-20 Thread neuron
It's actually very simple. # adb shell # su # cd /sys/devices/system/cpu/cpu0/cpufreq Your looking for scaling_*. Basically scaling_max_freq (you can use the numbers from scaling_available_frequencies). To set a frequency simply write to scaling_max_freq. Example: # echo 1197000