Search results

  1. B

    Locked out

    Well, that was amazingly easy - thanks!!
  2. B

    Locked out

    I'm embarrassed to have done this, but here it is. 😵‍💫 Was working on a macro that took several actions if the screen triggered on while the phone was locked. In the course of troubleshooting, I disabled the "phone locked" constraint on the "Screen on" trigger. I made the desired changes to the...
  3. B

    V5.38 - Feedback

    Confirmed - fixed completely in v5.38.5. Thank you!
  4. B

    V5.38 - Feedback

    Regarding the new Fold State trigger: I'm not sure if this is a MacroDroid or Android (13) thing, but it results in unexpected behavior. I have one macro using the new trigger that plays a sound when the device is flipped open. I noticed that periodically the sound would play when the device...
  5. B

    New Trigger and Constraint: Device Hinge Angle

    Similar solution for a different device, so no Bixby involved. It requires ADB, but no root and no delay: https://www.macrodroidforum.com/index.php?threads/trigger-device-opened-closed.4946/#post-32726
  6. B

    Help with auto media pause/play during calls

    Macrodroid triggers are implicitly "OR" not "AND" (ref: https://macrodroidforum.com/wiki/index.php/Triggers)
  7. B

    Trigger: Device opened/closed

    I found a solution! It requires Developer options and ADB, but not root. This is for a Motorola Razr+, but it should also work for Samsung flips and similar, once you capture the appropriate logcat entry. In Developer options, enable "USB debugging" and "Disable adb authorization timeout"...
  8. B

    Trigger: Device opened/closed

    After doing further digging, I found the Phone app (com.android.phone) has an Intent, "Actions on flip and close". Further, for the RAZR 40 Ultra (and presumably the RAZR 40) there is an activity, com.motorola.phone.settings.FlipOpenCloseSettings. Means nothing to me, but maybe it offers a hint...
  9. B

    Trigger: Device opened/closed

    Great idea, but isn't Bixby a Samsung-only thing? I have a Motorola RAZR+. In any event, a more general (i.e., non-H/W dependent) and self-contained solution in Macrodroid would be preferable.
  10. B

    Trigger: Device opened/closed

    With the rising popularity of flip and fold phones, please consider adding a trigger to Macrodroid for detecting when the device is opened or closed. This would be useful for any number of uses, such as: Turn off or set inner screen brightness when activated Set specific screen or app to open...
Top