Jump to content

10.4.6 frameworks - Intel


B612
 Share

10 posts in this topic

Recommended Posts

Hi guys.

 

I think my question deserves your attention.

 

Since I have an Intel CPU (read my specs), I'd like to restore the Frameworks_disabled files.

 

Does anybody know how I can do that? I guess I have to reboot in single user mode... and then what command do I have to type?

 

Please, if you help me, I'm gonna remember your name in my testament!!! :graduated: (the only problem is that I'm broke! :D:happymac: )

Link to comment
Share on other sites

one at a time...

 

cp -R /path/tothe/Disabledframeworks/Nameofframework.framework /System/Library/Frameworks

 

-----------------------------------

 

or you could...

 

cd /path/tothe/Disabledframeworks

cp -R Nameofframework.framework /System/Library/Frameworks

 

------------------------------------

 

all at once...

 

cd /path/tothe/Disabledframeworks

cp -R *.framework /System/Library/Frameworks

 

not trying to be irritating, really. :)

i'd do it in single user mode, reboot and fix permissions via Disk Utility.

Link to comment
Share on other sites

Hi guys.

 

I think my question deserves your attention.

 

Since I have an Intel CPU (read my specs), I'd like to restore the Frameworks_disabled files.

 

Does anybody know how I can do that? I guess I have to reboot in single user mode... and then what command do I have to type?

 

Please, if you help me, I'm gonna remember your name in my testament!!! :D (the only problem is that I'm broke! :):D )

 

 

i've done some testing on the disabled framework folders with regards to my intel setup.

 

1.replaced Quartz Framework folder. OK

2.replaced Quartz Core folder. OK

3.replaced Core Audio folder OK

4.replaced OpenGL folder, but had to add the original "GLEngine.bundle" file back to the resources folder for it to be OK.

Otherwise, you get small horizontal color lines at boot and it stops there.

 

Do not replace:

1.Carbon Framework folder PROBLEMS

2.Core Services folder PROBLEMS

 

hope this helps

 

kaos

Link to comment
Share on other sites

in fact I had already replaced everything and now I have a big problem. I just see a sort of black screen instead of my desktop.

Now I am going to try to install the 10.4.5 upgrade and then 10.4.6, even though I doubt it'll work! :(

Link to comment
Share on other sites

Installed myzar 10.4.6 update from an install made with 10.4.5 myzar iso. It works just fine, good job!

I made a clone with RSyncX, thus I'm ready to test those frameworks.

 

But are they really useful? Could one explain what is each framework all about, and the benifits to upgrading those frameworks?

 

Thanks myzar!

 

;) U rock!

Link to comment
Share on other sites

i've done some testing on the disabled framework folders with regards to my intel setup.

 

1.replaced Quartz Framework folder. OK

2.replaced Quartz Core folder. OK

3.replaced Core Audio folder OK

4.replaced OpenGL folder, but had to add the original "GLEngine.bundle" file back to the resources folder for it to be OK.

Otherwise, you get small horizontal color lines at boot and it stops there.

 

Do not replace:

1.Carbon Framework folder PROBLEMS

2.Core Services folder PROBLEMS

 

hope this helps

 

kaos

 

What about ApplicationServices.framework? You haven't mentioned this folder... <_<

Link to comment
Share on other sites

 Share

×
×
  • Create New...