ailiboy / ebookdroid

Automatically exported from code.google.com/p/ebookdroid
0 stars 0 forks source link

Ebookdroid does not work well with file managers #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Ebookdroid and try to open a .djvu file through the built-in file 
manager or Astro File Manager.

I expect EBookdroid to open up and show my file when I launch it from the file 
manager.

I am using the most recent version downloaded a few days ago (can't seem to 
find the version number inside the app itself).  I am running it on Android 
v3.2.

I am using an Asus EEE Pad Transformer.

As far as I can tell, which doesn't say much, the app needs to register itself 
somewhere in the Android system so that Android knows that it can and will 
handle .djvu files.

Original issue reported on code.google.com by mikael.l...@gmail.com on 29 Aug 2011 at 9:08

GoogleCodeExporter commented 9 years ago
EBookDroid handle DJVU files by mime "image/djvu". 
Lot of file managers does not support this mime type. 
In Astro you cat asociate this mime type with .djvu extension in preferences.

Original comment by mc.creat on 30 Aug 2011 at 8:30

GoogleCodeExporter commented 9 years ago
Okay, thanks for the reply.  I don't seem to be able to close this ticket, can 
you do it?

Original comment by mikael.l...@gmail.com on 30 Aug 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Googling tells me that MIME should me image/vnd.djvu

Original comment by Andrei.K...@gmail.com on 30 Aug 2011 at 9:35

GoogleCodeExporter commented 9 years ago
Fixed in 1.2-rc4+

Original comment by Andrei.K...@gmail.com on 30 Aug 2011 at 9:43

GoogleCodeExporter commented 9 years ago
According sources:
http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java
/android/webkit/MimeTypeMap.java;h=85c2275df9916bde06339fc2afb3d5e31549b757;hb=1
05925376f8d0f6b318c9938c7b83ef7fef094da

Android must handle "image/vnd.djvu" mime type, but in my device does not work.
And android does not contain any mime types for XPS files...

Original comment by mc.creat on 30 Aug 2011 at 9:47

GoogleCodeExporter commented 9 years ago
more informations about supported mime types you can find there:
http://code.google.com/p/ebookdroid/wiki/MimeTypes

Original comment by mc.creat on 30 Aug 2011 at 10:03