View Single Post
Old 02-28-2013, 06:04 AM   #1
brianinmaine
Evangelist
brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.brianinmaine ought to be getting tired of karma fortunes by now.
 
brianinmaine's Avatar
 
Posts: 457
Karma: 1287375
Join Date: Jan 2013
Location: West Gardiner, Maine
Device: Touch (5.3.7)
KT - Schedule wifi downloads with cron?

Maybe the mighty developers can help (I posted in the regular Kindle forum and got no help?)
https://www.mobileread.com/forums/sho...d.php?t=206889
I hope this is not against the rules to cross-post? Sorry?

I want to write a simple cron script to connect daily to Amazon to see if I have any documents in my cue. I have a Touch wifi only, and it does not wake and sync with Amazon unless I wake it and press the buttons to connect and sync. I'm just trying to automate it.

What I can do:
Code:
lipc-set-prop com.lab126.powerd wakeUp 1
will wake it up.

I can turn on wireless with
Code:
lipc.set.prop com.lab126.cmd wirelessEnable 1

How do I make it ask Amazon if there are any items to download? With com.lab126.ota ?? This is the part I'm ignorant? There is a /usr/bin/todo program? What's that for? Any help or ideas would be wonderful!

this will put it back to sleep after:
Code:
lipc-send-event com.lab126.powerd.debug dbg_power_button_pressed
Thanks!
brianinmaine is offline   Reply With Quote