adhikjoshi / vudroid

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

VuDroid in choice list when open an image file #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (Using ES Explorer) Open image file.
2. Choice list including VuDroid appears.
3. If try to open image file with VuDroid, then VuDroid opens with a black 
screen.

What version of the product are you using? On what operating system?
VuDroid v1.1 OS v2.1

Please provide any additional information below.
Desire 1.21.405.2

Original issue reported on code.google.com by hitagara on 12 Jul 2010 at 5:28

GoogleCodeExporter commented 8 years ago
VuDroid v1.2 OS v2.1

Original comment by hitagara on 12 Jul 2010 at 5:28

GoogleCodeExporter commented 8 years ago
What image type you try to open? Djvu? Or something else?

Original comment by pavel.ti...@gmail.com on 15 Jul 2010 at 10:53

GoogleCodeExporter commented 8 years ago
bmp, gif, jpg, png -  the same result for all variants

Original comment by hitagara on 15 Jul 2010 at 7:22

Attachments:

GoogleCodeExporter commented 8 years ago
Of course I can easily select the second item, tick and do not see this list 
anymore (this is what I did) but I think this is still a bug.

Original comment by hitagara on 15 Jul 2010 at 7:29

GoogleCodeExporter commented 8 years ago
Regarding your question. Djvu-files are not associated, when I open them I 
invited to select the type of the file, as well as with any unknown files. Then 
I can choose the type of file - "picture" and then I see this list with vudroid.

//Да! Теперь я могу делать скрины и даже без 
рута :)

Original comment by hitagara on 15 Jul 2010 at 7:42

Attachments:

GoogleCodeExporter commented 8 years ago
pdf vudroid association is OK.

Original comment by hitagara on 15 Jul 2010 at 7:50

Attachments:

GoogleCodeExporter commented 8 years ago
That's not really bug cause image viewer that you are using shows all 
applications that supports image mime type. Cause VuDroid supports image/djvu 
hence it in list. How are you think I should fix it? The problem is there is no 
extension - mime type mapping on system level. Each application tries to define 
their own.

Original comment by pavel.ti...@gmail.com on 23 Jul 2010 at 2:11

GoogleCodeExporter commented 8 years ago
"Cause VuDroid supports image/djvu"

when I open djvu I invited to select the type of the file (text, audio, video, 
picture), as well as with any Unknown files.

Ok, djvu is a picture.
Is that a system bug that djvu-file is not recognized as a picture?

I tried to open through Astro. Astro also said that the "File type djvu not 
found". He did not even offer to assume the type to open.
But when I open 'bmp, gif, jpg, png' through Astro Vudroid does not appear in 
the list.
I don't know how could you fix it - I can not understand how all this works on 
Linux )))

Original comment by hitagara on 24 Jul 2010 at 8:25

GoogleCodeExporter commented 8 years ago
On linux there is some magic module that can recognize file by content. On 
Android this module is absent and hence each application should do it by 
itself. For example Astro have set of predefined extension -> mimeType 
mappings. Also you can add your own (it's our case cause djvu is absent in 
Astro). I think there is no fast fix for this problem. 

Original comment by pavel.ti...@gmail.com on 26 Jul 2010 at 11:15