RehabMan Posted June 22, 2015 Share Posted June 22, 2015 I created a handoff patch based on DoktorDok's patch in CAT. Comment: 10.11.dp BT4LE-Handoff-Hotspot, credit RehabMan based on Dokterdok patch Name: IOBluetoothFamily Find: <4885ff74 47488b07> Replace: <41be0f00 0000eb44> Not really tested yet, just verified that handoff/hotspot shows in System Information. Note: Specific to Broadcom (DoktorDok's patch for 10.10.x may be more generic)... 4 Link to comment Share on other sites More sharing options...
lisai9093 Posted June 22, 2015 Share Posted June 22, 2015 Cheers! I came up with the same binary patch as yours. And it works on my machine. Link to comment Share on other sites More sharing options...
RehabMan Posted June 23, 2015 Author Share Posted June 23, 2015 Cheers! I came up with the same binary patch as yours. And it works on my machine. Yes, someone else pointed that out (in PM). It would have been nice had google found it for me. I could have had an hour of my life back :-) Since both of us came up with the same, confirmation it must be close to Dokterdok's intention. 1 Link to comment Share on other sites More sharing options...
mendietinha Posted June 23, 2015 Share Posted June 23, 2015 very handy. Link to comment Share on other sites More sharing options...
mnfesq Posted June 24, 2015 Share Posted June 24, 2015 I created a handoff patch based on DoktorDok's patch in CAT. Comment: 10.11.dp BT4LE-Handoff-Hotspot, credit RehabMan based on Dokterdok patch Name: IOBluetoothFamily Find: <4885ff74 47488b07> Replace: <41be0f00 0000eb44> Not really tested yet, just verified that handoff/hotspot shows in System Information. Note: Specific to Broadcom (DoktorDok's patch for 10.10.x may be more generic)... I'm not sure I'm entering the patch correctly. Does it require the space in each string? Link to comment Share on other sites More sharing options...
artur_pt Posted June 24, 2015 Share Posted June 24, 2015 hello is working the patch in dp2 good hack Link to comment Share on other sites More sharing options...
RehabMan Posted June 24, 2015 Author Share Posted June 24, 2015 I'm not sure I'm entering the patch correctly. Does it require the space in each string? Make sure you use a plist editor, such as Xcode or PlistEdit Pro. Xcode uses < > for hex data in <data> items. Link to comment Share on other sites More sharing options...
mnfesq Posted June 24, 2015 Share Posted June 24, 2015 Make sure you use a plist editor, such as Xcode or PlistEdit Pro. Xcode uses < > for hex data in <data> items. Got it working. It wasn't the manner in which I entered the patch. I had used PlistEdit Pro after trying Clover Configurator. However, because this was not my main config.plist for Clover, the patch was in a file I called config2.plist. When booting up, I would enter Clover options and type in config2 for the config option. Apparently, it was already too late in the boot process (or config2 wasn't recognized) and hence, no working handoff patch. Is there a better way to use multiple config.plist files for Clover that you are aware of? Link to comment Share on other sites More sharing options...
RehabMan Posted June 24, 2015 Author Share Posted June 24, 2015 Is there a better way to use multiple config.plist files for Clover that you are aware of? I simply rename config.plist as needed. (eg. config_test1.plist, config_test2.plist, rename/move/copy to config.plist as required). Link to comment Share on other sites More sharing options...
Mrengles Posted August 26, 2015 Share Posted August 26, 2015 If your gonna use this patch while editing your config.plist file as text use below. <dict> <key>Comment</key> <string>Enable: Broadcom USB Bluetooth 4.0 Continuity Support</string> <key>Find</key> <data>SIX/dEdIiwc=</data> <key>Name</key> <string>IOBluetoothFamily</string> <key>Replace</key> <data>Qb4PAAAA60Q=</data> </dict> 1 Link to comment Share on other sites More sharing options...
RehabMan Posted August 26, 2015 Author Share Posted August 26, 2015 If your gonna use this patch while editing your config.plist file as text use below. <dict> <key>Comment</key> <string>Enable: Broadcom USB Bluetooth 4.0 Continuity Support</string> <key>Find</key> <data>SIX/dEdIiwc=</data> <key>Name</key> <string>IOBluetoothFamily</string> <key>Replace</key> <data>Qb4PAAAA60Q=</data> </dict> It is a correct translation of post #1. Note: I don't recommend editing config.plist with a text editor (which is why I didn't provide it in XML). Too much chance for human error. 1 Link to comment Share on other sites More sharing options...
rmihai81 Posted August 31, 2019 Share Posted August 31, 2019 Hello! I have Mojave and i use Bt 400 how to activate airdrop and continuity?My wifi dongle is Archer T2U.Thank you!!!! Link to comment Share on other sites More sharing options...
Recommended Posts