Recent content by Endercraft

  1. Endercraft

    Playing with Intent URI

    MacroDroid has an intent received trigger which you can use to pass data (by making use of extras).
  2. Endercraft

    Redmi 13 Android 14 Trigger not Working

    That's not the only thing you need to do. Please follow instructions at dontkillmyapp.com
  3. Endercraft

    Enable ADB which is enable typically with USB debugging with MacroDroid macro

    http://www.macrodroidforum.com/index.php?threads/guide-setting-up-and-using-adb-commands-with-termux.5640/
  4. Endercraft

    MD Xiaomi Helper + HyperOS - missing WLAN Connectivity permission

    I'm afraid that HyperOS on Android 14 makes this prompt unavoidable.
  5. Endercraft

    How to set up an action to turn off vpn without root?

    With root, which isn't what the user wants. Setting up an adb connection also seems overkill. @kantkk Is there a notification that appears with a button to turn off the vpn? If so MacroDroid can interact with it and disable the vpn that way.
  6. Endercraft

    Accessibility setting shows "not working" in Motorola phone

    Check dontkillmyapp.com
  7. Endercraft

    Macrodroid baddest/irritating issue

    Make sure to launch the app from something that is not a shortcut.
  8. Endercraft

    In notification received/SMS received trigger, there is no option to select case insensitive option when regular expression enabled

    This will match anything since the last | matches against nothing which means every space between character.
  9. Endercraft

    Macrodroid sur PC

    It's true however the problem is it's easy to edit macros but not create them currently.
  10. Endercraft

    Power button long press not working

    I have a similar behavior where both home and power button trigger the power button. Behavior can be different between devices.
  11. Endercraft

    Power button long press not working

    Try enabling the assistant permission if you haven't done it (it can sometimes reset).
  12. Endercraft

    In notification received/SMS received trigger, there is no option to select case insensitive option when regular expression enabled

    Regular expression does insensitive matching unless you use the i option, but as we can't do that in MacroDroid RegEx also allows for inline modifiers. No, the box is not taken into account when RegEx matching is enabled.
  13. Endercraft

    Macrodroid issue

    The wait until trigger blocks execution until one of the specified triggers fire. The macro then continues where it stopped. In that case I imagine the wait until trigger is firing instantly because of the notification reply action, which would update the notification and cause the trigger to...
  14. Endercraft

    Array value to integer

    A simple method is to use [lv=strvar] to put into an int var. A better method in case there are not only numbers is to use text manipulation -> extract text \d, put the result into the same variable and use the first method. Array values don't have to be strings though. They can be any...
Top