Trigger: GCM (Push notification) handler

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
LastDanmer
Posts: 1
Joined: 08 May 2013 07:45

Trigger: GCM (Push notification) handler

Post by LastDanmer » 08 May 2013 07:57

It would be great if it were possible to control the device through the GCM.

BoBo
Posts: 129
Joined: 05 May 2014 12:45

Re: Trigger: GCM (Push notification) handler

Post by BoBo » 20 May 2014 11:02

[...]

Basically to trigger an heartbeat you only need those 2 lines (those are undocumented, I it discovered by decompiling GSF):

Code: Select all

context.sendBroadcast(new Intent("com.google.android.intent.action.GTALK_HEARTBEAT")); 
context.sendBroadcast(new Intent("com.google.android.intent.action.MCS_HEARTBEAT"));
where context is the application context.

[...]

"Push Notifications Fixer" - Thread
???
BoBo 8-)

ZSasha
Posts: 103
Joined: 11 Oct 2013 03:48

Re: Trigger: GCM (Push notification) handler

Post by ZSasha » 09 Jun 2014 03:51

+1!
Would be very handy.
Currently it could be achieved by "AutoRemote" plugin for native support is always better.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Trigger: GCM (Push notification) handler

Post by Martin » 10 Jun 2014 17:04

Pushbullet also has plugin support for automation apps (see trigger Plugin Event when Pushbullet is installed)

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: Trigger: GCM (Push notification) handler

Post by natong » 11 Oct 2015 09:44

+1

Good to have native triggers:

- Send Google Cloud Messaging (GCM)
- Receive Google Cloud Messaging (GCM)

Now a day, any android cloud apps can't real time two-way sync across multiple devices. I don't know why it's so hard to do these feature. GCM can handle these job very well. GCM can also work as remote control, centralize, chat that very useful for Automagic users.

User avatar
fagci
Posts: 80
Joined: 03 Feb 2017 13:06
Location: Novosibirsk, RU
Contact:

Re: Trigger: GCM (Push notification) handler

Post by fagci » 19 Jun 2017 19:09

me too
All systems nominal.

User avatar
fagci
Posts: 80
Joined: 03 Feb 2017 13:06
Location: Novosibirsk, RU
Contact:

Re: Trigger: GCM (Push notification) handler

Post by fagci » 29 Jul 2017 08:29

Martin wrote:Pushbullet also has plugin support for automation apps (see trigger Plugin Event when Pushbullet is installed)
Variables are not provided, settings are not saved after I press "configure" button again...
All systems nominal.

User avatar
fagci
Posts: 80
Joined: 03 Feb 2017 13:06
Location: Novosibirsk, RU
Contact:

Re: Trigger: GCM (Push notification) handler

Post by fagci » 29 Jul 2017 11:51

All systems nominal.

bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Re: Trigger: GCM (Push notification) handler

Post by bogdyro » 29 Jul 2017 19:20

GCM would be a great addition to AM. It would eliminate the need for clunky plug-ins like autoremote or AirTask (which doesn't even work). I don't know how time consuming it is to implement though, but I think it's a useful feature. What are your thoughts Martin?

Locked