I want to get the current battery capacity in mAh of my android phone. Until now, I haven't found any solution to fix this. My solution is, to get the last capacity and multiply this value with the current battery level. But this is very unexactly. Is there any oher possibility for this issue?
Asked
Active
Viewed 1,171 times
0
-
Could this help you? http://stackoverflow.com/a/22243511/1329901 – Egis Jul 15 '14 at 11:23
-
The same solution I had linked in my original post. It shows only the maximum the the battery capacity but not the current value. – user3417078 Jul 15 '14 at 13:50