This is Djview4.5 for iLiad with QT4.5.2, djvulibre3.5.22 and xepdmgr. I have added LED control code and make it responsive to pageflip button. Thanx Max and Hensel.

Some modifications are also made to add "fullscreen mode" and "exit program" to toolbar.
To install:
1. Unpack the attached package to /media/card/programs (MMC/SD), and then a dir "djview4" will emerge. Installing to other directory shoudl also be working, but I am not sure.
2. Modify "registry.xml" as I described in the 6th post. If you don't care about LED flashing and pageflip button, and you don't want to open djvu files from contentlister, this step can be skipped.
To use:
1. You can open a djvu file either from contentlister (must modify registry.xml) or from menubar of djview4.
2. I have configured the toolbar to contain the most needed functions. The left-most button on toolbar is fullscreen mode, the right-most button is exit. You can try the other buttons on toolbar. I believe the toolbar already provided most needed function even if iLiad buttons are not avaialbe.
3. In djview4 default, toolbar is not available in fullscreen-mode, I made some modification in its configuration to make toolbar available in fullscreen-mode. I believe it's best for iLiad. If you have other ideas, please tell me.
4. In case of failing to execute, cd to dir "djview4" and execute ./run.sh in mrxvt to get error message.
Known problem:
1. You may find some ghost effect in window-mode, and some flickering in fullscreen-mode. The problem is noticed but I am not sure if I can fix it.
(Added: I know how to solve the flickering problem now.)
2. Except page-flip button, other buttons on iLiad are
not defined in djview4 for the time being.
I'll map the key-binding in future release.
Code:
overview (the top-left button on iLiad): exit program
short page-down: flip to next page
short page-up: flip to previous page
short up-arrow: scrolling up (in continuous mode)
return (big dot): show or hide toolbar
down-arrow: scrolling down (in continuous mode)
long page-down: disabled because of iLiad's defect
long page-up: toggle continuous mode
long up-arrow: zoom-in
long return: toggle fullscreen and window mode
long down-arrow: zoom-out
3. Sometimes, page-flip button will cause the LED go wild. To fix it, just click on the pagebar icon on the lower bottom (available only in window-mode) or the center of the screen. Page-flip button should be working again.
The problem is caused by long page-flip not defined in Djview4, and it will be fixed in future release.
4. Djview4 will
not go to last open page when you open a previously open ebook. I am not sure if it can be fixed with minimal modification.