Contribute
Register

Handoff Option Missing in Yosemite

Status
Not open for further replies.
RehabMan,

Just tried and realised I was on 10.10.3?

Tried entering the Find and Replace values in the KextsToPatch on config.plist. That was all I tried and after a restart no luck the option was still missing?

Post config.plist.
 
See attached, that's all I've done so far, where there any extra steps other than entering the kext patch in the config.plist?
 
I have removed those lines in the config.plist now when restarting and booting again using: -v kext-dev-mode=1 i'm getting the following:

2015-04-30 16.18.43.jpg

I'm a bit unsure what is meant by binary patch? Where is this done...

I have the Broadcom BCM94360CD adapter.

Thanks for your help here btw, I think I've messed up here now though - i was a bit hasty without knowing entirely what i was doing...
 
I have removed those lines in the config.plist now when restarting and booting again using: -v kext-dev-mode=1 i'm getting the following:

View attachment 135811

Post config.plist.

I'm a bit unsure what is meant by binary patch? Where is this done...

A binary patch is done with Clover config.plist KextsToPatch. Refer to Clover wiki for more info: http://clover-wiki.zetam.org/Home

I have the Broadcom BCM94360CD adapter.

Covered at link already provided. Note:
BT Handoff (10.10 and newer)
Requires AirPortBrcm4360 WiFi Support and BT4LE
Patches/Credit: Dokterdok ​(Select one)
10.10.2 and newer, Handoff (working)/Hotspot (not tested)
Binary patch: IOBluetoothFamily
Find: 48 85 C0 74 5C 0F B7 48
Replace: 41 BE 0F 00 00 00 EB 59
 
Thanks RehabMan, do you have any ideas how I can get to boot, seems I've messed some config up and now unable to boot?
 
Thanks RehabMan, do you have any ideas how I can get to boot, seems I've messed some config up and now unable to boot?

No idea without seeing your config.plist.
 
Here is my config.plist but the HandOff fix KextsToPatch has been deleted.
 

Attachments

  • config.plist
    4.6 KB · Views: 238
Here is my config.plist but the HandOff fix KextsToPatch has been deleted.

Please (re)post original config.plist. My intention was to compare them. But it looks like you removed the attachment. Otherwise, no idea.

Note that your current config.plist still has the bogus Handoff patch.
 
Thanks, really appreciate your help.

Going to re-install Yosemite, and then report back.

So next time I do it I just put the following in the KextsToPatch part of the config.plist:

<dict>
<key>Name</key>
<string>HandOff Fix</string>
<key>Find</key>
<data> 48 85 C0 74 5C 0F B7 48</data>
<key>Replace</key>
<data>41 BE 0F 00 00 00 EB 59</data>
</dict>

Is the above correct?

What relevance does this have? Do i need to do any of this after patching in the config.plist

    1. 10.10 and 10.10.1, Handoff/Hotspot
      1. Binary patch: IOBluetoothFamily
        1. Find: 8B 87 8C 01 00 00
        2. Replace: B8 0F 00 00 00 90
  1. Installation ​(Select one method)
    1. Kext/binary patch
      1. Download (View Raw) wireless_bcm94352-100.command.zip
      2. Double click Downloads/wireless_bcm94352-100.command
        1. Select patch
          1. Handoff only
    2. Clover/kext patch
      1. Download (View Raw)
        1. 10.10.2 and newer, config-bcm94352-102.plist.zip
        2. 10.10 and 10.10.1, config-bcm94352-100.plist.zip
      2. Paste patch to config.plist/KernelAndKextPatches/KextsToPatch
        1. BT4LE-Handoff-Hotspot

 
Status
Not open for further replies.
Back
Top