I wanted to make a lightweight e-book reader with minimal expense. An old Blackberry Playbook sitting around, plus free Project Gutenberg e-books, turned out to be a zero cost method. I’m going to describe the details here, because they may be useful to someone else also.
The Playbook has a nice app “100 Free Ebooks” which has the top 100-some Gutenberg ebooks downloaded onto the Playbook’s ramdisk, ie there is no need for net access when reading. That is ideal for travel, because there are no expiry dates on the books, and the internet is not used while on the road. However, how to add more of the Gutenberg books? There are almost 50,000 of them, so the top-100 most frequently downloaded is only 0.2 percent of the whole library. I wanted some of the books which are personally interesting, though not in the top 100.
The solution is this:
1) Install Blackberry Desktop (BBD) software on a Windows machine (Win-7 in my situation), and connect the Playbook (PB) via USB cable to the Win7 system. Use BBD or direct disk access via Win7 to create /books/gut directory to receive the additional Gutenburg book files.
2) Download html (or sometimes, pdf) files for the Gutenberg books from their website http://www.gutenberg.org. The files can be saved directly into the Device/books/gut directory on the PB.
3) On the PB, use browser to go to file://accounts/1000/shared/books/gut/ which is the pathname where the books were stored, in terms of the browser’s view of the file system. Put a bookmark on the home screen, and call it something like “Gut Books”.
Here’s a picture of the resulting screen. One just picks the desired book from the list, and reads it as an html or pdf file, using either the browser or Adobe reader respectively.
It would also be possible, presumably, to prepare an index.html file which would give a nice-looking front end to one’s personal ebook collection. That’s basically what the top-100 application does.
Best wishes,
Ken Roberts
11-Aug-2015

