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

usbmuxd error on iOS 11 #72

Closed
JoseCarlosGarcia95 opened this issue Jun 18, 2017 · 1 comment
Closed

usbmuxd error on iOS 11 #72

JoseCarlosGarcia95 opened this issue Jun 18, 2017 · 1 comment

Comments

@JoseCarlosGarcia95
Copy link

01:56:55 lockdown.c:675 lockdownd_client_new(): device udid: <udid>
01:56:55 lockdown.c:405 lockdownd_query_type(): called
01:56:55 property_list_service.c:128 internal_plist_send(): sending 284 bytes
01:56:55 service.c:140 service_send(): sending 4 bytes
01:56:55 service.c:140 service_send(): sending 284 bytes
01:56:55 property_list_service.c:133 internal_plist_send(): sent 284 bytes
01:56:55 property_list_service.c:134 internal_plist_send(): printing 284 bytes plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>idevicepair</string>
	<key>Request</key>
	<string>QueryType</string>
</dict>
</plist>
01:56:55 property_list_service.c:193 internal_plist_receive_timeout(): initial read=4
01:56:55 property_list_service.c:202 internal_plist_receive_timeout(): 297 bytes following
01:56:55 property_list_service.c:215 internal_plist_receive_timeout(): received 297 bytes
01:56:55 property_list_service.c:241 internal_plist_receive_timeout(): printing 297 bytes plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Request</key>
	<string>QueryType</string>
	<key>Type</key>
	<string>com.apple.mobile.lockdown</string>
</dict>
</plist>
01:56:55 lockdown.c:421 lockdownd_query_type(): success with type com.apple.mobile.lockdown
01:56:55 property_list_service.c:128 internal_plist_send(): sending 4924 bytes
01:56:55 service.c:140 service_send(): sending 4 bytes
01:56:55 service.c:140 service_send(): sending 4924 bytes
01:56:55 property_list_service.c:133 internal_plist_send(): sent 4924 bytes
01:56:55 property_list_service.c:134 internal_plist_send(): printing 4924 bytes plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Label</key>
	<string>idevicepair</string>
	<key>PairRecord</key>
	<dict>
		<key>DeviceCertificate</key>
		<data>
		*KEY*
		</data>
		<key>HostCertificate</key>
		<data>
		*KEY*
		</data>
		<key>RootCertificate</key>
		<data>
		*KEY*
		</data>
		<key>SystemBUID</key>
		<string>...</string>
		<key>HostID</key>
		<string>...</string>
		<key>EscrowBag</key>
		<data>
		*KEY*
		</data>
		<key>WiFiMACAddress</key>
		<string>...</string>
	</dict>
	<key>Request</key>
	<string>ValidatePair</string>
	<key>ProtocolVersion</key>
	<string>2</string>
</dict>
</plist>
01:56:55 idevice.c:399 internal_connection_receive_timeout(): ERROR: usbmuxd_recv_timeout returned -11 (Success)
01:56:55 service.c:163 service_receive_with_timeout(): could not read data
01:56:55 property_list_service.c:193 internal_plist_receive_timeout(): initial read=0
01:56:55 property_list_service.c:195 internal_plist_receive_timeout(): initial read failed!
ERROR: Device <udid> returned unhandled error code -8

Maybe something has been changed in the protocol?
I'm using Debian 9 and I'm using the latest version of libimobiledevice and usbmuxd.
Before updating to iOS 11, I hadn't any trouble with iOS 10.

@nikias
Copy link
Member

nikias commented Jun 18, 2017

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