The Following 14 Users Say Thank You to bakuur For This Useful Post: | ||
![]() |
2010-10-21
, 22:58
|
Posts: 968 |
Thanked: 974 times |
Joined on Nov 2008
@ Ohio
|
#2
|
![]() |
2010-10-22
, 08:05
|
Posts: 429 |
Thanked: 217 times |
Joined on Apr 2010
@ Dubai
|
#3
|
Just a suggestion, no need to load ulv every time. I would just reset the limits at each level.
Perhaps add an additional check for last profile (ulv), then only change the profile if it will be different than current profile. But, I don't see why anyone would change profiles very often if ever.
![]() |
2010-10-22
, 18:31
|
|
Posts: 511 |
Thanked: 128 times |
Joined on Aug 2010
@ Trinidad and Tobago
|
#4
|
![]() |
2010-10-22
, 18:45
|
Posts: 429 |
Thanked: 217 times |
Joined on Apr 2010
@ Dubai
|
#5
|
The Following User Says Thank You to bakuur For This Useful Post: | ||
![]() |
2010-10-22
, 19:36
|
Posts: 208 |
Thanked: 220 times |
Joined on Apr 2010
|
#6
|
let's just hope that soon I'll find someone to help me (a) with this script
#!/bin/bash #set variables for current bar level and previous bar level curbar=`hal-device bme | grep battery.charge_level.current | awk '{print $3}'` prevbar=`cat /home/user/.ledcharge/lastbar` if [ $curbar -eq $prevbar ]; then #exit without doing anything echo `date | awk '{print $4}'` exit else echo $curbar #set pattern to current bar level if [ $curbar -eq 8 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 7 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 6 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 5 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 4 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 3 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 2 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 1 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi if [ $curbar -eq 0 ];then sudo kernel-config load ulv sudo kernel-config limits 250 805 fi fi exit
With Linux-powered N900..ANYTHING is possible
![]() |
2010-10-22
, 19:40
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#7
|
![]() |
2010-10-22
, 19:46
|
|
Posts: 226 |
Thanked: 59 times |
Joined on Sep 2010
@ Mierlo, Netherlands
|
#8
|
The Following User Says Thank You to AMLJ For This Useful Post: | ||
![]() |
2010-10-22
, 19:59
|
Posts: 429 |
Thanked: 217 times |
Joined on Apr 2010
@ Dubai
|
#9
|
I was of the impression that setting the lower limit to 500 was more efficient power wise in the long run. Is that not the case? If so, why are you setting the lower limit to 250 in your script?
![]() |
2010-10-22
, 20:01
|
Posts: 429 |
Thanked: 217 times |
Joined on Apr 2010
@ Dubai
|
#10
|
The Following User Says Thank You to bakuur For This Useful Post: | ||
what this script does checks the Temperature of the phone and if its above 45c then it will change to a very low voltage
and also depending on the battery level, so the batery level the lower the voltage given to the N900
notes:
1.you must read the whole post before doing anything!
2.if you have any ideas please share them but incase you want to declare how you find this script useless to you then please i dont need to hear about it. JUST keep it to yourself.
3.you will be needing to install the following:
1.kernel-power-settings
2.rootsh
3."queen beecon widget" or "desktop command execution widget"
4.if your N900 starts rebooting then its not because of the script! your N900 just needs diffrent profiles or voltages, so try editing the script based on what suits you (eg. starving profile might not work for you but ideal will and so on...)
okay so lets start:
1.make sure you downloaded what i asked for above, then try OCing manually just to see if it works
try entering the following code :
2.download the .zip file attached below and extract the smartclocker.sh to your /MyDocs directory.
and by that i mean "/home/user/Mydocs" or in simpler words the first directory you put the folders for the music and videos.
3.okay so for the sake of testing and to make sure you got everything going right.
open the terminal
and type in the following:
if so then you can go to the next step
4.this is a must do to enable a proper temperature reading!
open the terminal then type in the following:
choose a name for it, then in the code area put:
and DONT choose the option where it says "@ start up" or "@ sight" or "@ Desktop"
and here you are done, please tell me how it goes with you
i also re updated the script to fix something
also many thanks to Almehdi and techie and to my biggest supporter renaldoTT
N900 @850Mhz
My N900 changed my life and made it ALOT easier!
Last edited by bakuur; 2010-10-27 at 19:12. Reason: made it more user friendly