On Fri, May 23, 2014 at 7:03 PM, Venkatesh Shukla <[email protected]> wrote: > On Fri, May 23, 2014 at 4:26 PM, Uwe Bonnes > The library libdivecomputer does use /dev/ttyUSB* efficiently to > extract data from the device. But I have to do the import part on > android platform. Android does not provide access to USB devices as > normal linux systems do, and native code is preferred, I have decided > to use libftdi for the import part. It does indeed work on the android > emulator after getting requisite permissions but there is this data > loss error. Any way out.? >
libftdi is based on libusb. What is the version of libusb are you using on your Android platform? Your problem may well be not related to libftdi but rather an older version of libusb. Right now libusb on Android is still problematic with regard to the permission issue. There are some talks of using Android native USB codes to get around this but no working codes yet. https://github.com/libusb/libusb/tree/master/android -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
