连接安卓设备

use*_*474 9 android phone samsung

我有一部安卓手机,我在我的电脑上使用 Ubuntu。问题是我可以通过 USB 连接我的手机,而 Ubuntu 可以读取它,我的意思是,我可以看到文件和内容,但仅此而已。

我无法在不破坏文件的情况下传输文件,也无法查看照片,并且在使用 Ubuntu 或任何 Linux 发行版时,我可以在 Windows 上做的所有事情都消失了。

也许我缺少驱动程序,手机是三星。

谁能帮我?

我已经搜索了很多,但找不到解决方案。

谢谢。

yil*_*lmi 7

获取 mtpfs 包: sudo apt-get install mtpfs

确保在连接到 PC 时解锁手机

然后按如下方式使用它:

  • 创建一个目录来挂载Android fs
  • 作为用户类型: mtpfs /path/to/mountpoint

卸载使用fusermount -u命令卸载

如果您正在寻找 android 工具(adb 和 fastboot),这仅适用于设备 fs 访问:

  • 安装 android-tools-adb 和 android-tools-fastboot :

sudo apt-get install android-tools-adb android-tools-fastboot