fritzlb / iOS17-JIT-WIN

Enable JIT on iOS 17 using a windows PC
GNU General Public License v3.0
125 stars 4 forks source link

device not connected issue #39

Open lshowi opened 2 months ago

lshowi commented 2 months ago

D:\emulation\JIT\iOS17-JIT-WIN-main\iOS17-JIT-WIN-main>python jit_enabler_better.py me.oatmealdome.dolphinios-njb.KDT27SZSCV Getting bundle ID... Got bundle ID: me.oatmealdome.dolphinios-njb.KDT27SZSCV starting tunnel to device... This might take a while. In case it freezes, either close this window and kill every python process in task manager or simply reboot your PC. It seems like your device isn't connected. : [b'\x1b[32m2024-04-18 17:56:16\x1b[0m \x1b[35mLeesLaptop\x1b[0m \x1b[34mwintun[10916]\x1b[0m \x1b[1;30mINFO\x1b[0m WetestUsbFilter driver use current version: 11.36.33.666, [11.36.33.666] tested.\r\n', b'\x1b[32m2024-04-18 17:56:16\x1b[0m \x1b[35mLeesLaptop\x1b[0m \x1b[34mwintun[10916]\x1b[0m \x1b[1;30mINFO\x1b[0m WeTestUsbNcm driver use current version: 11.36.59.886, [11.36.59.886] tested.\r\n', b'\x1b[32m2024-04-18 17:56:16\x1b[0m \x1b[35mLeesLaptop\x1b[0m \x1b[34mwintun[10916]\x1b[0m \x1b[1;30mINFO\x1b[0m use existing WeTestUsbFilter driver.\r\n', b'\x1b[32m2024-04-18 17:56:16\x1b[0m \x1b[35mLeesLaptop\x1b[0m \x1b[34mwintun[10916]\x1b[0m \x1b[1;30mINFO\x1b[0m use existing WeTestUsbNcm driver.\r\n', b'\x1b[32m2024-04-18 17:56:18\x1b[0m \x1b[35mLeesLaptop\x1b[0m \x1b[34mmain[10916]\x1b[0m \x1b[1;30mERROR\x1b[0m \x1b[31mDevice is not connected\x1b[0m\r\n']

I have the latest windows 10, and it has worked prior (but it couldn't find files which I solved by installing the slow version)

Thanks!

fritzlb commented 2 months ago

Once it's installed there's no difference between slow and fast. If it already worked once maybe ejecting the device in iTunes and rebooting is enough. I'd definitely try that before doing anything else. If it still doesn't work, check if the WeTest driver shows up in device manager (and if not maybe try to follow the steps I linked to in the Readme). If they do show up and it still doesn't work (but the device does show up in iTunes) that's a new bug worth investigating.

Also thank you for the full log and explanation, that makes things so much easier!