Search results

  1. S

    End of the free usage in MD version 5.42?

    It doesn't unless we buy the pro version. That's just what it is, someone has to pay their bill. If you are not fond of spending a few bucks or watching ads then you may want to take a look at Automate instead. It's completely free up to 30 blocks.
  2. S

    Read from/Write to File: dynamic values

    @MacroDroidDev well said, I appreciated your elaboration. I'm fully aware of how frustrating it can be fighting against "google chat bot" as Joao (the developer of Tasker) had them against him a couple of times and they weren't very pleasant ones. For those who's interested could have come up...
  3. S

    Read from/Write to File: dynamic values

    It sure is, which what I already mentioned first. It's just a matter whether @MacroDroidDev wants to circumvent this situation with the helper app or not.
  4. S

    Read from/Write to File: dynamic values

    Meh, this is a forum. You could always reply when you're feeling okay telling us your solution. Anyhow, his request is an action, not workaround with shell command. IIRC, It's impossible to achieve without the full file access as this action typically use Android API instead of wrapping shell...
  5. S

    Read from/Write to File: dynamic values

    Macrodroid doesn't have All File Access permission, Google denied the request long time ago. Thus, Macrodroid has to let the user pick the folder first before querying the folder. Either Macrodroid has to try request the permission again or requires an external app action to monitor dynamic...
  6. S

    Get string from ID

    IMHO, If the goal is to retrieve current URL, Then the best approach I could think of is to use Assistant API. Tasker does this by setting itself temporarily as assistant, triggering the assistant button itself, and retrieve the extras. The extras varies depending on the screen context. Say...
  7. S

    Run-time list of currently „visible” SSIDs

    Maybe with Termux (plugin) You would need another set of 3 apps though, Termux, Termux:Tasker, Termux:api. Then you could run this command https://wiki.termux.com/wiki/Termux-wifi-scaninfo
  8. S

    Check pixel colour from chosen screenshot

    The user needs to allow MEDIA_PROJECT manually via adb. https://stackoverflow.com/a/65466891 Tasker and Automate does it the same way too and they both advices the user to execute the command to eliminate the prompt. "On Android 10 the user confirmation requirement can be permanently disabled...
  9. S

    [Solved] Licensing of macro exchanges between individuals where money may be involved

    That's cool, anyway this should be written somewhere where the user could easily access and refers to.
  10. S

    [Solved] Licensing of macro exchanges between individuals where money may be involved

    If the board were opened in the future, I would also like to suggest that the threads over there should be limited to two type of post. Offering service to create macro. Asking for a paid service to create macro. The thread would then get locked automatically and any further discussion should...
  11. S

    [Solved] Licensing of macro exchanges between individuals where money may be involved

    They put in the work for someone else, that's fair enough if someone else wants to charge for the hard work they are doing or the other party is willing to pay for someone else's effort and time. IMHO, such transactional act shouldn't be completely banned in the forum. Open a dedicated subforum...
  12. S

    Save string variables to GoogleKeep memo

    For those who has security concerns about of having master token extracted. https://sbktech.blogspot.com/2014/01/inside-android-play-services-magic.html?m=1 We can always revoke the access via Account > Security > Your devices. https://myaccount.google.com/device-activity It's registered...
  13. S

    Save string variables to GoogleKeep memo

    I dig through the pinned issue on the above github page and it seems that this is how you get the master token. Check out the full guide in the link below first. https://github.com/kiwiz/gkeepapi/issues/81#issuecomment-1902247639 Here's what I did. First I retrieved the cookies (oauth) via...
  14. S

    Save string variables to GoogleKeep memo

    You may help the user here by listing the references for both Official API or Unofficial API in OP. I'd assumed you were referring to this when you mentioned unofficial API. https://github.com/kiwiz/gkeepapi This is the most recent issue where the auth issue was resolved...
  15. S

    Is it possible to make actions undone like Tasker?

    The sound example throwed me off. I guess my first reply hit the nail then. Anyway, that's not possible. MD's trigger is one way, however It can be replicated with just a macro, since a single macro can contain multiple triggers.
  16. S

    Is it possible to make actions undone like Tasker?

    Sounds like "Do Not Disturb" action? Macrodroid could control DnD too with "Priority Mode/Do Not Disturb".
  17. S

    Is it possible to make actions undone like Tasker?

    The location context (trigger) in Tasker could be linked to two task which runs individually based on whether the phone is inside or outside an area. Tasker handles the logic internally and user just have to add the enter and exit tasks (group of actions). I guess OP just doesn't want to put...
  18. S

    TouchTask examples?

    TouchTask likely uses media projection API to take the screenshot, seeing that it has option to record the screen as well under the same action. Using this one will prompt the user. Automate seems to Accessibility Service instead.
  19. S

    TouchTask examples?

    https://stackoverflow.com/a/65466891
Top