tramp-devel
[Top][All Lists]
Advanced

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

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


From: Dan Jacobson
Subject: tramp (2.2.13.25.1); Why don't you test TRAMP on Android 7.0?
Date: Thu, 09 Mar 2017 13:06:41 +0800

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:address@hidden:/sdcard/")); yes even if not root



reply via email to

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