Fork of NeoTerm source code with our own modifications
Go to file
jmingov e7a4bff9b9 More "Fixes" Read commit
Added a promt (POC) to select shell.

    All new intents are working fine so far.

    We have our own permissions for Kali Nethunter.

    The app now use to open the correct window.

    Any other app developer can send commands to kali if the app uses this new perms. (ill document something)

    The terminal still have tons of little bugs.

     Note:

     This is a testing repo.
2015-11-20 04:29:52 +01:00
.idea Kali Nethunter addtions 2015-11-19 19:04:26 +01:00
artwork Update launcher icons. 2015-03-25 18:30:40 -07:00
docs Update release checklist. 2015-03-28 10:04:22 -07:00
emulatorview Kali Nethunter addtions 2015-11-19 19:04:26 +01:00
gradle/wrapper Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
libtermexec Kali Nethunter addtions 2015-11-19 19:04:26 +01:00
samples Kali Nethunter addtions 2015-11-19 19:04:26 +01:00
term More "Fixes" Read commit 2015-11-20 04:29:52 +01:00
tests Add test of combining characters at the end of a line 2014-06-08 14:50:28 -07:00
tools Install current sdk packages when installing on CLI 2015-04-04 10:34:54 +02:00
.gitattributes Add a .gitattributes file 2014-01-25 08:25:32 -08:00
.gitignore Ignore .iml files 2015-03-22 08:50:49 -07:00
build.gradle Use android-sdk-manager plugin to automate downloading Android SDK components. 2015-04-04 22:08:20 +10:00
gradlew Convert to Android Studio 1.0 2014-12-14 08:58:08 -08:00
gradlew.bat Convert to Android Studio 1.0 2014-12-14 08:58:08 -08: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 Update README.md 2015-04-15 07:55:49 -07:00
settings.gradle Move reusable application launching routines to separate library. Export AIDL interface 2015-03-16 08:29:41 +10:00

#Terminal Emulator for Android

Note: Terminal Emulator for Android development is complete. I am not accepting pull requests any more.

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 name. (The change was made at the request of the Android trademark owner.)

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

See Building for build instructions.

Got questions? Please check out the FAQ and/or the Google+ Android Terminal Emulator Community before emailing or adding an issue. Thanks!

Please see the Recent Updates page for recent updates.