maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900 (https://talk.maemo.org/showthread.php?t=73315)

abuakram 2012-10-08 20:18

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
الحمد لله على السلامة يا كرم، ونسأل الله النصر والفرج القريب

sifo 2012-10-08 20:27

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
Quote:

Originally Posted by abuakram (Post 1278123)
الحمد لله على السلامة يا كرم، ونسأل الله النصر والفرج القريب

English : Thank god you are ok Karam, may god help us to the nearest win !

@abuakram

please use only English here on TMO ! :)

./sifo

Acurus_ 2012-10-11 11:39

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
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?

ed_boner 2012-10-11 12:44

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
Quote:

Originally Posted by Acurus_ (Post 1279252)
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_ 2012-10-11 13:34

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
Keyword? I do not know, what I shall search ....

mr_pingu 2012-10-11 15:22

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
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


WhiteWolf 2012-10-14 17:31

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
Karam, I'm glad you're okay. Welcome.

sta_rik 2012-10-22 11:17

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
Quote:

Originally Posted by karam (Post 1277312)

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.

karam 2012-10-22 13:33

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
@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.

sta_rik 2012-10-22 14:41

Re: [ANNOUNCE] Speed Patch + Battery Patch + Tweaks --> Everything Needed To Have A Perfect N900
 
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



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

vBulletin® Version 3.8.8