Search found 7 matches

by abuHaafidz
16 Jan 2021 15:05
Forum: General
Topic: trigger if amount is more than...
Replies: 1
Views: 8755

Re: trigger if amount is more than...

tried using the following codes on Condition > Notification Statusbar...

1.

Code: Select all

/(RM)\\d{2}+/gm
2.

Code: Select all

/(RM)\\d{2}+
For the e.g. notification text "Immediate RM17 Hurry up!"

But all of them ended with false. I'm pretty sure the code works as I tried it on regex101.com. Any help is appreciated!
by abuHaafidz
15 Jan 2021 06:36
Forum: General
Topic: trigger if amount is more than...
Replies: 1
Views: 8755

trigger if amount is more than...

Trying to get a trigger working. eg. if notification has text with any amount above $100, then notification sound is played.

Any help is appreciated!
by abuHaafidz
26 Jul 2017 15:07
Forum: General
Topic: Copy Text from Statusbar notification to clipboard
Replies: 2
Views: 11320

Copy Text from Statusbar notification to clipboard

I'm trying figure out what action to use to copy text from the statusbar notification.

I've managed to get the trigger and condition working.

Thanks, Martin!
by abuHaafidz
01 Apr 2014 05:36
Forum: General
Topic: Great application!
Replies: 4
Views: 19906

Re: Great application!

Yeah, I too think it's the best automation app found in the market. Not that many people use it. I used to use the paid automateIT app but got fed up when I kept failing to do all sorts of complicated things. The worst part is that I don't get any replies from the devs or forums. I'm not a genius in...
by abuHaafidz
01 Apr 2014 05:28
Forum: User Help / Bug Reports
Topic: "Music End" Trigger
Replies: 2
Views: 8294

Re: "Music End" Trigger

Hi ZSasha, what I've done so far is the following:- Trigger=> General Broadcast: on android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION Although I discovered that it triggers even if the the player is secretly running in the background, it's pretty much good enough for me since I can now click a...
by abuHaafidz
31 Mar 2014 06:07
Forum: User Help / Bug Reports
Topic: "Music End" Trigger
Replies: 2
Views: 8294

"Music End" Trigger

I'm trying to get a trigger to go when I stop my music player from playing in the background (totally ending the task). What trigger should I use? Thanks