Search results

  1. 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.
  2. 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.
  3. 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).
  4. 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?
  5. 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.
  6. Josué García

    Webhook not working

    It works well here 🙋🏽‍♂️
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. Josué García

    V5.43 - Feedback

    In the quick tile on the main screen "Notification bar options" Check if it is currently activated
  12. 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?
  13. 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...
  14. 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 .
  15. Josué García

    Magic Text Wiki almost unreadable if using dark theme

    I'm going to test my HTML skills (they are very poor) so I can't commit to something like that for a short period.
  16. Josué García

    Error geovalla

    Qué version de android estás utilizando?
  17. Josué García

    adding a relay antenna is no longer functional.

    Sorry I can't see any errors, everything seems to work correctly. Was that solution not useful?
  18. Josué García

    Triggers mixed up

    @aus-wanderer Just to confirm that the developer made some adjustments to fix this, it should be fixed in the next update.
  19. Josué García

    Save string variables to GoogleKeep memo

    Use UI interaction in View ID mode This worked for me to save the note.
  20. Josué García

    Save string variables to GoogleKeep memo

    You can use this intent, and later UI interaction. Target: Activity android.intent.action.MAIN com.google.android.keep com.google.android.keep.activities.ShareReceiverActivity And it shows you the dialog, you can use the save button or simply the back button and the note will be saved. An...
Top