nythepegasus / SideJITServer

A JIT enabler for iOS 17 with a Windows/macOS computer on the same WiFi!
GNU General Public License v3.0
247 stars 17 forks source link

Errno 1 in pymobiledevice due to insufficient permissions. #52

Closed bwug closed 1 month ago

bwug commented 1 month ago

Version info:

Issue:

In pymobiledevice3/remote/tunnel_service.py, line 177 in start_tunnel self.tun = TunTapDevice() Leads to pytun.Error: [Errno 1] Operation not permitted I assume this is a sudo issue, however running sudo SideJitServer --pair results in a command-line error

bwug commented 1 month ago

Note

After reading into it more, it seems to be an issue with how iOS 17+ handles USB connections, changes implemented during the 16->17 updates have conflicted with Linux's USB drivers, I cannot find a solution myself and would suggest others who found this to use windows.