View Single Post
Old 09-07-2013, 09:50 PM   #1
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Lightbulb kindleStatusService

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

Last edited by twobob; 09-11-2013 at 03:24 AM.
twobob is offline   Reply With Quote