openstf / ios-minicap

iOS Minicap provides a socket interface for streaming realtime screen capture data out of iOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when I use it,the device will reconnection

fenping opened this issue · comments

Can you, please, describe your issue?

  1. What you are doing (steps, following which i can reproduce the situation)
  2. Expected result
  3. Actual result

I met the same problem, @nwlunatic
you can just open xcode and watch the device list, use real iphone
focus on the real iphone device, and start minicap or connect minicap will cause real iphone to drop and connect again

This is because the active USB configuration changes. Normally, it's "PTP + Apple Mobile Device". When minicap (or QuickTime) runs, it changes to "PTP + Apple Mobile Device + Valeria". This causes a reconnection. When minicap ends, the configuration changes back, again triggering a brief disconnection. For that reason you must start minicap before anything else and keep it running the whole time.

iOS 10.3.1 will not reconnection, device seems disappear.