Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4410

kindleStatusService

$
0
0
dredged from showlog, with a touch of reporting.
Might be helpful.

Code:

#!/bin/sh

lipc-set-prop com.lab126.kindleStatusService logToFile all

sleep 5

cat /var/local/log/KindleStatusFile | sed -n 1'p' | tr ',' '\n' | while read word; do echo $word; done > /mnt/us/documents/status-report.txt

Quote:

Font=[FontFamily=Caecilia Regular
FontSize=3
LineSpacing=1
Justification=1
Margin=[top=-1
left=-1
bottom=-1
right=-1]
Contrast=-1]
SoftwareVersion=Kindle 5.3.6 (1967980020)
MarketplaceID=X111XXX1111XXX11
Freespace=224MB
BatteryLevel=87%
PasswordEnabled=false
PublicNotesEnabled=false
Connection=wifi
PopularHighlightsEnabled=false
LanguageTag=en-GB
RefreshEveryPageEnabled=false
AnnotationsEnabled=false
MerchantEnabled=false
AdEnabled=false
UpdateAvailable=false

Viewing all articles
Browse latest Browse all 4410

Trending Articles