Search found 23 matches

by aximili
09 Oct 2018 07:52
Forum: User Help / Bug Reports
Topic: Checking if app is running
Replies: 6
Views: 18162

Re: Checking if app is running

Hi Desmanto, thanks a lot for your reply. I could use ps only (without -a without grep), but the result is huge, I'm not sure how to search for the Display Brightness. Or do I have to install busybox? If so, which one? (In Magisk - Downloads, I could see "Busybox for Android NDK" and "busybox-ndk-no...
by aximili
03 Sep 2018 10:07
Forum: User Help / Bug Reports
Topic: Checking if app is running
Replies: 6
Views: 18162

Re: Checking if app is running

Thanks Desmanto.

I do have root, but running this command

Code: Select all

ps -A | grep a
returns:
exit_code = 1
stderr = ps: -
stdout =

Did I miss anything?
by aximili
01 Sep 2018 07:11
Forum: User Help / Bug Reports
Topic: Checking if app is running
Replies: 6
Views: 18162

Checking if app is running

I am trying to check if an app is running (so that I can re-launch it if it's been killed). I am on Android 8.1.0 I have tried App Task Running and App Process Running, but they always return false even if the app ( Display Brightness ) is running in background. What am I missing? (On Tasker I used ...
by aximili
05 Aug 2018 11:43
Forum: User Help / Bug Reports
Topic: Start Activity: Google Music Search - How to get song info?
Replies: 5
Views: 13670

Re: Start Activity: Google Music Search - How to get song in

Thank you Desmanto and especially Colabi for the flow! That works! Amazing!
by aximili
31 Jul 2018 11:54
Forum: User Help / Bug Reports
Topic: Start Activity: Google Music Search - How to get song info?
Replies: 5
Views: 13670

Re: Start Activity: Google Music Search - How to get song in

I see. Thank you Martin for your reply :)
I don't mind using AutoVoice, I'd also have to use that on Tasker. Control UI is fine too if it works.
Would you mind telling me how to do it in Automagic? (Sorry I'm new, still moving my tasks from Tasker)
by aximili
30 Jul 2018 10:37
Forum: User Help / Bug Reports
Topic: Start Activity: Google Music Search - How to get song info?
Replies: 5
Views: 13670

Start Activity: Google Music Search - How to get song info?

I can create a Start Activity action
Action = com.google.android.googlequicksearchbox.MUSIC_SEARCH
Wait for result ticked

Then how do you get the song info (artist/title)?

(I only found this cool tutorial for Tasker)
by aximili
24 Jul 2018 11:07
Forum: User Help / Bug Reports
Topic: Noob question: How to save data to a file
Replies: 2
Views: 7590

Re: Noob question: How to save data to a file

Wow so easy! Thanks very much anuraag!
by aximili
22 Jul 2018 10:51
Forum: User Help / Bug Reports
Topic: Noob question: How to save data to a file
Replies: 2
Views: 7590

Noob question: How to save data to a file

I am new to Automagic and I'm not sure where to start with this. Hoping someone could guide me in the right direction. I am creating my own auto-brightness formula, so I want to be able to create a CSV file like this: AmbientLight,ScreenBright 0.0,-30 1.0,1 165.0,14 6800.0,100 and so on How can I cr...
by aximili
22 Jul 2018 10:37
Forum: User Help / Bug Reports
Topic: Exit task / Restore settings (again)
Replies: 1
Views: 6331

Exit task / Restore settings (again)

I apologise for posting this question again. I found similar questions asked in the past but I couldn't find a satisfying answer. I am another Tasker user, trying to move all my tasks to Automagic, but I still can't move tasks like this: eg. When certain apps are launched, increase volume if it is t...
by aximili
16 Jul 2018 10:04
Forum: User Help / Bug Reports
Topic: How to execute a flow and wait til it finishes
Replies: 2
Views: 7000

Re: How to execute a flow and wait til it finishes

I see that's awesome (although scary yes lol)
Thanks a lot Desmanto for the thorough reply!