View Single Post
Old 06-14-2011, 04:45 AM   #105
MartinZ
Zealot
MartinZ doesn't litterMartinZ doesn't litter
 
Posts: 110
Karma: 138
Join Date: Mar 2011
Device: PB903, PB603
cr3

Hi pbko,

it really seems to be some configuration matter, but i can not figure it out.

Unfortunately "get_root.app" does not work any more with Firmware 2.1.1beta! It used to work in 2.0.6 - but PB seem to have closed the "hole".

But I was able to start cr3-pb.app from command line via an "nc.exe" / "rsh.app" - remote session.

I think, it is essential, that cr3-pb.app is followed by a path to a existing (ebook-)file. For simplicity I used the firmware's md5-checksum as a "book":

Code:
cr3-pb.app /mnt/ext1/md5sum.txt
That really worked (although the book's content was not really exiting )!

If I start up cr3-pb.app without a path parameter following, it throws a "segmentation fault".


But although cr3-pb appears as a choice in the pop up menu, I can not start any book (all drm-free epub/txt). It just returns to menu. My config is:

Code:
txt:@Text_file:1:fbreader.app,cr3-pb.app:ICON_TXT
fb2:@FB2_file:1:fbreader.app,cr3-pb.app:ICON_FB2
htm:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
html:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
php:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
cgi:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
asp:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
jsp:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
pl:@HTML_file:1:fbreader.app,cr3-pb.app:ICON_HTM
chm:@Z_HTML_file:1:fbreader.app,cr3-pb.app:ICON_CHM
rtf:@RTF_file:1:fbreader.app,cr3-pb.app:ICON_RTF
doc:@DOC_file:1:fbreader.app,cr3-pb.app:ICON_DOC
prc:@PRC_file:1:fbreader.app:ICON_PRC
pdb:@PRC_file:1:fbreader.app:ICON_PRC
mobi:@PRC_file:1:fbreader.app:ICON_PRC
tcr:@TCR_file:1:fbreader.app:ICON_TXT
pdf:@PDF_file:1:pdfviewer.app,AdobeViewer.app:ICON_PDF
djvu:@DJVU_file:1:djviewer.app:ICON_DJVU
djv:@DJVU_file:1:djviewer.app:ICON_DJVU
epub:@EPUB_file:1:fbreader.app,AdobeViewer.app,cr3-pb.app:ICON_EPUB
jpg:@JPEG_image:2:jpegviewer.app:ICON_JPG
jpeg:@JPEG_image:2:jpegviewer.app:ICON_JPG
png:@PNG_image:2:jpegviewer.app:ICON_PNG
bmp:@BMP_image:2:jpegviewer.app:ICON_BMP
tif:@TIFF_image:2:jpegviewer.app:ICON_TIFF
tiff:@TIFF_image:2:jpegviewer.app:ICON_TIFF
and my /mnt/system/bin/ looks like:

Verzeichnis von O:\system\bin

07.06.2010 02:51 <DIR> .
07.06.2010 02:51 <DIR> ..
05.02.2011 23:19 586.504 midori-ff
24.04.2011 00:00 198 bb.sh
17.04.2011 13:16 1.075.144 busybox
13.06.2011 13:58 2.627.603 cr3-pb.app
4 Datei(en), 4.289.449 Bytes

(I also placed "cr3-pb.app" to "/mnt/ext1/system/bin/applications" to be sure it can be found.)

My "/mnt/system/share/cr3/" is:

Verzeichnis von O:\system\share\cr3

13.06.2011 18:57 <DIR> .
13.06.2011 18:57 <DIR> ..
13.06.2011 18:57 <DIR> hyph
13.06.2011 18:57 <DIR> i18n
13.06.2011 18:57 <DIR> keymaps
13.06.2011 18:57 <DIR> manual
13.06.2011 18:57 <DIR> skin
13.06.2011 19:14 5.264 chm.css
13.06.2011 19:14 364 dict.css
13.06.2011 19:14 5.264 doc.css
13.06.2011 19:14 5.264 epub.css
13.06.2011 19:14 5.264 fb2.css
13.06.2011 19:14 5.264 htm.css
13.06.2011 19:15 5.264 rtf.css
13.06.2011 19:15 5.264 txt.css
8 Datei(en), 37.212 Bytes

I believe, that selecting "cr3-pb" from pop up menu somehow results in a wrong path-parameter while calling "cr3-pb.app".

Perhaps it is a hint, that "fbreader.app" and "AdobeViewer.app" can't be found in "/mnt/ext1/system/bin" nor in "/mnt/ext1/system/applications" ,
but in (root-) /bin or so, where i can't see/access them from USB but only with poterm or something like this.

Edit:

I have not changed anything, but suddenly it works. I can start books from the pop-up menu now.
But i really do not know the reason why!

Last edited by MartinZ; 06-14-2011 at 05:17 AM. Reason: Works now!
MartinZ is offline   Reply With Quote