diff options
| author | Michael Albinus | 2013-03-03 12:47:20 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-03-03 12:47:20 +0100 |
| commit | eeb84739372b6235e54f0473a7d924cb07e5faae (patch) | |
| tree | e28eef8cdb3c5d8651dceb9eed3d5ed3ee95a3bc | |
| parent | 9a0f9ec39af1433cf9ba180d47351afa0fb78b8e (diff) | |
| download | emacs-eeb84739372b6235e54f0473a7d924cb07e5faae.tar.gz emacs-eeb84739372b6235e54f0473a7d924cb07e5faae.zip | |
* tramp.texi (External methods): Tramp does not connect Android
devices by itself.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 20 |
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 @@ | |||
| 1 | 2013-03-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (External methods): Tramp does not connect Android | ||
| 4 | devices by itself. | ||
| 5 | |||
| 1 | 2013-03-02 Bill Wohler <wohler@newt.com> | 6 | 2013-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 | ||
| 1001 | This special method uses the Android Debug Bridge for connecting | 1001 | This special method uses the Android Debug Bridge for accessing |
| 1002 | Android devices. The Android Debug Bridge must be installed locally. | 1002 | Android devices. The Android Debug Bridge must be installed locally. |
| 1003 | Some GNU/Linux distributions offer it for installation, otherwise it | 1003 | Some GNU/Linux distributions offer it for installation, otherwise it |
| 1004 | can be installed as part of the Android SDK. If @command{adb} is not | 1004 | can be installed as part of the Android SDK. If the @command{adb} |
| 1005 | found via the @code{$PATH} environment variable, the variable | 1005 | program is not found via the @code{$PATH} environment variable, the |
| 1006 | @var{tramp-adb-program} must point to its absolute path. | 1006 | variable @var{tramp-adb-program} must point to its absolute path. |
| 1007 | |||
| 1008 | Tramp does not connect Android devices to @command{adb}. This must be | ||
| 1009 | performed outside @value{emacsname}. If there is exactly one Android | ||
| 1010 | device connected to @command{adb}, a host name is not needed in the | ||
| 1011 | remote file name. The default @value{tramp} name to be used is | ||
| 1012 | @file{@trampfn{adb, , ,}} therefore. Otherwise, one could find | ||
| 1013 | potential host names with the command @command{adb devices}. | ||
| 1007 | 1014 | ||
| 1008 | Usually, the @command{adb} method does not need any user name. It | 1015 | Usually, the @command{adb} method does not need any user name. It |
| 1009 | runs under the permissions of the @command{adbd} process on the | 1016 | runs 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 | |||
| 1012 | devices, especially with unrooted ones. In that case, an error | 1019 | devices, especially with unrooted ones. In that case, an error |
| 1013 | message is displayed. | 1020 | message is displayed. |
| 1014 | 1021 | ||
| 1015 | If there is exactly one Android device connected to the local machine, | ||
| 1016 | a host name is not needed. The shortest @value{tramp} name to be used | ||
| 1017 | is @file{@trampfn{adb, , ,}} therefore. Otherwise, one could find | ||
| 1018 | potential host names with the shell command @command{adb devices}. | ||
| 1019 | |||
| 1020 | @end table | 1022 | @end table |
| 1021 | 1023 | ||
| 1022 | 1024 | ||