Recent content by dhj49er

  1. dhj49er

    Playing with Intent URI

    What's KWGT?
  2. dhj49er

    Problem with click

    But click x,y only works with integer values.
  3. dhj49er

    Problem with click

    I think click x,y requires integer values.
  4. dhj49er

    All macro names show

    If i understand you correctly, you are looking for a variable that has all the macro names, so that you can turn them on and off via a WhatsApp notification and that macrodroid automatically maintains this variable as you add or delete Macros. I'm not aware of a variable that does the above...
  5. dhj49er

    Redmi 13 Android 14 Trigger not Working

    Battery optimisation needs to be off for both MD and the Helper. Usually this involves accessing the system Settings. Have you done this?
  6. dhj49er

    Late Triggering

    Can you provide an example of the issue?
  7. dhj49er

    Is it possible to recognize pressed button by view id?

    I use the check pixel colour for icons ( could be buttons as well) that are in a fixed location on the screen. I find a point in the icon/button where the colour change is significant from icon/button off to on. The action provides the R, G & B values for the specified x,y location. I add the R...
  8. dhj49er

    If Condition Screen Content

    I don't fully understand your macro as there doesn't seem to be any actions associated with a day/time trigger. I assume the app goes to the background when you perform the actions manually and presumably you open the app to proceed. Is this correct? The launch application action (don't select...
  9. dhj49er

    Auto switch paired BT device when signal is stronger

    I thought you were just using MD, in which case you would need UI interaction to connect the source to the changed BT device. I don't use Smart Life or Swiftly Switch apps, so I am unable to provide further help.
  10. dhj49er

    Auto switch paired BT device when signal is stronger

    Do you have a macro that switches the BT source or are you doing it manually? I think a semi automatic approach is likely the easiest to implement, as I'm not aware of a suitable BT trigger in MD. First, write a macro that toggles the source from one BT device to the other. That's probably...
  11. dhj49er

    MacroDroid uses GPS 24/7 without GPS related macros

    The green dot on the status bar - is this another area that HyperOS deviates from stock Android? On my Samsung (and Sony) MD accesses location all the time (as reported by the OS) when Geofence macros are enabled. However, I do not see excessive battery drain as a result.
  12. dhj49er

    Swipe to unlock - MiUi

    I suggest trying the swipe Gesture on another screen. Change your test macro to launch Settings, wait 2 secs, Gesture action. Does Settings scroll? If not, there is something wrong with the gesture action. This is a good way to check out the swipe with different values, as more or less...
  13. dhj49er

    MacroDroid uses GPS 24/7 without GPS related macros

    Not on my Samsung phone nor my previous Sony phone. The green dot at the end of the status bar shows camera access. I never see the green dot when I am not using the camera. Location is enabled and MD set to access location all the time snd Ihave many geofence macros.
  14. dhj49er

    MacroDroid uses GPS 24/7 without GPS related macros

    The green dot at the end of the status bar is camera in use, not location access. I believe this is a standard Android feature in the later versions.
  15. dhj49er

    If Condition Screen Content

    So it always works when you perform the actions manually with the macro disabled, but not when the macro performs the actions. Then the macro must to be doing different action(s). I suggest you examine the macro entries in the system log. Go through each action and you should find where the...
Top