Search results

  1. webalchemist

    Command works in termux but not in macrodroid shell

    i tried using the termux tasker plugin but have no idea how to configure it
  2. webalchemist

    Command works in termux but not in macrodroid shell

    So i was able to install sqlite in termux and verify its working... However when i used shell im MD it says sqlite not installed... So either MD is using some other shell app, because shell worked even without termux installed, or maybe when i logged on via termux it did the sqlite install...
  3. webalchemist

    Command works in termux but not in macrodroid shell

    Inwas able to make a sqlite database in termux, now just trying figure out how in macrodroid
  4. webalchemist

    Command works in termux but not in macrodroid shell

    Me too! I found the first time i had selected the wrong plugin at fdroid. I had first installed termux tasker, not termux. Now sqlite is installed so i need to test it out!
  5. webalchemist

    Command works in termux but not in macrodroid shell

    I deleted my termux from google store and installed the F-droid version of termux. I tried to open termux to run the database install : pkg install sqlite Howerver Termux displayed a screen that seems to say its meant to run only as a tasker helper, not directly. So it seems I need to...
  6. webalchemist

    Command works in termux but not in macrodroid shell

    Thank you so much for all this detailed explanation!! You are amazing! I'm looking forward to trying it out very soon. Database integration with MD is opens up so much possibility!!
  7. webalchemist

    Command works in termux but not in macrodroid shell

    Greenteafox!! Im still very interested!! Any additional or more detailed steps you can post would be VERY MUCH APPRECIATED!!
  8. webalchemist

    Hotword : heres how i made it work

    Can you please upload your macro? Ill test it on my device using jarvis hotword
  9. webalchemist

    Hotword : heres how i made it work

    Ok in tasker I created a task to broadcast the intent. I pasted com.arlosoft.macrodroid into package and then set action to hotword. I then went to macrodroid with a new macro I set trigger to intent with action of hotword. I clicked play on my task in tasker to test it out but nothing...
  10. webalchemist

    Hotword : heres how i made it work

    It sounds like you are saying that I program tasker to broadcast an intent and then listen for the intent at macrodroid? Basically like I did with notifications but cleaner? I was imagining that the intents were already generated and we just hook Into them. Is there anywhere I can learn the...
  11. webalchemist

    Hotword : heres how i made it work

    Yes I am, I've tried it many times and even though hotword is digging like wedding church bells, macrodroid is unaware of hotoword events. When was the last time you confirmed it's working?
  12. webalchemist

    Hotword : heres how i made it work

    How do I know what intent to search for? Is there some way I can see what intents are happening or available? I know I tried intents before and could not figure it out. Any tips are appreciated
  13. 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...
  14. webalchemist

    Tasker plugins doesn't seem to work on MacroDroid.

    Excellent post, thank you for this
  15. webalchemist

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

    Second comment here... I looked up my phone: The Galaxy S20 FE is the perfect device for fluid scrolling or watching a video, thanks to its 6.5-inch[6] Infinity-O Super AMOLED screen with a super smooth 120Hz refresh rate. Sounds like I've got OLED so maybe dark screen can save some power?
  16. webalchemist

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

    What an insightful response! Thanks so much for this! I had no idea! I want to keep my approaches widely adoptable so one of the tech requirements of my solutions is to do it without root. So I guess I'll see if my phone screen is OLED and start testing out how long is my battery life with...
  17. webalchemist

    Hotword dings but not trigger my macro

    Can anyone else confirm if it's still working? I get the ding but macrodroid has no idea the event happened.
  18. 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?
  19. webalchemist

    Set a delay between macros

    I have achieved something similar using a boolean value ... On trigger for my first action I set a boolean like: Cool_Macro_initiated = true Then at the end Set the last action to update the boolean to: false. Now If you include Cool_macro_initiated =false As a constraint then you will...
  20. webalchemist

    Stop macro after trigger once

    I could be wrong but from what I understand if you want macrodroid to do something with your apps that the screen has to be unlocked / open. My MacrdDroid will execute some native stuff like speak some text but I think if you are having it do some external feature or work with another app to...
Top