Termux: terminal emulator and Debian-style userland as an Android app
1–10 of 148 posts
Re: Termux: terminal emulator and Debian-style userland as an Android app
#2Re: Termux: terminal emulator and Debian-style userland as an Android app
#3Re: Termux: terminal emulator and Debian-style userland as an Android app
#4Re: Termux: terminal emulator and Debian-style userland as an Android app
#5Re: Termux: terminal emulator and Debian-style userland as an Android app
#6Check out their "ports tree" to see what packages are available: https://github.com/termux/termux-packages
Re: Termux: terminal emulator and Debian-style userland as an Android app
#7Been using this for quite a while now, awesome app. Solved all my needs for a decent SSH terminal, and even for running a pocket version of Emacs.
Re: Termux: terminal emulator and Debian-style userland as an Android app
#8Re: Termux: terminal emulator and Debian-style userland as an Android app
#9I tried this out a little while ago and I was really impressed. It's worth mentioning that this isn't just a Debian chroot/container, the software is actually compiled to run natively on the Android NDK. It seems like they work around any limitations of Bionic compared to glibc by patching NDK headers and using support libraries. Check out their "ports tree" to see what packages are available: https://github.com/term…
Re: Termux: terminal emulator and Debian-style userland as an Android app
#10Sometimes I forget that these devices are just little computers!
EDIT:
I tried to get pyserial working (so my phone could talk to an arduino mini over USB) but hit the issue of not being able to access /dev for lack of root. Still, it's very cool.