Search results

  1. Endercraft

    Access MacroDroid's data directory

    So one day I think to myself: "If MacroDroid can't access the storage because it doesn't have the all files permission, then it's the one that runs the shell script. But MacroDroid is the owner of the /data/data/com.arlosoft.macrodroid directory.. So we can access it with the shell script." I...
  2. Endercraft

    Recreate immersive mode on newer devices

    Because it seems you are unable to enable immersive mode on newer devices without some sort of foreground activity, I've accidentally found a way to fake it while trying to do something completely different. You will need a working ADB connection. Once that is done, you can run the following...
  3. Endercraft

    (Guide) Setting up and using adb commands with Termux

    This thread is for those who need to run ADB commands on their devices locally and automatically, as well for those whose devices don't support ADB hack to do certains operations - for example enabling/disabling mobile data on Xiaomi. Here we will be using Termux to run these commands. Big...
  4. Endercraft

    Installing helper on Android 14+

    While waiting for an official guide, users are starting to come here to get help about installing or updating the helper app on Android 14+. Because Google is so keen to "protect our privacy", applications targeting SDK 22 or lower can no longer be installed or updated on devices - at least not...
  5. Endercraft

    Bring power menu back

    On new devices, when long pressing the power button the assistant is called. You have to hold it for a good 5 second for the power menu to come. This macro fixes that as when long pressing the power button this macro will be called, which then opens the power menu...
  6. Endercraft

    Randomly click everywhere

    Hey everyone, Just a fun little macro I made because I was bored. For me the first thing it did was clear my cache ? Then it killed itself, tried to add Reddit as contact and just self deleted... Pretty fun I'd say (just make sure not to leave it unattended ! else it will do some funny stuff..)...
  7. Endercraft

    Escape \n

    Hi, Is it possible to make something like \\n to escape \n ? Everytime I try using it it just gets turned into a newline. It would be great to also have this for every magic text.
  8. Endercraft

    No regex for text manipulation

    Is it possible to add the "Plain text (no regex)" option for each text manipulation currently using regex ?
  9. Endercraft

    MIUI 14 "MacroDroid isn't responding" loop

    So I had my phone update to MIUI 14 overnight and now when MacroDroid isn't responding it just spams the with this dialog again and again until I press OK to stop the app. Reboot did nothing. Tried reinstalling the app (and keeping the data because I'm not going to get myself into the trouble of...
  10. Endercraft

    URL encode parameters in HTTP Requests

    Just like the Open website (or HTTP Get option) has, add an option to URL encode parameters. That way I can't easily send JSON data without having to convert to other characters (so special characters work when sending screen contents for example).
  11. Endercraft

    Support for "notifications in notifications"

    I'm not sure what the exact name is, but just like MacroDroid already does that for the persistent notification and missing permission notifications add support to do that using the show notification action.
  12. Endercraft

    Don't read screen contents in MacroDroid

    Please add an option in the settings to stop reading screen contents while MacroDroid is opened. It can cause serious lag when editing long macros/action blocks (and anything with a lot of text) and unintentional screen content triggers. Currently the only way to bypass this easily is to...
  13. Endercraft

    Use variables for force value option in set brightness action

    It is possible to use variables with the normal brightness slider. However because my device requires me to use the force value option I can't do so. Could this be added ?
  14. Endercraft

    Get decimal free storage left

    Is it possible to instead of getting the [storage_external/internal_free] as an integer (returns for example 30GB) to get it as decimal - so it may return for example 30.53GB ? Other apps can do so.
  15. Endercraft

    Reduce link from forum

    This macro identifies the type of link you want to reduce and remakes the link with only the necessary information. Use of alternative domains is possible (see thread : 'Is this normal ?'). The shortest I managed to make with it is : 64.225.60.24/?posts/1 It works perfectly fine too. Please...
  16. Endercraft

    Use bold/italic with selection dialog when using dictionary/array entries

    For example if you want to apply bold to every choice but your choice come from a dictionary/array, there is no option to do so. This is only available in define choices manually.
  17. Endercraft

    Disconnect from network option

    Before I could do that by using the connect to network option and connecting to an unavailable network but now the Xiaomi helper returns 'could not find SSID : [the ssid here]'.
  18. Endercraft

    Use literal text instead of magic text

    For example, imagine you want to check if a magic text for a sub dictionary is correct. You may want to check for example if the returned text is for exemple "[0] : string" and not "[lv=dictionary[vars]]". If I want to check that I can try to see if it matches "[lv=dictionary[vars]]" but in this...
  19. Endercraft

    Select multiple macros for action

    I noticed this while I was cleaning up all my macros, but you can't select some macros in particular. You need to long press each macro, and do your action. Could it be possible to add some sort of multi selection feature ?
  20. Endercraft

    Add macros corrupted dialog

    Add a dialog saying something like "Whoops, your macros are gone" when importing the macros.json and macros.json.backup file fails (so you know it's gone).
Top