Search found 53 matches

by icefox56
05 Oct 2019 09:00
Forum: User Help / Bug Reports
Topic: Android "Ticker" feature
Replies: 2
Views: 8287

Android "Ticker" feature

Is there a way to bring back the Android "Ticker" feature natively in automagic or is this only possible with the apps mentioned in the link below. Can somebody give me some guidance on how to port this task from Tasker to Automagic. Link: https://www.reddit.com/r/tasker/comments/c9grh5/howto_bring_...
by icefox56
05 Feb 2019 09:49
Forum: User Help / Bug Reports
Topic: Help with getDate() and setting alarm
Replies: 2
Views: 7443

Re: Help with getDate() and setting alarm

Thanks for the reply @Desmanto, I never thought of the deletion part. It would have been a real mess. I'll try out the Global Variable Date/Time trigger. The flow you shared look super useful. I used to use a simple flow for setting screen on time. But I most likely forget to turn it off. Your flow ...
by icefox56
04 Feb 2019 15:37
Forum: User Help / Bug Reports
Topic: Help with getDate() and setting alarm
Replies: 2
Views: 7443

Help with getDate() and setting alarm

How to set an alarm like 15 minutes from current time in my alarm app? I tried doing it. I put current time in a variable using getDate(). So that I can add 15 minutes to it using addMinutes(d, a) But getDate() gives a value like 1549293097522. I have no clue how to interpret it. I have no programmi...
by icefox56
03 Feb 2019 21:38
Forum: User Help / Bug Reports
Topic: Greyscale mode
Replies: 5
Views: 11710

Re: Greyscale mode

Wow that sounds so cool. It's definitely going to be a great help for less tech savvy people in the community (including me). Hope you'll share it. How is the flow going to recognise this UI events? Accessibility or root? I've always tried to not touch accessibility service because I've heard that t...
by icefox56
03 Feb 2019 14:42
Forum: User Help / Bug Reports
Topic: Greyscale mode
Replies: 5
Views: 11710

Re: Greyscale mode

Thank you @Desmanto That did it. It was in the 'set system settings option'. For anybody who is interested: - Action: set system settings ---------------------------------------------- Category: Secure # This sets the 'Colour correction' option to ON accessibility_display_daltonizer_enabled 0 = disa...
by icefox56
02 Feb 2019 21:12
Forum: User Help / Bug Reports
Topic: Greyscale mode
Replies: 5
Views: 11710

Greyscale mode

I want to turn on android 'greyscale mode' permanently. But when I open gallery or video app it should turn off.

What command should I use to toggle Android 'greyscale mode'?

Asus zenfone max pro M1
Android 8.1 stock
Rooted
by icefox56
17 Jan 2019 16:57
Forum: User Help / Bug Reports
Topic: End call not working in automagic. But works in macrodroid.
Replies: 3
Views: 8931

Re: End call not working in automagic. But works in macrodro

Sorry for the late reply. I was unable to login to automagic forum for past days. @Desmanto, thank you for your help. My phone is Asus Zenfone Max pro M1, It runs on stock android 8.1 (no custom UI). I don't know why it still didn't work being in stock ROM. And yes macrodroid does use root when reje...
by icefox56
11 Jan 2019 20:51
Forum: User Help / Bug Reports
Topic: End call not working in automagic. But works in macrodroid.
Replies: 3
Views: 8931

End call not working in automagic. But works in macrodroid.

I want to create a flow that reject/end call when I dial a number during certain period. But the "End call" action is not working. I just downloaded MacroDroid and tried to create similar flow, and the "Reject call" action worked. I have no interest in using macrodroid just for one flow. So can any ...
by icefox56
08 Dec 2018 01:54
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

Re: OTP reading flow

Thanks for the explanation.
by icefox56
07 Dec 2018 23:26
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

Re: OTP reading flow

Thanks Anuraag that fixed it.

Now can you please tell me what {otp[0]} is in Action2 copy to clipboard?