aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-03-03 12:47:20 +0100
committerMichael Albinus2013-03-03 12:47:20 +0100
commiteeb84739372b6235e54f0473a7d924cb07e5faae (patch)
treee28eef8cdb3c5d8651dceb9eed3d5ed3ee95a3bc
parent9a0f9ec39af1433cf9ba180d47351afa0fb78b8e (diff)
downloademacs-eeb84739372b6235e54f0473a7d924cb07e5faae.tar.gz
emacs-eeb84739372b6235e54f0473a7d924cb07e5faae.zip
* tramp.texi (External methods): Tramp does not connect Android
devices by itself.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi20
2 files changed, 16 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index c700607b008..eda50177720 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12013-03-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (External methods): Tramp does not connect Android
4 devices by itself.
5
12013-03-02 Bill Wohler <wohler@newt.com> 62013-03-02 Bill Wohler <wohler@newt.com>
2 7
3 Release MH-E manual version 8.5. 8 Release MH-E manual version 8.5.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index a96207e8406..4a3e0ebc33c 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -998,12 +998,19 @@ name.
998@cindex method adb 998@cindex method adb
999@cindex adb method 999@cindex adb method
1000 1000
1001This special method uses the Android Debug Bridge for connecting 1001This special method uses the Android Debug Bridge for accessing
1002Android devices. The Android Debug Bridge must be installed locally. 1002Android devices. The Android Debug Bridge must be installed locally.
1003Some GNU/Linux distributions offer it for installation, otherwise it 1003Some GNU/Linux distributions offer it for installation, otherwise it
1004can be installed as part of the Android SDK. If @command{adb} is not 1004can be installed as part of the Android SDK. If the @command{adb}
1005found via the @code{$PATH} environment variable, the variable 1005program is not found via the @code{$PATH} environment variable, the
1006@var{tramp-adb-program} must point to its absolute path. 1006variable @var{tramp-adb-program} must point to its absolute path.
1007
1008Tramp does not connect Android devices to @command{adb}. This must be
1009performed outside @value{emacsname}. If there is exactly one Android
1010device connected to @command{adb}, a host name is not needed in the
1011remote file name. The default @value{tramp} name to be used is
1012@file{@trampfn{adb, , ,}} therefore. Otherwise, one could find
1013potential host names with the command @command{adb devices}.
1007 1014
1008Usually, the @command{adb} method does not need any user name. It 1015Usually, the @command{adb} method does not need any user name. It
1009runs under the permissions of the @command{adbd} process on the 1016runs under the permissions of the @command{adbd} process on the
@@ -1012,11 +1019,6 @@ Android device. If a user name is specified, @value{tramp} applies an
1012devices, especially with unrooted ones. In that case, an error 1019devices, especially with unrooted ones. In that case, an error
1013message is displayed. 1020message is displayed.
1014 1021
1015If there is exactly one Android device connected to the local machine,
1016a host name is not needed. The shortest @value{tramp} name to be used
1017is @file{@trampfn{adb, , ,}} therefore. Otherwise, one could find
1018potential host names with the shell command @command{adb devices}.
1019
1020@end table 1022@end table
1021 1023
1022 1024