Search results

  1. Endercraft

    Find what's wrong in this screenshot. [ATTACH]

    Find what's wrong in this screenshot.
  2. Endercraft

    How to make 2 macros not run at the same time?

    This will require a bit more of complexity than that but will be achievable (however if you need to pass variables too it will be harder).
  3. Endercraft

    Send an audio message Whatsapp.

    Use UI Interaction gesture instead (but only 20 seconds maximum is allowed for some reason). You need to input the same coordinates for start X,Y and end X,Y to simulate a long press.
  4. Endercraft

    MacroDroid Helper APK

    Android 13 as always…
  5. Endercraft

    Simple IF statement Execise

    It truly depends on the string itself. Depending on where the match may be the time will be different.
  6. Endercraft

    MacroDroid Helper APK

  7. Endercraft

    MacroDroid Helper APK

    Fixed itself after a reboot. Works fine now.
  8. Endercraft

    How to kill an application with an unrooted phone ?

    Also, searching ADB shell is not enough. You should search "ADB shell tasker plugin".
  9. Endercraft

    How to kill an application with an unrooted phone ?

    I know for sure I can install it on my device however I am not able to install from the web play store. I am in Europe too. Try an alternative download source : https://apkpure.com/adb-shell-tasker-plugin/com.ADBPlugin/download
  10. Endercraft

    Simple IF statement Execise

    I think it's if not equal, because I assume as soon as a difference is found it will be true and stop.
  11. Endercraft

    use "floating text" to display lock status?

    This is not related to MacroDroid ? MacroDroid is an app, not a website.
  12. Endercraft

    How to kill an application with an unrooted phone ?

    Use notification interaction action and find the corresponding button.
  13. Endercraft

    because an app is covering a permission request, its response cannot be validated.

    Wow, this macro got many stars fast.. too fast....
  14. Endercraft

    Macrodroid Restart

    You mean killing MacroDroid and launch it again ?
  15. Endercraft

    Variable comparisons in constraints

    I think you are talking about the set variable action, and not the variable constraint for boolean variables. It does indeed only offer true or false.
  16. Endercraft

    Forwarding SMS to All *Except* 1 Number

    New Android devices use a protocol called RCS, which breaks this feature as there is no way to detect them unless on notification.
  17. Endercraft

    Stopping running applications without root.

    Simply, because these 'app killer & booster' apps are useless. They are just repeating a basic Android process of killing certain apps. If the app is not doing anything in background it won't use that much battery. So you won't notice.
  18. Endercraft

    Auto enable Bluetooth when in vehicle

    Thank you :)
  19. Endercraft

    Auto enable Bluetooth when in vehicle

    Because MacroDroid puts a small delay between actions (I think this is the case) your else if proposition (is this word French or English...) is better if the smallest of smallest execution time is required. But else it doesn't really matter. But it's still an improvement after all.
Top