Search found 145 matches

by Bluscre
25 Oct 2019 21:15
Forum: Feature Requests
Topic: Different URL View triggers?
Replies: 11
Views: 41236

Re: Different URL View triggers?

Hi, It's unlikely that such events can be intercepted. The developer of an app decides if he wants to send the intent to a generic web browser (this one could be intercepted by Automagic) or if he targets a specific browser or even handles the click on the link completely within it's own app. Regar...
by Bluscre
22 Oct 2019 01:38
Forum: Feature Requests
Topic: Different URL View triggers?
Replies: 11
Views: 41236

Different URL View triggers?

Hello, i use the Web View Trigger alot but what triggers me (pun intended) is the fact that sometimes another kind of intent seems to be triggered instead of it Example: Clicking a URL in a Youtube video description does not list Automagic as possible browser. Is there any way i can catch those spec...
by Bluscre
27 Aug 2019 19:20
Forum: User Help / Bug Reports
Topic: Find Android devices in Wifi network
Replies: 5
Views: 17337

Re: Find Android devices in Wifi network

I use this now (works without root on my device: // Execute Command: cat /proc/net/arp stdout = split(stdout, "\n"); header = removeElement(stdout, 0); wifi_devices = newMap(); for (i in stdout) { split = split(i, "\\s+"); ip = split[0]; wifi_devices[ip] = newMapFromValues( "type", split[1], "flags"...
by Bluscre
27 Aug 2019 18:34
Forum: User Help / Bug Reports
Topic: Find Android devices in Wifi network
Replies: 5
Views: 17337

Re: Find Android devices in Wifi network

This would indeed be nice,

Btw @martin why is stopfli.com a thing?
by Bluscre
14 Aug 2019 21:25
Forum: User Help / Bug Reports
Topic: Escaping comma seperated values?
Replies: 3
Views: 10549

Re: Escaping comma seperated values?

Thanks, would be nice if this was stated in the docs ^^
by Bluscre
14 Aug 2019 01:46
Forum: User Help / Bug Reports
Topic: Escaping comma seperated values?
Replies: 3
Views: 10549

Escaping comma seperated values?

The docs for Input Lists state "A comma seperated list of values..." but does not say how one would escape a comma in such a value. I tried \, but the backslash was just printed on the screen.
by Bluscre
14 Aug 2019 01:44
Forum: Feature Requests
Topic: Display OFF via SurfaceControl
Replies: 1
Views: 13381

Display OFF via SurfaceControl

There is a display ON action but none for turning the display off

https://android.googlesource.com/platfo ... ol.java#82

Code: Select all

SurfaceControl.setDisplayPowerMode(SurfaceControl.POWER_MODE_OFF)
by Bluscre
13 Aug 2019 17:59
Forum: Feature Requests
Topic: Dual Sim Support
Replies: 16
Views: 67713

Re: Dual Sim Support

Martin wrote:
16 Jul 2019 19:58
Unfortunately no news. The required methods seem to be protected by permissions that can not be requested by apps like Automagic.

Regards,
Martin
What about root?
by Bluscre
13 Aug 2019 14:12
Forum: User Help / Bug Reports
Topic: Bluetooth scan
Replies: 1
Views: 6492

Bluetooth scan

I am searching for a bluetooth scan for my auto connect script


http://automagic4android.com/flow.php?i ... e8bc7e8619

Or even better a function "connect to any/first paired device in reach"
by Bluscre
14 Jul 2019 14:46
Forum: Feature Requests
Topic: Dual Sim Support
Replies: 16
Views: 67713

Re: Dual Sim Support

Any news for this, @martin? I would really love to automatically switch the sim used for networking based on connectivity