Dynamic Island Installation Fails on iOS 18.1.1 – Device Link Error 205
Opened this issue · 1 comments
After updating my iPhone XR from iOS 18.0 to iOS 18.1.1, the Dynamic Island feature stopped working. I attempted to reinstall the tweak using both MisakaX version 2.1.1 and 2.2. However, the installation fails with the following error log.
iOS Version: 18.1.1
iOS Name: iPhone XR
[Restore] C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data/tmp.plist -> /var/containers/Shared/SystemGroup/systemgroup.com.apple.mobilegestaltcache/Library/Caches/com.apple.MobileGestalt.plist
Traceback (most recent call last):
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\sparserestore\restore.py", line 87, in
main()
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\sparserestore\restore.py", line 46, in main
handle_exception(e, lockdown)
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\sparserestore\restore.py", line 79, in handle_exception
raise exception
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\sparserestore\restore.py", line 44, in main
restore_file(contents=e_contents, backup_path=backup_path, to_path=to_path, lockdown=lockdown)
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\python-3.12.5-embed-amd64\Lib\site-packages\exploit\restore.py", line 94, in restore_file
perform_restore(backup=back, lockdown=lockdown)
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\python-3.12.5-embed-amd64\Lib\site-packages\exploit_init_.py", line 12, in perform_restore
mb.restore(backup_dir, system=True, reboot=False, copy=False, source=".")
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\python-3.12.5-embed-amd64\Lib\site-packages\pymobiledevice3\services\mobilebackup2.py", line 140, in restore
dl.dl_loop(progress_callback)
File "C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data\python-3.12.5-embed-amd64\Lib\site-packages\pymobiledevice3\services\device_link.py", line 61, in dl_loop
raise PyMobileDevice3Exception(f'Device link error: {message[1]}')
pymobiledevice3.exceptions.PyMobileDevice3Exception: Device link error: {'ErrorCode': 205, 'ErrorDescription': 'Domain name cannot contain a slash (MBErrorDomain/205)', 'MessageName': 'Response'}
File copied successfully to C:\Users\Mukhtar Abdullahi\Downloads\misakaX-2.1.1-windows-edition\data/tmp.plist.
...
pymobiledevice3.exceptions.PyMobileDevice3Exception: Device link error: {'ErrorCode': 205, 'ErrorDescription': 'Domain name cannot contain a slash (MBErrorDomain/205)', 'MessageName': 'Response'}