Search results

  1. D

    Off-topic - A Windows equivalent to MacroDroid?

    Hi, I'm looking for a Windows app that has similar functionality to MacroDroid? I found apps that do small parts of what I want, but no single app that does all of it I used: 1) MacroRecorder - to repeat mouse and keyboard clicks 2) AutoHotPie - To trigger shortcuts or button combinations 3)...
  2. D

    Unable to launch apps from the home screen

    No, I did all of it.. It didn't work 🥲
  3. D

    Unable to launch apps from the home screen

    Any advice on fixing it?
  4. D

    Option to enable/disable a specific trigger of a module (and a boolean to see if a trigger is enabled or disabled)

    I currently use a separate macro to enable/disable a module that has a floating button trigger. As shown here: The actual macro: The macro to toggle it on and off: Instead of this, I propose a feature in the actions section to toggle triggers (on & off) and an action that returns a...
  5. D

    Option to make home tab buttons into a list instead of a grid?

    I find it very different to find items in the grid of options when I'm on the home tab. I made a small mock-up of what it could look like. (Check the attachments)
  6. D

    OLED friendly Black theme?

    Hi, will it be possible to add a dark them that takes advantage of OLED screen ability to turn off black pixels? (Save battery)
  7. D

    Sort by in templates

    Or even a filter to see the top rated macros from the last week, month, 6 months, year, etc?
  8. D

    Replicate a Tasker task in MacroDroid?

    Title, but specifically for the task described here: https://support.google.com/android/thread/13791498?hl=en&msgid=96548552
  9. D

    The app is continuously using the location service

    The problem here is, if I need to keep the GPS on for a prolonged period of time, I don't want MacroDroid to drain my battery. I found a workaround tho I'm using this macro now (check attachments). It doesn't need the GPS
  10. D

    The app is continuously using the location service

    Okay, I don't follow, how does this help if the issue is that macro droid keeps asking for GPS access. The only difference I can see is that this will use less battery, but the whole problem is that it IS using the GPS even when it doesn't need to.
  11. D

    A way to record multiple UI interactions and save them to a macro

    Hi, I got this idea from "MacroRecorder". A PC application to record and repeat certain inputs, be it with the mouse or keyboard. Is something like this even possible with macro droid? A way to record multiple taps and gestures all at once? Also, being able to modify each input in the future...
  12. D

    The app is continuously using the location service

    Which check? Turning on the GPS to disable the WiFi and Turning off the GPS after it's done?
  13. D

    Is there a way to launch the "phone info" screen and change one of the settings through a macro?

    I did, and I got the variable. But it doesn't seem to work when I trigger the action. (check the attachments) I tried it a year or two ago and got inconsistent results, which is why I stopped using it.
  14. D

    The app is continuously using the location service

    This makes sense, I'll incorporate this into the macro. Thanks! I'd add an extra check though, to see if my location is already enabled, in which case it shouldn't disable it after enabling/disabling the Wi-Fi. I see the check causing problems like before where MD will keep asking for the...
  15. D

    The app is continuously using the location service

    That's what I thought too until I saw my battery usage (check the attachment). I've disabled the macro and GPS for the time being. GPS usage. I have a phone with Android 13, unfortunately. It wasn't accessing the location all the time for me, either, up until a few days ago. I had modified...
  16. D

    Can't launch multiple apps consecutively

    I was using that, but it's unreliable. Which is why I made this macro. I listened to your advice about using a dictionary/array. The result is in the screenshots in this post...
  17. D

    Is there a way to launch the "phone info" screen and change one of the settings through a macro?

    The activity to launch is "com.android.phone.settings.RadioInfo" and the setting that needs to be changed "Set preferred network type:" specifically to "NR Only" and then when needed, switch it back to the default (i.e.NR/LTE/GSM/WCDMA). The problem I'm facing is, using UI interaction doesn't...
  18. D

    The app is continuously using the location service

    The only macro I can think of that needs permission to the location is the "Disable Wi-Fi If not connected" macro. Is there any way to reduce the usage of the location service?
  19. D

    Is there a way to directly modify a variable inside "Option Dialog" ?

    Here's the complete macro. Also, are there any optimizations that I can do to this?
Top