> Great! Now I am one step closer BUT I still am having
> a problem. I get this message from jphoto when ever I
> try `jphoto storage` or anything that tries to access
> the memory:
Does that include "jphoto tree", "jphoto images"?
Were you passing any parameters to the command?
> I/O exception: { response; len 12; StoreNotAvailable;
> xid 2 }
>
> I tried to lookup StoreNotAvailable but I wasn't able
> to find out exactly what it means.
It's a PTP exception code, section 11.3.19 of the spec.
Looks like it's not being handled correctly there ... it should
not be a fatal error in that case. Looks like no testing was
done with CF card ejected, hmm ... :)
> I am only using the internal ram. I don't have a
> compact flash card. Maybe that is a problem?
Likely if you had a CF card, you'd not see this
issue. It shouldn't be a problem, but right now it
looks like it is. Memory prices are low, it's a good
time to buy these ... :)
I'll have to see if I can put a patch together. I
won't have time for a while yet ... but if you
want to try, try src/usb/jphoto/JPhoto.java at
about line 978 (my copy) and make it like
try { dev.getStorageInfo (ides [i]).dump (System.out); }
catch (IOException x) { /* ignore for now */ }
and that should make this particular issue go away.
You'll likely hit a few other instances of this issue.
- Dave
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users