View Single Post
mp107's Avatar
Posts: 166 | Thanked: 454 times | Joined on Apr 2015 @ Poland
#5
Originally Posted by pmeuh View Post
Sorry i cannot help you out, but do you have more info about "restarting BMO"?
I mentioned about it:
http://talk.maemo.org/showpost.php?p...2&postcount=20

Originally Posted by coderus View Post
there is bmeinfo executsble or similar
I found it - bmestat.

And I made a script for Billboard:
Code:
#!/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"
It is in (let's call it) alpha version. I will try to improve it.

Thanks to Ancelad for that post.

Last edited by mp107; 2015-06-28 at 19:02.