Recent content by LF0

  1. LF0

    Can I turn an action block back into actions?

    Unless you backed up the macro file before making changes, you cannot undo them. However, there is a quick way to move actions out of an action block 1:Create a loop within the action block and add all the actions that need to be moved out into the loop. 2:Cut or copy the entire loop. Paste...
  2. LF0

    V5.45 - Feedback

    The latest version still has an issue. To prevent my macros from being interrupted, I've been using Block screen touches along with UI Interaction. In previous versions, it only blocked gestures and click x, y location, while click text content and view id worked normally. However, "includes...
  3. LF0

    V5.45 - Feedback

    If "Full screen (includes status bar)" is checked in the "Block Screen Touches" action, the "Read Screen Contents" and "Check Text On Screen" actions will be unable to read the text on the screen. Is this a bug?
  4. LF0

    Add triggers for specified activity pages being opened/closed.

    Please consider adding it, or adding a magic text for retrieving the name of the foreground activity page.
  5. LF0

    MacroDroid quick tile not named properly

    I've encountered this issue as well, and I believe it only exists within specific operating systems. On my old phone, running the OriginOS1 (Android11) system, I had to restart the device to change the patterns and names of the tiles. However, when I switched to a new phone with the latest...
  6. LF0

    Popup message not working in Android 14

    Sorry, I wasn't aware of this. I'm using the same modified system from China called OriginOS, and it works fine on my device, so I assumed it would be the same on ColorOS.
  7. LF0

    Popup message not working in Android 14

    I believe there's no need for gestures. There's an action to expand/collapse the status bar in the device actions category. You can add a collapse status bar action above the user prompt action to solve your issue.
  8. LF0

    Wireless Debugging intent

    I searched for all declared activities in system settings, but unfortunately, wireless debugging is not among them. This means that the system settings do not provide a direct way to access the wireless debugging page. I also wonder if anyone knows of any other methods to achieve this.
  9. LF0

    Wireless Debugging intent

    Are you looking to quickly toggle the wireless debugging feature on and off? If so, I recommend using system setting actions. You can simply set it like this: 0 to turn it off, and 1 to turn it on.
  10. LF0

    ADB Hack Not Actually Toggling Data?

    I think it behaves differently on different devices.You can try it yourself to see if it works on your device. You simply need to change "adb shell pm grant" to "adb shell pm revoke" in the adb hack command to revoke the corresponding adb hack permission. I have two devices, one running...
  11. LF0

    The customizable popup message doesn't work on my device.

    Alright, I understand. I've replaced all the pop-up messages with floating text because the standard pop-up messages display the MacroDroid icon, which I don't like. That's also why I prefer using custom pop-up messages. Anyway, thanks for letting me know about this.
  12. LF0

    The customizable popup message doesn't work on my device.

    I recently switched to a new phone with the Android 14 system.I encountered an issue where the customizable popup message doesn't work properly when MacroDroid is running in the background on my device. The message disappears instantly after popping up. What should I do? Device model: vivo...
  13. LF0

    How would it be possible to do this? view id-value recognition.

    The latest version of MacroDroid features an action called "Get Text from View ID." You can create a new macro to run this action repeatedly at fixed intervals and save the text to a global variable. Then, use the "Variable Changed" trigger to fire the macro you need.
  14. LF0

    Flash on notifications receiv3d

    Just as @hsurB said, you should modify the macro like this.
  15. LF0

    Wait Until Trigger not working at all

    I've created two macros and tested the actions you mentioned without any issues,Could you share your macro? Either through a file or a partial screenshot, and I'll try it to see if it works properly.
Top