Recent content by Andydroid

  1. A

    Multiple identical Triggers v multiple Run Macro actions

    I have about 15 macros that run when MacroDroid is initialised. Currently I have one macro that is triggered by MacroDroid Initialised, that then performs a Run Macro action for each of the 15 macros. Is there any efficiency disadvantage if I add a MacroDroid Initialised trigger to each of the...
  2. A

    In notification received/SMS received trigger, there is no option to select case insensitive option when regular expression enabled

    Doesn't the ticked and greyed out "case insensitive" box mean that it already matches any case? Or at least is supposed to? If not, it would be nice if the box could be enabled so that we don't need to use "(?i)"
  3. A

    Detection of Power Saving Mode and Wifi Calling

    I don't know if it's possible, but could we have a conditional test or magic text for the current status of Power Saving Mode enabled (true or false) and Wifi Calling enabled (true or false)? Or is there already some way of checking? Thanks!
  4. A

    Day/Time Trigger to start macro, then 1 minute regular interval thereafter...

    Am I missing something: why do you have a Day Of The Week constraint with every day specified? Isn't that redundant?
  5. A

    Switch on animations temporarily for Animation Overlay action?

    Thanks, I tried it (in an Action Block) as below, but it didn't work- I believe changes to System Settings may not take effect immediately?
  6. A

    Switch on animations temporarily for Animation Overlay action?

    I like the new Animation Overlay action but, for it to work, animations need to be enabled on the phone. Is there a way to switch animations on temporarily to run the action, then turn them off again after?
  7. A

    Please add "Real Time Updating Status" icon.

    As long as you can fit your data into four characters, you can use the Display Notification action, and specify Text rather than Icon. So, for example, to display the current temperature 'permanently' on the Status Bar, specify Any Weather Update as the trigger; and set a Display Notification...
  8. A

    Option for Text Manipulation/Replace All action to be case insensitive

    Thanks, that works well. For those who, like me, aren't regex experts: assuming the text to replace is stored in the local variable sSearchWord, the syntax is (?i:{lv=sSearchWord}) A "case-insensitive" tickbox would still be simpler though!...
  9. A

    Option for Text Manipulation/Replace All action to be case insensitive

    Please can we have a Case Insensitive option in the Text Manipulation/Replace All action; currently I need to manually change the case of the search text and repeat the Text Manipulation several times. Thank you :)
  10. A

    S22 Ultra Prox Sensor Does Not Trigger

    It might be that the Proxmity Sensor only works when a call is active: https://www.macrodroidforum.com/index.php?threads/samsung-s21fe-proximity-sensor-always-returns-far.2353/#post-15239
  11. A

    Macrodroid restarts after every Send Email action

    Ever since I received MacroDroid v5.36.8 Pro, every time the Send Email action is used, the email sends correctly, but MacroDroid then stops and reinitialises. Is anyone else having the same issue? Samsung S21FE on Android 12
  12. A

    Send sms after missed call

    Oh I just saw Endercraft gave a similar solution in your post in another thread
  13. A

    Send sms after missed call

    In your macro define a local string variable eg sList which is initially empty When a missed call comes in, check if sList contains the number; if it does, quit the macro; if it doesn't, send the SMS and append the number to the list, followed by some sort of delimiter eg '!!' eg...
  14. A

    Notification variables aren't working in Display Notification or Send SMS since last update

    Guess what? The problem came back for me too today- I suspect this is a MacroDroid bug, but I'll test it again tomorrow...
  15. A

    Notification variables aren't working in Display Notification or Send SMS since last update

    This was happening to me too; in the course of trying to figure out why, I created a new test macro with Notification Received as the Trigger. It seemed to work, so I was still puzzled. Then I went back to the original macro, and that suddenly started working again too. I've no idea why, but...
Top