tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.2.13.25.1); Why don't you test TRAMP on Android 7.0?


From: Michael Albinus
Subject: Re: tramp (2.2.13.25.1); Why don't you test TRAMP on Android 7.0?
Date: Thu, 09 Mar 2017 14:42:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Dan Jacobson <address@hidden> writes:

Hi Dan,

> Why don't you test TRAMP on Android 7.0?

I have no Android 7.0 device.

> If you did you will find:
>
> Empty directory listings. Can't you use ls -l?

Maybe it didn't work due to missing permissions?

I would need more information. Could you set tramp-verbose to 6, rerun
your test, and send me the debug buffer?

> Even though TAB completion works.
>
> Do also try opening files.
>
> I'm not sure that works. Maybe my files are 0 size.
>
> Also on sshdroid logs, it says you are trying chmod.
>
> Don't do that.

Why not? Tramp expects a POSIX shell on the remote side. And does it
harm to call chmod?

> I am not root on Android.
>
> I am using
>
> (eval-after-load "tramp"
>   '(progn
>      (add-to-list 'tramp-remote-process-environment "TMPDIR=/sdcard/temp")
>      (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
>      (add-to-list 'tramp-remote-path "/system/xbin")
>      (add-to-list 'tramp-connection-properties
>                 (list (regexp-quote "192.168.12.66") "remote-shell" "sh"))))
> (defun jidanni-connect-remote ()
>   (interactive)
>   (dired "/ssh:address@hidden:/sdcard/")); yes even if not root

Again, the debug buffer counts.

Best regards, Michael.



reply via email to

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