Search found 80 matches

by fagci
21 Nov 2018 15:32
Forum: General
Topic: Plugin development -- export variable
Replies: 3
Views: 11340

Re: Plugin development -- export variable

Got it, will dive into Tasker library.
by fagci
20 Nov 2018 12:00
Forum: General
Topic: Thinking of switching over from Tasker
Replies: 5
Views: 36283

Re: Thinking of switching over from Tasker

In comparison with Automate, Automagic is a breath of fresh air. Flows too fast to build, scripts too intuitive and we have freedom inside code editor. Maybe some handmade implementations is so hacky, but pretty fast and easy! I already struck out other automators because of poor functionality and s...
by fagci
20 Nov 2018 09:37
Forum: General
Topic: Plugin development -- export variable
Replies: 3
Views: 11340

Plugin development -- export variable

Hello.

Anybody knows, how to make plugin for Automagic with variables exporting?
As I understand, AM got available variables from some descriptor (AndroidManifest.xml/etc). So, where I can find documentation about that? Or example.

// Trying to make BLE scanner with services support.
by fagci
02 Apr 2018 18:41
Forum: User Help / Bug Reports
Topic: Get all SMS
Replies: 2
Views: 7676

Re: Get all SMS

Desmanto, thank you! You are open new world to me. Thats exactly what I need!
by fagci
02 Apr 2018 16:54
Forum: User Help / Bug Reports
Topic: Get all SMS
Replies: 2
Views: 7676

Get all SMS

How to do that?
Think to parse them.
by fagci
12 Mar 2018 16:59
Forum: EAP - Early Access Program
Topic: EAP version 1.35.0-dev
Replies: 49
Views: 241992

Re: EAP version 1.35.0-dev

Tried, GPlay wont remove AM
by fagci
13 Sep 2017 02:29
Forum: Feature Requests
Topic: Database trigger and actions
Replies: 10
Views: 30494

Re: Database trigger and actions

Thank you, Martin!
by fagci
03 Sep 2017 21:08
Forum: User Help / Bug Reports
Topic: Bluetooth device capabilities
Replies: 3
Views: 11121

Re: Bluetooth device capabilities

Not sure about BLE.
https://developer.android.com/guide/top ... h.html#HDP

I use General broadcast trigger with android.bluetooth.device.action.FOUND action
by fagci
03 Sep 2017 04:29
Forum: User Help / Bug Reports
Topic: Bluetooth device capabilities
Replies: 3
Views: 11121

Bluetooth device capabilities

Some time ago, I wrote python code for my Nokia 3250 to get near BT devices with their abilities (audio transmission, modem, etc.).

How can I achieve this by Automagic?

I already made a flow, which logs near BT devices, but so far, it logs while scanning process run by hand.
by fagci
10 Aug 2017 16:36
Forum: User Help / Bug Reports
Topic: Image metadata wrong mimetype
Replies: 5
Views: 15047

Re: Image metadata wrong mimetype

Got it, Martin! Thanks=)