Solved Processor: Unknown

jxad

New member
AMD OS X Member
Joined
Dec 21, 2020
Messages
4
Im really struggling to change the CPU name, i try to edit AppleSystemInfo.string from /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/English.lproj/

Can copy the file out but can't move the edited one into the folder, even as root.

Tried some scripts from the web.

https://github.com/corpnewt/CPU-Name/blob/master/README.md This one not working, probably for unknown SIP config.
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,164
You need SIP disabled and copy with Terminal using sudo.

Code:
sudo cp -Rf /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/English.lproj ~/Desktop

Code:
sudo cp -Rf ~/Desktop/English.iproj /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/
 

jxad

New member
AMD OS X Member
Joined
Dec 21, 2020
Messages
4
You need SIP disabled and copy with Terminal using sudo.

Code:
sudo cp -Rf /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/English.lproj ~/Desktop

Code:
sudo cp -Rf ~/Desktop/English.iproj /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/Resources/
Thanks man, it worked
 
Back
Top Bottom
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.