Search results

  1. D

    Clear app data

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

    Action Block to get Last Day of Month

    This is cool
  3. D

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

    You can force stop the app in the background
  4. 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
  5. D

    Clear app data

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

    Mobile Data On/Off for battery saving

    This is a template for you.
  7. 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
  8. D

    Text Manipulation

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

    Shell script timed out

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

    Shell script timed out

    I get this too
  11. D

    String length

    String length is inbuilt in macrodroid
  12. 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
  13. D

    how to Remote macrodroid control

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

    how to Remote macrodroid control

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

    check my calendar event issues

    I'm sure you can achieve that with the CalendarTask plugin
  16. D

    Whatsapp notification from Business account

    You can set the normal WhatsApp app notification as the only trigger. Or is this not what you are looking for?
  17. D

    Automate the switching of mobile connectivity from 5G to 4G

    You need adb hack/root or UI interaction
  18. D

    UI interaction - click & identify in-app notworking

    To click START NOW. Use this instead
  19. D

    UI interaction - click & identify in-app notworking

    Try testing the macro without the constraint first
Top