maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   battery drains faster after the latest update (https://talk.maemo.org/showthread.php?t=45173)

maxximuscool 2010-02-20 02:08

Re: battery drains faster after the latest update
 
I think the problem is you need to reset your N900 once ever 2days other wise there will be memory leak and battery drain. Mine seem to be like that after 2days uptime.

jakiman 2010-02-20 02:11

Re: battery drains faster after the latest update
 
Hmm. I like the Battery-eye better. It has smoother graph.

Anyways, I'll have both installed for today and see how they compare. =)

b666m 2010-02-20 02:19

Re: battery drains faster after the latest update
 
i'll stick to battery-eye.
its recordings seem to be much smoother and more precise.
only hoping that it's getting the option for showing 1, 2, 3... days. :)

fred123 2010-02-20 11:55

Re: battery drains faster after the latest update
 
I f you un-comment these lines in "/home/opt/battery-eye/beye.py"

Code:

#        self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, None))
#        self.filters[3].set_label('1 day')
#        self.filters[3].set_mode(False)
#        self.filters[3].connect("clicked",
#                                lambda button: self.graph.changeVisibleHours(25))

#        self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, self.filters[3]))
#        self.filters[4].set_label('3 days')
#        self.filters[4].set_mode(False)
#        self.filters[4].connect("clicked", lambda button: self.graph.changeVisibleHours(25*3))

#        self.filters.append(hildon.GtkRadioButton(gtk.HILDON_SIZE_AUTO, self.filters[4]))
#        self.filters[5].set_label('7 days')
#        self.filters[5].set_mode(False)
#        self.filters[5].connect("clicked", lambda button: self.graph.changeVisibleHours(25*7))

It should give you what you need!

b666m 2010-02-20 12:18

Re: battery drains faster after the latest update
 
Quote:

Originally Posted by fred123 (Post 538293)
I f you un-comment these lines in "/home/opt/battery-eye/beye.py"

It should give you what you need!

nice one. works! :D

(ok.. the additional buttons aren't nice because the text in them is cut off... but mhm... functionality over beauty ^^)


All times are GMT. The time now is 06:06.

vBulletin® Version 3.8.8