-
Notifications
You must be signed in to change notification settings - Fork 77
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
[Feature request] allow to specify Android device to mount. #67
Comments
While I'd love to see this feature built-in, I just found a workaround: set an environment variable ANDROID_SERIAL="02b5c5a809117c73" (taking the example you gave) before starting adbfs, e.g.
|
Tip - I have written this snippet just for that:
|
You seem to have messed up the markdown formatting, @Manamama. Try to change the ` to ```bash (the trailing Regards! |
OK, I made a wrapper script: Note: I previously had a bogous script, see this follow-up comment by @Manamama. For reference, I keep the bogous script here: |
but:
Ms Bing gracefully comments upon perusal thereof:
->
But then, again, if e.g.: adb devices ->
and here I (and Ms Bing) give up. |
Thanks for informing me, I updated my script (now to accept any non-empty string). Also, I actually did forget the most important stuff, to actually set Updated script in my original comment. |
Confirmed to work @dreirund , also on my finicky (rooted, with e.g. nano in the /bin, Magisked, triply connected, also via BT, etc) Droid. |
I do not understand what you mean by this. |
Re
I should have looked up the names. Self-fix :
|
As what the the old/ orphaned "
zach-klippenstein/adbfs
" provided, I hereby feature-request an option to specify which android device to mount, e.g../adbfs -o android_device 02b5c5a809117c73 /mnt/android
This is useful e.g. if
Regards!
The text was updated successfully, but these errors were encountered: