View Single Post
 
Old 06-21-2012, 09:20 PM
frisco2's Avatar
frisco2 frisco2 is offline
Jaguar
 
Join Date: Jun 2012
Posts: 52
Quote:
Originally Posted by felipeunix View Post
Can you explain?

Since 1073 installed ...

1 - upgraded to 1074.
2 - put the kernel "bronzovkAnVoodoo_0_9_26"
3 - I applied the patch "amd_insn_patcher_src.zip"

So now I'm not even allowed to copy a file. And Disk Utility does not recognize the device any more. It really is very odd.

What did I do wrong?

ps: but the applications were running smoothly both 32bit and 64bit
that's what I did, then the problems were gone

take this >>>> http://osx86.co/f36/legacy-kernel-10...post55947.html




amd_ins_patcher_src.zip ( IOHIDFamily nintervalcheck.kext.zip --> S/L/E )


and use the How-To by AkimoA (root86.org)


AMD binary patching!

Unzip the file'm amd_insn_patcher and copy it to
/usr/bin

then open the Terminal

Then you give the command:

code:

sudo-s
amd_insn_patcher / usr / lib / libSystem.B.dylib / usr / lib / libSystem.B.dylib.patched
mv / usr / lib / libSystem.B.dylib.patched / usr / lib / libSystem.B.dylib

amd_insn_patcher / usr / lib / dyld / usr / lib / dyld.patched
mv / usr / lib / dyld.patched / usr / lib / dyld


amd_insn_patcher
mv

amd_insn_patcher / System / Library / QuickTime / QuickTimeComponents.component / Contents / MacOS / QuickTime Components / System / Library / QuickTime / QuickTimeComponents.component / Contents / MacOS / QuickTimeComponents.patched
mv / System / Library / QuickTime / QuickTimeComponents.component / Contents / MacOS / QuickTimeComponents.patched / System / Library / QuickTime / QuickTimeComponents.component / Contents / MacOS / QuickTime Components

amd_insn_patcher / System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar / System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar.patched
mv / System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar.patched / System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar



Then the repair permissions and re-enter the following in the terminal.
code:
sudo update_dyld_shared_cache

Last edited by frisco2; 06-21-2012 at 09:27 PM.
Reply With Quote