Jump to content
[ IMPORTANT ] Premium and Donators users ×
Olarila Professional Hackintosh Services ×

How to edit kext Info.plist


artur-pt

Recommended Posts

You can use a text editor or a plist editor like this

http://www.fatcatsoftware.com/plisteditpro/


To access the file, click the kext with the right mouse button and select "Show Package Contents". If it's a system kext, it belongs to "root", you will not have write permission, then you can make a copy, edit and replace the original with Finder.


Some editors (like TextMate) require authentication if the user does not have permission to write, others (like the default Mac text editor) only reports that cannot write.


Another option is to run the editor with "sudo" in terminal

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit [space] [drag the file to terminal]

After editing, save and close the file, repair permissions and update cache

sudo chown -R 0:0 [space] [drag the file to terminal]
sudo chmod -R 755 [space] [drag the file to terminal]
sudo touch /System/Library/Extensions

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...