![]() |
Re: Pybattery - battery statusbar applet with candies
I got the same battery drain problem. My N800 battery was full before I sleep, and it woke me up with empty battery warning less than 6 hour later. I recharged it, and am now seeing the same behavior. The applet always shows CPUFreq(397.46), and temperature is always around 34-35 degree celcius.
I have python-launcher installed. |
Re: Pybattery - battery statusbar applet with candies
a increase in clock will result in a increased voltage, yes? even if the cpu is doing nothing?
|
Re: Pybattery - battery statusbar applet with candies
tso, im not sure, but i never disable performance on mine and barring the once in a blue moon random overnight deaths when i come back after sleep+work its still on full battery
if i take it to work and use it its just the same the killer for my homesystem is network. |
Re: Pybattery - battery statusbar applet with candies
pton,
try setting to performance, and uninstall it. |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
New version.22
Update is highly recomended. |
Re: Pybattery - battery statusbar applet with candies
could this be transposed into rm_you and jotts advanced_backlight framework?
ie take a copy of the backlight project, rip out the backlight stuff and repush it. I'm not sure how 412b is with c, but it would remove this cpu drain issue? 412b, thank you for this project i have been asked for a desktop applet for the cpu many times. |
Re: Pybattery - battery statusbar applet with candies
Quote:
but as activating the menu will just bump the cpu up to 400, and the content of the menu cant be refreshed in real-time, its content is somewhat useless... |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
2ALL There's a big bad bug. CPU works at 400MHz on my n810, when I turn the sound on... It's strange... Damn strange... Some feedback about it on other devices is needed. |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
Is there a way to check what the CPU is at without Advanced Battery? Some cli method? I'd be curious to know what it's at with Advanced Battery disabled. |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq |
Re: Pybattery - battery statusbar applet with candies
xterm gave output: 165000.
Can I assume this is less than when Advanced Battery reports 400MHz? |
Re: Pybattery - battery statusbar applet with candies
Nope. Advanced Power reads its frequency from that file. If you choose (with sound off) e.g. powersave governor in AP and wait a while it gonna show 165MHz.
|
Re: Pybattery - battery statusbar applet with candies
So, AP is set to "On Demand" and reads "CPUFreq: 400Mhz". But cli method outputs 165000.
I've tried it three times. Same divergent results. |
Re: Pybattery - battery statusbar applet with candies
But, you're right, if I change to powersave, both say 165000. Why is this?
|
Re: Pybattery - battery statusbar applet with candies
lm2, running ondemand will speed the cpu up to 400 as demand increases over some present %age.
running a python GUI app tiself may trigger the increase and push cpu to 400mhz for reading the value. using the command line is typically a LOT less strain on the system so the cpu will sit idle and be on slowest speed. powersave should show 165 all the time, on demand should be variable, perforance should show 400 all the time. |
Re: Pybattery - battery statusbar applet with candies
Thanks. Which setting does the tablet use default out of the box. I had assumed it was Ondemand, simply because qole's turbo debian gives two options: ondemand and performance.
|
Re: Pybattery - battery statusbar applet with candies
When I try to install 0.2.22 via the application manager, I get an error: Applications packages missing: python2.5-pgame. I'm running Nokia-N810-23-14 2.6.21-omap1 #2 Tue Sep 2 10:13:14. Where can I find this?
|
Re: Pybattery - battery statusbar applet with candies
All I can say is F**K...
It's not an Advanced Power bug as far as I got and I got even too deep... With AP not installed/turned off my CPU freq is 400MHz if sound is on... If sound is off everything is ok... I think it's to be submitted to Bugzilla as addition to bug #2602. But still feedback needed, 'cause it can be a 3rd party app issue. |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Sorry, my typo. It says that pygame is missing. I can't install.
|
Re: Pybattery - battery statusbar applet with candies
Quote:
So it should be in extras (or -devel) in your case... But I'm not sure. I'll update the .deb in couple of minutes, with no dependency on it. |
Re: Pybattery - battery statusbar applet with candies
i have sound on all the time, and i dont recall ever seeing the cpu get stuck based on that...
ah, played around a bit and see now. with sound of and ondemand as the governor, the cpu do not clock up when screen is poked or some other sound is played. same effect can be observed if one turn of the touchscreen sound in control panel. i hate to say this but i find homecpuspeed more useful as it will update the speed ever so often. as long as pybattery only grabs cpu speed on menu opening, and it makes the cpu clock up, it will nearly always report max cpu... |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
This is a great app! I have a suggestion. Could you add "Offline Mode" under Power Managment? I find it annoying to have to press the top button to go offline.
|
Re: Pybattery - battery statusbar applet with candies
Is it possible to make this app load into the system tray of another window manager? There's no good Internet Tablet battery applets for any of the other available window managers. I would specifically be interested in tweaking this to run in the system tray of LXDE.
|
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
Normal Mode: Code:
run-standalone.sh /usr/bin/dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"normal" Code:
run-standalone.sh /usr/bin/dbus-send --system --type=signal /com/nokia/mce/signal com.nokia.mce.signal.sig_device_mode_ind string:"flight" |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
Quote:
you may be bombarded with requests but thats because everybody sees great value in what you have started. |
Re: Pybattery - battery statusbar applet with candies
Quote:
|
Re: Pybattery - battery statusbar applet with candies
OK, now that I have a little more time to go over this in detail. . . .
The UI needs some TLC. The presentation as it stands is a little stark and cluttered. Certain information should disappear (Version), other information needs to be adjusted ("pretty print" for the cpufreq settings—Apple calls this "Processor Performance" perhaps just "Mode" will do) , and some additional information might be added (voltage, mAh, anything else useful you can get out of retu). I have some ideas floating around in my head if you'd like to see some mockups. ;) Quote:
|
Re: Pybattery - battery statusbar applet with candies
Hi, version 0.22 seems to have fixed my battery drain problem. I am not seeing any difference compared to before installation :) Thank you, 412b ;)
|
Re: Pybattery - battery statusbar applet with candies
I can second that - v.22 is working perfectly wrt battery
drain. |
Re: Pybattery - battery statusbar applet with candies
either i was not paying attention, or pybattery dont know how to warn about anything but imminent shotdown from lack of battery.
im used to having small warning sounds from the tablet when the battery slips into something like 25% or lower. but today all i got was the sound for when the battery is close to 0% (the menu showed 0,3%), and the icon was red. btw, i found a interesting message when i hooked the tablet up to a usb charging cable the other day, "device not usb cable compatible" or something like that. |
Re: Pybattery - battery statusbar applet with candies
2 ALL
If you experiencing problems with enabled sound (CPU frequency is constantly max, 400MHz for me), just disable screen tapping sound. I'm still digging it, so reenabling can be possible, if the solution will be found... Quote:
When battery level is less, then 12,5% the icon is partly red and notification sound is played. When battery level is less, then 5% the icon is totaly red, notification sound is played and information banner is shown. I can not add there an orchestra, or Big Ben, or a canon :) Quote:
Ask the Nokia's guys :) |
All times are GMT. The time now is 10:40. |
vBulletin® Version 3.8.8