Macro to Stop Music Playing from APP even after Closing ?

augustya

Member
And are you sure that the Logcat Trigger would detect Force Stop of My Application in question and there by help me in the final result which is to the music it plays ?
 

420

Active member
Does it mean Rooting the device. I do not want to root my device ?
It does not root your device.

And are you sure that the Logcat Trigger would detect Force Stop of My Application in question and there by help me in the final result which is to the music it plays ?
I'm not sure about this, i did not even know the logcat trigger could do this.
 

augustya

Member
Works for me

Can you tell me using Logcat Trigger what would be the exact trigger to use for my condition which is when I force stop an APP the Sound playing from that APP also stops ? what would be the Exact trigger to be used Logcat Trigger in this condition ?
 

Jacob L

Moderator (Lawsonator)
If an app is playing music after it has been force stopped then it can't be that app. As long as you mean force stopped from system settings
 

augustya

Member
If an app is playing music after it has been force stopped then it can't be that app. As long as you mean force stopped from system settings

But that is happening, I force stop Soundcloud from the Multi-Tasking window it still has the Playbar Menu which has like Rewwin,Stop, Forward in the Notification area and the sound keeps coming.
 

augustya

Member
If an app is playing music after it has been force stopped then it can't be that app. As long as you mean force stopped from system settings

So let's say even if I force stop an application that is still the app notification which is playing the music in the notification area screenshot.
 

Attachments

  • Screenshot_2021-10-07-17-38-53-283_com.miui.home.jpg
    Screenshot_2021-10-07-17-38-53-283_com.miui.home.jpg
    1.3 MB · Views: 1

Jacob L

Moderator (Lawsonator)
You mean going into settings>apps>app name>force stop?

That's not possible that it still plays, unless some other app is playing the music
 

augustya

Member
You mean going into settings>apps>app name>force stop?

That's not possible that it still plays, unless some other app is playing the music
Here you go the screen recording the music is stuttering because of I think copyright issues where the screen recorder is not recording music playing for piracy issue. But you can clearly see even when i dismissed the app the music still keeps playing in the notification area.

Link to the screen recording - https://streamable.com/qu33kc
 
Last edited:

Jacob L

Moderator (Lawsonator)
The app is designed to act that way. That is swiping from recent apps. That is not force stopping an app at all. Force stopping is when you go to settings and apps and force close from there
 

augustya

Member
The app is designed to act that way. That is swiping from recent apps. That is not force stopping an app at all. Force stopping is when you go to settings and apps and force close from there

Ok so what would be the Macro to stop this from playing ? Once I swipe it away.
 

Jacob L

Moderator (Lawsonator)
You would need to detect the swipe away. So Logcat trigger would be the only way.

Then you can use notification interaction action to click the x button or pause button. If this fails, you can use the media actions to stop it and the clear notification action
 

augustya

Member
You would need to detect the swipe away. So Logcat trigger would be the only way.

Then you can use notification interaction action to click the x button or pause button. If this fails, you can use the media actions to stop it and the clear notification action

Hey I am trying to install the ADB permission and the Macrodroid Helper APP on my Phone and the steps that I am following is download your Zip File but first go to my phone in the developer options even though I have enabled USB Debugging I am not getting the Android File Transfer Options so later on when I am running the .bat file it is giving me the following error. what should I be doing ?
 

Attachments

  • BAT Console.jpg
    BAT Console.jpg
    109.7 KB · Views: 5
  • 1633684380713.jpg
    1633684380713.jpg
    368.2 KB · Views: 5

Jacob L

Moderator (Lawsonator)
Your device should be showing a notification which says charge only, you can click that and set it to MTP file transfer. Also it looks like there's a timeout on ADB permissions according to your screenshot
 
Top