How to use only shell to execute few commands #3555
Replies: 2 comments 1 reply
-
Random code snippets are mostly useless to understand what you have done, termux is quite complex and requires activity and service and other stuff to function properly. You have also not posted any errors for failures, we can't guess what's is wrong. You also need to compile all the packages yourself for your app package. I suggest you read https://github.com/termux/termux-app#forking There are also There are no examples for extracting a terminal out of termux currently. What parts of termux you will require really depends on what functionalities you want your terminal to support, like extra keys, multiple sessions, theming. From termux-app app module you mainly need parts of https://github.com/termux/termux-app/tree/master/app/src/main/java/com/termux/app/terminal |
Beta Was this translation helpful? Give feedback.
-
Is AppShell a standalone piece of termux, or part of something else (LS Central has an AppShell on Google Play)? |
Beta Was this translation helpful? Give feedback.
-
Hey i would like to create a app with small features of termux only with the environment and need to install few packages like python, nodejs etc but dont need any designer and other functionalities of the termux
i was confused where to start and how to proceed
can any one help me to to achieve it please
i have gone through termux wiki also and tried some part of it
as of my observations the environment is created in my app but i cannot install a new package and i am not sure about the procedure i followed i can provide my code
all the code is error free and app builded successfully
Beta Was this translation helpful? Give feedback.
All reactions