storoj / libimobiledevice-win32

win32 port of libimobiledevice (http://libimobiledevice.org)
64 stars 61 forks source link

libxml2.dll #4

Open NobMiwa opened 10 years ago

NobMiwa commented 10 years ago

Hello storoj,

First of all, thank you for great project.

I just downloaded the project and open libimobiledevice-win32.sln with VS2012 Pro. I built with "Debug" and done. I just run idevicebackup2.exe with debug and got a error that said libxml2.dll is needed.

Please advice. Nobuo Miwa

storoj commented 10 years ago

Hello!

You may try take dll from this package http://sourceforge.net/projects/gnuwin32/files/libxml/2.4.12-1/libxml2-2.4.12-bin.zip/download

Best regards

NobMiwa commented 10 years ago

Thank you for quick reply !

I downloaded libxml2.dll and put same dir. I run "idevicebackup2.exe backup C:\temp" from Administrated command window then I got followings..

Debug>idevicebackup2.exe backup C:\temp connect: No error usbmuxd_get_device_list: error opening socket! No device found, is it plugged in?

Of course, I connected iPhone 4S(unlocked login password) that could be detected by iTunes(terminated when command windows appeared). "Apple iPhone" icon appeared in "Computer" window.

Also I run followings..

Debug>idevice_id.exe -l connect: No error usbmuxd_get_device_list: error opening socket! ERROR: usbmuxd is not running!

ERROR: Unable to retrieve device list!

I don't know "ERROR: usbmuxd is not running!" means. Do I have to run something service application before idevice\ ?

Please help Nobuo Miwa

storoj commented 10 years ago

Do you have iTunes installed? If not and if you dont want to have whole iTunes, you may try to download iTunes installer, unpack it using 7-zip for example, then install only AppleMobileDeviceSupport and maybe also AppleApplicationSupport and SetupAdmin. It is usbmuxd service required to talk with iOS devices

NobMiwa commented 10 years ago

Thank you very very much !!

It works after I installed iTunes !

Thank you for great support !

miraclebg commented 9 years ago

Yup! Thank you! :)