pujux / magic-carpet

Convenient Location Spoofing for iOS 17
GNU General Public License v3.0
44 stars 3 forks source link

self._validate_pairing() is not working on iPhone 14 pro max iOS 17.4.1 but working on iPhone 15 plus iOS 17.4.1 #2

Open chikiball opened 6 months ago

chikiball commented 6 months ago

On iPhone 15 plus (USB-C) the software worked, there was this error about OSError: [Errno 65] No route to host ... for a while then it was working afterwards. The "Trust this computer pop-up" also appeared on the iOS device. But on iPhone 14 pro max (lightning) the "Trust this computer pop-up" didn't appear, and after the [Errno 65] the last error line was if not self._validate_pairing(): . . . KeyError: EnumIntegerString.new(3, 'PUBLIC_KEY')

and the program stopped. I presume there are still problem with pymobiledevice3 package?

pujux commented 6 months ago

wow thats good to know, I'm using it with an iPhone 12 Pro Max (Lightning) and iPhone 14 Pro (Lightning) - they work fine on my laptop but I experienced it not working with the phones on another MacBook Pro... it's weird errors you cannot pinpoint to an exact problem... seems it's all with pymobiledevice3 yes