Tried two clean installs using the patcher and tried using continuity activation tool
I could not get CAT to work for me. so I made the changes my self. I found these directions on the CAT GitHub page:
"you need to find out your computer board id. It's different for every particular Mac model. For instance, my Mac board id is "Mac-F221BEC8" because it's a Mac Pro 5,1 of 2010. If it had been a Mac Pro 5,1 of 2012, its board id would be different. If you don't know yours, Google your specific model until you find two or three corroborating testimonies that what you find is, indeed, your computer board id.
So, repeating the explanation above that I posted 29 days ago, do the following:
- Using TextEdit or a similar tool, open /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist. You should see a list of board ids. Find the relevant entry for your model. Once found, you should see that it has one subelement called "ContinuitySupport". Presumably, it has the boolean value "false"; that should be changed to "true". Save the file.
- Study this command (it's one single line):
sudo -E perl -pi -e "s/\Mac-00BE6ED71E35EB86/\Mac-F221BEC8\0\0\0\0\0\0\0\0/" /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360
Notice that "F221BEC8\0\0\0\0\0\0\0\0" is the "short" board-id (excluding the "Mac-" part) of the Mac Pro 5,1 of 2010, followed by eight nulls, making up the 16 bytes used by the current "long" board ids. Now, edit the above line (for instance, using TextEdit) so that, instead of "F221BEC8\0\0\0\0\0\0\0\0" you paste whatever board id your computer has. If it is eight bytes long, remember to add the eight nulls. Now, double check that your modified line is the correct equivalent of the instruction above for your computer."
- Open Terminal. Select your previously edited instruction of step 2 and drag it to your Terminal window. Press Enter. You'll be prompted to enter your administrative password. Do it.
- Now you only need to delete the kext cache:
Enter this in Terminal:
cd /System/Library/Extensions/
sudo touch .
- Boot your computer.
Instant Hotspot, Handoff, Universal Clipboard and Apple Watch Unlock should work"
edit: you may need to type this into terminal as well. with your board id of course
sudo -E perl -pi -e "s/\Mac-00BE6ED71E35EB86/\Mac-YOUR BOARD ID HERE/“ /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC