[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-05 Thread rdvg1962
HI, It seems that nothing has changed because it constantly repeats the GPS call about one second at a time. > > -- 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,

[codenameone-discussions] Re: Display.getInstance().getSMSSupport(); returns SMS_BOTH = 4 on Android 7 (Where the Device Indicates SMS Carrier Not Supported)

2019-01-05 Thread Shai Almog
Right, we'll fix this. You can workaround it by using Display.canDial() to check if the device has telephony hardware. -- 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,

[codenameone-discussions] Re: How to set a timer to the "LocationListener"

2019-01-05 Thread Shai Almog
Hi, what isn't working? is it calling you too often or something else? -- 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] Re: How to set a timer to the "LocationListener"

2019-01-05 Thread rdvg1962
Hi, I must be doing something wrong because it does not work for me. Create a small method to start this way: private void geoLocalizacion() { sesion = System.currentTimeMillis(); LocationManager locationManager = LocationManager.getLocationManager();

[codenameone-discussions] Display.getInstance().getSMSSupport(); returns SMS_BOTH = 4 on Android 7 (Where the Device Indicates SMS Carrier Not Supported)

2019-01-05 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Netbeans 8.2 Desktop OS Windows 10 Pro Simulator Latest Device Android 7.0 on Huawei Tablet (Wi-Fi Only) BTV-W09 EMUI Version 5.0.3 Display.getInstance().getSMSSupport(); returns