Hi,
i am running a jailbreaked KT4 with FW 5.13.6
for some reason it looks like the extension does nothing.
here is my config.sh:
Code:
#############################################################################
### ONLINE-SCREENSAVER CONFIGURATION SETTINGS
#############################################################################
# Interval in MINUTES in which to update the screensaver by default. This
# setting will only be used if no schedule (see below) fits. Note that if the
# update fails, the script is not updating again until INTERVAL minutes have
# passed again. So chose a good compromise between updating often (to make
# sure you always have the latest image) and rarely (to not waste battery).
DEFAULTINTERVAL=300
# Schedule for updating the screensaver. Use checkschedule.sh to check whether
# the format is correctly understood.
#
# The format is a space separated list of settings for different times of day:
# SCHEDULE="setting1 setting2 setting3 etc"
# where each setting is of the format
# STARTHOUR:STARTMINUTE-ENDHOUR:ENDMINUTE=INTERVAL
# where
# STARTHOUR:STARTMINUTE is the time this setting starts taking effect
# ENDHOUR:ENDMINUTE is the time this setting stops being active
# INTERVAL is the interval in MINUTES in which to update the screensaver
#
# Time values must be in 24 hour format and not wrap over midnight.
# EXAMPLE: "00:00-06:00=480 06:00-18:00=15 18:00-24:00=30"
# -> Between midnight and 6am, update every 4 hours
# -> Between 6am and 6pm (18 o'clock), update every 15 minutes
# -> Between 6pm and midnight, update every 30 minutes
#
# Use the checkschedule.sh script to verify that the setting is correct and
# which would be the active interval.
SCHEDULE="00:00-05:00=180 06:00-22:00=1 22:00-24:00=10"
# URL of screensaver image. This really must be in the EXACT resolution of
# your Kindle's screen (e.g. 600x800 or 758x1024) and really must be PNG.
#IMAGE_URI="http://enter.the.domain/here/and/the/path/to/the/image.png"
IMAGE_URI="http://192.168.1.33:5000/"
# folder that holds the screensavers
SCREENSAVERFOLDER=/mnt/us/linkss/screensavers/
# In which file to store the downloaded image. Make sure this is a valid
# screensaver file. E.g. check the current screensaver folder to see what
# the first filename is, then just use this. THIS FILE WILL BE OVERWRITTEN!
SCREENSAVERFILE=$SCREENSAVERFOLDER/bg_ss00.png
# Whether to create log output (1) or not (0).
LOGGING=1
# Where to log to - either /dev/stderr for console output, or an absolute
# file path (beware that this may grow large over time!)
#LOGFILE=/dev/stderr
LOGFILE=/mnt/us/linkss/onlinescreensaver.log
# whether to disable WiFi after the script has finished (if WiFi was off
# when the script started, it will always turn it off)
DISABLE_WIFI=0
# Domain to ping to test network connectivity. Default should work, but in
# case some firewall blocks access, try a popular local website.
TEST_DOMAIN="www.google.com"
# How long (in seconds) to wait for an internet connection to be established
# (if you experience frequent timeouts when waking up from sleep, try to
# increase this value)
NETWORK_TIMEOUT=30
#############################################################################
# Advanced
#############################################################################
# the real-time clock to use (0, 1 or 2)
RTC=0
# the temporary file to download the screensaver image to
TMPFILE=/tmp/tmp.onlinescreensaver.png
When i press UPDATE NOW in KUAL/Online-Screensaver i get a note on the bottom line:
bin/update.sh
thats it.
I could not even see the logfile when connecting the kindle via USB to my computer.
what am i doing wrong?
thanks for your support