Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the deviceinfo on WiFi ? #138

Open
yunhailu opened this issue May 11, 2022 · 2 comments
Open

How to get the deviceinfo on WiFi ? #138

yunhailu opened this issue May 11, 2022 · 2 comments

Comments

@yunhailu
Copy link

yunhailu commented May 11, 2022

No description provided.

@yunhailu
Copy link
Author

I can see function "ideviceinfo -n" in libimobiledevice. How could I get device infomation with go-ios.
Then, could I automatic sync "Show this iphone on WiFi" on MacOS.

@yunhailu yunhailu changed the title How to get the deviceinfo on Wifi How to get the deviceinfo on WiFi ? May 11, 2022
@nanoscopic
Copy link
Contributor

nanoscopic commented Nov 18, 2022

go-ios communicates with the usbmuxd socket file. When wifi debugging is enabled on a device, ideviceinfo -n can be used to get info through the wifi endpoint instead of through usbmuxd.

go-ios does not have support to communicate to the wifi endpoint at this time.

It seems like you are asking if enabling the phone as a wifi debugging device can be automated. Yes and no. I looked into this. go-ios can do the things needed, but you still need to manually connect the device to a machine first, then pair it, and then it could be automated.

If that is what you are requesting, please change the ticket title to "please add commands to enable wifi debugging on device"

If what you are asking is "how do I use go-ios with wifi debugging enabled devices" then please change the title to "please add support to use go-ios with wifi debugging enabled devices".

If what you are asking is "how do I fetch device information of a device" then please read the documentation and close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants