View Single Post
Old 12-16-2007, 10:18 PM   #10
dusanmal
Junior Member
dusanmal began at the beginning.
 
dusanmal's Avatar
 
Posts: 8
Karma: 10
Join Date: Dec 2007
Location: Babylon, NY
Device: iRex iLiad
For new firmware 2.11 (where er_registry.txt is replaced by /mnt/settings/registry/registry.xml) following additions to the registry.xml worked well for me (based on the er_registry.txt by scotty1024 and registry.xml advice from AdamB. on n00b thread):

Inserted within <applications>

<application type="JAVADJVU">
<appCategory>viewer</appCategory>
<execute>/home/intent/djvu.sh</execute>
<argMask>_FILENAME_</argMask>
<xResourceName>intent</xResourceName>
<ipcChannel>15</ipcChannel>
<supportFormat>
<extName>djvu</extName>
<extName>DJVU</extName>
</supportFormat>
<appIconPath/>
</application>


Inserted within <extensions>

<extensionInfo>
<associateApp>JAVADJVU</associateApp>
<extName>djvu</extName>
<extIcon>/usr/share/contentlister/Icon_mobipocket.png</extIcon>
</extensionInfo>

<extensionInfo>
<associateApp>JAVADJVU</associateApp>
<extName>DJVU</extName>
<extIcon>/usr/share/contentlister/Icon_mobipocket.png</extIcon>
</extensionInfo>


Hope this helps n00bs like me ...

(More gory details: using mrxvt [could have used emelfm too] copied registry.xml to /mnt/free/notes [or any other shared place], from there copied it to Linux PC [or Win, there notepad editor would do the work] after connecting iLiad to it via USB, edited it [using emacs, other text editors would do also] there and copied it back to iLiad notes folder. [Kept registry.xml.old just in case]. Within iLiad copied new registry.xml to /mnt/settings/registry again using mrxvt [emelfm can be used as well]. Rebooted iLiad. Happy reading DJVU textbooks now! Thanks to all who made this in the first place...
dusanmal is offline   Reply With Quote