diff --git a/src/ios-deploy/ios-deploy.m b/src/ios-deploy/ios-deploy.m index 41f0b933..d27f43b6 100644 --- a/src/ios-deploy/ios-deploy.m +++ b/src/ios-deploy/ios-deploy.m @@ -1304,7 +1304,7 @@ ServiceConnRef start_remote_debug_server(AMDeviceRef device) { NSLogOut(@"Waiting for the device to scan mounted image"); sleep(1); break; - case 0x800002d: + case 0xe800002d: NSLogOut(@"Reconnecting to device"); // We dont call AMDeviceStopSession as we cannot send any messages anymore check_error(AMDeviceDisconnect(device));