Active Topics

 


Reply
Thread Tools
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#2081
Originally Posted by fahadj2003 View Post
quite frankly, i love speedpatch, surprisingly it did improve things.. or maybe hw acceleration thingy did.. dunno.. dun matter..
It is called placebo effect
http://www.youtube.com/watch?v=yfRVCaA5o18
 

The Following 3 Users Say Thank You to maacruz For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#2082
@maacruz - lol. But TBH it really does something, as soon after I tried it, I was unable to pick up a phone call because phone-ui was unresponsive for the first time since PR 1.0. AIUI it removes all cgroup assignments made by Nokia, thus giving fair chance to everyone to lock the UI . I am not much in cgroups so I may be wrong.

While really offtopic here, I think you should re-post your findings on "magical patch" thread. I don't think we should tolerate stupidity and ignorance here (on TMO).
 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#2083
Originally Posted by vi_ View Post
Take the battery out for 30 seconds. Then have a look.

I have been away for a while am well horny about the inclusion of compcache&hd recording. Is there a wiki entry that details the instructions required to get all this cool **** up to date?

OR

Should I just wait for KP49 to hit the repos and take it form there?
KP hopefully should be in devel in a matter of days, Harmattan DSP diver and compcache included. For HD you still have to follow the instructions on "720p" thread. Unfortunately seems from today Nokia has withdrawn firmware image that was used from their server, so the script should be updated for the new firmware.
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#2084
Originally Posted by freemangordon View Post
@maacruz - lol. But TBH it really does something, as soon after I tried it, I was unable to pick up a phone call because phone-ui was unresponsive for the first time since PR 1.0. AIUI it removes all cgroup assignments made by Nokia, thus giving fair chance to everyone to lock the UI . I am not much in cgroups so I may be wrong.

While really offtopic here, I think you should re-post your findings on "magical patch" thread. I don't think we should tolerate stupidity and ignorance here (on TMO).
LOL, YOU ARE ACTUALLY RIGHT!!
I hadn't realized it, but actually nokia has setup cgroups in the N900, just it doesn't show in the usual places (/dev/cgroups or /etc/mtab)
But...
Code:
# cat /proc/mounts|grep cpu
cgroup /syspart cgroup rw,freezer,memory,cpu 0 0
It actually does something!!!
Well, OK, not what you wanted though, it completely screws the careful setup done by nokia, which actually has Desktop and Application cgroup categories
Oh my!

Last edited by maacruz; 2011-11-17 at 19:54.
 

The Following 5 Users Say Thank You to maacruz For This Useful Post:
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2085
@pali

I found a script in http://atrey.karlin.mff.cuni.cz/~pal...ock/underclock

Code:
#!/bin/sh
if [ "`dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.GetStatus | tail -1 | sed 's/.* //'`" != "0" ]; then exit 0; fi
echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
what this script do?? would you please explain??
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#2086
@marcuuz

http://imageshack.us/photo/my-images...1111801493.png

http://imageshack.us/photo/my-images...1111801500.png

perhaps you can check the postinst script before
then the *funny* things will make sense then

and .profile launches .bashrc which will make hildon-desktop get cgrouped
 
Posts: 176 | Thanked: 262 times | Joined on Nov 2009 @ Texas, USA
#2087
The latest kernel (freemangordon's build) seems to be more stable. I've been running it for 5 days now with only one reboot. Prior to this the KP kernel only lasted 24 to 48 hours before it would reboot.

I'm using the default settings file, so 250 to 805mhz with SR on.

Thanks.
 
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#2088
Lol, that's improvement

Just for recording sake - reboots out of blue sky aren't sign of anything good. You should not experience this. I haven't had random reboot since ancient times, when dinosaurs were hunting Australopithecus using speedpatches. So, basically, not in last half of a year. You should check what is causing this.

/Estel

// Edit

I'm getting strange problem with latest kp49, or I've missed something. I can't seem to blacklist bq27x00_batter.ko - no matter what I try. Of course, in my /etc/modprobe.d/blacklist (and in /etc/modprobe.d/kernel-power.blacklist) I got:
Code:
blacklist bq27x00_battery
I'm sure it doesn't contain any typos. "bq27x00_battery" is my second blacklisted module on the list, first one is "mousedev". I haven't had such problems in kp48.

Currently, I workaround'ed this by putting:
Code:
modprobe -r bq27x00_battery
...into my startup script in
/etc/event.d/
, but it is suboptimal solution.

Any hints?
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!

Last edited by Estel; 2011-11-18 at 05:17.
 

The Following 2 Users Say Thank You to Estel For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#2089
Originally Posted by mooninite View Post
The latest kernel (freemangordon's build) seems to be more stable. I've been running it for 5 days now with only one reboot. Prior to this the KP kernel only lasted 24 to 48 hours before it would reboot.

I'm using the default settings file, so 250 to 805mhz with SR on.

Thanks.
Default profile has limits 250-600. And you should really check what is the reason for reboot, it could be a problem with KP or with something else on your system.
 
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#2090
Originally Posted by carbonjha View Post
@pali

I found a script in http://atrey.karlin.mff.cuni.cz/~pal...ock/underclock

Code:
#!/bin/sh
if [ "`dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.GetStatus | tail -1 | sed 's/.* //'`" != "0" ]; then exit 0; fi
echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
what this script do?? would you please explain??
full script is:
Code:
#!/bin/sh
if [ "`dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.GetStatus | tail -1 | sed 's/.* //'`" != "0" ]; then exit 0; fi
echo > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
renice 1 `cat /syspart/applications/standby/background/tasks`
renice 1 `pgrep modest`
/usr/sbin/kernel-config limits 125 500
that script set freq. limit from 125 to 500, renice background tasks and modest only when there is no active voice/video call.
 

The Following 3 Users Say Thank You to pali For This Useful Post:
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou


 
Forum Jump


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