termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.28k stars 3.32k forks source link

Termux intent #3920

Closed appt2 closed 4 weeks ago

appt2 commented 4 weeks ago

Feature description

Hello, how can I send data to Termux through intent and execute it?

Additional information

.

twaik commented 4 weeks ago

https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent

appt2 commented 4 weeks ago

https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent

tnks

appt2 commented 4 weeks ago

@twaik Hello, I am progressing step by step, but I need to send a command from my program to Thermox, only Thermox opens, the command is not executed in the terminal, I used the sample code, do you have a solution?