respond to confused user and close non-bug

This commit is contained in:
Joey Hess 2020-04-01 20:40:43 -04:00
parent 3388f53391
commit 23c1809aab
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 20 additions and 0 deletions

View file

@ -43,3 +43,4 @@ Thanks
M. M.
> [[notabug|done]]

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-04-02T00:36:55Z"
content="""
Your phone is being mounted with mtp. That is not the protocol used by the
adb special remote.
The androiddirectory parameter cannot be used to specify a path on
your local computer. I think the documentation of that parameter is clear
about that?
You seem to not have the adb command installed, based on the error message.
If you install it and follow the documentation, I'd expect it will work.
Or, since the phone is already getting mounted by mtp, you can, instead of
making an adb special remote, simply make a
[directory special remote](https://git-annex.branchable.com/special_remotes/directory/)
"""]]