Ubuntu – Connecting iphone via virtualbox

iphonevirtualbox

I'm trying to connect my iphone (ios 8.3) through virtualbox using this tutorial http://ubuntuforums.org/showthread.php?t=2157148
however I'm having a problem with step 7, VB doesn't show any "Apple Inc." device. Ubuntu (14.04) on the other hand, shows standard error messeges and points that iPhone is connected ( I can even browse pictures ). Can you help me ?

Best Answer

On your Ubuntu host system, add yourself to the vboxusers group using the following command:

sudo usermod -a -G vboxusers $USER

After that, logout, then login again and start the virtual machine again.

Good luck!