|
2010-04-18
, 17:54
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#3022
|
#!/bin/sh currfreq=`cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq` idlefreq=`awk '{if ($2 > 0) print $1}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state | tail -n 1` tis1=`awk '{sum += $2} END {print sum}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state` tis2=`awk '$1 == 250000 {idle = $2} {sum += $2} END {print sum-idle}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state` echo -e " SCRIPT FOR ANALYZING TIME_IN_STATE By rooted (maemo.org) Revision 6 + some modifications The script is in active development. Update your script to current revision from: wiki.maemo.org/Overclocking FREQUENCY\tUSED\t\tWHEN BUSY" result=`awk '{if ($1 >= 1000000) printf ("%.0f MHz\t",$1/1000); else printf (" %.0f MHz\t", $1/1000)}{if ($2 == 0) printf "unused\t"; else printf ("%.1f %\t\t",($2*100)/"'"$tis1"'")}{if ($2 == 0 || $2/"'"$tis2"'" > 1) printf "\n"; else printf ("%.1f %\n",($2*100)/"'"$tis2"'")}' /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state` echo -e " $result Current frequency: $currfreq\t\t\t MHz Idle frequency: $idlefreq\t\t\t MHz Kernel: `uname -r` kernel-maemo: `dpkg -l kernel* | awk '/kernel-maemo/ {print $3}'` Uptime: `uptime | sed -e 's/.*p *//' -e 's/, l.*//' -e 's/ / /'` Load: `uptime | sed 's/.*e: //'` Boot reason: `cat /proc/bootreason` Temperature: `cat /sys/class/power_supply/bq27200-0/temp` C\n"
|
2010-04-18
, 17:57
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3023
|
The Following User Says Thank You to titan For This Useful Post: | ||
|
2010-04-18
, 17:59
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3024
|
Hi! good people..
I have followed Titans guied precise to the last word. But every time i turn the phone off and den on the kernel go back to 250-600mhz.... and if i turn off an on the phone is all back to 250-850mhz
I did us kernel (maemo25) and have chosen ulv. The older titans kernels ulv workt on my phone.
Do any of u, have the same problem or a fix.. mayby?
The Following User Says Thank You to titan For This Useful Post: | ||
|
2010-04-18
, 18:02
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#3025
|
i still cant get my kernel to have 125MHz as a minimum. i've made my own text file according to the overclocking wiki.
|
2010-04-18
, 18:03
|
Posts: 2 |
Thanked: 10 times |
Joined on Apr 2010
|
#3026
|
|
2010-04-18
, 18:16
|
Posts: 25 |
Thanked: 4 times |
Joined on Mar 2010
|
#3027
|
please help,
Yesterday I was playing "OPEN ARENA" On my N900, and After about 30 minutes, he hung up and not want to Connect!
My N900 is not more Booting
is not reloading.
Not in League Mode FLASH.
Just glows red, which then hang up.
already happened to someone?
I know it's my fault, but there is some geito to recover it?
I was using the Kernel Operating Titan XLV In 850Mh Minimum 1Ghz and Maximo.
I Was Playing OPEN AREA, My Wifi was on, and also was listening to music.
It was very hot when turned off.
Now no longer wants to connect, just glows red to boot, then turn off
Plugging the same USB, lights a red light, nothing appear on the screen ..
Sera that he DIED?? help
|
2010-04-18
, 18:22
|
Posts: 2 |
Thanked: 10 times |
Joined on Apr 2010
|
#3028
|
|
2010-04-18
, 18:26
|
Posts: 113 |
Thanked: 8 times |
Joined on Mar 2010
|
#3029
|
|
2010-04-18
, 18:33
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#3030
|
ULV defaults are 250-600.
if you reboot within 5mins the ULV settings are not loaded (reboot loop detection)
but only the defaults in /etc/pmconfig - maybe pmconfig is set to 850?
|
I have followed Titans guied precise to the last word. But every time i turn the phone off and den on the kernel go back to 250-600mhz.... and if i turn off an on the phone is all back to 250-850mhz
I did us kernel (maemo25) and have chosen ulv. The older titans kernels ulv workt on my phone.
Do any of u, have the same problem or a fix.. mayby?
Last edited by bigswed; 2010-04-18 at 17:53.