文件名称:使用adb在Linux上挂载Android手机。 无需root。-Android开发
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-15 04:10:00
Android Miscellaneous
即使没有手机的root访问权限(busybox),adbfs的这种变体也可以使用! 说明:您将需要libfuse-dev和adb。 您还将需要build-essential,git和pkg-config。 在Ubuntu上:sudo apt-get install libf即使您的手机没有root访问权限(busybox),adbfs的这种变体也能正常工作! 说明:您将需要libfuse-dev和adb。 您还将需要build-essential,git和pkg-config。 在Ubuntu上:sudo apt-get install libfuse-dev android-tools-adb sudo apt-get install build-essential git pkg-config克隆存储库:git clone git://github.com/spion/adbfs-rootless.git cd adbfs-rootless构建:make可选:如果您有android-sdk的单独副本,并且想要使用
【文件预览】:
adbfs-rootless-master
----.gitignore(43B)
----Makefile(528B)
----Doxyfile(58KB)
----.github()
--------workflows()
----README.md(2KB)
----README.rst(282B)
----adbfs.cpp(32KB)
----license(1KB)
----utils.h(5KB)
----reload(70B)