emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111928: * tramp.texi (External metho


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111928: * tramp.texi (External methods): Tramp does not connect Android
Date: Sun, 03 Mar 2013 12:47:20 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111928
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2013-03-03 12:47:20 +0100
message:
  * tramp.texi (External methods): Tramp does not connect Android
  devices by itself.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-03-02 23:20:11 +0000
+++ b/doc/misc/ChangeLog        2013-03-03 11:47:20 +0000
@@ -1,3 +1,8 @@
+2013-03-03  Michael Albinus  <address@hidden>
+
+       * tramp.texi (External methods): Tramp does not connect Android
+       devices by itself.
+
 2013-03-02  Bill Wohler  <address@hidden>
 
        Release MH-E manual version 8.5.

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-03-03 06:40:21 +0000
+++ b/doc/misc/tramp.texi       2013-03-03 11:47:20 +0000
@@ -998,12 +998,19 @@
 @cindex method adb
 @cindex adb method
 
-This special method uses the Android Debug Bridge for connecting
+This special method uses the Android Debug Bridge for accessing
 Android devices.  The Android Debug Bridge must be installed locally.
 Some GNU/Linux distributions offer it for installation, otherwise it
-can be installed as part of the Android SDK.  If @command{adb} is not
-found via the @code{$PATH} environment variable, the variable
address@hidden must point to its absolute path.
+can be installed as part of the Android SDK.  If the @command{adb}
+program is not found via the @code{$PATH} environment variable, the
+variable @var{tramp-adb-program} must point to its absolute path.
+
+Tramp does not connect Android devices to @command{adb}.  This must be
+performed outside @value{emacsname}.  If there is exactly one Android
+device connected to @command{adb}, a host name is not needed in the
+remote file name.  The default @value{tramp} name to be used is
address@hidden@trampfn{adb, , ,}} therefore.  Otherwise, one could find
+potential host names with the command @command{adb devices}.
 
 Usually, the @command{adb} method does not need any user name.  It
 runs under the permissions of the @command{adbd} process on the
@@ -1012,11 +1019,6 @@
 devices, especially with unrooted ones.  In that case, an error
 message is displayed.
 
-If there is exactly one Android device connected to the local machine,
-a host name is not needed.  The shortest @value{tramp} name to be used
-is @address@hidden, , ,}} therefore.  Otherwise, one could find
-potential host names with the shell command @command{adb devices}.
-
 @end table
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]