summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thievol@posteo.net>2021-11-05 14:54:02 +0100
committerThierry Volpiatto <thievol@posteo.net>2021-11-05 14:54:02 +0100
commita3716324c41f688df3b5d664e50b0c9e5b0997c0 (patch)
treea8bb88ede24ecaf3ca4b2f9027c5fa48a5b097ee /helm-help.el
parentf4ba507d053900cfe97f54f0edf862955f221cec (diff)
Update HFF info
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/helm-help.el b/helm-help.el
index 2ed52f39..a57446d0 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -840,6 +840,19 @@ automatically \"-e 'ssh -p 2222'\" to the rsync command line
unless you have specified yourself the \"-e\" option by editing
rsync command line with a prefix arg (see above).
+*** Access files on Android phones from Helm
+
+Since Android doesn't provide anymore mass storage for USB, it is
+not simple to access files on Android, the best way to do this
+actually seems to use Adb, here some hints to set this up, read
+in addition the Tramp documentation.
+
+1) Install Adb, most distribution provide it.
+2) Enable on your phone USB debug in System/dvlpmnt settings.
+3) From helm-find-files use adb tramp method:
+ /adb::/
+From there you can navigate as usual, mark and copy files etc...
+
*** Bookmark the `helm-find-files' session
You can bookmark the `helm-find-files' session with `\\[helm-ff-bookmark-set]'.