Search found 29 matches

by PaulyQ
15 Mar 2014 12:18
Forum: Feature Requests
Topic: new Trigger: "mobile data status"
Replies: 3
Views: 11009

Re: new Trigger: "mobile data status"

The trigger "System Settings Changed" with category "global" & name "mobile_data" can be used to trigger when "Mobile Data" is switched on or off (depending on the Android version in use). I don't think that there is currently a way to check if mobile data is turning on or off in AM.
by PaulyQ
15 Mar 2014 11:09
Forum: Feature Requests
Topic: trigger for closing s cover (samsung)
Replies: 15
Views: 42258

Re: trigger for closing s cover (samsung)

The S-View function uses a Hall sensor so it looks like your best bet is to look for the text: hallStatusChange,status=1 and/or hallStatusChange,status=0 Having said that, a hall sensor is based on magnets and could constantly be triggered by any number of things which could in turn trigger the flow...
by PaulyQ
13 Mar 2014 19:05
Forum: Feature Requests
Topic: trigger for closing s cover (samsung)
Replies: 15
Views: 42258

Re: trigger for closing s cover (samsung)

The trigger is "General Broadcast". If you copy either "com.samsung.cover.OPEN" or "com.samsung.ssrm.COVER_OPEN" into the action field Then use Access Intent Extras field to extract result then you should be angle to see if you have opened or closed the cover. Unfortunately, I'm on a Note 2 and don'...
by PaulyQ
12 Mar 2014 20:22
Forum: Feature Requests
Topic: trigger for closing s cover (samsung)
Replies: 15
Views: 42258

Re: trigger for closing s cover (samsung)

Found this on Stack Overflow:

"Search for com.samsung.cover.OPEN or com.samsung.ssrm.COVER_OPEN

In the extras, coverOpen will tell you if the cover opened or closed"
by PaulyQ
12 Mar 2014 19:06
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16945

Re: Widget clickables

+1
by PaulyQ
02 Feb 2014 00:21
Forum: Feature Requests
Topic: Broadcast Intents
Replies: 2
Views: 8657

Re: Broadcast Intents

Thanks for the advice on bundles. I've been able to get the required broadcast receivers so that should be all I need to activate apps where needed.


Thanks.
by PaulyQ
30 Jan 2014 00:46
Forum: Feature Requests
Topic: Notification Statusbar Buttons
Replies: 3
Views: 11080

Notification Statusbar Buttons

I am trying to set up multiple notification shortcuts to start apps / carry or actions but this is leaving my notifications screen crowded to the point that it is confusing to use. If possible can an option for a custom notification with multiple buttons be added to triggers.
by PaulyQ
30 Jan 2014 00:19
Forum: Feature Requests
Topic: Broadcast Intents
Replies: 2
Views: 8657

Broadcast Intents

If possible, could you add a function to General Broadcast which returns the name and data type of any extras included with the received broadcast used to trigger flow? Also, can you advise if option lists included in the "General Broadcast" trigger are gathered by scanning the user's device (and ap...
by PaulyQ
20 Oct 2013 17:03
Forum: Feature Requests
Topic: Volume Variables
Replies: 2
Views: 9030

Volume Variables

I am building a lockscreen widget to control and display system settings, including a text control showing the current media volume. In order to update the widget text when vol changes, I have had to include a condition in the Vol flow for each volume level. Would it be possible to add a variable to...