Fork of NeoTerm source code with our own modifications
Go to file
2014-09-25 12:35:13 -07:00
artwork Change name of program to "Terminal Emulator for Android" 2014-09-25 12:27:42 -07:00
docs Update application name in docs and strings. 2014-09-25 12:35:13 -07:00
examples Update application name in docs and strings. 2014-09-25 12:35:13 -07:00
jni Revert "Close all unneeded file descriptors before exec." 2014-03-02 06:27:17 -08:00
libraries/emulatorview EmulatorView: don't crash when link ends on the last column in a line 2014-06-14 23:26:42 -07:00
res Update application name in docs and strings. 2014-09-25 12:35:13 -07:00
src/jackpal/androidterm Fix Perms && Make JNI manditory module for AndroidTerm 2014-08-29 12:20:53 -04:00
tests Add test of combining characters at the end of a line 2014-06-08 14:50:28 -07:00
tools Update application name in docs and strings. 2014-09-25 12:35:13 -07:00
.gitattributes Add a .gitattributes file 2014-01-25 08:25:32 -08:00
.gitignore Translucent back and Halo dialogs. 2014-05-29 08:19:55 -07:00
Android.mk Fix Perms && Make JNI manditory module for AndroidTerm 2014-08-29 12:20:53 -04:00
AndroidManifest.xml Change FSNavigator name 2014-06-21 12:02:49 +02: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 Update application name in docs and strings. 2014-09-25 12:35:13 -07:00

#Terminal Emulator for Android

Terminal Emulator for Android 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 application was previously named "Android Terminal Emulator". Same great application, just with a new human-readable name.

This code is based on the "Term" application which is included in the Android Open Source Project. (Which I also wrote. :-) )

Download the Terminal Emulator for Android from Google Play

If you are unable to use the Play Store, you can also download from GitHub

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

Please see the Recent Updates page for recent updates.

Notice: Terminal Emulator for Android development is complete. I am still accepting new language translations and bug fixes, but I am not accepting new features. See [Wrapping up Development on Terminal Emulator for Android] (https://github.com/jackpal/Android-Terminal-Emulator/wiki/Wrapping-up-Development-on-Android-Terminal-Emulator) for details of the wrapping-up process.