I mOdified the original for dp8 using the instructions in this thread..
Awesome! I'm gonna try and modify the kext myself for PB3 and see how it goes.
I mOdified the original for dp8 using the instructions in this thread..
i already read through the whole thing, and i checked the links. but every link i checked had either ended their sales, or had been later discredited by someone who bought the unit and discovered that it didn't work/not what it claimed to be. so i wanted to know if anyone had a link that for sure worked that they themselves had used, because i can't find one myself.
New version, same problem
kextstat | grep AirPort
51 0 0xffffff7f81d27000 0x5d7000 0x5d7000 com.apple.driver.AirPort.Brcm4360 (900.19.8) <50 47 46 12 7 6 5 4 3 1>
53 0 0xffffff7f82370000 0x1f3000 0x1f3000 com.apple.driver.AirPort.Brcm4331 (800.20.24) <50 46 12 7 5 4 3 1>
No Handoff in Preferences/general
and after few minutes
kextstat | grep AirPort
53 0 0xffffff7f82370000 0x1f3000 0x1f3000 com.apple.driver.AirPort.Brcm4331 (800.20.24) <50 46 12 7 5 4 3 1>
Is there a solution for my case, please?
ioreg -l | grep "board-id" | awk -F\" '{print $4}'
only show: Mac-F22586C8
is it normal?
i have tried to edit the kext 4360 but without any good result
i have tried to delete kext 4331 too.
Help please
sudo kextcache -system-prelinked-kernel
sudo kextcache -system-caches
i already read through the whole thing, and i checked the links. but every link i checked had either ended their sales, or had been later discredited by someone who bought the unit and discovered that it didn't work/not what it claimed to be. so i wanted to know if anyone had a link that for sure worked that they themselves had used, because i can't find one myself.
I find what has consistently worked for me. is deleting the 4311 kext from with in the iofamily one and rebooting.. You dont need it and its easier and it works everytime.
Handoff/continuity works on MBP 2011 Early with OS X Yosemite Developer Preview 8. TESTED. I called my friend from MBP to his Nokia phone.
No hardware or software was modified.
Image
Let us know how it worked
Every time I try to make a call from my mac it fails.. BUt yet i have continuity working.. WTF?
16/09/14 23:19:17,308 sharingd[1801]: 23:19:17.306 : Starting Up...
16/09/14 23:19:17,314 sharingd[1801]: 23:19:17.313 : Device Capabilities (Handoff:YES, Instant Hotspot:YES, AirDrop:YES, Legacy AirDrop:YES, Remote Disc:NO)
16/09/14 23:19:17,462 sharingd[1801]: 23:19:17.461 : Stopping Handoff scanning
16/09/14 23:19:17,463 sharingd[1801]: 23:19:17.462 : Stopping Handoff scanning
16/09/14 23:19:17,783 sharingd[1801]: 23:19:17.782 : BTLE scanning started
16/09/14 23:19:17,784 sharingd[1801]: 23:19:17.783 : Scanning mode Everyone
16/09/14 23:19:17,799 sharingd[1801]: 23:19:17.798 : Stopping Handoff advertising
16/09/14 23:19:17,802 sharingd[1801]: 23:19:17.801 : Stopping Handoff scanning
16/09/14 23:19:17,804 sharingd[1801]: 23:19:17.804 : Stopping Handoff scanning
16/09/14 23:19:17,806 sharingd[1801]: 23:19:17.805 : Stopping Handoff advertising
16/09/14 23:19:17,807 sharingd[1801]: 23:19:17.807 : BTLE scanner Powered On
How did you fix it so what did you figure out with the encryption key?
It's not completely fixed yet.
Basically I deleted the Keychain, signed out off iCloud and my Apple ID (both via System Preferences and by right clicking on your user name in "Users & Griups" via "Advanced") and deleted a bunch of iCloud related .plist files in "~/Library/Preferences/".
Eventually upon signing back in it got itself an encryption key from Apple's servers (you cannot create one manually, as it's being maintained by a service called apple.com.continuity.encryption). When it got those "sharingd" finally reported advertising.
BUT - and this is my current issue - so far I've only been able to receive Handoffs (iPad Air to MBP 2011 and some newer Mac to MBP2011), not the other way round.
Apparently the other Mac requests the Handoff Decryption key from the 2011 Mac, but eventually times out.. no sign of the request in the log.
Btw, to debug the Sharing Daemon, open Console and go to "system.log" under Files, then set the Filter on the top right to "sharingd".
Update:
Finally got it working - apparently all this resulted from some legacy UUIDs flying around.
com.apple.sharingd.plist - Maintains information about Requests to other Handoff devices, particulary the times requests have been performed. If the initial handshake goes awry, it will wait for an amount of time before re-requesting the key.
com.apple.ids.deviceproperties.plist - Maintains a list of all devices it has connected to. If a device changes for some reason (e.g. reset) it's best to remove the key+dict entries for its ID.
This is quite easy on the Macs, but the only wait to get it back up working on the iPad was to go "Reset All Settings".
Anyway, I'm glad everything is working now.