-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
launcher mode support? #206
Comments
As a T-UI user myself, I've been mulling over this idea for a while. Turning Termux into a launcher, it turns out, is just a matter of adding a line to the manifest:
So the actual work would be the "activity launching" stuff. Evidently, we can launch activities without root by passing the
This works pretty well, and In theory we should be able to filter through the list of activities with
However, I'm only able to successfully do that via adb. From Termux, it's failing with Anyway, we could probably make all this usable with a shell script or two and some bash completion functions. |
@xelxebar hi, and thanks for trying this out
i set my selinux to permissive and it works 😄 need to figure out a way to fix this 🤞 |
@xelxebar i modified termux to handle a "apps-cache" intent[0] which lists all apps into
coupled with a bash script[1], i can now launch apps :) [0] thewisenerd@b877a81 |
@thewisenerd This is an excellent solution :) Thanks! |
I am trying to create a run prompt for my device using termux, termux widget and or possibly automate... I am relitively new to "programming/scripting..", and still trying to get a feel for it all. I was wondering if the first file is a modified version of termux apk or a patch? Any resources i could read to helpme impliment it? or any further explaination on how these programs work. I do understand using the am command and can launch apps from termux... its just the rest, you know the hard stuff i need to figure out or just decipher from whats already been done thank you. |
Without hacking termux apps , just calling termux activity |
Hi man l am looking for a way to launch an app with termux and I'm a beginner. I think your script mentioned in this can help me with that. But I'm confused. So could you please tell me how to use it ? Thanks in advance |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Technically it is possible to add |
is it possible to have termux as a "launcher" screen?
this angle has been looked at by TUI-ConsoleLauncher ( https://github.com/Andre1299/TUI-ConsoleLauncher ), and I'd think that it would be nice to have an "optional" launcher mode.
a couple of user scripts using the Termux:API add-on and auto complete (volup + T) will make a good launcher.
as for the "launching" apps part, can be either done as a addon extension to Termux:API or cough su am start com.package/.Activity cough some userscripts.
The text was updated successfully, but these errors were encountered: