【问题标题】:How to find variables for ideviceimagemounter如何查找 ideviceimagemounter 的变量
【发布时间】:2021-07-10 19:13:20
【问题描述】:

我正在尝试在我的 Mac 上安装我的 iphone 并像其他任何硬盘一样浏览它的文件系统。我已经安装了ideviceimagemounter,但我不知道如何找到它想要作为输入的变量。

ideviceimagemounter [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE

IMAGE_FILEIMAGE_SIGNATURE_FILE 这两个字段都不是由ideviceinfo 打印的。

谢谢!

【问题讨论】:

  • 您是否尝试过使用IExplorer
  • @tomerpacific 我在 Mac 上,更新了 q。
  • 您可以使用 Mac 版 iExplorer。

标签: ios macos libimobiledevice


【解决方案1】:

如果你在命令行运行“ide​​viceimagemounter -h”,那么你应该能够得到选项:

用法:ideviceimagemounter [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE

在设备上装载指定的磁盘映像。

选项: -u, --udid UDID 以 UDID 为目标的特定设备
-n, --network 连接网络设备
-l, --list 列出挂载信息
-t, --imagetype 要使用的图像类型,默认为 'Developer'
-x, --xml 使用 XML 输出
-d, --debug 启用通讯调试
-h, --help 打印使用信息
-v, --version 打印版本信息

首页:https://libimobiledevice.org
错误报告:https://github.com/libimobiledevice/libimobiledevice/issues

【讨论】:

  • 在 Mac 上,我的 DeveloperDiskImage 位于以下目录中: ls -l /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/15.2 总计 23392 -rw-r- -r-- 1 个根轮 11968751 11 月 18 日 23:37 DeveloperDiskImage.dmg -rw-r--r-- 1 个根轮 128 Nov 18 23:37 DeveloperDiskImage.dmg.signature
猜你喜欢
  • 2021-06-19
  • 2012-10-06
  • 1970-01-01
  • 1970-01-01
  • 2014-12-25
  • 2010-12-25
  • 2018-02-21
  • 2019-03-12
  • 2011-04-13
相关资源
最近更新 更多