File: tramp-adb.el.html
The Android Debug Bridge "adb" must be installed on your local machine. If it is not in your $PATH, add the following form into your .emacs:
(setq tramp-adb-program "/path/to/adb")
Due to security it is not possible to access non-root devices.
Defined variables (11)
tramp-adb-connect-if-not-connected | Try to run ‘adb connect’ if provided device is not connected currently. |
tramp-adb-connection-local-default-ps-variables | Default connection-local ps variables for remote adb connections. |
tramp-adb-connection-local-default-shell-variables | Default connection-local shell variables for remote adb connections. |
tramp-adb-file-name-handler-alist | Alist of handler functions for Tramp ADB method. |
tramp-adb-ls-date-regexp | Regexp for date format in ls output. |
tramp-adb-ls-date-time-regexp | Regexp for date time format in ls output. |
tramp-adb-ls-date-year-regexp | Regexp for date year format in ls output. |
tramp-adb-ls-toolbox-regexp | Regexp for ls output. |
tramp-adb-method | When this method name is used, forward all calls to Android Debug Bridge. |
tramp-adb-program | Name of the Android Debug Bridge program. |
tramp-adb-prompt | Regexp used as prompt in almquist shell. |