Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > Search Forums

Welcome to the MobileRead Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.

By joining our free community today, you will have fewer ads, access to post topics, communicate privately with other members, respond to polls, upload content and access many other special features.

If you have any problems with the registration process or your account login, please feel free to contact us contact us.

The MobileRead Team


Notices

Showing results 1 to 25 of 82 - Search took 0.00 seconds. Search: Posts Made By: luite
Forum: iRex 03-18-2012, 11:33 PM
Replies: 9
Views: 5,771
Posted By luite
hi fekhner, sorry I abandoned that project...

hi fekhner,

sorry I abandoned that project since I wasn't satisfied with the rendering of the output on the iPad. The iPad (1) has a low resolution display, much lower than the DR1000, and the...
Forum: iRex 05-02-2011, 10:18 PM
Replies: 15
DR800 FB2 plugin
Views: 9,242
Posted By luite
I've uploaded my source code for the djvu plugin...

I've uploaded my source code for the djvu plugin to https://github.com/luite/uds-plugin-djvu in case anyone is interested. I should've done this much earlier so that yuri_b wouldn't have had to...
Forum: iRex 10-09-2010, 06:23 PM
Replies: 9
Views: 5,771
Posted By luite
It's quite useless actually, since it doesn't...

It's quite useless actually, since it doesn't display djvu files directly, but converts them to pdf or something similar. This takes a long time, and results in huge files. There are a few other...
Forum: iRex 10-07-2010, 06:05 AM
Replies: 9
Views: 5,771
Posted By luite
Hi fekhner, good to see that you like my plugin....

Hi fekhner, good to see that you like my plugin. Unfortunately I can't use it anymore, since my own DR1000S is broken. I will however update it if the plugin interfaces change.

I bought an iPad to...
Forum: iRex 09-23-2010, 07:18 PM
Replies: 30
Views: 15,961
Posted By luite
Good to hear that you were able to fix the...

Good to hear that you were able to fix the problem. I've never heard any reports like this before. Did you download the right file, for the 2.0 firmware? Were you able to get the plugin working after...
Forum: iRex 07-12-2010, 03:36 AM
Replies: 1
Views: 1,889
Posted By luite
Any news on this issue? I realise that this is...

Any news on this issue? I realise that this is probably not a high priority issue for irex, but I'd really like to make the bookmark function work correctly for the djvu plugin.

If it's not going...
Forum: iRex 07-10-2010, 07:33 PM
Replies: 24
Views: 6,350
Posted By luite
Yes, the djvu plugin works with page flow and...

Yes, the djvu plugin works with page flow and full screen. The plugin itself doesn't do anything with those fields, it just passes rendered pages (bitmaps) to uds, at the requested size. It's up to...
Forum: iRex 07-01-2010, 02:01 PM
Replies: 30
Views: 15,961
Posted By luite
The plugin also works with RC3. I'll update it...

The plugin also works with RC3. I'll update it later to take advantage of the new RC3 features (updated interface for maximum zoom level to prevent out-of-memory problems and blank pages).

The...
Forum: iRex Developer's Corner 06-27-2010, 02:30 PM
Replies: 2
Views: 4,082
Posted By luite
the root filesystem image is an ext2 filesystem,...

the root filesystem image is an ext2 filesystem, you can use resize2fs to resize it:
# e2fsck -f poky-image-ion-devel-qemuarm-20100611123250.rootfs.ext2
# resize2fs...
Forum: iRex 06-24-2010, 09:01 PM
Replies: 1
Views: 1,889
Posted By luite
Problem (bug) with bookmarks in PDF plugin (2.0 RC2)

I found a problem with the pdf plugin in document-viewer-plugins-4.0+svnr6952. Note that this plugin is not used anymore to view PDF files, unless you manually replace the newer closed source plugin....
Forum: iRex 06-22-2010, 06:18 PM
Replies: 30
Views: 15,961
Posted By luite
Unfortunately, the bookmarks bug also exists in...

Unfortunately, the bookmarks bug also exists in the PDF plugin in document-viewer-plugins-4.0+svnr6952. Just compile this plugin (enable the plugin in plugins/pdf/plugin_impl/Makefile.am) from these...
Forum: iRex 06-22-2010, 12:05 PM
Replies: 30
Views: 15,961
Posted By luite
Just a quick update, I plan to make the following...

Just a quick update, I plan to make the following changes for the next version:
- Fix in installer script (dr1000.ini is now named dr.ini, the previous version did not back up the correct file)
-...
Forum: iRex Developer's Corner 06-18-2010, 05:50 PM
Replies: 7
Views: 3,972
Posted By luite
try # arm-poky-linux-gnueabi-strip popupmenu ...

try
# arm-poky-linux-gnueabi-strip popupmenu

Update, I should add that you can have it stripped automatically by make install-strip, for example by:
# ./configure --host-arm-poky-linux-gnueabi...
Forum: iRex Developer's Corner 06-18-2010, 04:37 PM
Replies: 7
Views: 3,972
Posted By luite
run intltoolize first, so you run: #...

run intltoolize first, so you run:
# intltoolize
# autoreconf --install
# ./configure --host=arm-poky-linux-gnueabi
# make
Forum: iRex 06-17-2010, 08:44 PM
Replies: 103
Views: 18,935
Posted By luite
One of the required binaries (uds) is not open...

One of the required binaries (uds) is not open source. Redistribution of a modified popupmenu (to fit on the smaller DR800 screen) shouldn't be a problem, as long as you make the source code for the...
Forum: iRex 06-17-2010, 02:27 PM
Replies: 103
Views: 18,935
Posted By luite
The plugins don't handle the keypresses directly,...

The plugins don't handle the keypresses directly, the only thing they do is deliver bitmaps of (complete) pages at the requested size to uds. Uds handles the user interface and the placement of those...
Forum: iRex 06-17-2010, 10:13 AM
Replies: 103
Views: 18,935
Posted By luite
Do you only replace uds, or also popupmenu? If...

Do you only replace uds, or also popupmenu? If you only need uds, you probably don't even need to overwrite the original file. Just install the dr1000 executable on the SD card and add lines:...
Forum: iRex 06-16-2010, 06:47 PM
Replies: 22
Views: 5,417
Posted By luite
Oh come on, please read what has been posted. I...

Oh come on, please read what has been posted. I said that it isn't there anymore, and even explained to you how you could double-check it yourself, using the emulator.

And besides, you can modify...
Forum: iRex 06-16-2010, 03:34 PM
Replies: 22
Views: 5,417
Posted By luite
Please state your questions a little more clearly...

Please state your questions a little more clearly then. With what I told you, you could check every settings screen yourself, in the emulator, and see if the stylus could still be disabled in the 2.0...
Forum: iRex 06-16-2010, 12:04 PM
Replies: 22
Views: 5,417
Posted By luite
I don't think you can disable it anymore, but you...

I don't think you can disable it anymore, but you don't need other people to make pictures. Download the RC2 for the DR1000, extract the zip file. It contains a rootfs.bin, which is a jffs2 image....
Forum: iRex 06-15-2010, 02:06 PM
Replies: 24
Views: 5,265
Posted By luite
uds is used to open most types of files,...

uds is used to open most types of files, including pdf. you can find which application is associated with which file type by executing one of the following commands on the emulator:
# gconftool-2...
Forum: iRex 06-14-2010, 04:44 PM
Replies: 44
Views: 14,652
Posted By luite
Note that this program is a modification of...

Note that this program is a modification of erbrowser, while the pdf viewer is uds (with a plugin for pdf). erbrowser relies on the stylus quite a bit more than uds.
Forum: iRex 06-14-2010, 04:23 PM
Replies: 44
Views: 14,652
Posted By luite
Actually unzipping files takes very little time....

Actually unzipping files takes very little time. The reason that the previous version was slow is that it had to go through all files in the zip directory (the list of all files in the zip archive)...
Forum: iRex 06-14-2010, 10:12 AM
Replies: 96
Views: 23,208
Posted By luite
You can change the resolution using fbset (see...

You can change the resolution using fbset (see page 21 of the iOn development environment pdf, version 1.9). Unfortunately, the mouse doesn't seem to work properly anymore after doing that in the...
Forum: iRex 06-13-2010, 12:16 AM
Replies: 44
Views: 14,652
Posted By luite
Oops, I found a bug. The installation script...

Oops, I found a bug. The installation script incorrectly associated the djvu file format with zipbrowser if you had installed the preview of the djvu plugin for the new firmware (...
Showing results 1 to 25 of 82

 
Forum Jump

All times are GMT -4. The time now is 04:09 PM.


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