Search results

  1. Endercraft

    V5.44 - Feedback

    Please report the bug using the report bug button in the troubleshooting section of the app. This ways the developer will have more info to diagnosis the bug.
  2. Endercraft

    Capturing a TFA Code from an Outlook Notification

    Oh yeah I forgot to use a string variable. The first condition should match is variable equals "" (without quotes). Now for the problem of the code not being extracted: try with every notification magic text instead of the one I used.
  3. Endercraft

    Capturing a TFA Code from an Outlook Notification

    There are many macros that do this on the template store. This is an example I made on the spot: In case you're wondering, \d{6} is the Regular Expression for 6 digits following each other (6 digits in a row).
  4. Endercraft

    Dictionary/Array contain

    Search for 14908 and 14966 in the template store. The reason the link is "dead" is because your browser isn't redirecting you to MacroDroid.
  5. Endercraft

    Why do these two identical Geofence constraints give different results?

    In your video this isn't enabled, but because it isn't enabled in both macros that's still odd. What happens if you copy the second constraint to the first macro and test it there?
  6. Endercraft

    Macro Not Running [This Macro]

    Unless there is a bug, it should indeed always return false.
  7. Endercraft

    Screen status : Vertical/Horizontal

    I understand better now. Device facing shouldn't consider the screen orientation that apps can set but the way your phone is oriented physically.
  8. Endercraft

    Screen status : Vertical/Horizontal

    I tried to test it, for phones it seems the screen is always put in portrait when you turn the screen off but for other devices I'm not sure. Depending on the situation combining these 2 triggers (device orientation if screen on, device facing if screen off) would be the way to do it.
  9. Endercraft

    MacroDroid Helper APK

    @Sir Michael The first post you read, is right above (now it's on the first page). Here's some links in case you somehow can't find it : https://macrodroidforum.com/index.php?threads/macrodroid-helper-apk.1/#:~:text=Android%2014%20specific,be%20found%20here%3A...
  10. Endercraft

    MacroDroid Helper APK

    I think I'm going to add 10 red arrows too.
  11. Endercraft

    Rename and delete folders in the "Android/data"

    There used to be a workaround before Android 12 (but it only works for apps and it was not implemented in MacroDroid), but on Android 13 and above apps just can't access them. You need to use root or ADB.
  12. Endercraft

    Screen status : Vertical/Horizontal

    It would be device orientation.
  13. Endercraft

    There should be an option in the "Wifi State Change" trigger to check if the wifi is connected without internet.

    @BlatnatHacer49 It, in fact, isn't just for mobile data. I got fooled by its name too, but it actually means any connection, like mobile data, but also wifi, ethernet, bluetooth (who uses bluetooth for network?).
  14. Endercraft

    Screen status : Vertical/Horizontal

    That's why I mentioned both, I wasn't sure if @Karby wanted the real life orientation or the screen orientation.
  15. Endercraft

    Will this work?

    I imagine you enabled the permission that allows MacroDroid to access your notifications?
  16. Endercraft

    Screen status : Vertical/Horizontal

    One of these two will do what you want.
  17. Endercraft

    bug

    Oh. This issue. I remember it, Jamie managed to solve it for me after 1 year. What you should do is select the icon quickly, or before writing anything select the icon. If it doesn't work the first time then try again until it works. You can try fixing it but not even reinstall fixed it for me.
  18. Endercraft

    Skip Android Bluetooth pairing OS confirmation dialog

    Look at the screen content trigger and the UI interaction action.
  19. Endercraft

    Google Play Store review process is a joke

    I guess they want you to show the macro actually in action, you receive a text message and the app sends it back (the system log could help too). Or a likely option is just yet another unexplained rejection.
  20. Endercraft

    How can I use MD for Bluestack

    There is no guarantee that MacroDroid on emulators will work correctly. You can try asking in other forums about Firebase Cloud Messaging (this is how webhooks work).
Top