Recent content by aitn

  1. A

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

    What happens when you do the share text action? Will it actually send the question to ChatGPT, open ChatGPT app and ChatGPT responding to it inside the app? In what version of Macrodroid is this action available?
  2. A

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

    Hello, If I have Android 11 with both Macrodroid and ChatGPT apps installed and I want to query ChatGPT app without actually opening the app, can I create a macro that asks for a text input, send it to the app and have the macro show me a message box with the response? Basically something like...
  3. A

    Notification Interaction - Click action number 2 Cannot invoke action 2 notification has no actions java.lang.ArraylndexOutOfBoundsException

    Hello @Dimlos @Endercraft @Jacob L et al, I'm starting to experience this issue with another app that used to work with Notification Interaction (Click action number 2) but after the last app update it stopped working. The behavior appears to be the same, the condition is met, but the execution...
  4. A

    Save HTTP return code in integer variable - Asking me to Add Array Index or Define Manually?

    Oh ok, I had to configure a local variable for this trigger of integer type and then it selects it right away when I check the checkbox. Thanks.
  5. A

    Save HTTP return code in integer variable - Asking me to Add Array Index or Define Manually?

    Hi I don't think so, this one talks about using MD webhooks. I also looked in this one: https://macrodroidforum.com/wiki/index.php/Action:_HTTP_Request And still couldn't find an answer.
  6. A

    Save HTTP return code in integer variable - Asking me to Add Array Index or Define Manually?

    Hello @Dimlos @Endercraft @Jacob L et al, I have an HTTP Request that I would like to check the return code in case it wasn't return code 200 which means it wasn't successful. When I check the "Save HTTP return code in integer variable" checkbox it's asking me to Add Array Index or Define...
  7. A

    Is it possible to do a soft reset (user space?) to MacroDroid or clean phone memory/processor without actually restarting it?

    Thanks. Not sure I understand what do you mean “this is very useful because at the smart time I use it daily” - What smart time? What do you need to use it daily and why you need to crash MD? What’s the purpose of all of this?
  8. A

    Is it possible to do a soft reset (user space?) to MacroDroid or clean phone memory/processor without actually restarting it?

    My device is Motorola, do I need to disable admin access for Macrodroid to force stop or not? "if you configure it to restart all of the missing services like accessibility" - What do you mean by that? How can I check that?
  9. A

    Easily Restart MacroDroid

    Hi are you able to provide a video for how you're currently restarting MacroDroid?
  10. A

    Is it possible to do a soft reset (user space?) to MacroDroid or clean phone memory/processor without actually restarting it?

    What happens after you force stop? What's the next thing I need to do? Or will Macrodroid just start by itself again? I found this thread: https://www.macrodroidforum.com/index.php?threads/easily-restart-macrodroid.5408/ and the poster there mentions many more steps: " How I currently restart...
  11. A

    Is it possible to do a soft reset (user space?) to MacroDroid or clean phone memory/processor without actually restarting it?

    Hello, I got the following phone Moto G Pure 2021. It has an Android 11 installed. After few days of working, the phone seems to get a little slow, some apps are slow to respond and/or specifically the Macrodroid would show this message randomly when something invokes it "MacroDroid isn't...
  12. A

    How can I use Macrodroid to connect to remote SSH and execute commands?

    Thank you but the bash script has to run on the ssh server specifically on the machine it lives own. It’s not just running a bash script on Windows, plus turning on WSL feature slows down my Windows.
  13. A

    How can I use Macrodroid to connect to remote SSH and execute commands?

    Yes, I think I'm good now, but still making some small improvements to it. Thank you.
  14. A

    How can I use Macrodroid to connect to remote SSH and execute commands?

    I figured it out, it's as simple as: Scripting SSH commands Instead of opening an SSH terminal, sometimes it is desirable to simply execute a single command on a remote Linux computer from a Windows computer (EG from a script on the Window computer which performs other commands). This can be...
  15. A

    How can I use Macrodroid to connect to remote SSH and execute commands?

    I have a bash script on my SSH server that I need to run
Top