OSDN Git Service

Implement a "None" setting for control and function keys.
[android-x86/packages-apps-AndroidTerm.git] / README.txt
1 This is an Android Terminal emulator. It enables you to access your Android
2 device's built-in command-line shell.
3
4 This terminal emulator emulates Digital Equipment Corporation VT-100 terminal
5 escape codes. It is designed to be used with command-line programs and
6 curses-based applications like vi, emacs, nethack, and dropbear ssh.
7
8 Features:
9
10 + Connects to your Android device's built-in command-line shell.
11 + Comprehensive VT100 terminal emulation.
12 + Supports a range of font sizes
13 + Supports several choices of text and background color.
14 + 1000-line transcript buffer.
15 + Can send transcript as an email message.
16
17 FAQ:
18
19 + What can I do with this?
20
21 A you can run and control command-line applications on your Android device.
22
23 + Why would I want to do that?
24
25 For fun! There are a wealth of Linux utility programs that can be made to work
26 on Android, and this terminal emulator provides a good way of interacting with
27 them.
28
29 + Does this application give me "root" access?
30
31 No, it doesn't. It runs as an ordinary application, with no special access
32 rights.
33
34 + How can I build this?
35 Build instructions can be found in the docs directory.