[APP] Battery Status (v4.6.1.1) - Telerik controls, icon sets, globalization and more

ReMyDiamond

Senior Member
Oct 29, 2009
123
11
0
Folschviller
Hi singularity0821, thanks for your great job !!

This night, I have charged my HD7 and this morning when I woke up I noticed that the percentage of the battery was 61%, sometimes more...I switched off the phone, removed the battery and restarted the phone and then everything was ok.

I don't know if the problem comes from your app or from my rom.

Thanks again for you job !!
 

singularity0821

Senior Member
Apr 6, 2011
331
314
83
Hi singularity0821, thanks for your great job !!

This night, I have charged my HD7 and this morning when I woke up I noticed that the percentage of the battery was 61%, sometimes more...I switched off the phone, removed the battery and restarted the phone and then everything was ok.

I don't know if the problem comes from your app or from my rom.

Thanks again for you job !!
I don't see a reason how the app could do that. Did you check the number in the battery saver too?
 

singularity0821

Senior Member
Apr 6, 2011
331
314
83
New version: 4.5.4:

fixes bug in Dutch translation that made the app crash -- translators, please be careful not to add new lines at the end of a translation string!

updated Telerik controls - graph scrolls properly now when in landscape mode
 
  • Like
Reactions: kirk999
Jan 3, 2012
25
0
0
New version: 4.5.4:

fixes bug in Dutch translation that made the app crash -- translators, please be careful not to add new lines at the end of a translation string!

updated Telerik controls - graph scrolls properly now when in landscape mode
thank u it works perfectly, but why is not on marketplace?
 
Last edited:

Dinchy87

Senior Member
Aug 9, 2011
318
45
0
Živinice
this happened when i plug my phone in to charge. it was at 7-8%... the i noticed later when it was at maybe 70% that it was not written in the graph, that period of the first hour of charging. i will uninstall the app and install it again to test it once more. maybe it id device related...
 
  • Like
Reactions: singularity0821

MIO1

Senior Member
Feb 16, 2009
135
21
0
Samorin
Greetings to all users of this wonderful application ....
but still there is a question for the author, we have four same ROM (NextGen), formerly Deepshining, localization and CZ version 4.0 we absolutely do not work charts, even in new versions or report on "time on the battery" "Charging" there same as 00:00:00:00.
We tried tricks to recharge to 100%, remove the battery, reset, switch-off function ... etc.
Nothing helped .... the latest version, where the chart shows the location of the CZ is 3.4.2.

The devices are identical to the HTC HD7.

Sorry my English ... thanks
 

singularity0821

Senior Member
Apr 6, 2011
331
314
83
Greetings to all users of this wonderful application ....
but still there is a question for the author, we have four same ROM (NextGen), formerly Deepshining, localization and CZ version 4.0 we absolutely do not work charts, even in new versions or report on "time on the battery" "Charging" there same as 00:00:00:00.
We tried tricks to recharge to 100%, remove the battery, reset, switch-off function ... etc.
Nothing helped .... the latest version, where the chart shows the location of the CZ is 3.4.2.

The devices are identical to the HTC HD7.

Sorry my English ... thanks
This was a strange bug that occurred with some languages/region settings. I was working on it during the last days and it is fixed in version 4.5.5.0 which is available now. Thanks to Snake. and Treach81 for pointing me in the right direction and for testing the fix!

For those interested what happened: I save the history to a file using a binary writer, which doesn't seem to work if there are certain characters in the strings I write. What fixes it are the following lines:

Code:
CultureInfo ci = new CultureInfo("en-US");                   
Date.ToString(ci);
I write the date in US format so that there are no characters in it that cause issues. As a bonus, it will now also continue to work if you change the regional settings. :)
 
Last edited:

Snake.

Senior Member
May 29, 2011
245
27
0
@Home
Greetings to all users of this wonderful application ....
but still there is a question for the author, we have four same ROM (NextGen), formerly Deepshining, localization and CZ version 4.0 we absolutely do not work charts, even in new versions or report on "time on the battery" "Charging" there same as 00:00:00:00.
We tried tricks to recharge to 100%, remove the battery, reset, switch-off function ... etc.
Nothing helped .... the latest version, where the chart shows the location of the CZ is 3.4.2.

The devices are identical to the HTC HD7.

Sorry my English ... thanks
As Martin explained, that is history now, the app works great.

to OP: Thank you again for your help.