Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c9400cdf
Commit
c9400cdf
authored
Mar 01, 2013
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tramp.texi (External methods): Explain user name and host name
specification for "adb".
parent
7d11fc27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+2
-1
doc/misc/tramp.texi
doc/misc/tramp.texi
+12
-0
No files found.
doc/misc/ChangeLog
View file @
c9400cdf
...
...
@@ -2,7 +2,8 @@
* tramp.texi (Inline methods): Remove "ssh1", "ssh2", "plink1"
and "plink2" entries. "plink2" is obsolete for a long time.
(External methods): Remove "scp1" and "scp2" entries.
(External methods): Remove "scp1" and "scp2" entries. Explain
user name and host name specification for "adb".
2013-02-28 Michael Albinus <michael.albinus@gmx.de>
...
...
doc/misc/tramp.texi
View file @
c9400cdf
...
...
@@ -1005,6 +1005,18 @@ can be installed as part of the Android SDK. If @command{adb} is not
found via the @code
{
$PATH
}
environment variable, the variable
@var
{
tramp
-
adb
-
program
}
must point to its absolute path.
Usually, the @command
{
adb
}
method does not need any user name. It
runs under the permissions of the @command
{
adbd
}
process on the
Android device. If a user name is specified, @value
{
tramp
}
applies an
@command
{
su
}
on the device. This does not work with all Android
devices, especially with nonrooted 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 @file
{
@trampfn
{
adb, , ,
}}
therefore. Otherwise, one could find
potential host names with the shell command @command
{
adb devices
}
.
@end table
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment