fahrion.2600
fahrion.2600
I was able to make some progress and identify the needed changes to libgphoto2: 1. Set the option LIBUSB_OPTION_NO_DEVICE_DISCOVERY before calling libusb_init 2. Call libusb_wrap_sys_device using a provided file descriptor...
> BTW, what about keeping the original USB port driver untouched and creating a new USB/Android port driver? Certainly possible, although I would have to learn more about the build...
Yes, for some reason the $HOME environment variable was not set when running my app. Doesn't matter too much to me, as it's just an extra call to programmatically set...