View Single Post
Old 01-26-2009, 04:54 PM   #3
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
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
hansel is offline   Reply With Quote