Kindle:Circles
Circles
Circles - Document Sharing Service
Installation of Circles -- Document Sharing Service
Required packages for Circles:
- jailbreak
- usbnetwork
- screensavers
- launchpad
- kiterm
- collgen
circles share
- prepares a list of documents you selected by bookmarking them
circles send
- compresses and uploads all newly selected bookmarks to central server
circles sync
- downloads the latest shared documents and adds them to a defined collection (executes syncall after)
circles syncall
- downloads the latest screensavers and newsletters
circles update
- updates the collections on the kindle based on file structure in /mnt/us/documents/ (see: collgen)
homelink link
- backs up all contents from /mnt/us/home/ to /var/tmp/root/
homelink sync
- copies all contents of /var/tmp/root/ to /mnt/us/home/
Capture
Description: Capture sets up a method to take input from the firmware and use that info to execute shortcuts. all search queries from the main menu with ;debugOn is saved in the logs, capture looks through the logs at a set interval. proper commands start with "cmd." as a prefix followed by the command ending with "," then any arguments it may take. example - "cmd.say, hello word" executes the command say with the arguments "hello world" (say uses the kindle's tts)
commands: (add any command by adding a case in /usr/sbin/capture
- cmd.say, speak to me - use kindle's tts to speak
- cmd.refresh, - issue dbus-send --system /default com.lab126.powerd.resuming int32:1 to refresh /mnt/us/
- cmd.restart - restarts the framework
- cmd.share - circles share and circles send
- cmd.sync - circles sync
- cmd.update - circles update