Search results

  1. Josué García

    This is how you request a refund?

    I'm wondering if you had any issues with the app, or for what reason you would like a refund, maybe it's a minor issue that can be resolved with some tweak or next update.
  2. Josué García

    This is how you request a refund?

    Yes, this is the correct method.
  3. Josué García

    LineageOS Andriod14. can't use the Accessibility . how to resolve this problem?

    It is not a lineage problem, it is security implemented in Android 13, it seems to me. Try activating accessibility services again (you have to see that restricted settings notice again) Then go to settings > applications > Macrodroid (it is the screen where you can force stop, clear cache...
  4. Josué García

    Can you query ChatGPT app using MD by a text input and get a text response without using API or UI Interaction?

    You can use the "share text" action and send the text to the app, but this will open the GPT Chat app
  5. Josué García

    Can you query ChatGPT app using MD by a text input and get a text response without using API or UI Interaction?

    From what I can see in the video, they are without a doubt using the API Previously you could use the API and pay as you go, but currently Open AI will first make you buy tokens.
  6. Josué García

    Python code for text editing or api requests

    On the same Open AI page, apart from the Python demo code, it also shows you the code option in cURL
  7. Josué García

    Python code for text editing or api requests

    Currently MacroDroid supports the import of cURL (string) in the "HTTP Request" action, most APIs also include this cURL code, it may be a good alternative for your main objective.
  8. Josué García

    Macrodroid pasted from your clipboard after copying

    This is a privacy feature of android 12+. look in your device settings (usually in the privacy panel) for an option called "Show clipboard access" or something similar and disable it. Note that this will also disable this message for other apps that access the clipboard.
  9. Josué García

    End of the free usage in MD version 5.42?

    Hi, MacroDroid implemented new ways to monetize the app, so it's normal nowadays (it's a few months old if I remember correctly). Now you have different ways to keep using MacroDroid for free e.g. Watching ads (3 days) / Answering surveys (7 days).
  10. Josué García

    V5.43 - Feedback

    I just tested it and it works correctly for me, in a macro only with a stopwatch trigger with some simple action, does it not activate either?
  11. Josué García

    How to insert variable into plugin?

    You can use variables with the plugin [v=varname] global variable [lv=varname] local variable %varname is also valid for global and local variables.
  12. Josué García

    Webhook not working

    It works well here 🙋🏽‍♂️
  13. Josué García

    Foldersync doesn't run

    You probably have location permission set to "Allow only when the app is in use" If you have the permission that way, change it so that it is allowed all the time
  14. Josué García

    Foldersync doesn't run

    I tried the free and pro version and as a plugin it worked well for me. Have you checked to see if your sync folders have not been misconfigured or you lost access? Deep links don't seem to work, they always give a 404 error...
  15. Josué García

    MacroDroid and Google Home / Assistant

    Hi guys, today I bring you an alternative way to use Google Home (Google Assistant). What is the difference with the existing implementation? You don't need to say "Run" macro name "in macrodroid", just the name of the routine. Requirements: Install: Google Home - Apps on Google Play...
  16. Josué García

    MacroDroid ADB Tools

    Hi guys. I'm aware that some users are not familiar enough with the terminal on Windows to grant ADB permissions or install MacroDroid Helper (on Android 14+ devices). That's why I have started working on a tool with an interface to minimize the current problems. I would like to introduce...
  17. Josué García

    V5.43 - Feedback

    In the quick tile on the main screen "Notification bar options" Check if it is currently activated
  18. Josué García

    ADB Hack - Granting extra capabilities via the ADB tool

    There is a second option within the developer options It's called "Disable permission monitoring" What brand is your device?
  19. Josué García

    ADB Hack - Granting extra capabilities via the ADB tool

    Permission error when granting On some devices there can be an error granting ADB permission that looks like this: Neither user 2000 nor current process has android.permission.GRANT_RUNTIME_PERMISSIONS In this case please check your phone's developer options and look for a setting called...
  20. Josué García

    Send Intent Failed

    This intent is blocked from android 9 or 10 (and higher) I don't remember it clearly... From what I see your device has Android 12 or higher, unfortunately this will not work for your device .
Top