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

Reply
Thread Tools
Posts: 102 | Thanked: 29 times | Joined on Jul 2011
#3281
الحمد لله على السلامة يا كرم، ونسأل الله النصر والفرج القريب
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#3282
Originally Posted by abuakram View Post
الحمد لله على السلامة يا كرم، ونسأل الله النصر والفرج القريب
English : Thank god you are ok Karam, may god help us to the nearest win !

@abuakram

please use only English here on TMO !

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following 2 Users Say Thank You to sifo For This Useful Post:
Acurus_'s Avatar
Posts: 209 | Thanked: 156 times | Joined on Jun 2012
#3283
Hi, I deinstalled Speed Patch and Battery Patch. Now my minimum Speed is set to 500 Mhz in QCPUFreq (maximum: 805). What to do, to get 250 Mhz minimum speed?
__________________
History: Nokia 9000; Nokia 9110i; Nokia 9210, Nokia E90 / Currently: Nokia N900 (3x)
 
Posts: 336 | Thanked: 129 times | Joined on Jan 2011 @ portugal
#3284
Originally Posted by Acurus_ View Post
Hi, I deinstalled Speed Patch and Battery Patch. Now my minimum Speed is set to 500 Mhz in QCPUFreq (maximum: 805). What to do, to get 250 Mhz minimum speed?
Search for one of the many posts on this forum on how to edit your active kernel profile.
 
Acurus_'s Avatar
Posts: 209 | Thanked: 156 times | Joined on Jun 2012
#3285
Keyword? I do not know, what I shall search ....
__________________
History: Nokia 9000; Nokia 9110i; Nokia 9210, Nokia E90 / Currently: Nokia N900 (3x)
 
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#3286
Code:
root
kernelconfig load default
kernelconfig limits 250 600
kernelconfig default
Or change 600 to 805 if you like. You could also use the dsp profile which has 805 as max

Code:
root
kernel-config load dsp
kernel-config default
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 

The Following 3 Users Say Thank You to mr_pingu For This Useful Post:
Posts: 561 | Thanked: 75 times | Joined on Jan 2010 @ Spain
#3287
Karam, I'm glad you're okay. Welcome.
 

The Following User Says Thank You to WhiteWolf For This Useful Post:
Posts: 12 | Thanked: 12 times | Joined on Sep 2012 @ Moscow
#3288
Originally Posted by karam View Post

therefor, i want to make sure if batterypatch is not having problems with KP51, and doesn't require any further editing

please, if anyone has a batterypatch installed , can he/she give a short report ...

thanks
Hi! I am sp and bp user and have kp51 kernel installed. I used them about several month before.
While using my phone i noticed some things concerning battery patch. With battery patch package You install "dbus-scripts-session" script. I noticed, that it works by a wrong way.
After fresh reboot we have running "dbus-scripts --session" process, but if we check it with "status dbus-scripts-session" command, it say - stopped. Now, if the process "dbus-scripts --session" will terminate by some reason, it won't be respawned! Then we have broken battery patch until reboot or manually restart "dbus-scripts --session". I noticed, starting blessn900 (a better camera application), cause "dbus-scripts --session" to segfault. So we have then stuttering call rings, freezing system on taking photo with blessn900 and so on.
After digging into the problem I found that "dbus-scripts-session" do not start correct way while startup "on started hildon-desktop" event, but if you manually run it with "start dbus-scripts-session" all goes clean. Then I've try change the way it starts. the only way i managed to do it - additional script in event.d directory, that runs once (no respawn keyword) with command "start dbus-scripts-session".
That's it.
Thanks for Your attention.
 

The Following User Says Thank You to sta_rik For This Useful Post:
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#3289
@sta_rik
thank you for your effort ... didn't ever noticed this before actually.
i shall update it with in 2 days ,

but before that ..
would someone else apply the fix by sta_rik
and confirm it's function without a problem ?




@All

there is a problem with speedpatch : When switching from Maemo to Nitdroid .. a black screen will show and N900 will turn off .. you must turn it on again manualy to boot to Nitdroid
(not a huge bug .. but still a bug)

so if someone has the time to solve that problem .. as i don't have an N900 anymore ..
I would appreciate it very much.
 
Posts: 12 | Thanked: 12 times | Joined on Sep 2012 @ Moscow
#3290
How to check have You an issue described in my first post.
In x-terminal as root type
Code:
status dbus-scripts
Result must be "dbus-scripts (start) running, process 2568" (number may vary)
then type
Code:
status dbus-scripts-session
If result is "dbus-scripts-session (stop) waiting" - You have an issue.


My solution to fix..
As root create epty file named "dbus-scripts-session-starter" in /etc/event.d directory
Copy and paste next strings into it.
Save file and reboot the device.

Code:
description "dbus-scripts-session-starter"
author "sstar"
.
start on started hildon-desktop
#stop on stopping hildon-desktop
.
console none

script
#wait for some time 
sleep 30
#We must stop all previous instances, else we will have "dbus-scripts --session" runing twice 
killall dbus-scripts
# run dbus scripts session once
exec sh -c 'start dbus-scripts-session'
end script
 
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 21:10.