Fork of NeoTerm source code with our own modifications
Go to file
Steve Kondik 7d0de89f0e term: Change package name to jackpal.androidterm2
Since we're not signed with the same key as Jack's Market version,
rename the packages to jackpal.androidterm2 so there's no conflict.

Change-Id: Iaeef843ab861f5b16fdb5a9db52e61d1709adab6
2010-11-29 16:43:39 -05:00
docs Adobe Photoshop file for high-resolution icon for Android Market. 2010-11-22 06:48:08 -08:00
jni term: Change package name to jackpal.androidterm2 2010-11-29 16:43:39 -05:00
res term: Change package name to jackpal.androidterm2 2010-11-29 16:43:39 -05:00
src/jackpal/androidterm term: Change package name to jackpal.androidterm2 2010-11-29 16:43:39 -05:00
.gitignore Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00
Android.mk term: Change package name to jackpal.androidterm2 2010-11-29 16:43:39 -05:00
AndroidManifest.xml term: Change package name to jackpal.androidterm2 2010-11-29 16:43:39 -05:00
default.properties Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -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
README.md Moved updates to a new page. 2010-09-04 08:19:17 -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. 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.

Although this program does not include a built-in ssh client, it can be used with command-line-based ssh tools such as dropbear.

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

Please see the Recent Updates page for recent updates.