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

Reply
Thread Tools
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#1631
hmm i see
i have forgotten about the proximity sensor
thank you for reminding me of it

and it seems that i did some mistakes on the rush
will fix everything on the next update
 

The Following 2 Users Say Thank You to karam For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#1632
Originally Posted by peterleinchen View Post
Yes, pretty sure. I installed manually and checked all existing or non-exisitng items.
dbus-scripts existed
dbus-scripts-session needs to be created on ones own
I think karam mixed here a little bit in the rush.
So, do not provide dbus-scripts, but only dbus-scripts-session with following content:
Code:
description "dbus-scripts-session"
author "Graham Cobb <g+770@cobb.uk.net>"

start on started hildon-desktop
stop on stopping hildon-desktop

console none

exec run-standalone.sh /usr/sbin/dbus-scripts --session
respawn
About that thing with telephony and vfs_cache:
Yes, karam, You are right. There is no need to add anything. I tested it and vfs came to 100 on call arriving and was set back to 10 after call with inactivity events. So please forget my former sayings.

BUT:
the vfs was also set to 10 during a call, because of proximity sensor and locking state.
I added/modified following to the cpu_sleep.sh:
Code:
#!/bin/sh

brightness=$(cat /sys/class/backlight/acx565akm/brightness)
keyboard=$(cat /sys/devices/platform/gpio-switch/slide/state)
proximity=$(cat /sys/devices/platform/gpio-switch/proximity/state)

if [ "$brightness" == "0" -a "$keyboard" == "closed" -a "$proximity" == "open" ]; then
        echo 10 > /proc/sys/vm/vfs_cache_pressure
fi
This will add the check for the proximity sensor.
If we keep a finger on it, the pressure will not be reduced, but kept at 100 (as feature someone may claim it as bug for accidentally keeping the sensor closed while locking, but I see it as feature )
This will also keep track and solves everything related to phone calls. Keeping pressure on 100 during a call...
So what if I unlock my phone (vfs@100), do some sh|t, lock my phone, put it in my pocket. In 15seconds or so, inactivity signal. But oh wait, it's in my pocket, proximity is closed. vfs stays@100.

Think on.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 2 Users Say Thank You to vi_ For This Useful Post:
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#1633
vi_ but i think before you put in your pocket you would lock your phone
right?
which will make vfs goes to 10
 

The Following 2 Users Say Thank You to karam For This Useful Post:
Posts: 915 | Thanked: 57 times | Joined on Jun 2011
#1634
Originally Posted by Alfred View Post
Don't ever go to those guys in the nokia store... Sometimes they have no effing clue about n900 whatsoever
i checked it in 3 shops and checked it my one computer engineer..they sed it is fyn..i jst want to know that how to check from the N900 weder my battery is fyn or not
 
Posts: 1,067 | Thanked: 313 times | Joined on Sep 2009 @ USA
#1635
since i have done the battery fix and loaded ur ideal....my battery level stays at zero...and doesnt keep track of how much enery is left.

the only way i know how much batt is left is my qbattery meter widget.

any ideas how i can get my battery level to show like it did before?
 
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#1636
Originally Posted by ceroberts75 View Post
since i have done the battery fix and loaded ur ideal....my battery level stays at zero...and doesnt keep track of how much enery is left.

the only way i know how much batt is left is my qbattery meter widget.

any ideas how i can get my battery level to show like it did before?
How did you use to check your battery level? I use advanced-power (I think this is it) to check battery percentage on the status applet. Anyway, do you have power kernel installed? If so, is bq27x00 module blacklisted?
 
Posts: 1,067 | Thanked: 313 times | Joined on Sep 2009 @ USA
#1637
i do have apmd installed and it is not showing any data. now the drop menu just says "tarting APMD" and it never goes. and the battery megter icon in the shildon-status-menu is not changing. just shows emoty all the time.

qtbattery widget is the only way i can tell right now.
 
Posts: 1,067 | Thanked: 313 times | Joined on Sep 2009 @ USA
#1638
its 233am here. ill have to check in the morning.
 
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#1639
Originally Posted by ceroberts75 View Post
i do have apmd installed and it is not showing any data. now the drop menu just says "tarting APMD" and it never goes. and the battery megter icon in the shildon-status-menu is not changing. just shows emoty all the time.

qtbattery widget is the only way i can tell right now.
I understand APM is Advanced Power Monitor, so it has to be what I use. I remember that few days ago I saw the status battery icon in grey colour after applying any of these tweaks, which I suppose is your case. Did you reboot? That solved my problem.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#1640
Originally Posted by vi_ View Post
So what if I unlock my phone (vfs@100), do some sh|t, lock my phone, put it in my pocket. In 15seconds or so, inactivity signal. But oh wait, it's in my pocket, proximity is closed. vfs stays@100.

Think on.
Yes vi_, You are right, but ...

Originally Posted by karam View Post
vi_ but i think before you put in your pocket you would lock your phone
right?
which will make vfs goes to 10
karam also!

So I had this idea at first I saw this method, but according to vi_s arguments came not up with it earlier.
If someone can point us to a flag showing "we are in a call", we could combine it and are all happy.
Til then I would see it as feature to keep my pressure high even if locked
...
 
Reply

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

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:30.