Hello Horatio,

Cool little addition! Nicely packaged too! I've installed it. I've sent you some karma...
The installer fails on the Iliad V2 (non book edition) because it has version 2.12 instead of 2.12.1 (which is compatible). You can accept both versions by changing Firmware_Script to 2.12, and changing test in the install script:
Code:
old test: if [ "$Firmware_iLiad" = "$Firmware_Script" ]; then
new test: if echo $Firmware_iLiad | grep $Firmware_Script - ; then
I had the same problem with the new contenLister (see
https://www.mobileread.com/forums/showthread.php?t=35374 post 30). If you make a new release, you might as well strip clockPageBar to reduce it's size)
Welcome in the developers corner