Jump to content
4 posts in this topic

Recommended Posts

Hello! 

How can I inject new string of boardID parameter in AppleGraphicsDevicePolicy.kext in info.plist?

This must be simple way to add this parameter like in dAGPM.kext, that have only info.plist inside.....

I try to create dAGDP.kext analogue, but this is not working inside clover/kexts and S/L/E

Please help!

Снимок экрана 2018-06-02 в 1.46.49.png

infoplist patching with Clover only supports patching the string with the exact same amount of bits of the string that the info.plist currently has. Example if you want to patch a string with 4 characters like NONE, the patch would also have to be 4 characters like DONE.

10 hours ago, Pavo said:

infoplist patching with Clover only supports patching the string with the exact same amount of bits of the string that the info.plist currently has. Example if you want to patch a string with 4 characters like NONE, the patch would also have to be 4 characters like DONE.

 

I already trying all from this post topic

 

 

If i replace patched kext via KextUtility it works.

Seems to be Plist patch via clover just doesn't work. 

Please help

Many people have been looking for a Clover "on the fly" info.plist patch to be done at every boot but it fails because Clover's info.plist patches are only visible in the kext caches and it doesn't change the actual info.plist file. It seems that more than one kexts are reading the ConfigMap from the info.plist in it's actual file path, so putting "none" in the kext cache changes nothing. This also makes it impossible to use the dummy kext method. Even if you get a dummy kext with a patched info.plist to load instead of the original kext, the info.plist will still be read from the original kext's file path.

×
×
  • Create New...