Search found 18 matches

by apshergill91
23 Feb 2017 14:20
Forum: General
Topic: Controlling sound!
Replies: 2
Views: 9773

Re: Controlling sound!

Thanks for your help!
I wasn't able to figure out this simple thing.
fagci wrote:"Stop Action Sound" action will help you
by apshergill91
23 Feb 2017 06:42
Forum: General
Topic: Controlling sound!
Replies: 2
Views: 9773

Controlling sound!

One way of stopping sound is through notification after sound action is completed! But now I want sound to stop automatically, as soon as I unlock phone!? Or if click on notification can be done automatically (instead of manually), on phone unlocking that can also stop sound! I want sound to stop as...
by apshergill91
22 Feb 2017 11:56
Forum: General
Topic: Is there a way to check file / folder?
Replies: 8
Views: 24186

Re: Is there a way to check file / folder?

It's an amazing tool. But drains lots of battery.
I also started some years back, but due to battery issue left it, but now again back as got new mobile.
And now it seems to work better.
piskor wrote:I am using AM since one month and i'm still learning and looking for best solutions :)
by apshergill91
22 Feb 2017 11:15
Forum: General
Topic: Is there a way to check file / folder?
Replies: 8
Views: 24186

Re: Is there a way to check file / folder?

Amazing job bro! Automagic is also amazing.. Hi again :) I have found better and faster solution without need for another flow Use action "Execute command" with command: test -d /storage/emulated/0/DCIM && echo 1 || echo 0 stdout variable will be set to 1 if /storage/emulated/0/DCIM folder in this e...
by apshergill91
22 Feb 2017 01:48
Forum: General
Topic: Is there a way to check file / folder?
Replies: 8
Views: 24186

Re: Is there a way to check file / folder?

Ok yup Thanks You can create new flow with file / folder availability check, and inside it set global variable to true if file / folder is available and then check this variable in first flow It should looks like this: First flow: Your trigger your commands "Execute flows": second_flow_with_file_ava...
by apshergill91
21 Feb 2017 10:13
Forum: General
Topic: Is there a way to check file / folder?
Replies: 8
Views: 24186

Re: Is there a way to check file / folder?

Really appreciate your help! But than no use I have to create different flow for this! I want to use it main flow without modifying trigger! Any condition or script that could do? Hi Check, if trigger "File observer" with checked "Delete Self" event type suits your needs http://automagic4android.com...
by apshergill91
21 Feb 2017 02:56
Forum: General
Topic: Is there a way to check file / folder?
Replies: 8
Views: 24186

Is there a way to check file / folder?

I was developing a flow in which I used delete folder action!
But it ended up in error as file/folder doesn't exist!

I want to check if or not file/folder exist before I perform any action on it, so as to avoid error!

How do I go about this thing, I found no condition for this?
by apshergill91
25 Sep 2015 03:00
Forum: User Help / Bug Reports
Topic: Which variable?
Replies: 10
Views: 23739

Which variable?

Which variable can be used to get brightness level?

And how can it be triggered?
by apshergill91
27 May 2014 02:29
Forum: User Help / Bug Reports
Topic: String processing
Replies: 4
Views: 12284

Re: String processing

I want to split the string based on nature of character i.e. alphabet,number,special character

Example -

String -ABC DETAILS 123456 ##$

RESULT -
ABC DETAILS
123456
##$

How Do I do that?
regards
by apshergill91
24 May 2014 05:48
Forum: User Help / Bug Reports
Topic: String processing
Replies: 4
Views: 12284

String processing

I would like to perform following operation on SMS text that I receive.

1. Find if it contains certain word
2. Find location of word in string
3. Count the no of their occurances of word in the string.
4. Remove empty lines in multi line string .

Regards