View Single Post
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#4
at first re-flash, the ui is fast and snappy enough (in stock kernel 600mhz). but as you flood the device's memory, begins to slow down'

try doing the following while on stock kernel (codes are in sudo root):

Code:
echo 150000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
the default is 300000

Code:
echo 75 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
the default is 95

in my case, it becomes snappier even @600mhz

if you notice a lot more battery consumption' do this

Code:
echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load
default is 0

for more info, search the forums....forgot what thread this was posted.
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;

Last edited by gabby131; 2010-06-27 at 00:46.
 

The Following User Says Thank You to gabby131 For This Useful Post: