Search results

  1. M

    Clear notifications not working after the 5.53 update

    What! No response!
  2. M

    Clear notifications not working after the 5.53 update

    I have a macro which clears notifications of Macrodroid containing a specific string. This was working correctly till this 5. 53 release. Suddenly it has stopped working and the notifications persist. Attaching the macro Has anything changed in the latest version?
  3. M

    How to detect alarm going off

    That's how I am implementing it right now. One of the senior members in this group had helped me to set it up some time back. Have noticed one problem with it though. The alarm app sends a notification 15 minutes before the actual alarm going off. The macro picks up this notification and turns...
  4. M

    How to detect alarm going off

    Thanks for your valuable haelp. I am still struggling with the logcat procedure. Need to figure out how this procedure works. I am not very clear about what string I need to look out for. Is it OEM dependent? I have a realme Narzo 50 Pro 5G model running Android 14.
  5. M

    How to detect alarm going off

    Tried the macro over the weekend. I had to do the adb hack to give Macrodroid access to read the logs. However, it did not work. How do you determine what string to use from the logcat? Haven't the faintest idea how to use logcat!
  6. M

    How to detect alarm going off

    Thanks. Will try it in the next couple of days and give the feedback. mj
  7. M

    How to detect alarm going off

    Thanks. But how can I use this as a trigger? Sorry, I am not a software engineer and do not know anything about Android or for that matter how Macrodroid functions. Could you please elaborate?
  8. M

    How to detect alarm going off

    I want to switch off the Do Not Disturb mode when the alarm goes oft. Since I set the alarm at different times in the morning, I can not use a fixed time to switch off the silent mode. Can this be done? Macrodroid Pro Android 14 running on realme Standard clock app mj
  9. M

    How to detect alarm going off

    I want to switch off the Do Not Disturb mode when the alarm goes oft. Since I set the alarm at different times in the morning, I can not use a fixed time to switch off the silent mode. Can this be done? Macrodroid Pro Android 14 running on realme Standard clock app mj
  10. M

    Quick Tile trigger

    I have always trying to figure out how the triggers work. If I understand correctly, if any of the triggers in the macro is fired, the execution starts with the first action in the action block. In this case any of the triggers getting fired the first If condition will get evaluated. If the...
  11. M

    Quick Tile trigger

    @md_sgf Thank you. That worked. I changed the second if condition to else if so as to avoid running the second loop every time.
  12. M

    Quick Tile trigger

    The macro is very simple. I just want to toggle a boolean variable on the quick tile being pressed. Doesn't reset the variable on the second press.
  13. M

    Quick Tile trigger

    I am using the Quick Tile trigger to perform some actions. I want to set a boolean variable to true when the tile is pressed and to set it to false when the same tile is pressed again. When the tile is pressed for the first time, it changes color to blue and the boolean variable is set to true...
  14. M

    Share macro not working

    @md_sgf Don't think this is a Amaze file manager issue. The last time I could do this successfully was 08.06.2024. Since then I am unable to do this. The last time I updated Amaze was on 19.02.2024 whereas Macrodroid had two updates since then. It must have been introduced in one of the two...
  15. M

    Share macro not working

    I have always been using the Amaze file manager and using the Save as option. Worked perfectly in the past. One of the latest updates has messed up with this functionality.
  16. M

    Share macro not working

    No response even after two days?! Am I the only one facing this issue?
  17. M

    Share macro not working

    Earlier I could save individual macros by using the Share macro option from the pull down menu and save it to my local storage. It would create a file with the macro name as file name and macro as an extension. I could restore individual macros by importing these files if need be. I found this...
  18. M

    Popup message not working in Android 14

    @Dimlos, thanks for your suggestion. It worked perfectly. I had to tweak the parameters a bit to get it working. I agree with @Dimlos. I was using the Expand/collapse status bar too. It worked on Android 13. Suddenly it stopped working on Android 14! So much for downward compatibility in...
  19. M

    Popup message not working in Android 14

    Didn't get any response to my query. Perhaps I was not clear in my problem statement. Rewording my problem below. 01. I have a macro which takes input from the user using the [User prompt] action. There are bunch of other actions that work on the user input. 02. To trigger this macro, I am...
  20. M

    Popup message not working in Android 14

    I am using a button on the Button Bar to trigger a macro. The macro among other things also displays a popup message. To access the button bar, I have to pull the notification drawer down. This worked well when I was on Android 13, with the popup message getting displayed on the pulled down...
Top