Search results

  1. D

    Files Delete Option

    Not really. Just meant to replace the name of the folder in the "$path" directory
  2. D

    Files Delete Option

    Yes. Just replace ${dirs[0]} in the command with the variable name. If variable is named "folder" replace it with {lv=folder} path="/storage/emulated/0/Download/Paddock" cd "$path" rm -rf "$path/{lv=folder}"
  3. D

    Files Delete Option

    MD Helper is installed? All permissions allowed for MD Helper?
  4. D

    Files Delete Option

    This macro deletes the oldest folder in that directory
  5. D

    Files Delete Option

    Use a shell script
  6. D

    Clear app data

    It's possible using adb shell tasker plugin
  7. D

    Action Block to get Last Day of Month

    This is cool
  8. D

    How to set up an action to turn off vpn without root?

    You can force stop the app in the background
  9. D

    Clear app data

    Yes via a shell script. pm uninstall --user 0 <package name> or adb shell pm uninstall --user 0 <package name> Depending on the shell you are using
  10. D

    Clear app data

    A workaround is to uninstall then reinstall the app in the background.
  11. D

    Mobile Data On/Off for battery saving

    This is a template for you.
  12. D

    Mobile Data On/Off for battery saving

    Better to use a stopwatch. It's actually possible to achieve all of that with just 1 macro
  13. D

    Text Manipulation

    Text manipulation with the below regex .*(?= •)
  14. D

    Shell script timed out

    Shell script timed out in purple in macrodroid log
  15. D

    Shell script timed out

    I get this too
  16. D

    String length

    String length is inbuilt in macrodroid
  17. D

    WhatsApp Caller number

    You can get the number of a WhatsApp caller like this. If the caller is a number you have saved it will show the Contact name instead
  18. D

    how to Remote macrodroid control

    You can do it only when the device you want to turn off is rooted
  19. D

    how to Remote macrodroid control

    You mean you want to turn off another device remotely?
  20. D

    check my calendar event issues

    I'm sure you can achieve that with the CalendarTask plugin
Top