![]() |
2015-06-26
, 08:50
|
Posts: 111 |
Thanked: 63 times |
Joined on Nov 2012
@ Kazakhstan
|
#2
|
![]() |
2015-06-26
, 09:33
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#4
|
![]() |
2015-06-26
, 10:03
|
|
Posts: 166 |
Thanked: 454 times |
Joined on Apr 2015
@ Poland
|
#5
|
Sorry i cannot help you out, but do you have more info about "restarting BMO"?
#!/bin/sh a=$(bmestat | grep "battery cur. voltage" | awk '{print $4}' | cut -c0-1) b=$(bmestat | grep "battery cur. voltage" | awk '{print $4}' | cut -c2-4) echo "$a.$b V"
I would like to make a script showing battery's voltage on Low Power Mode (with the help of Billboard application). I have been looking for it in /proc and few other folders but I didn't found anything useful. That might be useful due to well known 4% battery drop bug. I know there is a fix with restarting bme but it is not as convenient.