https://github.com/angrycoding/adbfs
OSX fuse - based file system to interact with android phone through ADB
https://github.com/angrycoding/adbfs
adb android filesystem filetransfer fuse-filesystem mac macfuse macos mtp nodejs osx
Last synced: 10 months ago
JSON representation
OSX fuse - based file system to interact with android phone through ADB
- Host: GitHub
- URL: https://github.com/angrycoding/adbfs
- Owner: angrycoding
- Created: 2018-08-30T06:36:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T12:43:59.000Z (over 7 years ago)
- Last Synced: 2025-04-09T18:14:39.013Z (10 months ago)
- Topics: adb, android, filesystem, filetransfer, fuse-filesystem, mac, macfuse, macos, mtp, nodejs, osx
- Language: JavaScript
- Homepage:
- Size: 957 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSX fuse - based file system to interact with android phone through ADB
Standard Android File Transfer application is not the best one in the world, so to make it simple I've combined Node.js, fuse-bindings and Android Debug Bridge to make android phone on Mac behave like external drive when connected to computer with USB cable.
From the phone side there is no additional software required, the only requirement is development mode enabled in phone settings.
From the computer side the only requirement is MacFuse installed.