Why don't you test TRAMP on Android 7.0?

If you did you will find:

Empty directory listings. Can't you use ls -l?

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.

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

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

Reply via email to