Fork of NeoTerm source code with our own modifications
Go to file
2010-09-12 09:41:10 -07:00
docs Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
jni Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
res Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
src/jackpal/androidterm IME arrow key support 2010-09-05 10:53:06 -04:00
.gitignore Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
AndroidManifest.xml Bump version number. 2010-09-12 09:41:10 -07:00
default.properties Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
MODULE_LICENSE_APACHE2 Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
NOTICE Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
README.md Moved updates to a new page. 2010-09-04 08:19:17 -07:00
README.txt Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -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.

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.

Got questions? Please check out the FAQ before emailing or adding an issue. Thanks!

Please see the Recent Updates page for recent updates.