![]() |
Re: [Announce] BatteryGraph
Quote:
Quote:
Transparency: I tried that for charging status, but it made kinetic scrolling kinda slow. Right now only the part of the graph that is visible is drawn. Kinetic scrolling performance could be improved by drawing the entire (which right now can be 21 days wide) graph into memory, but that will cause a noticeable delay when enabling or disabling graph elements (because the entire graph needs to be redrawn) and cause a higher memory usage. Quote:
Quote:
|
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
Hello,
it is normal that the CPU Graph is between 40-50% when the N900 is shutdown and hangs on the power supply? |
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
BatteryGraph version 0.3.2 can now be found in Extras-Testing
Changelog
|
Re: [Announce] BatteryGraph
1 Attachment(s)
why does it indicate that the battery is always charging. I think you invented free energy.
|
Re: [Announce] BatteryGraph
Quote:
Quote:
This will cause incorrect display in the graph, because no charger connect and disconnect events and cpu load data are recorded. Cpu load is therefore shown as the last known value during the period your device was shutdown. |
Re: [Announce] BatteryGraph
how do i reset the app?
cheers |
Re: [Announce] BatteryGraph
Quote:
To reset the database you can remove the database file /home/user/.BatteryGraph/BatteryGraphDB.sqlite (but then you would probably have to reset your device before the background daemon will record new data). You can also drop the tables from the database with the following commands in a terminal (or only 1 if you want to delete something specific): Code:
sqlite3 /home/user/.BatteryGraph/BatteryGraphDB.sqlite "drop table data" PS the above is untested but should work :D |
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
It seems like after I turn the device on it should realize that it is no longer connected to the charger. You can see in the pic where it was turned on, yet it still indicates that it is being charged??
|
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
Jerome, if you have a heavier battery in the N900 uses remains the current display it on the default value, you can make a difference, eg menu the maximum flow (capacity battery) change so that the average current values again more accurate ? It would be a donation worth
Heavier batteries include. 1930 and was the Mugen 2400 mAh. Jeroen, indien je een zwaardere batterij in de N900 toepast dan blijft de stroom aangave toch op de standaard waarde staan; kun je hier iets aan doen, bijv. in menu de max stroom (capaciteit accu) wijzigen zodat de gemiddelde stroomwaarden ook weer meer kloppen? Het zou mij een donatie waard zijn ;) Zwaardere batterijen zijn oa. de gold 1930 en Mugen 2400 mAh. |
Re: [Announce] BatteryGraph
The problem is that HAL/BME is unable to report the correct charge for batteries with higher capacity. See https://bugs.maemo.org/show_bug.cgi?id=9789
Scaling the current charge-reading to 1930 or 2400 mAh would not make it any more accurate. You could just as well use the percentage reading which seems to be coupled to the charge reading anyway, i.e. 50% with a 2400 mAh battery would suggest about 1200 mAh left. |
Re: [Announce] BatteryGraph
With the 2400mAh mugen it depends on how warm the battery is at boot. Beyond a certain point, the battery meter starts displaying 100% all the time, and then jump from 100% to 0% in one big step.
The battery bars remain slightly more useful though. |
Re: [Announce] BatteryGraph
hmm not necessary in one big step but it looks a bit strange. I have a battery labeled with 1800mAh (i will remove the label tomorrow to see if the cell got a different note) and the graph looks a bit... strange.
jwittema do you know how the graph for the bars and the percentage is calculated? i mean is it something you read directly out of an eeprom or is it something your app calculates? i tried to figure that out with the two different batteries, but wasn't able to get a proper answer by myself. |
Re: [Announce] BatteryGraph
The mAh and percentage is supplied by bme, which only gives vaguely correct values for fresh original batteries and well-made third party batteries
|
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
I have a feature request (easy one). And that is RAM and swap usage on graph.
And also a possibility to disable logging of certain resources by the daemon (smaller database, less resources used). By the way, more apps polished like that! |
Re: [Announce] BatteryGraph
oh yes... i can agree to that, more good looking apps please. BatteryGraph is really some eye candy stuff :-)
|
Re: [Announce] BatteryGraph
Yesterday an upgrade was put, but on my phone I don't see the upgrade. I checked, but it says nothing.
|
Re: [Announce] BatteryGraph
Should Bluetooth and USB network be with WLAN color? Now it seems like Bluetooth-TCP/IP would be GPRS/UMTS.
|
Re: [Announce] BatteryGraph
Quote:
There are other values which might be interesting to monitor as well, I will look into it when I have some more time. Monitoring more values does also result in a bigger database, so an option to disable the monitoring of some values might indeed be usefull. Quote:
Maybe you need to be more patient? Quote:
Could you send me your database (/home/user/.BatteryGraph/BatteryGraphDB.sqlite)? Or check for yourself if anything other than "WLAN_INFRA" or "GRPS" is logged in the database by running the following command (one line) in a terminal Code:
sqlite3 /home/user/.BatteryGraph/BatteryGraphDB.sqlite ".dump table connection" |
Re: [Announce] BatteryGraph
Got another idea: How about also plotting temperature sensor values?
|
Re: [Announce] BatteryGraph
1 Attachment(s)
Okay. What about the possibility for the user to calculate graphically the left time with the actual Battery usage?
It should be easy to use. In my mind it's only a line with a fixed point at the end of the actual graph (percentage). The user can move the left side (blue pinhead) of the line and can change the angle of the line resulting a intersection on the other side of the line with the x-axis. Battery Graph shows the exact time the Battery reaches 0% with the angle the user has given. I have drawn a fast mockup. I hope the developer like the Idea: :) |
Re: [Announce] BatteryGraph
Does anyone know why ever since I updated to PR 1.2, I haven't been able to see a graph? I just get a black screen with the side bars telling me: Bars, Volts, Percent, etc.
|
Re: [Announce] BatteryGraph
i have been seeing the batterygraph on pr1.2 but a week ago i also got a black screen just like phase315 does anyone know what this is?
|
Re: [Announce] BatteryGraph
now i am confused. the cpu in this app shows 50% usage constant for about an hr now, but cpumem applet shows minimal cpu, so does conky. i restarted the phone...still same cpu usage...
|
Re: [Announce] BatteryGraph
I also get a black screen now in batterygraph it was working fine before even on PR1.2 but my battery completely finished when I replaced it I was asked to set the time date, etc. ever since battery graph shows a blank screen. Anybody want to take a guess as to what is actually wrong here?
|
Re: [Announce] BatteryGraph
Hmm... I'm not the developer... but perhapt you can try to delete your database. (you can find how here somewhere in this thread)
|
Re: [Announce] BatteryGraph
I have used battery graph to analyze battery usage with various settings, I am happy with BatteryGraph. My review here
|
Re: [Announce] BatteryGraph
Hey.
I have a feature request/suggestion for BatteryGraph. Instead of relying entirely on graphical representation, would it not be amazing to be able to see exactly how much time (in total, sum of all individual sessions) was spent using WiFi, 3G GPRS, 2G GPRS and on the phone? I suppose the daemon must have this information and its just a matter of presenting it in a different way. |
Re: [Announce] BatteryGraph
Quote:
|
Re: [Announce] BatteryGraph
Define "using" and "and on the phone".
|
Re: [Announce] BatteryGraph
4 Attachment(s)
hello guys.i have a strange behavior in batterygrph and i don't now why.
it seems that i have every line twice,and the cpu isn't showed. here are some pics: |
Re: [Announce] BatteryGraph
you probably had your date wrong (e.g. i the future ) some time causing batterygraph records in the future. I had that once and it 'resolved' automatically when the future date passed.
You can also play with sqlite trying to find the bogus records and delete them. Or just delete your batterygraph datafile but that will off coarse erase your battery hsitory (that again may not be a problem because the history is kept for only 30 days by default I think( |
Re: [Announce] BatteryGraph
ok so i can just erease the database?will batterygraph make a new one?
|
Re: [Announce] BatteryGraph
Have been a "cure" found to false representation of CPU usage in BatteryGraph? Since yesterday I have false reading of constant 10% CPU usage, top doesn't show any abnormal behavior - usage aprox. 2-3% as usual. I have deleted DB,but problem persist.
PS. I have read the topic, but have not found any definitive answer. |
Re: [Announce] BatteryGraph
My BatterGraph shows a very hight usage the whole time (while idling) too but top only shows 2-3%.
I was wondering if it's real usage or just a bug. http://www.abload.de/thumb/screensho...102-07un3s.png (2 to 6am) |
Re: [Announce] BatteryGraph
1 Attachment(s)
@NokiaRocks
The issue I am having is a bit different - it seems like the "ground zero" of CPU usage had shifted down 10% and when the phone is idle I have 10% usage, instead of usual 1-2%. You can see it from attached image. I had such problem earlier this year, but know I can not remember how I solved it. |
All times are GMT. The time now is 20:06. |
vBulletin® Version 3.8.8