Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex

Notices

Reply
 
Thread Tools Search this Thread
Old 01-16-2009, 05:58 AM   #1
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
iRex DR1000 Software Development website

I got the software development platform put together on my computer and I wanted to show other people how to do the same. I have started compiling a record of my results into a website so other people can get started coding on the iRex DR1000 a little faster. It's sort of a steep learning curve since there's so many different open-source tools involved in the process so I hope this helps some people.

http://getupanddiy.com/projects/irex_dr1000/

Please feel free to submit suggestions for additional content on that page and I'll add it. I'm in the process of cleaning up the page and making it easier to read but at least the info is out there.
vwinstead is offline   Reply With Quote
Old 01-16-2009, 08:01 AM   #2
keng2000
Researcher and Consultant
keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.
 
Posts: 210
Karma: 364
Join Date: Nov 2008
Location: Bangkok, THAILAND
Device: MACBOOKPRO17" HP2400TX SONYUX27
very nice
keng2000 is offline   Reply With Quote
Old 01-16-2009, 08:02 AM   #3
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
Agreed. Excellent, well documented tutorial.

I still intend on setting up a VMWare image with everything ready to go. This would definitely help the learning curve and allow people to get setup and go.
Adam B. is offline   Reply With Quote
Old 01-16-2009, 08:46 AM   #4
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Quote:
Originally Posted by Adam B. View Post
Agreed. Excellent, well documented tutorial.

I still intend on setting up a VMWare image with everything ready to go. This would definitely help the learning curve and allow people to get setup and go.
That would be great! Incidentally, I also did this tutorial on an Ubuntu 8.04 VMware image running on a windows XP platform. It seems to work pretty well. I guess I should mention that. If you get a ready-made image done and would like to put it on the site let me know and I'll add a link to it.
vwinstead is offline   Reply With Quote
Old 01-16-2009, 11:40 AM   #5
RobbieClarken
Addict
RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.RobbieClarken ought to be getting tired of karma fortunes by now.
 
Posts: 371
Karma: 1002274
Join Date: Mar 2008
Location: Australia
Device: Kindle
Thanks vwinstead! I started preparing a linux installation for developing DR1000 software but it all appeared too complicated so I put the project on hand. You tutorial will be very handy!

One question: I'm using the Intrepid Ibex distribution of Ubuntu. Will I have to do anything differently? Would it be best to uninstall Intrepid and use Hardy Herron instead?
RobbieClarken is offline   Reply With Quote
Old 01-16-2009, 11:55 AM   #6
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
I'm probably not going to do any development for the DR, but I would be very interested in trying a DR emulator. I guess the MOBI Reader isn't available, but does this enable a DR screen emulator capable of running FBReader for ebooks and displaying PDFs? If so, please add a screenshot of this in action. This would be very useful for anyone thinking about buying a DR1000, although AdamB's VMware image would be needed to make it available without a lot of work.
wallcraft is offline   Reply With Quote
Old 01-16-2009, 02:47 PM   #7
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Quote:
Originally Posted by epiphany View Post
Thanks vwinstead! I started preparing a linux installation for developing DR1000 software but it all appeared too complicated so I put the project on hand. You tutorial will be very handy!

One question: I'm using the Intrepid Ibex distribution of Ubuntu. Will I have to do anything differently? Would it be best to uninstall Intrepid and use Hardy Herron instead?
Using the newest release, Intrepid Ibex, should not be a problem. One thing I have to input regarding this is that iRex says that it doesn't work well with VMware images, but if you're using a linux installation on a real machine you should be fine. When you get to the point where you are adding the apt source line to the sources.list file, check at http://debian.o-hand.com/ to see if there's is a new entry for "Intrepid". If not, then just use "Hardy" - there shouldn't be much difference.

Just remember - when in doubt....fiddle around until it works.
vwinstead is offline   Reply With Quote
Old 01-16-2009, 02:53 PM   #8
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Quote:
Originally Posted by wallcraft View Post
I'm probably not going to do any development for the DR, but I would be very interested in trying a DR emulator. I guess the MOBI Reader isn't available, but does this enable a DR screen emulator capable of running FBReader for ebooks and displaying PDFs? If so, please add a screenshot of this in action. This would be very useful for anyone thinking about buying a DR1000, although AdamB's VMware image would be needed to make it available without a lot of work.
Hmm, that's a good question about FBReader. I'll look into that tomorrow. I will say that FBReader has worked really well for me and PDFs are viewable from the device even without FBReader and with surprisingly good detail. I'll include a screenshot when I get it figured out.
vwinstead is offline   Reply With Quote
Old 01-16-2009, 03:01 PM   #9
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by vwinstead View Post
PDFs are viewable from the device even without FBReader
My word order may have been misleading. FBReader does not do PDFs, but I assume the emulator can include the DR's PDF viewer even if it does not include the proprietary MobiPocket viewer. In other words, can the emulator illustrate the DR's PDF handling for those of us without a DR1000?
wallcraft is offline   Reply With Quote
Old 01-18-2009, 05:17 AM   #10
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Quote:
Originally Posted by wallcraft View Post
My word order may have been misleading. FBReader does not do PDFs, but I assume the emulator can include the DR's PDF viewer even if it does not include the proprietary MobiPocket viewer. In other words, can the emulator illustrate the DR's PDF handling for those of us without a DR1000?
I understand now - you just want to see the emulator's view of a pdf document. I'm looking into this right now. In order to answer it I'll have to advance a couple stages into my research but in the end I'll have more content for the tutorial page so that's good. I know it's possible to push a pdf onto the emulator from your hard drive using it's IP address so it's "just" a matter of time.
vwinstead is offline   Reply With Quote
Old 01-19-2009, 07:33 AM   #11
andiskater
Junior Member
andiskater began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2008
Device: none
Wow, this seems really complicated... Honestly: Despite your nice tutorial, I won't even try it. Why? Even in your tutorial you experience several problems and I expect that there will be even more problems, because of different versions and my lack of Linux knowledge. I have already spend too many hours finding, compiling and installing various Linux applications, and most of the time I did not reach my goal...

It world be a really great help if someone could setup a complete development environment for the DR1000S and provide it as a vmware image (seed it as a torrent).
andiskater is offline   Reply With Quote
Old 01-19-2009, 09:25 AM   #12
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
Quote:
Originally Posted by andiskater View Post
Wow, this seems really complicated... Honestly: Despite your nice tutorial, I won't even try it. Why? Even in your tutorial you experience several problems and I expect that there will be even more problems, because of different versions and my lack of Linux knowledge. I have already spend too many hours finding, compiling and installing various Linux applications, and most of the time I did not reach my goal...

It world be a really great help if someone could setup a complete development environment for the DR1000S and provide it as a vmware image (seed it as a torrent).
Pardon my ignorance (I'm a linux geek first, iRex hacker/porter second ), but if you're going to develop for the DR1000, shouldn't you already have a firm understanding of Linux in order to be successful?

Maybe it's because I'm not a programmer, but I just assumed that programmers need to understand the environment they're working in, in order to develop the applications.

It's mostly because of my "if you can't setup the dev package, you won't be successful at developing" theory that I haven't been in a rush to make a similar tutorial or vmware image. Maybe my assumptions are incorrect.
Adam B. is offline   Reply With Quote
Old 01-19-2009, 09:50 AM   #13
Gertjan
ex-IRX developer
Gertjan doesn't litterGertjan doesn't litterGertjan doesn't litter
 
Gertjan's Avatar
 
Posts: 158
Karma: 224
Join Date: Oct 2008
Device: Irex DR800S, DR1000S, iLiad
Nice tutorial! You may have noticed iRex recently added an iOn development manual to the public SDK folder, which explains how to set up and use the works:

http://developer.irexnet.com/pub/iOn...nvironment.pdf
Gertjan is offline   Reply With Quote
Old 01-22-2009, 02:38 PM   #14
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Quote:
Originally Posted by andiskater View Post
Wow, this seems really complicated... Honestly: Despite your nice tutorial, I won't even try it. Why? Even in your tutorial you experience several problems and I expect that there will be even more problems, because of different versions and my lack of Linux knowledge. I have already spend too many hours finding, compiling and installing various Linux applications, and most of the time I did not reach my goal...

It world be a really great help if someone could setup a complete development environment for the DR1000S and provide it as a vmware image (seed it as a torrent).
It looks a lot worse than it really is. Since I've documented all the pitfalls and problems I saw it looks a little messy and I'm thinking of ways to clean that up. I just wanted to include as much info as possible in what I saw and what I did to fix it - that way if people see the same problems then they'll know why.

That said, though - if you had no intention of setting up the development environment then you probably still won't after looking at the tutorial - if you DID plan on setting up the environment, then this will help you and I hope I haven't discouraged you.

As for complications with different versions - are you talking about the Linux distribution? If you want a VMware image it will have a specified distro on there already, and if you want to install your own I would say you should stick to the versions in the tutorial to make things easier. The project versions from iRex are always evolving along with the device, so even if you don't setup the environment at least you can use the project installation and upgrade parts of the tutorial.
vwinstead is offline   Reply With Quote
Old 01-22-2009, 02:41 PM   #15
vwinstead
Enthusiast
vwinstead began at the beginning.
 
Posts: 26
Karma: 26
Join Date: Nov 2008
Device: iRex DR1000S
Smile

Quote:
Originally Posted by wallcraft View Post
My word order may have been misleading. FBReader does not do PDFs, but I assume the emulator can include the DR's PDF viewer even if it does not include the proprietary MobiPocket viewer. In other words, can the emulator illustrate the DR's PDF handling for those of us without a DR1000?
Done! I just put a screenshot of what a pdf looks like on the emulator. It's the cover of a linux eBook so you can get an idea of the image quality on the device. Just go to the webpage and it's towards the bottom before the links section. (click on the thumbnail)
vwinstead is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DR800 Plugin development for DR800/DR1000 yuri_b iRex Developer's Corner 0 09-18-2010 09:46 AM
iRex DR1000 Development VMWare Image Adam B. iRex 9 08-19-2010 04:23 AM
DR800/DR1000 Website archive browser (website in .ZIP file) luite iRex 44 08-14-2010 12:52 AM
Irex DR1000 Software Version 1.01, 20 October, Latest news Krishirex iRex 12 10-21-2008 11:16 AM


All times are GMT -4. The time now is 03:01 AM.


MobileRead.com is a privately owned, operated and funded community.