网上有很多修改SMBIOS、UUID的教程,如果按我这个教程走完没用的话,先去shake一个新的码。

原贴地址:https://hackintosher.com/guides/quick-fixes-facetime-icloud-imessage-hackintosh-not-working/

按这个教程的前两步走完就可以使用iMessage和FaceTime了,并且照片图库的iCloud同步功能也可以使用。目前我的电脑除了睡眠有bug以外已经完美黑苹果(Mojave)。

注意:我是在换了网卡后才启用的iMessage!我觉得之前死活激活失败是因为网卡不支持。不要买USB外置网卡,买一个20块的AR5B195,或者多花点钱买个博通的就能完美支持!

我把教程的前两步移植了过来。

第一步:

在终端中运行下面两行命令

sudo rm -rf /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
sudo rm -rf /Library/Preferences/SystemConfiguration/preferences.plist

需要输入mac的密码以管理员权限运行。

重启Mac,也许这一步之后你已经可以使用iMessage、FaceTime和照片图库了。

第二步:

在终端中运行以下命令

sudo rm -rf ~/Library/Caches/com.apple.iCloudHelper* \
            ~/Library/Caches/com.apple.Messages* \
            ~/Library/Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent* \
            ~/Library/Preferences/com.apple.iChat* \
            ~/Library/Preferences/com.apple.icloud* \
            ~/Library/Preferences/com.apple.imagent* \
            ~/Library/Preferences/com.apple.imessage* \
            ~/Library/Preferences/com.apple.imservice* \
            ~/Library/Preferences/com.apple.ids.service* \
            ~/Library/Preferences/com.apple.madrid.plist* \
            ~/Library/Preferences/com.apple.imessage.bag.plist* \
            ~/Library/Preferences/com.apple.identityserviced* \
            ~/Library/Preferences/com.apple.ids.service* \
            ~/Library/Preferences/com.apple.security* \
            ~/Library/Messages

重启Mac。

如果这两步不能解决您的问题,那么请去Google查找用clover configuration重设序列号的教程,或者参照教程原贴里面的后面几步。