Fork of NeoTerm source code with our own modifications
Go to file
binkybear 5af38a650f Busybox resize command
We can force the terminal to run busybox resize.  I think this will reduce errors such as:
```
root@bacon:/ # 1;148R
```
because the app is running vice the bootkali script, which is where most of the errors seem to be coming form.

This requires busybox to be in the path…however if the user doesn’t have busybox then they can’t chroot anyways.

Signed-off-by: binkybear <binkybear@nethunter.com>
2016-10-07 18:40:52 -05:00
.idea Replace homescreen icon icon 2016-10-07 16:21:12 -05: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 Android lint cleanup 2016-09-27 17:45:11 -05:00
gradle/wrapper Update gradle 2016-09-13 19:31:56 -05:00
libtermexec Android lint cleanup 2016-09-27 17:45:11 -05:00
samples Android lint cleanup 2016-09-27 17:45:11 -05:00
term Busybox resize command 2016-10-07 18:40:52 -05: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 Replace homescreen icon icon 2016-10-07 16:21:12 -05:00
build.gradle Two rows function bar, update gradle 2016-10-06 20:57:58 -05: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-11-22 00:10:21 +01:00
settings.gradle Move reusable application launching routines to separate library. Export AIDL interface 2015-03-16 08:29:41 +10:00

#NetHunter Terminal Emulator

This is a new fork of the Android Terminal Emulator so we can adapt it to our neeeds for Kali Linux Nethunter.

Dependencies running the terminal:

Nedds a full instalation (included the chroot install) of Kali Nethunter

Buiding from sources:

(Todo) see: https://github.com/jmingov/NetHunter-Terminal-Emulator/blob/master/docs/Building.md

Since the original proyect is "ended" we left here the credits an licenses:

Original author: https://github.com/jackpal

Original proyect: https://github.com/jackpal/Android-Terminal-Emulator

License: The same as the original proyect. (Thouse files are included in this proyect too.)