Search results

  1. webalchemist

    Hotword : heres how i made it work

    It looks like hotword should work with macrodroid, but macrodroid never receives the hotword events. However hotword works great with tasker. So to make hotword work with macrodroid, I stepped it through tasker: 1. Make a task in tasker to create a notification announcing my hotword. 2...
  2. webalchemist

    What methods are people using to keep screen alive without killing battery

    I thought about displaying a gif of sparse star field and then using a ui interaction to touch the screen every 30 seconds. Any other ideas?
  3. webalchemist

    Pull lines of text from file by line number

    A user asked for help in another section of the forum and so I created this macro for them... It contains their original approach, which I disabled and then put my actions at the top. I have included a text file and then random generate a number and pull the text by line number. This is a...
  4. webalchemist

    Split to array no longer working properly

    I'm wondering if something in today's update broke this split to array function. I created a macro here which should be splitting on the word cow, but as you can see if you run it and check the variables that it's splitting in places that don't contain "cow" Just run it and check the xml...
  5. webalchemist

    Hotword dings but not trigger my macro

    Hi everyone... I got the hotword plugin installed,created my word, installed my word, added the trigger to my macro . When I say my word, hotword dings confirming hotword detected but my macro doesn't trigger. Any ideas how I can resolve it? When I read the developer notes it says that...
  6. webalchemist

    How to donate more than $10?

    Hello! I'm so appreciative of your efforts that I'd like to contribute more than $10. Jacob had told me before how to do it, but I can't seem to find that info. Can you please let me know again so I can send over some $$ Thank you!!
  7. webalchemist

    Any chance for adding category filter on variables?

    Hey I'm developing some pretty awesome functions and starting to get overwhelmed with amount of variables. Any chance we can tag and filter variables by category like you have on macros? Thank you for this amazing app!
  8. webalchemist

    Non-rooted data work around xml files vs database access

    Hello macrodroid people! I've been working on extending macrodroid to allow me to program functionality by voice using a dynamic content engine that I've created. Since I've hit so many roadblocks trying to get sql working, I created a work around using xml files. Obviously it's slower and...
  9. webalchemist

    Read file with dynamic name fails with error

    First I'd like to say thank you to all who have put in so much to make macrodroid pretty amazing!! Im inches away from completing my voice activated dynamic content engine. Ive got nearly all of it working except this... When I call my file with a static name it works like a dream! But when...
  10. webalchemist

    Command works in termux but not in macrodroid shell

    I went into termux and installed sqlite and verified sqlite is working once I installed the package. So long as I'm in termux it works great. If I use the same sqlite3 command in macrodroid shell I get : not found or inaccessible Any other approach to use database in macrodroid is welcome.
  11. webalchemist

    Specify definition to iterate dynamically

    $thisvariable[home depot] In addition to select option we need Specify: $thisvariable[{magicvariable}][{other}] ETC Any help on this much appreciated. It works like this elsewhere, I think under set variable
  12. webalchemist

    Paid plugin: speech to text

    I was really enjoying using macrodroid to power my artificial intelligence project but then background clipboard monitoring has now been blocked. What do I need to know in order to hire someone to create a plugin that allows macrodroid to listen to my voice? I'm happy to pay money to...
  13. webalchemist

    timer trigger not working when macrodroid not in foreground aka clipboard monitor work around

    Hello! My automation relied heavily on the clipboard update monitor, which is no longer available. :.( My solution, run a timer to run my macro once per second. - copy clipboard contents to macrovariable clipboardcurrent - compare to macrovariable clipboardlast if not equal then update...
  14. webalchemist

    DB integration: get rows where column contains "mysearchstring" and load results into variable for maniupulation

    I have seen some tasker plugins for two different databases, but it seems they only offer insert or update one row, not any options for get row results based on search. Any ideas here on how to get results? I think I might have to create my own API on my website and have my website return...
  15. webalchemist

    specifications on Variable Length

    Hi I'm wondering what's the allowable string length on variables. I'm considering importing XML files or JSON Arrays Trying to figure out what's possible here.
  16. webalchemist

    Reading files via shell without root

    I Had thought I had a method in my old phone using shell to import files to variables in macrodroid. However, now, in my new phone when I go to shell it says root required. Was this recently changed? Is there some other method I can use to retrieve / import file contents to macrodroid?
  17. webalchemist

    Macrodroid based Artificial Intelligence

    I've been developing artificial intelligence modules and also exploring all the options of what's possible. I developed a system of having personality types that can be "embodied" by the onboard AI during the appropriate user context. I developed the system to maximize integration of google...
  18. webalchemist

    How much data can a string variable hold?

    I'm using macrodroid to create an emotionally adaptive Artificial Intelligence. Currently in my process i'm loading an AI personality template which includes some settings and scripted conversation elements. I don't want to crash macrodroid and also I want to make sure my imported files...
Top