Ali Rahal Posted October 6, 2022 Share Posted October 6, 2022 (edited) Hi, I would like to toggle audio processing with tasker/command... is there a broadcast/activity/service that I can call with parameters to toggle (enable/disable) audio processing without openning the app directly? Thanks Note: I have a rooted device Edited October 6, 2022 by Ali Rahal Quote Link to comment Share on other sites More sharing options...
Ali Rahal Posted October 6, 2022 Author Share Posted October 6, 2022 (edited) Alright found half an answer... am broadcast -a com.maxmpz.equalizer.API_COMMAND -n com.maxmpz.equalizer/com.maxmpz.equalizer.PeqAPIReceiver -e cmd STOP_SERVICE The previous command stop the service successfully but am unable start it properly from command line, I tried multiple thing without sucess... ' BOOT_COMPLETED, OPEN_AUDIO_EFFECT_CONTROL_SESSION and am startservice com.maxmpz.equalizer/com.maxmpz.equalizer.PeqService (this one does start the service but audio processing remain desactivated) Any clue on what broadcast/activity/else I can call to force it to start? Thanks Edited October 6, 2022 by Ali Rahal Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.