在Mac上iPod / iPhone的安装点在哪里? [英] Where is the mount point for the iPod/iPhone in Mac?

查看:173
本文介绍了在Mac上iPod / iPhone的安装点在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过使音乐播放器与iPod / iPhone同步来提高我的编程能力,但如果我无法访问设备,甚至无法启动!我一整天都在谷歌搜索,但似乎找不到我要找的。

I'm thinking of improving my programming skills by making a music player to sync with an iPod/iPhone but there's no point in even starting if I can't even access the device! I've spent all day googling but can't seem to find what I'm looking for.

我不想ssh到iPod或越狱它等。我要么寻找一种方法自己访问它或使用我认为将是一个简单的脚本。我知道这是可能的,因为你可以使用像'iPhone Explorer'..

I don't want to ssh to the iPod or Jailbreak it etc. I'm either looking for a way to access it myself or using what I assume would be a simple script. I know it's possible because you can use things like 'iPhone Explorer'..

谢谢:-D

推荐答案

iOS设备没有安装点,因为计算机不将它们视为数据驱动器。相反,数据通过usbmuxd发送,通过USB直接连接。有一个名为 libimobiledevice 的库,它使用由越狱社区反向设计的信息,允许您与iDevices进行通信(它不需要越狱,除非你想要完整的文件系统访问,越狱者只是那些动机做逆向工程)。根据其首页,您还需要 libgpod 来同步音乐/视频。

iOS devices do not have a mount point because the computer does not treat them as data drives. Instead, data is sent through usbmuxd, which connects directly through USB. There is a library called libimobiledevice which uses the information reverse engineered by the jailbreaking community to allow you to communicate with iDevices (It doesn't require a jailbreak unless you want full filesystem access, the jailbreakers were just the ones motivated to do the reverse engineering). According to their homepage, you will also need libgpod to sync music/videos.

如果你说iPod,你的意思是非iOS iPod,而不是iPod touch,那么它们被安装为正常的硬盘驱动器。如果您使用磁盘模式或打开iTunes中的选项,它们将显示在您的桌面上,否则可以通过命令行访问。

If when you say "iPod" you mean non-iOS iPods and not the iPod touch, then they are mounted as normal hard drives. They will show up on your desktop if you use disk mode or turn on the option in iTunes, and can be accessed through the command line otherwise.

这篇关于在Mac上iPod / iPhone的安装点在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆