diff options
| author | Michael Albinus | 2017-03-10 16:13:39 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-03-10 16:13:39 +0100 |
| commit | 817c4d1a3055a12ab2f1a6a06479b5eb4d66286b (patch) | |
| tree | 31346babef3c733199e4800f2baed043a3f55d01 /doc | |
| parent | 7e434ed2ebc4f9fddd6f7d34e7a9907729fd3bcf (diff) | |
| download | emacs-817c4d1a3055a12ab2f1a6a06479b5eb4d66286b.tar.gz emacs-817c4d1a3055a12ab2f1a6a06479b5eb4d66286b.zip | |
* doc/misc/tramp.texi (Android shell setup): Require adb program
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index fab2b532d6e..dd52a87a1a2 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1891,9 +1891,10 @@ where @samp{192.168.0.1} is the remote host IP address | |||
| 1891 | @section Android shell setup hints | 1891 | @section Android shell setup hints |
| 1892 | @cindex android shell setup | 1892 | @cindex android shell setup |
| 1893 | 1893 | ||
| 1894 | @value{tramp} uses the @option{adb} method to access Android | 1894 | @value{tramp} uses the @option{adb} method to access Android devices. |
| 1895 | devices. Android devices provide a restricted shell access through an | 1895 | Android devices provide a restricted shell access through an USB |
| 1896 | USB connection. The local host must have the Android SDK installed. | 1896 | connection. The local host must have the @command{adb} program |
| 1897 | installed. | ||
| 1897 | 1898 | ||
| 1898 | Applications such as @code{SSHDroid} that run @command{sshd} process | 1899 | Applications such as @code{SSHDroid} that run @command{sshd} process |
| 1899 | on the Android device can accept any @option{ssh}-based methods | 1900 | on the Android device can accept any @option{ssh}-based methods |