Fork of NeoTerm source code with our own modifications
Go to file
Jack Palevich d9bee605da New launcher icon
Designed by Nathanel Titane, nathanel.titane@gmail.com, TNDesigns

Thanks Nathanel!

Benefits of the new design:

+ Looks better, more like a real terminal.
+ White-text-on-black-background reflects current default text colors.
+ Cute Droid-bug reflection in CRT glass.
2013-01-26 10:01:01 -08:00
artwork New launcher icon 2013-01-26 10:01:01 -08:00
docs New launcher icon 2013-01-26 10:01:01 -08:00
examples Make sure Android SDK 11 is installed and updated. 2012-12-02 14:01:30 -08:00
jni Add MIPS support. (Untested). 2012-05-06 10:55:14 -07:00
libraries/emulatorview Implement cursor feedback for toggle keys. 2013-01-21 17:22:39 -08:00
res New launcher icon 2013-01-26 10:01:01 -08:00
src/jackpal/androidterm Function keys now match TERM type. 2013-01-13 11:44:51 -08:00
tests Implement show/hide cursor (DECTCEM) 2012-12-31 11:00:39 -08:00
tools Function keys now match TERM type. 2013-01-13 11:44:51 -08:00
.gitignore Don't check in the build.xml files. 2012-09-22 14:44:57 -07:00
Android.mk Bump shared library ABI 2012-04-30 18:44:22 -07:00
AndroidManifest.xml Update manifest to version 1.0.51 2013-01-19 11:12:28 -08:00
ant.properties 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 Update Market link to point to Google Play (the new name of Android Market.) 2012-12-26 09:27:20 -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.

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