Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Bryan Buchanan
Thanks, although I'm not too sure what else there is to do - seems like the procedure Steve has given should work fine. Windows can obviously parse the binary that is being installed because it displays the correct app name, but then gives you no indication of success or failure, which is pretty

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Shai Almog
We'll try to reproduce this on our end and post a guideline to getting the app onto the device. FYI you can probably build with "include source" and run the project in visual studio, this might allow you to run on the device or at least get a better error message... -- You received this messag

[codenameone-discussions] Re: Does Codenameone support MQTT ? I want to make MQTT Client

2016-06-14 Thread Shai Almog
Hi, we don't have any builtin support for this and I'm not familiar enough with it. I guess a library with support for this can be integrated or the protocol can be supported via the sockets API. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussi

[codenameone-discussions] Re: Whats the current plugin version?

2016-06-14 Thread Shai Almog
We don't publish that as it breeds a lot of confusion. 99% of the cases where people care about the version refer to the library version which should always be the latest. The plugin version isn't as crucial. -- You received this message because you are subscribed to the Google Groups "Codenam

[codenameone-discussions] Re: theme looks wrong after a few months

2016-06-14 Thread Shai Almog
Hi, no. 3.2 is retired by now and won't be available soon. Since it's been a long time since 3.2 it's hard to tell what has changed between 3.2 and 3.3 time period to affect this. I suggest updating the plugin to the latest and trying in the latest designer version, it should also display the sa

[codenameone-discussions] Re: If you add a UDID do you regen certs?

2016-06-14 Thread Shai Almog
No to both. Don't regenerate certificates unless they expire. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@goog

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Bryan Buchanan
Same result - still no joy. The phone has just updated itself with something, and I've retried with both the developer and sideload options and no difference, and no error message. On Wednesday, June 15, 2016 at 11:41:16 AM UTC+10, Steve Hannah wrote: > > For the first step, try Developer mode

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Steve Hannah
For the first step, try Developer mode instead of sideload apps, and see if that makes a difference? Best regards Steve On Tue, Jun 14, 2016 at 5:45 PM, Bryan Buchanan wrote: > Phone: All Settings -> Update & Security -> For Developers -> Sideload Apps > > Netbeans: CN1 -> Send Windows Phone b

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Bryan Buchanan
Phone: All Settings -> Update & Security -> For Developers -> Sideload Apps Netbeans: CN1 -> Send Windows Phone build. Only settings are those two from earlier email CN1 website Dashboard: click email link Phone: Edge -> read email via Gmail, click on link, downloads binary -> File Explorer ->

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Steve Hannah
Error messages are not microsoft's strong point :) Can you walk me through your installation steps? (E.g. turning on developer mode, how you got the app onto your device, any observations at each step). Best regards Steve On Tue, Jun 14, 2016 at 4:37 PM, Bryan Buchanan wrote: > Thanks Steve

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Bryan Buchanan
Thanks Steve - added these hints (not sure if the syntax is correct): codename1.arg.uwp.buildType=debug codename1.arg.uwp.platforms=ARM but still no joy. Is there anything I can set (apart from Field Medic which doesn't seem to do anything) to get some debug info ? -- You received this message

[codenameone-discussions] Does Codenameone support MQTT ? I want to make MQTT Client

2016-06-14 Thread sanket patel
Hi Shai Almog, I want to implement Publisher/Subscriber mechanism in Codenameone and for that I wnat to impliment MQTT ? Can u please guide in this? If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device

Re: [codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Steve Hannah
We still need to document a few things. I suspect you did a build for x86. To cut down on download size, I set the default build platform for "debug" builds to be "x86". You can specify the platform using the uwp.platforms build hint. e.g. uwp.platforms=x86(build only for x86 ... should wo

[codenameone-discussions] Re: Windows Phone 10 install

2016-06-14 Thread Bryan Buchanan
I found an article that said side loading an app can silently fail and to install Field Medic to log the output, but nothing is being logged. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop rec