【发布时间】:2017-05-03 12:08:33
【问题描述】:
我正在尝试将 Centos 7 操作系统连接到 Moto3G Android 手机(运行 Android v6 - marshmallow)
libmtp 已安装
Package libmtp-1.1.6-5.el7.x86_64 already installed and latest version
Nothing to do
互联网上的大多数搜索都建议使用 mtp-detect,但在我的情况下:
bash: mtp-detect: command not found
我可以使用 dmesg 看到手机
[ 6446.771306] usb 1-1.2: Product: XT1039
[ 6446.771309] usb 1-1.2: Manufacturer: motorola
我安装了 jmtpfs(使用 yum),它给了我以下内容
jmtpfs
No mtp devices found.
我尝试使用 GO 安装 go-mtpfs 但得到以下结果
$ ./gopath/bin/go-mtpfs bob &
[1] 21633
$ 2017/05/03 13:06:18 detect failed: no MTP devices found
[1]+ Exit 1 ./gopath/bin/go-mtpfs bob
如果有人对这方面的进展有任何意见或建议,我将不胜感激。
【问题讨论】:
标签: android-6.0-marshmallow centos7 mtp