View Single Post
Old 08-19-2012, 03:27 PM   #18
hippy dave
Zealot
hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.hippy dave can program the VCR without an owner's manual.
 
Posts: 124
Karma: 178472
Join Date: Jul 2012
Device: Kindle 4
Quote:
Originally Posted by statethatiamin View Post
I found the command that the Kindle runs to check battery power as a percentage

"gasgauge-info -s"
useful, thanks!

my new kite script:

Code:
#!/bin/sh
gasgauge-info -s | xargs /usr/sbin/eips 47 1 >/dev/null
it flashes the battery percentage briefly in the top right corner of the screen.
hippy dave is offline   Reply With Quote