Replies: 15 comments 3 replies
-
Argh, most likely yes. You need to make sure that usbmuxd is running. |
Beta Was this translation helpful? Give feedback.
-
![]() |
Beta Was this translation helpful? Give feedback.
-
Just run |
Beta Was this translation helpful? Give feedback.
-
So, I ran the through the steps correctly, and I installed the necessary dependencies. I always know to run the Companion VM before running the iOS VM. I'll give |
Beta Was this translation helpful? Give feedback.
-
try start usbmuxd |
Beta Was this translation helpful? Give feedback.
-
I did before, but the device wouldn't pop up. |
Beta Was this translation helpful? Give feedback.
-
Worked for me, but now I'm getting the "unable to discover device type" error |
Beta Was this translation helpful? Give feedback.
-
@chris-pcguy I ran |
Beta Was this translation helpful? Give feedback.
-
well did you add ",usb-conn-type=ipv4,usb-conn-addr=127.0.0.1,usb-conn-port=8030" to the -M flag when you're running the emulated iPhone and also add -usb -device usb-ehci,id=ehci "-device usb-tcp-remote,conn-type=ipv4,conn-addr=127.0.0.1,conn-port=8030,bus=ehci.0" to the command line of the companion VM? these must be added for the vm to recognize the iphone |
Beta Was this translation helpful? Give feedback.
-
Yes, I am sure. I added the first piece of the arugments to the iOS booter, and the second part of arguments to the Companion booter. Neither of them worked. |
Beta Was this translation helpful? Give feedback.
-
I see, but I don't know if this sounds obvious, but have you made sure you
installed all of the required libimobiledevice tools?
…On Fri, Jun 27, 2025 at 22:12 Tyler ***@***.***> wrote:
*Opuqide* left a comment (ChefKissInc/QEMUAppleSilicon#110)
<#110 (comment)>
Yes, I am sure. I added the first piece of the arugments to the iOS
booter, and the second part of arguments to the Companion booter. Neither
of them worked.
—
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BPEDGBRZXXIUJOQBWLKGBYD3FX22BAVCNFSM6AAAAACAJW7ANGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAMJUHAZTSNRZG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I ran That means running
Neither? You need to use both at the same time. Not only a listening socket where nothing connects to or some connect() syscall that tries to connect to nothing. |
Beta Was this translation helpful? Give feedback.
-
How am I supposed to do that? What step was that discussed in? |
Beta Was this translation helpful? Give feedback.
-
That won't help if he can't even see the virtual iPhone using
Let's say it that way, the Companion VM is the web server in this comparison and the iPhone VM the web browser. You need both existing at the same time, otherwise you wouldn't have much to do. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the necrobump, but I think I've just found the issue of your problem: Are you sure that If you get the error |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got Arch Linux installed on the Companion VM, and install the necessary dependencies for the restore to work. As soon as I launch Arch before iOS, then launch the iOS VM, the iPhone does NOT show up, according to
ideviceinfo
, noridevicerestore
. Am I doing something wrong or is something broken?Beta Was this translation helpful? Give feedback.
All reactions