Virtualbox and iTunes
From wiki.breedveld.net
To prevent iTunes-hangups, only sync in 800x600 mode
For auto-connecting (the vm should be down), register all iPhone modes.
in this example the VM is called XP_iTunes, for other iPhone's,
you should change the product-id in the first row
VBoxManage usbfilter add 0 --target XP_iTunes --name "iPhone 4" --active yes --vendorid 0x05ac --productid 0x1297 VBoxManage usbfilter add 0 --target XP_iTunes --name "iPhone 3G" --active yes --vendorid 0x05ac --productid 0x1292 VBoxManage usbfilter add 1 --target XP_iTunes --name "iPhone Recovery v1" --active yes --vendorid 0x05ac --productid 0x1280 VBoxManage usbfilter add 2 --target XP_iTunes --name "iPhone Recovery v2" --active yes --vendorid 0x05ac --productid 0x1281 VBoxManage usbfilter add 3 --target XP_iTunes --name "iPhone DFU v1" --active yes --vendorid 0x05ac --productid 0x1222 VBoxManage usbfilter add 4 --target XP_iTunes --name "iPhone DFU v2" --active yes --vendorid 0x05ac --productid 0x1227
