-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Termux app for Android < 5 without packages #629
Comments
This comment was marked as spam.
This comment was marked as spam.
My post is not about Termux packages for old devices. I just is asking to port the Termux emulator for them. As I understand the main reason why Termux is not running on Android 4.4 and earlier, is incompatible /system/bin/linker, so the port of the emulator only is generally possible. I know how to get binaries for these platforms. Also I know about Terminal Emulator, and I have used it (as well as ConnectBot too). But I like Termux emulator much more. Only Termux sends touches on the screen as mouse events for ncurses/slang. On big screens Midnight Commander in such console becomes very powerfull, fast and convenient in comparison with existsting Android file managers. Again, I am asking the terminal emulator for Android < 5, but not the binaries. |
This comment was marked as spam.
This comment was marked as spam.
Some binaries are portable across UNIX Systems by nature. Such as BusyBox, Toy box, and many packaged as tar.gz .... What about creating a fake root system yourself using a shell script, with essential libraries & then implementing dpkg? Or if you want to install some specific package, you may check out Debian Noroot on Google Play. Seems like there is a similar app on F-droid too.. |
Indeed I think it would be useful to have Termux app (with no packages, maybe with Termux:Styling, Termux:Float etc) for Android < 5 even though there's plenty of terminal emulators for Android, because Termux has very useful unique features (sane copy/paste, |
This comment was marked as spam.
This comment was marked as spam.
Closing as no work for Android <7.0 is going to be done. |
Could you please port the Termux terminal emulator app for Android < 5 with /system/bin/sh as default shell (or different shell as an option).
I want to have the Termux app with its great touch support for midnight commander compiled by myself (people can use mc from Entware, Linux distributions, etc).
I tried to port the Termux app by myself cloning the project and simply setting minSdk=17, but the Android Studio's code inspector found a lot of classes and methods not supported for SDK < 21.
Yes, this would be great!
The text was updated successfully, but these errors were encountered: