Search results

  1. S

    huge MD battery drain

    Probably I've found out what the issue could be. I've faced this battery drain for a while, then in AdGuard app I've untoggled 'Route traffic through AdGuard' for Macrodroid and Macrodroid Helper and I've never experienced this problem anymore.
  2. S

    changing audio output (earphones/phone)

    Absolutely. Luckily I've found quite a lot of developers like him and you :)
  3. S

    changing audio output (earphones/phone)

    That alarm app is 'I Can't Wake Up! Alarm Clock'. If you use that app I can share how to call its intent. Ciao.
  4. S

    changing audio output (earphones/phone)

    Hey there. I ended up contacting that alarm app developer and he added an intent I can invoke with MD for changing it. Ciao.
  5. S

    two replaces in a single action?

    Thanks, this is perfect!
  6. S

    two replaces in a single action?

    Hey there. I have a string containing '(' and ')'. Given that I need to use that string in a regex, I need to escape those characters, so I've add two Actions: 1. for replacing ( with \( 2. for replacing ) with \) and everything works fine. But is there a way for doing both those replaces (or...
  7. S

    huge MD battery drain

    Thanks FrameXX. That worked perfectly: after doing what you suggested, my phone charge is lasting days as before, and not hours (and now MD is at 3% in Battery usage).
  8. S

    huge MD battery drain

    Thanks, giving it a try. Actually it's surely unusual, cause it's not only high battery percentage for MD, but my phone is really draining battery very fast in the last few days. As per cell towers/location-based trigger, now I have quite a few cell groups (19) with cell tower rate 5 minutes...
  9. S

    huge MD battery drain

    Hey there. I've been using MD for years and now since one of the last updates I'm facing a huge battery drain due to MD (never faced before): I've checked my macros and I don't see anything new. I've quite a few of them depending on cell towers, but also if I remain in the same area all day...
  10. S

    check ambient sound level action

    Hello getuxagig. Could you please tell me how you've set up Autovoice, cause I can't get it working? Thanks. Luigi.
  11. S

    help with extracting text with variable in regex

    Ah thanks, after replacing '\[' with '\\[' everything works fine. Thanks!
  12. S

    help with extracting text with variable in regex

    I know that can work, my problem is that I need to have a variable inside that regex, cause that result can change. Thanks.
  13. S

    help with extracting text with variable in regex

    Hey there. I need some help with Extract text action. When I get notifications like this one 18' Gol! [1] - 0 Jovic L. I have an action 'Extract text' for saving the result in a variable (result) -in this case result = [1] - 0. And this works always fine. Then I have another Extract text action...
  14. S

    MD set Mobile Data tile off but connection still on

    Turning off battery optimization didn't change much... So I wanted to do that test, but when running adb tcpip 5555 I got the message 'error: more than one device/emulater' (tried twice, same error): As I was saying, I'm not on a private wi-fi and I've just seen my IP changes everyday (or...
  15. S

    MD set Mobile Data tile off but connection still on

    How can I do this? Actually Termux, Termux:Tasker and ADB Shell [Tasker Plugin] had battery optimization...I've just changed them
  16. S

    MD set Mobile Data tile off but connection still on

    And now I've run that macro for enabling mobile data again and it didn't work. So I've run again 'adb tcpip 5555' macro and then mobile data enabling worked
  17. S

    MD set Mobile Data tile off but connection still on

    Thanks. So after my previous post (at 24-05-23 20:55:16.253) I tried to disable mobile data with that macro but didn't work: 24-05-23 20:55:16.253 - TESTING MACRO:toggle mobile data (toggle mobile data) 24-05-23 20:55:16.253 - Invoking Macro: toggle mobile data (toggle mobile data) 24-05-23...
  18. S

    MD set Mobile Data tile off but connection still on

    Thanks. Actually I already set ADB shell Tasker plugin/Additionnal Settings = off, cause the first time it didn't work with that on. I also had USB debug = True, tried setting it to False but nothing changed. So now I've got IP and port from Developer options and run those commands in Termux...
  19. S

    MD set Mobile Data tile off but connection still on

    Hmmm there still something I don't get... In the night I turn Wifi and mobile data off. Last night this macro didn't work, so I changed mobile daa manually. This morning I had a test: - at 23-05-23 07:57:07.828 I've run 'adb_tcpip_5555' macro and got the 'success' popup. - at 23-05-23...
  20. S

    MD set Mobile Data tile off but connection still on

    It works completely fine now, thanks for helping!
Top