Fork of NeoTerm source code with our own modifications
Go to file
2011-06-25 19:50:56 +08:00
docs Add support for Android 1.5 2011-04-10 15:24:05 -07:00
jni Use a global reference to hold onto a class object between JNI calls. 2011-05-25 06:49:02 +08:00
res Update Italian localization 2011-06-25 19:35:39 +08:00
src/jackpal/androidterm Enable an initial command string to be passed as part of the intent. 2011-06-25 19:45:32 +08:00
tools Rename the rt tool to pushAndRun 2011-06-18 21:19:50 +08:00
.gitignore Ignore a png file that's a documentation build artifact. 2011-01-08 17:08:41 -08:00
Android.mk Change shared library name (again) to make sure our copy takes precedence on CyanogenMod 2011-05-24 19:44:03 +08:00
AndroidManifest.xml Increment version number. 2011-06-18 21:19:51 +08:00
build.properties Add support for Android 1.5 2011-04-10 15:24:05 -07:00
build.xml Housekeeping odds-and-ends. 2011-04-25 10:13:02 -07:00
default.properties Add support for Android 1.5 2011-04-10 15:24:05 -07:00
local.properties Update local properties for building on a new machine. 2011-05-24 20:15:51 +08: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.cfg Add support for Android 1.5 2011-04-10 15:24:05 -07:00
README.md Add link to Downloads page to README file. 2011-06-25 19:50:56 +08: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.

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