Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex > iRex Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-16-2007, 07:11 PM   #16
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 azerty
Are there Java-based pdf vieuwers out there?
[edit] This could be a starting point? http://www.jpedal.org/viewer.php
Jarnel (a Java Notetaker and PDF Annotator ) credits JPedal and iText.
wallcraft is offline   Reply With Quote
Old 05-16-2007, 11:13 PM   #17
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
I've already been prepping Jarnal.

Swing is off the burner for now, the GNU Classpath swing has issues with Intent.

I've confirmed that Momma Tao Group allows you to supply java.awt.TextField, java.awt.TextArea, java.awt.TextComponent and I have them mostly written. More work needed on the preferred size code, but we're very close to having them.

I also learned that iRex trimmed the display for Java, we can't write to the whole display.

Code:
/device/ave
-w768
-h935
-t0x10000008
-p160
-kdev/keyboard/cooked/gb-table.img/ave
-gave/toolkit/tao/class
Maybe this can be over ridden some how...
scotty1024 is offline   Reply With Quote
Advert
Old 05-20-2007, 10:53 PM   #18
bedwere
Enthusiast
bedwere began at the beginning.
 
bedwere's Avatar
 
Posts: 44
Karma: 10
Join Date: Nov 2006
Location: San Diego, CA, U.S.A.
Device: Kindle DX Graphite
I installed the package and tried one of the DJVU books from the Internet Archive but neither it was recognized by Mobipocket nor I was able to view it. I could view the book on my desktop after I installed DJVuLibre. I guess I must be missing something
bedwere is offline   Reply With Quote
Old 05-21-2007, 12:18 AM   #19
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
So which book? If you don't want to say here: PM me.
scotty1024 is offline   Reply With Quote
Old 05-21-2007, 12:58 PM   #20
bedwere
Enthusiast
bedwere began at the beginning.
 
bedwere's Avatar
 
Posts: 44
Karma: 10
Join Date: Nov 2006
Location: San Diego, CA, U.S.A.
Device: Kindle DX Graphite
The book is this .

Thanks!
bedwere is offline   Reply With Quote
Advert
Old 05-21-2007, 04:08 PM   #21
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
The JavaDjvu Release 0.8.09 code definitely doesn't much care for those DJVU's on that site. I can get them to work by being very patient and giving it lots of time to decode each page image (some take nearly a full minute to decode).

You are welcome to poke around http://sourceforge.net/projects/javadjvu and see if they have any clues. If you come up with anything I can implement please let me know.
scotty1024 is offline   Reply With Quote
Old 05-21-2007, 04:47 PM   #22
bedwere
Enthusiast
bedwere began at the beginning.
 
bedwere's Avatar
 
Posts: 44
Karma: 10
Join Date: Nov 2006
Location: San Diego, CA, U.S.A.
Device: Kindle DX Graphite
I downloaded JavaDjvu on my laptop (Dell XPS M1210 running Ubuntu 6.10), I opened the book without problem, and could turn pages instantly. But I have much larger CPU power than the iLiad.
bedwere is offline   Reply With Quote
Old 05-21-2007, 06:37 PM   #23
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
I ran the applet on my Mac and its memory consumption on that ebook was 97MB.

I used -Xmx32m to cut it back to roughly the amount of heap available on the iLiad and it started acting much like it does on the iLiad.

With those Archive titles, with other DJVU titles it runs happily on 32MB.

At a guess the de-compressor used in the Archive ebooks needs a bit of optimization.
scotty1024 is offline   Reply With Quote
Old 06-14-2007, 05:07 AM   #24
mill0r
Member
mill0r doesn't littermill0r doesn't litter
 
Posts: 15
Karma: 194
Join Date: Dec 2006
Device: Sony eReader, iRex iLiad
Great I managed to view my unmodified CBZ files on the iLiad ... superb work scotty
mill0r is offline   Reply With Quote
Old 06-16-2007, 02:20 PM   #25
Annah
Member
Annah began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jun 2007
Device: Iliad
I've downloaded the zip file and extracted to my iliads internal memory but when I tried installing, nothing happens? Any ideas? *is perplexed* (and many thanks in advance!)
Annah is offline   Reply With Quote
Old 06-18-2007, 02:36 AM   #26
tororebelde
No es el toro que piensas
tororebelde began at the beginning.
 
tororebelde's Avatar
 
Posts: 44
Karma: 10
Join Date: Mar 2007
Device: iRex iliad
Quote:
Originally Posted by Annah View Post
I've downloaded the zip file and extracted to my iliads internal memory but when I tried installing, nothing happens? Any ideas? *is perplexed* (and many thanks in advance!)
Hi Annah,

you'll probably need the shell script package to use any iliad external program, I mean, you need this to use the DJVU viewer from Scotty or any other ported program refered here.

You could do this from here: http://www.irextechnologies.com/node/45
tororebelde is offline   Reply With Quote
Old 06-22-2007, 04:05 PM   #27
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Where I'm at with the booster development:

I've been wrestling with java.awt.TextArea and I'm almost happy with the results. This one has been a big project because not only have I had to implement a light weight TextArea (not a trivial thing in itself) but I've also had to make it operate in a manner that I think makes sense in the context of e-Ink.

I'm also playing with my new shiny shiny Macbook Pro 2.4GHz with LED back lite and Santa Rosa (zoom zoom) and the new Leopard I got last week at WWDC (toys many shiny new toys!) But we'll get there. Once I've got it to happy happy I can also release my email viewer, it uses the TextArea for various essential chores (like displaying the email itself.)
scotty1024 is offline   Reply With Quote
Old 06-22-2007, 04:12 PM   #28
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
Quote:
Originally Posted by mill0r View Post
Great I managed to view my unmodified CBZ files on the iLiad ... superb work scotty
You are welcome.

So far I haven't heard any questions about cbr support so I've put that waaay back on the stove.

On the Mac I've been using Finder's archive feature to archive up JPEG's and then I rename the archives to .cbz and toss them over onto the iLiad using Mac FUSE and sshfs. They are not comics but are a nice quick way to take along a series of images to show off for various purposes: My Trip to WWDC '07... et al...

I've also had some success with converting Power Point's into .cbz files as well.
scotty1024 is offline   Reply With Quote
Old 06-26-2007, 06:43 AM   #29
Riocaz
Fulfilled but not by iRex
Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.Riocaz ought to be getting tired of karma fortunes by now.
 
Posts: 932
Karma: 286846
Join Date: May 2006
Location: London
Device: Far too many
OK I'll raise questions about cbr support.

In my experience CBR is far more common than CBZ. Though that might just be the circles I move in.
Riocaz is offline   Reply With Quote
Old 06-26-2007, 09:03 AM   #30
realityloop
Enthusiast
realityloop has a complete set of Star Wars action figures.realityloop has a complete set of Star Wars action figures.realityloop has a complete set of Star Wars action figures.
 
Posts: 49
Karma: 262
Join Date: Mar 2007
Location: Melbourne Australia
It there any likelyhood of full screen mode for this, or are we limited by mobipocket viewer at the moment?

Alternatively is it possible to scale images so that they arent under the icon and page number section at the bottom of the screen?
realityloop is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Djvu viewer - need SDK/KDK zetareticuli Kindle Developer's Corner 13 08-03-2010 01:02 PM
iLiad DJVU Viewer in Java on the iLiad scotty1024 iRex Developer's Corner 61 07-14-2010 10:36 PM
iLiad CBZ Java Viewer for iLiad scotty1024 iRex Developer's Corner 12 10-22-2008 09:10 AM
iLiad Java Powerpoint Viewer - Tonic Point daemon1 iRex Developer's Corner 1 01-02-2008 03:59 AM
iLiad Light weight AWT widget Booster Pack scotty1024 iRex Developer's Corner 15 05-25-2007 02:11 PM


All times are GMT -4. The time now is 10:01 PM.


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