Fork of NeoTerm source code with our own modifications
Go to file
Jack Palevich 38546fb9b8 Use our own stripped-down version of Patterns.java
Because Patterns.java is an API level 8 API.
2014-05-18 12:19:09 -07:00
artwork Updated Launcher icons 2013-11-17 11:13:30 -08:00
docs Add note to update index.html 2013-11-17 12:20:48 -08:00
examples Fix eclipse warnings. 2014-03-29 15:20:05 -07:00
jni Revert "Close all unneeded file descriptors before exec." 2014-03-02 06:27:17 -08:00
libraries/emulatorview Use our own stripped-down version of Patterns.java 2014-05-18 12:19:09 -07:00
res Shortcuts: recyclable views. 2014-05-15 09:03:10 -07:00
src/jackpal/androidterm Shortcuts: Recyclable view -- fixed titleView.. 2014-05-16 07:53:37 -07:00
tests Fix eclipse warnings. 2014-03-29 15:20:05 -07:00
tools Check if keystore exists. 2014-02-23 18:44:26 -08:00
.gitattributes Add a .gitattributes file 2014-01-25 08:25:32 -08:00
.gitignore Remove developer-specific entries from .gitignore 2014-05-18 12:18:01 -07:00
Android.mk Bump shared library ABI 2012-04-30 18:44:22 -07:00
AndroidManifest.xml String export. 2014-05-12 08:57:44 -07:00
ant.properties Update project organization for SDK version 14 2011-10-21 19:37:20 -07:00
lint.xml Shortcuts: recyclable views. 2014-05-15 09:03:10 -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 Minor tweaks 2014-05-18 10:18:16 -07:00

#Android Terminal Emulator

Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell. It 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 Open Source Project. (Which I also wrote. :-) )

Download the Android Terminal Emulator from Google Play

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