[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp-adb.el (Access Android devices filesystem using Emacs)
From: |
Michael Albinus |
Subject: |
Re: tramp-adb.el (Access Android devices filesystem using Emacs) |
Date: |
Wed, 25 May 2011 17:41:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Jürgen Hötzel <address@hidden> writes:
> Hi Michael,
Hi Juergen,
> Just the docstring/value of tramp-adb-ls-errors were shuffled:
The usual just-one-line-change-before-i-send-i-cannot-do-it-wrong ...
Enclosed the next patch set. Patch 0002 and 0003 were needed, because
I've tested today on a Windows XP machine, running Android SDK. There
seem to be still more oddities when being there, let's see next days.
Another question: why do you add this:
(add-to-list 'tramp-default-method-alist
(list "\\`adb" nil tramp-adb-method))
It means: If somebody does not use an explicit method, but the host name
starts with "adb", the method "adb" shall be used.
I doubt, that there are devices with such a name, but who knows ... I'm
still not very familar with the Android world. But I feel we could
remove this setting.
Furthermore, some TODOs might be cleaned up in README.md for
tramp-adb-handle-insert-directory, I do not want to mess with this file.
And it seems to be possible to read on non-rooted devices at least, I've
tested it on my (non-rooted) Nexus S.
> Jürgen
Best regards, Michael.
0001-Use-tramp-adb-program-for-executable-name.patch
Description: Text Data
0002-Remove-trailing-M-on-W32-machines.patch
Description: Text Data
0003-Add-tramp-adb-handle-file-truename.patch
Description: Text Data
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/15
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/16
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/20
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/20
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/20
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/20
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/20
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/21
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/21
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/22
- Re: tramp-adb.el (Access Android devices filesystem using Emacs),
Michael Albinus <=
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/26
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/27
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Jürgen Hötzel, 2011/05/30
- Re: tramp-adb.el (Access Android devices filesystem using Emacs), Michael Albinus, 2011/05/31