Re: [Development] Android Serial Port USB device

2015-01-20 Thread Pau Garcia i Quiles
On Sun, Jan 18, 2015 at 9:42 PM, Thiago Macieira thiago.macie...@intel.com wrote: I'd like to hear someone from Enterprise Qt here too. My opinion is that we should accept the feature but make it an optional build-time dependency or an optional run-time dependency. That way, Enterprise Qt

Re: [Development] Android Serial Port USB device

2015-01-19 Thread Mike Goza
I don’t know if it is on a patch somewhere, but I did upload it. I did have a working version that used the usb-serial-for-android library. In fact I used that version on a project. There was talk of changing that to a library that I would write, but I was pulled off onto other projects at

Re: [Development] Android Serial Port USB device

2015-01-19 Thread Denis Shienkov
Hi all, Yes, thanks to Mike! He started it implementation, but does not complete it. ;) For example, some people (e.g. on our russians forums) ask me about non-rooted Android support. In this case I always forward/point these people to Mike's patches (to looks and to try those patches).

[Development] Android Serial Port USB device

2015-01-18 Thread Pau Garcia i Quiles
Hello, Mike Gonza worked on a wrapper of usb-serial-for-android and provided patches a while ago but they were not accepted because usb-serial-for-android is LGPLv2.1 only: https://codereview.qt-project.org/#/c/83480/ https://codereview.qt-project.org/#/c/84338/

Re: [Development] Android Serial Port USB device

2015-01-18 Thread Thiago Macieira
On Sunday 18 January 2015 18:01:55 Pau Garcia i Quiles wrote: Hello, Mike Gonza worked on a wrapper of usb-serial-for-android and provided patches a while ago but they were not accepted because usb-serial-for-android is LGPLv2.1 only: https://codereview.qt-project.org/#/c/83480/