尝试从原装 iPhone 获取数据

尝试从原装 iPhone 获取数据

是的,我有一个苹果手机1(3G 或其他任何名称):)
我在 Virtualbox 中运行 Ubuntu 20.04。

我尝试在 wine 下运行 iTunes,但 iTunes 未检测到设备。

各种文章(见结尾*)建议libimobiledevicefuselibmuxd等。

我得到以下信息:

~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05ac:1292 Apple, Inc. iPhone 3G
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg | grep -i iphone
[  136.336274] usb 1-2: Product: iPhone
[ 1260.165423] usb 1-2: Product: iPhone
$ sudo idevicepair pair
[sudo] password for alan: 
No device found, is it plugged in?
$ sudo ifuse /media/iphone
No device found, is it connected?
If it is make sure that your user has permissions to access the raw usb device.
If you're still having issues try unplugging the device and reconnecting it.

我尝试过拔下/重新插入。我尝试过重新启动计算机。
相同的结果。

ifuse有一个选项-u, --udid UDID mount specific device by UDID
但是,在iPhone中,Settings > General > About仅显示IMEIICCID

任何建议都非常感激。谢谢。

*
https://askubuntu.com/questions/1422940/how-do-i-mount-an-iphone-on-ubuntu-22-04

https://opensource.com/article/21/8/libimobiledevice-iphone-linux

https://www.maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/

https://www.bollyinside.com/articles/how-to-use-an-iphone-with-linux/

https://cellularnews.com/mobile-phone/how-to-use-iphone-with-linux-complete-guide/

相关内容