vinc3m1 / mac-pixel-clock-patch

36 stars 26 forks source link

10.9.5 support? #6

Open vkedwardli opened 9 years ago

vkedwardli commented 9 years ago

Tried dmayle's sudo perl -i.bak -pe '$before = qr"\x0F\x85\x9D\x03\x00\x00"s;s/$before/\xE9\x84\x03\x00\x00\x90/g;$before2 = qr"\x25\x26\x00\x48\x85\xC9\x74\x10"s;s/$before2/\x25\x26\x00\x48\x85\xC9\xEB\x11/g' /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

But seems not working on my 2013 MacBook Air, any one get a working 10.9.5? Thanks

Floris497 commented 9 years ago

I may install 10.9.5 for some old software today, i can try it.

tonyla commented 9 years ago

That command works you are most likely missing the second step of signing the patched IOKit

sudo codesign -f -s - /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

I confirmed that command works on my 2012 Mac Mini (with the additional command above)