How to save modified DVDPlayback file into /System/Library
Hello all!
I have no DVD player anymore in my Laptop (17 inch MBP, 2011). But after every major update the DVDplayer starts with the error: "There was an initiation error - A valid DVD drive could not be found - error -70012" and refuses to open the DVD on a external Drive.
To "repair" this error you have to edit the file /System/Library/Frameworks/DVDPlayback.framework/Versions/A/DVDPlayback and replace the text "internal" with "external" or in hex "496E7465726E616C" with "45787465726E616C"
Ok this is alright. Only I am unable to save the file as before. I opened this file in shell with "sudo"
sudo open -a 0xED /System/Library/Frameworks/DVDPlayback.framework/DVDPlayback
(0xED is the name of the hex-editor)
but I am not allowed to save the file. Also unable to move the saved file from the Desktop into the /System/Library ... to replace the wrong file.
Thank you for your hints!
marek