aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2017-03-10 16:13:39 +0100
committerMichael Albinus2017-03-10 16:13:39 +0100
commit817c4d1a3055a12ab2f1a6a06479b5eb4d66286b (patch)
tree31346babef3c733199e4800f2baed043a3f55d01 /doc
parent7e434ed2ebc4f9fddd6f7d34e7a9907729fd3bcf (diff)
downloademacs-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.texi7
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.
1895devices. Android devices provide a restricted shell access through an 1895Android devices provide a restricted shell access through an USB
1896USB connection. The local host must have the Android SDK installed. 1896connection. The local host must have the @command{adb} program
1897installed.
1897 1898
1898Applications such as @code{SSHDroid} that run @command{sshd} process 1899Applications such as @code{SSHDroid} that run @command{sshd} process
1899on the Android device can accept any @option{ssh}-based methods 1900on the Android device can accept any @option{ssh}-based methods