Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dagnir7

macrumors newbie
Oct 23, 2014
3
0
this

cXVGzG.png

can this work with my MBP late 2011?
 

ivandr

macrumors regular
Jul 1, 2010
246
61
After doing some research for the past few hours there might still be chance for the 2011 macbook pros to get the features that require bluetooth 4.0 / LE

As it turns out the 2011 MacBook Pro can use the same Airport/Bluetooth card as the mid 2012 Macbook pro and its user replaceable so by replacing the 2011 macbook pro Airport/Bluetooth card you should have the ability to use Handoff/continuity

View attachment 477577

after replacing your bluetooth card with a bluetooth LE/4 card

make sure the bluetooth card is BCM94331PCIEBT4CAX

if it docent have the C then its a bluetooth 2 card which wouldn't work

do the following
1. on your desktop press command+shift+g
2. type: /system/library/extensions/
3. find: IO80211Family.kext in the extensions folder and copy it to your desktop
4. on the new copy show package contents > Contents > PlugIns > AirPortBrcm4360.kext > show package contents > Contents > MacOS > open AirPortBrcm4360 with 0xED
5. Text search Mac- it should be followed by a number
6. type the below code in terminal this will show your board id example early 2011 macbook pro is Mac-94245B3640C91C81
Code:
ioreg -l | grep "board-id" | awk -F\" '{print $4}'
7. replace the first number in your kext with the number u get in terminal
8. save it
9. go to terminal and paste:
Code:
sudo nvram boot-args="kext-dev-mode=1"
10. delete the original IO80211Family.kext in system>library>extensions
11. restart
12. your wifi will not be working after restart
13. use kextdrop to install the modified kext
14. restart
15. your wifi should start working again after installing the kext and restarting
16. go to system preferences > general and there should be an option to enable handoff

these are the exact steps i did with OS X Yosemite gold master candidate on a 13 inch early 2011 macbook pro and got handoff working with my iPhone 5s running iOS 8.0.2

So the graphic you're including in the OP means that only 2011+ Macbook Pros can be updated with a newer (BT 4.0 LE) chip, older Macbook Pros won't work?

(Sorry I didn't read through all 45 pages in this thread, hoping someone can answer quickly about whether my 2009 MBP would be upgradeable).
 

aw93

macrumors newbie
Oct 23, 2014
1
0
Hi guys, i'm new on this forum but followed this thread since a few days. I'm also looking for a bluetooth card but can't find a right one for a normal price. Or they're out of stock at eBay.

I know the card needs the BCM94331PCIEBT4CAX en i've also seen the one on alieexpress.com but I need to pay with PayPal and that's not possible there.

Please can someone help me out and share a link?

thnx

sorry for my english, i'm a dutchman ;)
 

slazh

macrumors newbie
Oct 19, 2014
9
0

anazaryev

macrumors newbie
Oct 23, 2014
4
0
macbook mid 2011 not working

hello! do you have idea why the activation tool might not help to activate mid-2011 macbook air?

everything seems to be fine, just the handoff option does not appear in settings and in "about this mac":
Bluetooth Low Energy Supported: Yes
Handoff Supported: No
Instant Hotspot Supported: No


the results of activation tool re-run:
Verifying Mac model reference... OK
Verifying OS X version... OK
Verifying Bluetooth hardware... OK
Verifying Mac board-id... OK
Verifying active AirPort drivers... OK
Verifying OS kext protection... OK
Verifying kexts readability... OK
Verifying Bluetooth blacklist status... OK
Verifying Wi-Fi whitelist status... OK

No changes were applied, your system seems to be already OK for Continuity
 

UncleSchnitty

macrumors 6502a
Oct 26, 2007
851
14
hello! do you have idea why the activation tool might not help to activate mid-2011 macbook air?

everything seems to be fine, just the handoff option does not appear in settings and in "about this mac":
Bluetooth Low Energy Supported: Yes
Handoff Supported: No
Instant Hotspot Supported: No


the results of activation tool re-run:
Verifying Mac model reference... OK
Verifying OS X version... OK
Verifying Bluetooth hardware... OK
Verifying Mac board-id... OK
Verifying active AirPort drivers... OK
Verifying OS kext protection... OK
Verifying kexts readability... OK
Verifying Bluetooth blacklist status... OK
Verifying Wi-Fi whitelist status... OK

No changes were applied, your system seems to be already OK for Continuity
Have you attempted to modify your kexts before?
 

anazaryev

macrumors newbie
Oct 23, 2014
4
0
kexts

Have you attempted to modify your kexts before?

I have... no success either

I dropped the original kexts before running the activation tool. i did the following:
1 sudo nvram boot-args="kext-dev-mode=1"
2 reboot
3 delete old kexts
4 used kext drop for the backed up ones
5 sudo kextcache -system-prelinked-kernel
6 sudo kextcache -system-caches
7 reboot

was that right?
 

UncleSchnitty

macrumors 6502a
Oct 26, 2007
851
14
I have... no success either

I dropped the original kexts before running the activation tool. i did the following:
1 sudo nvram boot-args="kext-dev-mode=1"
2 reboot
3 delete old kexts
4 used kext drop for the backed up ones
5 sudo kextcache -system-prelinked-kernel
6 sudo kextcache -system-caches
7 reboot

was that right?
Are you certain that the kexts you are dropping back in weren't modified by accident? open them in 0xed and double check. It sounds like you are dropping in kexts that were modified in some way.
 

anazaryev

macrumors newbie
Oct 23, 2014
4
0
Are you certain that the kexts you are dropping back in weren't modified by accident? open them in 0xed and double check. It sounds like you are dropping in kexts that were modified in some way.

just double-checked this. they're originals :( - I kept them in a separate place, not desktop
 

UncleSchnitty

macrumors 6502a
Oct 26, 2007
851
14
I have... no success either

I dropped the original kexts before running the activation tool. i did the following:
1 sudo nvram boot-args="kext-dev-mode=1"
2 reboot
3 delete old kexts
4 used kext drop for the backed up ones
5 sudo kextcache -system-prelinked-kernel
6 sudo kextcache -system-caches
7 reboot

was that right?
try agin and do a reboot between steps 3 and 4 along with the 2 sudo commands.

----------

just double-checked this. they're originals :( - I kept them in a separate place, not desktop
Like this:

1 sudo nvram boot-args="kext-dev-mode=1"
2 reboot
3 delete old kexts
4 sudo kextcache -system-prelinked-kernel
5 sudo kextcache -system-caches
6 repair permissions
7 reboot
8 used kext drop for the backed up ones
9 sudo kextcache -system-prelinked-kernel
10 sudo kextcache -system-caches
11 repair permissions
12 reboot
 

jamneran

macrumors newbie
Oct 23, 2014
1
0
Mail handoff hangs

Late 2011 15" macbook pro with a successful upgrade. The only Handoff problem I've seen is with Mail. When I begin composing on my iPhone, then click Handoff on my macbook pro, the window begins loading, but never finishes. Can't interact with it, only force close. Anyone else experiencing this problem?
 

imilad

macrumors newbie
Oct 23, 2014
5
0
Hello,

I've just done the first 6 steps. My wifi and bluetooth in the menu bar says "no hardware installed". I'm really freaking out. I don't want the handoff anymore please someone just help me get my wifi and bluetooth back. Thanks.


Drop your original Kexts back in and use in terminal:
Code:
sudo kextcache -system-prelinked-kernel
Code:
sudo kextcache -system-caches
 

Lem3ssie

macrumors regular
Aug 19, 2014
123
1
Anyone who still has problem, I can check with Messages screen sharing fonction. i've done it many times with 100% success. Just in case...
 

ravheart

macrumors newbie
Oct 24, 2014
3
0
Verifying Mac model reference... WARNING. The compatibility of this Mac Model (MacBookPro8,3) with this mod is unknown and may have unpredictable results
Do you want to proceed anyways?
1) Yes
2) No
-------------------
--- Initiating system compatiblity check ---

Verifying Mac model reference... WARNING. The compatibility of this Mac Model (MacBookPro8,3) with this mod is unknown and may have unpredictable results
Verifying OS X version... OK. Mac OS X 10.10 detected
Verifying Bluetooth hardware... OK. Bluetooth 4.0 LE detected (LMP Version 6)
Verifying Mac board-id... OK. Long board id detected: Mac-942459F5819B171B
Verifying active AirPort drivers... OK. Broadcom AirPort driver Brcm4331 is currently active
Verifying OS kext protection... OK. Kext developer mode is active
Verifying kexts readability... OK. Wi-Fi and Bluetooth kexts were found and could be read
Verifying Bluetooth blacklist status... OK. Your Mac model is not blacklisted
Verifying Wi-Fi whitelist status... OK. The whitelist is correctly patched with your board-id

Press any key to go back to the main menu...

-----------------------------------------------------

i'm early 2011 17'' MC725. Changed the card already.
what should i do?
 

Lem3ssie

macrumors regular
Aug 19, 2014
123
1
Verifying Mac model reference... WARNING. The compatibility of this Mac Model (MacBookPro8,3) with this mod is unknown and may have unpredictable results
Do you want to proceed anyways?
1) Yes
2) No
-------------------
--- Initiating system compatiblity check ---

Verifying Mac model reference... WARNING. The compatibility of this Mac Model (MacBookPro8,3) with this mod is unknown and may have unpredictable results
Verifying OS X version... OK. Mac OS X 10.10 detected
Verifying Bluetooth hardware... OK. Bluetooth 4.0 LE detected (LMP Version 6)
Verifying Mac board-id... OK. Long board id detected: Mac-942459F5819B171B
Verifying active AirPort drivers... OK. Broadcom AirPort driver Brcm4331 is currently active
Verifying OS kext protection... OK. Kext developer mode is active
Verifying kexts readability... OK. Wi-Fi and Bluetooth kexts were found and could be read
Verifying Bluetooth blacklist status... OK. Your Mac model is not blacklisted
Verifying Wi-Fi whitelist status... OK. The whitelist is correctly patched with your board-id

Press any key to go back to the main menu...

-----------------------------------------------------

i'm early 2011 17'' MC725. Changed the card already.
what should i do?

Yes, everything is fine.
 

Lem3ssie

macrumors regular
Aug 19, 2014
123
1
Thanks.
But still now i can't use handoff.
Even i can't see the handoff switch in General

Disconnect from Imessage, Messages, Facetime, iCloud on both ios and Yosemite, restart devices.

Then sign in with your icloud id, the same for all i mentionned.

Wait a few minutes and go to your keychain, wait for encryption and decryption keys to populate it.

Then you sould be able to use Continuity.
 

neiives

macrumors newbie
Oct 21, 2014
3
0
Continuity on MBP early 2011 WORKED (for moments)

Something awkward happens to me yesterday..

I was working on my MBP early 2011 with stock BT board and i plugged in a "problematic" USB pen and my MBP reboots.

When it finished the startup and arrived to desktop I receive a call on my iPhone 4s, so i pick up my iphone and at the exact moment i answer the call i look at the screen of my MBP and i saw the continuity notification to answer or reject the call.

When i saw that it was too late because i was already answering it on my iPhone.

When i finished the call, i try from other phone call to myself hopping for the continuity notification on my MBP but it doesn't appear anymore.

I'm thinking that this was some king of bug..
 

ravheart

macrumors newbie
Oct 24, 2014
3
0
Disconnect from Imessage, Messages, Facetime, iCloud on both ios and Yosemite, restart devices.

Then sign in with your icloud id, the same for all i mentionned.

Wait a few minutes and go to your keychain, wait for encryption and decryption keys to populate it.

Then you sould be able to use Continuity.

it still not...

attachment.php
 

Attachments

  • Screen Shot 2014-10-24 at 6.36.50 PM.png
    Screen Shot 2014-10-24 at 6.36.50 PM.png
    92.1 KB · Views: 1,144

mrbyu

macrumors 6502
Jul 5, 2011
325
65
Something awkward happens to me yesterday..

I was working on my MBP early 2011 with stock BT board and i plugged in a "problematic" USB pen and my MBP reboots.

When it finished the startup and arrived to desktop I receive a call on my iPhone 4s, so i pick up my iphone and at the exact moment i answer the call i look at the screen of my MBP and i saw the continuity notification to answer or reject the call.

When i saw that it was too late because i was already answering it on my iPhone.

When i finished the call, i try from other phone call to myself hopping for the continuity notification on my MBP but it doesn't appear anymore.

I'm thinking that this was some king of bug..

Call forwarding and SMS relay works on every Mac that is capable of running Yosemite, without any tinkering, because it doesn't rely on BLE, it uses plain wifi. It's not the fact that it worked for you is surprising, but that it hasn't so far... :eek:

Continuity is a generic name of the following features:

- Call relay (doesn't require BLE)
- SMS relay (doesn't require BLE)
- Handoff (requires BLE)
- Instant Hotspot (requires BLE)

This thread is about enabling the latter two, the former two should work on every Mac in the first place.
 

naterbater236

macrumors newbie
Oct 24, 2014
1
0
This is my first post but I thought I'd share, and I apologize if this has been covered already.

I have a late 2011 MBP that was not able to airdrop to my iPhone 6+. I ordered a new Airport card from Sears (yes Sears). It took about a week to arrive. I switched it out this morning, ran the Continuity Activation Tool, and now I can successfully airdrop to, and from, my iPhone. Super easy.

*edit* when I purchased this on 10/16 the price was $14.30, now it showing $60.50. I guess supply and demand is kicking in..
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.