Thank you! By the way, is it a problem if i put the compiled library, for people that doesn't want to setup up the ndk and all necessary stuff, along with sources and compile instructions, on my website?
I think that libMonoPosixHelper may be really useful and it would let people to reuse unported parts of mono on Mono for Android. 2012/11/13 Miguel de Icaza <[email protected]>: > >> Big question: i've seen that libz and libeglib uses mit/bsd style >> license, what license is in use for libMonoPosixHelper? > > > It contains LGPL and MIT X11 code. > > But we consider that part of Mono, so if you are using it with Mono For > Android, you have a commercial license to the dual-licensed LGPL components. > > Miguel >> >> >> >> Thank you! >> >> 2012/11/6 Jonathan Pryor <[email protected]>: >> > On Nov 5, 2012, at 8:06 PM, Daniele Salvatore Albano >> > <[email protected]> wrote: >> >> While i understand that some (many) custom kernels doesn't support >> >> serial ports (internal and usb ones), i really need it :) >> > >> >> Can i do something to obtain support for Serial Ports on mono for >> >> android? Can i grab System.IO.Ports from mono project (i think not, i've >> >> seen that a native helper called MonoPosixHelper is used). >> > >> > You'd need to grab both: use the Android NDK to compile mono/support >> > into MonoPosixHelper, and compile mcs/class/System/Sytem.IO.Ports into your >> > application. In theory both should be do-able, but I haven't tried (and >> > thus >> > don't know what complications you may run into). >> > >> >> I imagine that i need to write a simple native library to handle this >> >> situation, >> > >> > That would be the NDK-built libMonoPosixHelper.so. >> > >> >> or i can write a native android library and use it with pinvokes on >> >> mono for android? >> > >> > P/Invoke is fully supported. You can certainly DllImport into an >> > app-bundled MonoPosixHelper. >> > >> >> I've wrote some stuff, some time ago, to handle serial ports and it >> >> works fine so if i can use it without interfacing with JNI would be great! >> > >> > That works too. >> > >> > - Jon >> > >> > _______________________________________________ >> > Monodroid mailing list >> > [email protected] >> > >> > UNSUBSCRIBE INFORMATION: >> > http://lists.ximian.com/mailman/listinfo/monodroid >> >> >> >> -- >> Daniele Salvatore Albano >> --- >> IT Consultant >> Website Design and Development >> Software Engineer and Developer >> Linux Servers SetUp And Administration >> Embedded Network Solutions >> >> http://www.daccii.it >> http://www.itechcon.it >> _______________________________________________ >> Monodroid mailing list >> [email protected] >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid > > > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- Daniele Salvatore Albano --- IT Consultant Website Design and Development Software Engineer and Developer Linux Servers SetUp And Administration Embedded Network Solutions http://www.daccii.it http://www.itechcon.it _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
