Re: [codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-05 Thread andrea antonello
Hi Ivan, I am also fighting with this problem a lot since oreo. Fact is that for android users it is natural to interact with the filesistem and not being able to makes certain types of applications weak on that platform. Currently I have been able to enable some degree of writing possibility by s

Re: [codenameone-discussions] Re: Bluetooth support

2018-04-17 Thread andrea antonello
Hi Shai, > there were a few guys working on this in the past but most moved to BLE as > it's pretty much the standard now. > yes it is indeed for many things, but still used very few on certain types of devices (gps, measurement tools). Honestly I have no idea why. But I have not been able to fi

[codenameone-discussions] Bluetooth support

2018-04-16 Thread andrea antonello
Hi developers, I am now playing around with fantastic CN1 a while now and have a question for the community. Does anyone have experience with bluetooth in CN1. I am not talking about BLE, but "normal" bluetooth. I basically need to: - connect to a paired device (hence get the list devices

Re: [codenameone-discussions] Re: Trick Native Interface to use linux libs for dektop?

2018-03-30 Thread andrea antonello
Hi Shai, > we discussed this already but for reference of people reading this you can > just use JNI in the desktop build/simulator code. > The JNI in the native interface implementation is OK since it's Java SE. > There you shouldn't have a problem using a Linux native library or a DLL. this is

[codenameone-discussions] Trick Native Interface to use linux libs for dektop?

2018-03-30 Thread andrea antonello
Hi, I am trying to understand if I can develop a native interface feature for windows desktop on linux. I.e. I have existing java code I would like to reuse and itself makes use of native libraries, for which I have both the linux and windows versions. Since I work on a linux machine, I would l