Fork of NeoTerm source code with our own modifications
Go to file
Steven Luo fd79e60373 Add native code implementation of File.canExecute() for API < 9
file.canExecute() is equivalent to access(file.getAbsolutePath(), X_OK),
so add native code to do just that to implement canExecute() for older
devices.
2012-04-30 18:44:21 -07:00
docs Update documentation checklist. 2011-10-24 09:41:58 -07:00
examples/intents Add example showing how to use intents to open ATE 2012-04-28 13:22:07 -07:00
jni Add native code implementation of File.canExecute() for API < 9 2012-04-30 18:44:21 -07:00
res Merge pull request #93 from gLes/master 2012-04-22 11:39:23 -07:00
src/jackpal/androidterm Add native code implementation of File.canExecute() for API < 9 2012-04-30 18:44:21 -07:00
tools Update build script for NDK version 7b 2012-03-25 18:14:12 -07:00
.gitignore Ignore local.properties 2011-08-27 11:38:01 -07:00
Android.mk Make Exec.createSubprocess() handle environment variables and unlimited args 2011-11-20 21:05:55 -08:00
AndroidManifest.xml Added READ_LOGS permission(Issue #99). Fixes Issue #99 2012-04-28 19:23:46 +02:00
ant.properties Update project organization for SDK version 14 2011-10-21 19:37:20 -07:00
build.xml 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 Make the project build with and target API 11 2012-01-16 07:47:44 -08:00
README.md Add link to Android Market. 2011-10-22 05:57:23 -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.

Download the Android Terminal Emulator from Android Market

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