Search results

  1. 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...
  2. M

    Phone silent mode

    I have a very specific requirement. When I set my Do Not Disturb mode to alarms only the phone does not ring for any incoming calls. However, I would like to the phone to ring for a VIP (aka my wife's number!) even in this mode. The phone should ring for a maximum of 20 seconds with a specific...
  3. M

    Wireless debugging

    I am on Android 13 running on realme Narzo 50 Pro 5G. I am using Macrodroid to set different screen time out values based on the app launched. I ask using the MD Helper file and the ADB Tasker plugin by using the following command: ADB Shell Command local host:5555 settings put system...
  4. M

    Android 13 migration issues

    Couple of days back I migrated to Realme Narzo50 Pro running Android 13 fr9 Nokia 6.1 running Android 11. Unfortunately the transition has not been smooth. Following are the major issues I am facing with macros which were running flawlessly on Nokia. 01. Unable to change the media volume...
  5. M

    Copying files training retaining the time stamp

    I want to copy a file retaining the time stamp. So instead of using the Copy command I am using the flowing shell script cp --preserve=timestamps /storage/emulated/0/TestA.txt /storage/emulated/0/TestB.txt I have also checked Use the helper App and selected the Non Rooted option. I have the...
  6. M

    Time stamp on copied files

    I am using the file copy action to copy files from one directory to another. However, I have noted that the time stamps on the files in the destination directory are the time when the copy action is executed rather than the time stamps on the files in the source directory. Is this a normal behavior?
  7. M

    Synchronize folders

    I know Macrodroid has the out of the box ability to copy files from one folder to another. However, is there any way to synchronize the files in two folders?
  8. M

    Detect WhatsApp call has been rejected

    How do I detect that a WhatsApp call has been rejected? I have written a macro to play a sound when a particular caller calls me and the phone is in the silent mode. I am able to detect that a WhatsApp call has been received and also know the caller's name. I can play the sound when these...
  9. M

    Detecting WhatsApp call picked up

    I want to launch an application when I pick up a WhatsApp call from a specific contact. Is it possible to to do this? How dobi detect that the WhatsApp call has been picked up?
  10. M

    Macro to be run on last Sunday of the month

    I want to run a macro on every last Sunday of the month at a specific time. Is there any way to determine the last Sunday or for that matter any day which is the last day of the month?
  11. M

    WhatsApp calls not ringin in Do Not Disturb mode

    I set my Nokia 6.1 running Android 11 in Do Not Disturb priority calls mode from 9 PM to 7 AM the next day. However, during this time sometimes my daughter in the US makes an international call on WhatsApp. Since the phone is in the Do Not Disturb mode, unfortunately, the phone would not ring...
  12. M

    Run macro every alternate mont on a fixed day at a fixed time

    How can I run a macro every alternate month on say the first Monday at say 2100. Preferably, the macro should not depend on the starting month being odd or even. mj
  13. M

    Stopwatch timer duration as a variable

    I want to use a variable to determine the duration of a stopwatch. I presume I have to use an integer variable. Should I've setting the value of the variable in seconds. Say 80 for a stopwatch to run for 1 minute 20 seconds?
  14. M

    Allow calls in Do Not Disturb mode

    I have a macro which turns on and off the OS Do Not Disturb mode based on user input duration.It also selects the Priority mode or Alarms only mode based on user's choice. However, even if the use selects the Alarms only mode, is there a way to allow calls from a couple of very special numbers...
  15. M

    Run a macro on a specific day

    I want to run a macro on a specific day, say every first Monday of the month at 7:00 PM. Didn't see any action to achieve this. Is it possible? If yes, how? Using Macrodroid on Android 10. mj
Top