Re: sync LC applications

2017-11-25 Thread Mike Kerner via use-livecode
@paolo, I don't do push on android, so I can't tell you much about it. I'm doing it on ios. John Craig wrote a stack a long time ago that I have tweaked for the purpose. Somewhere I also have a push server started, but it isn't ready for the rest of the universe (like most things that I work

Re: sync LC applications

2017-11-25 Thread Mike Kerner via use-livecode
That would be a good thing for the community to maintain, I think, too. On Sat, Nov 25, 2017 at 3:00 PM, Jim Lambert via use-livecode < use-livecode@lists.runrev.com> wrote: > > Paolo wrote: > > > > I went through this tutorial about push notifications > > ... > > According to some comments,

Re: sync LC applications

2017-11-25 Thread Jim Lambert via use-livecode
> Paolo wrote: > > I went through this tutorial about push notifications > ... > According to some comments, this technique is is out of date now, because > C2DM has been officially deprecated as of June 26, 2012. Wouldn’t it be nice if the lessons and any other coding examples posted by the

Re: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Hi all, I went through this tutorial about push notifications http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android According to some comments, this technique is is out

Re: sync LC applications

2017-11-23 Thread paolo mazza via use-livecode
Mike wrote: > You can use push without having a notification > to the user or setting a badge. The app will receive the notification and > act on it, provided that the app is up and running on the phone. I've used > this technique for five years, I think. Hi Mike, i am interested in your

Re: sync LC applications

2017-11-18 Thread Mike Kerner via use-livecode
I use dropbox for this purpose. I have a desktop/server process that is responsible for being the arbiter of truth (i.e. grabbing the updates the mobiles want to make and then deciding updating the data that the mobiles will use). The mobiles read and write files to and from dropbox. You can

Re: sync LC applications

2017-11-17 Thread Bob Sneidar via use-livecode
For Wireshark to work on a mobile device, it would have to be on a repeater (hub). Packet Capture doesn't work with wireless for anything but the local device. All that would do is monitor network traffic, not processes running on your device. Bob S > On Nov 16, 2017, at 16:57 , Stephen

Re: sync LC applications

2017-11-16 Thread Stephen Barncard via use-livecode
On Thu, Nov 16, 2017 at 13:15 Rick Harrison via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Paolo and Jim, > > I always turn off all notifications on all of my devices. > I hate notifications because they consume my device > batteries with their constant polling. > I sure would

Re: sync LC applications

2017-11-16 Thread Rick Harrison via use-livecode
Hi Paolo and Jim, I always turn off all notifications on all of my devices. I hate notifications because they consume my device batteries with their constant polling. The image should only be changed in the application when the user uses that application. Only check for image updates at the

Re: sync LC applications

2017-11-16 Thread Jim Lambert via use-livecode
> Paolo wrote: > what?s the best way to sync several LC applications installed on many > different devices? > For example, consider having 100 smartphones connected to internet running > the same LC application, how can I send a signal/command so that an image > shows up at the same time