Jump to content
8 posts in this topic

Recommended Posts

Whenever I update my OS X version I have to manually edit AppleIntelSNBGraphicsFB.kext binary.

 

I replace: 

0102 0400 1007 0000 1007 0000 
0503 0000 0200 0000 3000 0000 
0205 0000 0004 0000 0700 0000 
0304 0000 0004 0000 0900 0000 
0406 0000 0004 0000 0900 0000

with:

0102 0300 1007 0000 1007 0000 
0503 0000 0200 0000 3000 0000 
0205 0000 0008 0000 0600 0000 
0602 0000 0001 0000 0900 0000 
0000 0000 0000 0000 0000 0000

Is there a way I can have clover patch it for me, keeping the native Kext?

 

Thanks

cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY for example. I only have the numeral codes.

 

Correct!

 

I say that because Slice's example:

    <key>KernelAndKextPatches</key>
    <dict>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Power state 1 - 0</string>
                <key>Name</key>
                <string>AppleIntelHDGraphicsFB</string>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Find</key>
                <data>PGtleT5Qb3dlclN0YXRlczwva2V5PjxpbnRlZ2VyPjE8L2ludGVnZXI+</data>
                <key>Replace</key>
                <data>PGtleT5Qb3dlclN0YXRlczwva2V5PjxpbnRlZ2VyPjA8L2ludGVnZXI+</data>
            </dict>
        </array>
    </dict>

Solved! 

Reusing the topic: anyway to apply the same procedure to patch AppleHDA? I have to run a script every time it gets updated.

 

Of course!

And you will can read the guide in Portuguese  ;)

http://www.insanelymac.com/forum/topic/298132-guia-aio-guias-para-hackintosh/?p=2036502

×
×
  • Create New...