Open sy6sy2 opened 4 years ago
So, it seems that we need to fake-sign with ldid ALL Mach-O files embedded in the app. After that the app runs well on Unc0verTV devices.
BUT, TopShelf still not works. And with the same deb file TopShelf works well on checkra1n devices.
Hi, I'm a member of the Kodi team and I work on the jailbreak support part.
At the moment our Kodi deb file works well on checkra1n devices but crash at launch on Unc0verTV devices (I talk about
dpkg -i
install method).Our app contains the main binary file (
kodi
), a TopShelf plugin withkodi-topshelf
binary file and a lot ofdylib
files.This is what we do (work well on checkra1n devices):
kodi
file withldid
and the correct entitlements filekodi-topshelf
file withldid
and without any entitlements filedylib
filesMy questions are:
dpkg -i
install?dylib
files as well)?kodi-topshelf
file with a correct entitlements file?Thank you!