我可以将我的xperia tipo连接到窗户,但无法连接ubuntu。为什么这么做?我需要做什么改变我的手机?
我可以将我的xperia tipo连接到窗户,但无法连接ubuntu。为什么这么做?我需要做什么改变我的手机?
I can connect my Xperia Tipo to Windows but not able to connect Ubuntu. Why is it so? Is there any changes that I need to make to my phone ?
这个问题似乎每隔几周上来...
Ubuntu 10(有时以上)需要手动编辑您的Udev Config < / a>为了识别Android设备。
作为root创建文本文件"/etc/udev/rules.d/51-android.rules" 并为索尼设备添加此行:
SUBSYSTEM=="usb", SYSFS{idVendor}=="054c", MODE="0666"
保存文件并退出编辑器,然后设置文件的权限并告诉Udev系统重新加载规则:
$ sudo chmod a+rx /etc/udev/rules.d/51-android.rules $ sudo udevadm control --reload-rules
This question seems to come up every few weeks...
Ubuntu 10 (and sometimes above) requires manual editing of your udev config in order to recognize an Android device.
As root create the text file "/etc/udev/rules.d/51-android.rulesxe2x80x9d and add this line for a Sony device:
SUBSYSTEM=="usb", SYSFS{idVendor}=="054c", MODE="0666"
Save the file and exit the editor, then set the permissions of the file and tell the udev system to reload the rules:
$ sudo chmod a+rx /etc/udev/rules.d/51-android.rules $ sudo udevadm control --reload-rules
也许您的手机不在大容量存储模式。转到
settings / XPeria / connectivity
并将USB连接模式设置为质量存储。
但是,使用此设置访问限制为SD卡;您将无法安装内部存储器。Maybe your phone is not in mass-storage-mode. Go to
settings / XPeria / connectivity
and set USB connection mode to mass-storage.
However, with this setting access is limited to the SD card; you won't be able to mount the internal memory.
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有