Poll: Delet the values from the speedpatch?
Poll Options
Delet the values from the speedpatch?

Reply
Thread Tools
Minhaz's Avatar
Posts: 117 | Thanked: 76 times | Joined on Aug 2010 @ Samnan,Sharjah,U.A.E.
#2711
the changelog of kp49 is present in the first post of its official thread...and for 720p read the first properly there is also a link to the guide to install only using N900...again read the first post carefully in 720p thread..installing using only N900 is mentioned after the first few lines..
 
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2712
renice 1 `cat /syspart/applications/standby/background/tasks`
does not work because there no dir after /syspart/ if using speedpatch (cgroup).
So for speedpatch code is

renice 1 `cat /dev/cgroup/cpu/applications/standby/background/tasks`

also testing
renice 1 `pgrep browserd`
renice 1 `pgrep image-viewer`
in cpu_sleep

and in cpu_normal

renice 0 `pgrep browserd`
renice 0 `pgrep image-viewer`

will report ASAP if this improves anything.
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2713
i was doing tests about it (with speedpatch)
already did that modify

but .... in my case i got less battery time on standby

tell me what happens with you
 
mrwormp's Avatar
Posts: 127 | Thanked: 40 times | Joined on Sep 2010 @ Jamaica
#2714
Recently I started to see a speedpatch error when xterm is loading and then it disappear when xterm has loaded, I have already tried rebooting alot of times already but the error still remains. I tried to remove speedpatch but the cgroup folder still remains even after a bunch of reboots. Whenever I try to delete the folder via filebox or xterm I get an error saying folder cannot be deleted. Is there another way to delete this folder.
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2715
@mrwormp

your problem is *not a problem*

speedpatch works well but looks like xterminal has cached a pvr when once speedpatch installed (looks like you launched xterminal when you installed speedpatch directly)

install speedpatch and

Code:
(as user)
rm .cache/launch/com.nokia.xterm.pvr
and your peoblem will be solved
xterminal will recache a new window


and about the unistallation issue
there is actually a problem in confile (inside the deb configs)
it considers /etc/speedpatch is from configs but it's not
to remove it you need to
apt-get purge speedpatch

or use the fuill removal-script from 1st post

then reboot and cgroup folder will not existed anymore
 

The Following 2 Users Say Thank You to karam For This Useful Post:
Posts: 176 | Thanked: 190 times | Joined on Jun 2011 @ Italy
#2716
While waiting for batterypatch 720p update, because dsp profile stays permanently at 805 mhz while the screen is unlocked, I've copied dsp profile content over both underclock and overclock profiles limiting the min and max frequences with:

underclock -> Min Freq = 125 Max Freq = 250
overclock -> as dsp default profile

using this combination i'm sure that my N900 won't go forever at full speed even when it's locked
 
Posts: 105 | Thanked: 4 times | Joined on Sep 2011
#2717
im still use batterypatch at 805-500 with vd1=1 and it works smooth.. im using kp49
 

The Following User Says Thank You to Masoi For This Useful Post:
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2718
I had to complete flash my N900 for some hang on heavy load issue.
but my test was complete.
Code:
renice 1 `cat /dev/cgroup/cpu/applications/standby/background/tasks`
not needed because they are background task and cgroup manage them as they should.

in cpu_sleep i added
Code:
renice 1 `pgrep modest`
renice 1 `pgrep browserd`
renice 1 `pgrep image-viewer`

and in cpu_normal

Code:
renice 0 `pgrep modest`
renice 0 `pgrep browserd`
renice 0 `pgrep image-viewer`
and for both locked and unlocked the
Code:
ignore nice load = 1
IMPROVED my standby time.

these scripts dont have any problems. e.g black screen, conversation issue etc.

Im using kernel-power v49.
if you need my overclock and underclock profile just ask. I'll post them here.
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/
 

The Following 2 Users Say Thank You to carbonjha For This Useful Post:
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2719
hmm i see

can someone else test them before i put them in batterypatch ?

thank you carbonjha
and you can pm me your profiles or post them here
 
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2720
I'm posting here so everyone can see.

underclock profile
Code:
# DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
# minimum frequency to use
MINFREQ=250
# maximum frequency to use
MAXFREQ=600
# list of frequency configurations: each "frequency:volt,dsprate"
FREQS="0:30,90 125:30,90 250:38,180 500:48,360 550:48,360 600:54,360"
SMARTREFLEX_VDD1=1
SMARTREFLEX_VDD2=1
GOVERNOR=ondemand
UP_THRESHOLD=95
SAMPLING_RATE=300000
IGNORE_NICE_LOAD=1
POWERSAVE_BIAS=0
overclock profile
Code:
# DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
# minimum frequency to use
MINFREQ=250
# maximum frequency to use
MAXFREQ=720
# list of frequency configurations: each "frequency:volt,dsprate"
FREQS="0:30,90 125:30,90 250:38,180 500:48,360 550:48,400 600:54,430 720:60,480 805:60,480 850:60,500 900:72,520 950:72,600 1000:72,600 1100:72,600 1150:72,600"
SMARTREFLEX_VDD1=1
SMARTREFLEX_VDD2=1
GOVERNOR=ondemand
UP_THRESHOLD=90
SAMPLING_RATE=300000
IGNORE_NICE_LOAD=1
POWERSAVE_BIAS=0
Additional voltage information of /sys/power/srvdd1_opps_vsel
Voltage table for each CPU frequency calculated by smartreflex.

Code:
125 - 20
250 - 22
500 - 33
550 - 35
600 - 38
720 - 43
805 - 48
850 - 52
900 - 55
__________________
kernel-power v52
N900 rocks
http://n900world.blogspot.com/
 

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

Tags
autobrick, awesome-script, do no install, f***epitaph, install it now, perfect_ n900, script-a-brick, very safe


 
Forum Jump


All times are GMT. The time now is 20:27.