Search results

  1. C

    MacroDroid quick tile not named properly

    I've set up MacroDroid on my new tablet (Lenovo Xiaoxin Pad Pro 12.7') and for some reason the MD quick tiles just aren't updating their names to the actual names that I've given them. They're named Macrodroid tile 1, tile 2, etc. Normally, I would fix this by going to MD -> quick tiles and...
  2. C

    How to compare contents of 2 variables?

    Let's say I have 2 variables: Variable A: apple orange pear banana kiwifruit Variable B: orange apple pear I want to compare them and list only the differences that are found in Variable A but not Variable B. Does anyone have a shell script for this? I've tried a few shell scripts and just...
  3. C

    Wireless Debugging intent

    Does anyone know what the intent configurations is to get to the Wireless Debugging page, which is found under Developer Settings? I've tried a few different combinations and just couldn't get it to work. Here's one of the links I found: https://stackoverflow.com/a/74859391/1441275
  4. C

    Launch application inconsistency

    Hi there, I've noticed that the Launch application action is rather inconsistent, depending on the app that you launch. For example: - if my phone's screen is on and unlocked and I test launch application with Spotify, it'll launch in the foreground and works fine. - if I set my macro to wait...
  5. C

    Mute microphone action possible?

    Does anyone know if it's possible to mute the microphone globally, or in specific apps (e.g. Teams, Zoom, etc)? Would this be a shell script or something?
  6. C

    Return data in webhook response?

    Hi all, Is it possible to have the Macrodroid webhook return data to the caller? For example, on my Windows PC I might do something like this in Powershell: And on my phone, the webhook will trigger a bunch of actions to run, where it gets the IP address assigned to my phone and then pass...
  7. C

    Webhook not working

    I've tested the webhook URL on phone and on PC and it's not triggering anymore. FCM is working fine on my phone, I'm able to receive push notification (which I'm guessing is what the webhook relies on) for various apps. Just wondering if anyone is having any issues with webhook or is the...
  8. C

    Help with shell script move operation

    I have the following shell script and it works fine: However, I don't want to hardcode the source file (ReVanced Extended.....). I want to target anything .txt file that is "Revanced Extended", i.e I need to use a wildcard here. So I updated my script to the following: However, it doesn't...
  9. C

    Replicate Pressy or KlicK or Mi Key?

    Many years ago (back in 2014 or 2015), there were a couple of interesting Android products like Pressy, KlicK or Mi Key that adds an additional "button" to your phone. The way it works is that it's a 3.5mm dongle with a button that you plug into your 3.5mm port. The button can be customized...
  10. C

    Need help with intents

    I'm using Windscribe VPN and even though I can use Shortcut Maker to look at the intents used by this app, they don't work. For example, there's a Connect and Disconnect intent and triggering those would just crash the app, so they seem to be useless. I was able to use adb to do a filter on the...
  11. C

    UI Interaction not working for specific apps

    I've been using UI Interaction for unlocking my phone screen and it works fine. However, I was trying to set this up for unlocking Teams and it doesn't work. At my company, we use Teams and it enforces InTune policy on your device, for example it would require that you configure a PIN for...
  12. C

    Webhook with parameters?

    I've got a bit of a tricky problem. I have the following Powershell script, which queries the traffic in my area and returns some basic data: $response looks something like this: The above works fine running in Powershell on my PC, but I'm trying to run this on Android. I've tried to...
  13. C

    Disconnect a specific bluetooth device

    Hi guys, I need help creating a macro for disconnecting a specific Bluetooth device. This bluetooth device is a Redmi Watch Lite 2, which is not an audio device. When I turn on bluetooth on my phone, it automatically connects to this device and there isn't a way to stop this auto-connection...
  14. C

    Help with Dictionary usage

    Let's say I have a dictionary variable. The entries in the dictionary use boolean, like this: In my macro, I have a local variable called "Local_Variable" and the value of this variable is "abc". My goal here is to take the local variable and check against the dictionary and see if the key is...
  15. C

    Restore from cloud backup as a Trigger

    This is a bit of an odd feature request, but can we please have a trigger for "Restore from cloud backup"? I manage about 50+ macros across a list of devices in my household (about 7 devices). The way I achieve this is using the same MacroDroid account across the devices. I determine the device...
  16. C

    Wait for macro to be invoked action

    There is a Wait for Trigger action, but I'd like to have a Wait for Macro Invoked action as well. If you have 2 macros, where they both use the same trigger (e.g. Wifi Connected), then they could both fire at the same time. Sure, you can probably use Run Macro to make the first macro run the...
  17. C

    Screen Off broken?

    Not sure if this is a bug or not, but Screen Off (no lock screen) suddenly broke on one of my devices and this is even with me testing the action directly (without any constraints). The weird thing is, Screen Off with lockscreen works perfectly fine, just that Screen Off by itself doesn't...
  18. C

    Add [This Macro] for Disable/Enable macro action

    When using the Disable/Enable macro action, it's missing this [This Macro] option. Please add this, thanks!
  19. C

    Any way to change default browser?

    Does anyone know of any methods to change the default browser? I'm aware you can open a URL with a non-default browser, something like this (extracted from a Tasker example): However, that's not what I want. I need to set the default browser, so that ANY url I open will automatically open...
  20. C

    Allow searching under Macro Run (Action) and Enable/Disable Macro (Action + Constraint)

    When configuring an Action using Macro Run, or when configuring the Enable/Disable Macro as an Action or Constraint, it's quite hard to quickly find the macro that you want. This is especially annoying when you get to 100+ macros. Sure, you can "Enter Macro Name", but you'd still have to type...
Top