- Joined
- Sep 9, 2014
- Messages
- 287
- Motherboard
- Asus Z97-A/USB3.1
- CPU
- i7-4790
- Graphics
- RX 580
- Mac
-
- Classic Mac
-
- Mobile Phone
-
On the EFI partition, navigate to the folder CLOVER
(/Volumes/EFI/EFI/CLOVER )
and locate the file config.plist, save a copy of it somewhere safe, then open this /Volumes/EFI/EFI/CLOVER/config.plist file in a text editor. [Note: if you have XCode installed and double-click on the file, it may open in Xcode’s plist editor. Not a big deal, but using XCode to make the changes is outside the scope of this note.]
Scroll down to the section with the key called KernelAndKextPatches to the sub-section called KextsToPatch. Depending on where you got the config file from it may look like:
Code:[FONT=Menlo] <key>KextsToPatch</key>[/FONT] [FONT=Menlo] <array>[/FONT] [FONT=Menlo] <dict>[/FONT] [FONT=Menlo] <key>Comment</key>[/FONT] [FONT=Menlo] <string>External icons patch</string>[/FONT] [FONT=Menlo] <key>Find</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] RXh0ZXJuYWw=[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] <key>Name</key>[/FONT] [FONT=Menlo] <string>AppleAHCIPort</string>[/FONT] [FONT=Menlo] <key>Replace</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] SW50ZXJuYWw=[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] </dict>[/FONT] [FONT=Menlo] </array>[/FONT]
Add in the new part so that it looks like:
Code:[FONT=Menlo] <key>KextsToPatch</key>[/FONT] [FONT=Menlo] <array>[/FONT] [FONT=Menlo] <dict>[/FONT] [FONT=Menlo] <key>Comment</key>[/FONT] [FONT=Menlo] <string>External icons patch</string>[/FONT] [FONT=Menlo] <key>Find</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] RXh0ZXJuYWw=[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] <key>Name</key>[/FONT] [FONT=Menlo] <string>AppleAHCIPort</string>[/FONT] [FONT=Menlo] <key>Replace</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] SW50ZXJuYWw=[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] </dict>[/FONT] [FONT=Menlo] <dict>[/FONT] [FONT=Menlo] <key>Comment</key>[/FONT] [FONT=Menlo] <string>IOBluetoothFamily - Continuity & Hand-off</string>[/FONT] [FONT=Menlo] <key>Find</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] i4eMAQAA[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] <key>Name</key>[/FONT] [FONT=Menlo] <string>IOBluetoothFamily</string>[/FONT] [FONT=Menlo] <key>Replace</key>[/FONT] [FONT=Menlo] <data>[/FONT] [FONT=Menlo] uA8AAACQ[/FONT] [FONT=Menlo] </data>[/FONT] [FONT=Menlo] </dict>[/FONT] [FONT=Menlo] </array>[/FONT]
Save it, restart your machine and the bluetooth software changes are there assuming you already have the bluetooth equipment and kexts, etc.
Please note: One thing that has not been mentioned so far is that Apple’s Firewall can affect using the Handoff/Continuity features. If you have the firewall turned on, (in the System Preferences under Security and Privacy) make sure it is set to allow incoming connections. Adjusting other kinds of firewalls is way beyond the scope of this note.
I don't have a subsection called " KextsToPatch" under KernelAndKextPatches.
Here is what mine shows:

What do I do with this?
Thanks
Len