android_terminal/README.md

12 lines
978 B
Markdown
Raw Normal View History

2010-09-04 08:07:20 -07:00
#Android Terminal Emulator
Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell. Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.
2010-09-04 06:50:53 -07:00
This code is based on the "Term" application which is included in the Android source code release. It's provided as a separate project for the convenience of developers who do not want to deal with installing and building the whole Android source tree.
Although this program does not include a built-in ssh client, it can be used with command-line-based ssh tools such as dropbear.
2010-09-04 08:07:20 -07:00
Got questions? Please check out the [FAQ](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Frequently-Asked-Questions) before emailing or adding an issue. Thanks!
2010-09-04 08:19:17 -07:00
Please see the [Recent Updates](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates)
page for recent updates.