| 
			
			 | 
		#1 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
			
			 
			
			EDIT 20101214: new release: v4 
		
	
		
		
			Read message #6 for more information about zenity and hpdf. Hi again, some of the DR developers/porters are thinking on a common core to build our apps on top. This package is the basis for it (on the eReader side), some common libraries and tools already compiled for the DR800 and DR1000 that many apps could share, instead of including their own copies. Personally, my ports (FBReader, Osmo, Xournal, lua, etc) will require this package installed on your DR to run from now on. Included libs in this package: 
 There are also some useful applications in the "bin" directory: 
 Steps to install: 1. enable SD card folders browsing 2. connect device to your computer using the USB cable 3. create a folder "/Programs" in SD card root 4. copy the contents of this compressed file there. You should have something like: Code: 
	       SD card
           /Programs
               _base               (directory)
Changes: Spoiler: 
 Hope you find it useful, Iņigo Last edited by Iņigo; 12-14-2010 at 07:21 PM. Reason: New release: v4  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() Posts: 52 
				Karma: 336 
				Join Date: Jul 2009 
				Location: Prague 
				
				
				Device: Irex DR1000S 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thanks for this. I have been thinking of doing some development on the DR1000, but have never really looked into it. Please forgive me for asking a trivial question, but is there a place I should look on how to "get started" (e.g. some source for the firmware, or at least some examples of using firmware APIs?).
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 You should read the .pdf file there. The 3.0 directory contains an example as well. Firmware sources are in http://developer.irexnet.com/pub/iOn/Sources/3.0/ There is also some interesting information scattered around some threads in this forum. Some of us will publish some hacking resources in a few weeks.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Connoisseur 
			
			![]() ![]() ![]() ![]() Posts: 52 
				Karma: 336 
				Join Date: Jul 2009 
				Location: Prague 
				
				
				Device: Irex DR1000S 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
			
			 
				
				New release: v2
			 
			
			
			v2 - 2010/05/16 22:07 
		
	
		
		
		
		
		
		
		
		
		
		
	
	. new apps: - fbshot 0.3 - zile 2.3.16 . new libs: - libglade 2.6.4 Download from first message.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
			
			 
				
				New release: v3
			 
			Code: 
	v3 - 2010/09/06 23:23 . new apps: - zenity 2.20.1 . new libs: - libharu (hpdf) 2.2.0 . updated apps: - zile 2.3.19 . updated libs: - poppler 0.10.7 (compiled with --enable-splash-output) About zenity: This is a command line program that shows simple gtk+ dialogs from shell scripts. It can be quite useful to show some messages or to ask the user questions, for example in installation scripts. Documentation: http://library.gnome.org/users/zenity/stable/index.html Note included version is 2.20.1 so maybe some of the options showed above are not valid. And lot of examples at: http://linux.byexamples.com/archives...og-examples-1/ http://linux.byexamples.com/archives...og-examples-2/ About hpdf: A fascinating C library to build .pdf files. Homepage: http://libharu.sourceforge.net/ Examples: http://libharu.sourceforge.net/examples.html I expect to provide lua bindings in a near future. Hope you enjoy this new release, Iņigo Last edited by Iņigo; 09-06-2010 at 07:05 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 999 
				Karma: 19985 
				Join Date: Dec 2008 
				Location: Netherlands 
				
				
				Device: iRex DR1000S 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I'm going to write a new installation script for DR800+ using zenity tonight, so people with no shell skills (ok, I don't know much about shell programming myself either) could use it as example. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Quote: 
	
 ![]() Anyway, the manual for the version packaged here is: http://library.gnome.org/users/zenity/2.20/zenity.html But I don't think there are any user changes at all ![]() Btw, don't you like hpdf? I don't know f it would be useful for anything but it's so beautiful!  
		Last edited by Iņigo; 09-07-2010 at 03:46 AM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 999 
				Karma: 19985 
				Join Date: Dec 2008 
				Location: Netherlands 
				
				
				Device: iRex DR1000S 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
			
			 
				
				zenity example
			 
			
			
			Hello,  
		
	
		
		
			I've attached an example of an eventual installer/restorer for DR800+. Note that although the script expects zenity binary to be included with the package to install, that wouldn't be possible in real world because zenity needs libglade and libgnomecanvas libraries and some helper files in $PREFIX/share. libglade is used in scale, calendar, file_selection and entry widgets, so it's not easily dropped from zenity in order to compile a zenity light version. It's a pity because we would get an GUI helper for only 66 KB... Anyway, require people install "_base" package and problem solved  .Iņigo  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | |
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  ... ideally this notepad+ could export to .svg and .pdf formats.If I've read correctly, svg support is already included in the the version of the cairo library installed on the device (1.6.x)... Anyway, with your fabulous port of Xournal, I don't think this notepad+ idea is worth the effort.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Guru 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 731 
				Karma: 72743 
				Join Date: Feb 2008 
				Location: Here or there 
				
				
				Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2. 
				
				
				 | 
	
	
	
		
		
			
			 
				
				New release: v4
			 
			Code: 
	v4 - 2010/12/12 01:06 . updated apps: - zile 2.3.21 . updated libs: - libharu (hpdf) 2.2.1  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Tags | 
| core, libs, runtime | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Ended ended sale | bokjeid | Flea Market | 4 | 10-14-2010 11:21 PM | 
| runtime error when converting html | AngrySpoon | Calibre | 4 | 01-09-2010 05:57 PM | 
| Runtime Error: Windows 7 | ZacWolf | Sigil | 16 | 01-08-2010 12:54 AM | 
| Have finally recieved my DRS | sianon | iRex | 1 | 03-15-2009 03:11 PM | 
| iLiad Possible to add libs to iLiad SDK? | ericshliao | iRex Developer's Corner | 0 | 12-25-2007 05:37 AM |