The Following User Says Thank You to fhofer For This Useful Post: | ||
|
2010-03-25
, 12:16
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#22
|
|
2010-03-25
, 12:38
|
Posts: 66 |
Thanked: 30 times |
Joined on Feb 2010
|
#23
|
The Following User Says Thank You to fhofer For This Useful Post: | ||
|
2010-03-25
, 12:47
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#24
|
You mean without rebooting? Yes, it is possible:
to turn on:echo 0 ... for turning off.Code:echo 1 > /sys/power/sr_vdd1_autocomp echo 1 > /sys/power/sr_vdd2_autocomp
Hmm, perhaps I could make a script to automatically turn SR off as soon as the battery is charging and put it back on when not charging..
|
2010-03-25
, 12:54
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#25
|
I had to disable deep sleep in /etc/pmconfig which caused reduction of battery life.
|
2010-03-25
, 13:12
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#26
|
I also would be interested to read (here) what does that SmartReflex actually do.
|
2010-03-25
, 19:45
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2010
@ Zurich
|
#27
|
|
2010-03-26
, 15:34
|
Posts: 66 |
Thanked: 30 times |
Joined on Feb 2010
|
#28
|
Originally Posted by fhoferThis is another bug which I remember seeing somewhere. (Don't remember the ID, however.)Actually, there is one more thing I should mention. Today, after about 3 hours of charging, the status bar battery indicator stopped moving, it did not stay at full but at some 70%. When I locked the screen, the yellow light was still blinking and the X-term command reported that the N900 is charging. After reboot, the status bar battey icon started moving again. This may have been the first sign of something around charging going wrong...
Conclusion: this in unrelated to SmartReflex.
|
2010-03-26
, 22:45
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#29
|
The Following User Says Thank You to egoshin For This Useful Post: | ||
|
2010-03-26
, 23:04
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#30
|
You mean without rebooting? Yes, it is possible:
to turn on:Code:echo 1 > /sys/power/sr_vdd1_autocomp echo 1 > /sys/power/sr_vdd2_autocomp
to turn on:
Hmm, perhaps I could make a script to automatically turn SR off as soon as the battery is charging and put it back on when not charging..