Dan Jacobson <[email protected]> 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:[email protected]#2222:/sdcard/")); yes even if not root

Again, the debug buffer counts.

Best regards, Michael.

_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to