Fork of NeoTerm source code with our own modifications
Go to file
2012-09-02 16:00:28 -07:00
docs Generate application icon from Market icon. 2012-07-14 21:11:51 -07:00
examples Update intent sample to demonstrate reuse of existing windows 2012-05-14 23:13:21 -07:00
jni Add MIPS support. (Untested). 2012-05-06 10:55:14 -07:00
libraries/emulatorview TerminalEmulator: cursor placement fixes during screen resize 2012-05-14 23:09:48 -07:00
res Generate application icon from Market icon. 2012-07-14 21:11:51 -07:00
src/jackpal/androidterm Add a holo-themed text color. 2012-05-27 07:17:07 +08:00
tests Test file for 256-color escape sequences. 2012-09-02 16:00:28 -07:00
tools Use ANDROID_SDK_ROOT and ANDROID_NDK_ROOT environment variables 2012-09-02 15:59:47 -07:00
.gitignore Add newline at eof. 2012-09-02 15:58:51 -07:00
Android.mk Bump shared library ABI 2012-04-30 18:44:22 -07:00
AndroidManifest.xml Generate application icon from Market icon. 2012-07-14 21:11:51 -07:00
ant.properties Update project organization for SDK version 14 2011-10-21 19:37:20 -07:00
build.xml Update project organization for SDK version 14 2011-10-21 19:37:20 -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
proguard-project.txt Add proguard-project.txt file 2012-03-25 18:13:53 -07:00
proguard.cfg Update config file for latest Android SDK 2011-09-18 10:11:20 -07:00
project.properties Refactor session and widget code into separate library project 2012-05-06 14:58:05 -07:00
README.md Add link to Android Market. 2011-10-22 05:57:23 -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.

Download the Android Terminal Emulator from Android Market

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

Please see the Recent Updates page for recent updates.

Not on Market? Don't want to compile your own version? No problem. A fairly recent version of Android Terminal Emulator is here: Download Prebuilt version for side-loading