Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to copy file from mac Finder to mounted phone #36

Open
ClarusAD opened this issue Jan 30, 2019 · 7 comments
Open

Impossible to copy file from mac Finder to mounted phone #36

ClarusAD opened this issue Jan 30, 2019 · 7 comments

Comments

@ClarusAD
Copy link

Following the reciep given here, the internal storage of my phone and its external SD-card, mount very well in the OSX Finder.
But only in read mode 👎
If i want to copy a simple text file with the Finder, using drag'n drop, it tell me it cannot finish the operation cause an element is unfindable : error -43.

@spion
Copy link
Owner

spion commented Jan 30, 2019

I've never tried this on Mac - what does it say if you run adbfs in foreground with ./adbfs -f path ?

@ClarusAD
Copy link
Author

ClarusAD commented Jan 31, 2019

mBook:adbfs-rootless administrateur$ pwd

/Users/administrateur/adbfs-rootless

mBook:adbfs-rootless administrateur$ ./adbfs -f path

--*-- exec_command: adb shell "ls"

mount_osxfuse: mount point /Users/administrateur/adbfs-rootless/path is itself on a OSXFUSE volume

--*-- exec_command: rm -rf /tmp/adbfs-DBbUu7/

@spion
Copy link
Owner

spion commented Jan 31, 2019

I meant ./adbfs -f ~/phone if you are using the same path as the tutorial.

@ClarusAD
Copy link
Author

ClarusAD commented Jan 31, 2019

lol
But it's almost the same answer :
`mBook:adbfs-rootless administrateur$ ./adbfs -f ~/phone

--*-- exec_command: adb shell "ls"

mount_osxfuse: mount point /Users/administrateur/phone is itself on a OSXFUSE volume

--*-- exec_command: rm -rf /tmp/adbfs-kb5Oag/`

@spion
Copy link
Owner

spion commented Feb 1, 2019

Thats all - there is no other output when you try to copy a file?

I have no idea whats going on then.

@sebastianhaberey
Copy link

Hi, I'm experiencing the same issue.

Screenshot

Zach Klippenstein seems to have a similar issue with his adbfs implementation, but I don't know if it is related. Anyways, I'd be willing to put some work into it, if someone can point me into the right direction.

@1v1a3x
Copy link

1v1a3x commented Nov 3, 2020

I have the same issue on macOS catalina
My execution log is the following:

--*-- exec_command: adb shell "ls" ls: ./init: Permission denied adb_getattr --*-- exec_command: adb shell "ls -l -a -d '/'" 2>&1 adb_getattr --*-- exec_command: adb shell "ls -l -a -d '/._.'" 2>&1 adb_getattr --*-- exec_command: adb shell "ls -l -a -d '/.localized'" 2>&1 adb_getattr from cache /.localized adb_getattr --*-- exec_command: adb shell "ls -l -a -d '/.hidden'" 2>&1 adb_getattr from cache /.hidden adb_getattr from cache /.localized adb_getattr --*-- exec_command: adb shell "ls -l -a -d '/.DS_Store'" 2>&1 adb_getattr from cache /.DS_Store adb_getattr from cache /

it points to
--*-- exec_command: adb shell "ls" ls: ./init: Permission denied

however:

  • Android FS is mounted
  • It's able to create and delete folders within Finder inside the Android FS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants