Recent content by itneveroccurred

  1. I

    Help Macro

    Sounds similar to my auto google play points claiming macro, it even unlocks my phone for me with an action block to do the swipe password if it's off, what I've found out while making this is how horrible the wait until trigger action is with the screen content trigger, so I just set the wait...
  2. I

    Purpose of "cancel after timeout" on if confirm?

    For me it's not there anymore, but I'm on beta so I dunno. Edit: just realized how old this reply was.
  3. I

    Using the 'trigger fired' condition

    Oh actually you're right I guess cell tower trigger isn't needed unless you're traveling to really far locations.
  4. I

    Time delayed action in macro

    Just use a stopwatch trigger that starts when it detects ignition off and if the ignition on trigger goes off before your stopwatch then you can determine when it's a bump, unless you need it to perform right when you do actually turn the ignition off then I dunno.
  5. I

    Using the 'trigger fired' condition

    And what if the WiFi is out? I've actually been meaning to use multiple failsafes like this since sometimes the wifi is offline at home or at work since I track my time in my own macro. You can simply just use a boolean to prevent other the other 2 triggers from going off when leaving and...
  6. I

    Using the 'trigger fired' condition

    I'm surprised no one has gave a valid answer yet, instead of doing separate if statements for each trigger, do one if statement for all the triggers of when you arrive and an else if for all the ones where you leave, and set them to OR. To avoid multiple triggers, I guess for the constraint at...
  7. I

    Purpose of "cancel after timeout" on if confirm?

    All it does is counts down to 0 and nothing else unless I'm missing something, was hoping it would auto close the popup, just curious.
  8. I

    How to make 'If string not in array'?

    You use the iterate array/dictionary action, then set the string as the iterator value, then do your if / else if string equals actions.
  9. I

    Copy an array within a dictionary to another array?

    Wow thanks, I'll try doing this real quick and see what happens.
  10. I

    Copy an array within a dictionary to another array?

    So lemme try to explain this as best as I can, look at the pictures to understand better, but here are my variables: Current Code = An array that contains an index of 1-4, all decimal types. Morse Code = A dictionary that contains an index from A-Z which are all arrays, the same as the other...
  11. I

    Guide: Restoring macros if MacroDroid is inaccessible

    Before it started erroring, did you make a macro that exports something like logs or anything that saves to a folder on your phone?
  12. I

    Auto backup for files

    Omg why did someone give an entire thesis in the comments above, literally annotated each sentence from the guy, bro got dismantled💀💀
  13. I

    New click result function for UI interaction

    I'm wondering how this works. Not sure what it means by "block until result available" and how it saves to boolean if it's just an x,y location click unless this is more for text content? I'm just confused since I dunno where to look for the documentation and I wanna make sure I'm getting the...
  14. I

    Help

    There is an auto back up feature...
Top