Recent content by Andydroid

  1. 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!
  2. 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?
  3. 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?
  4. 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?
  5. 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...
  6. 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!...
  7. 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 :)
  8. 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
  9. 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
  10. A

    Send sms after missed call

    Oh I just saw Endercraft gave a similar solution in your post in another thread
  11. 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...
  12. 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...
  13. 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...
  14. A

    Sms received issues

    Using Google Messages, the Notification Title ie {not_title} should be the sender; if the sender is in your contacts you'll get the name rather than the number though
  15. A

    "Application Closed" trigger does not work as expectet

    The logic in the macro isn't right: the second IF statement will never be true because you only have one trigger (Application Launched)- you probably want a second trigger, Application Closed...
Top