tech4 Posted January 27, 2010 Share Posted January 27, 2010 So here is my issue and question. I already have a string for my graphic card and it works great but now I want to add one for my audio. How to I add the hex to the com.apple.boot.plist? This is what i have: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Timeout</key> <string>5</string> <key>Kernel Flags</key> <string>arch=i386</string> <key>EthernetBuiltIn</key> <string>y</string> <key>GraphicsEnabler</key> <string>y</string> <key>device-properties</key> <string>430200000100000001000000370200000d00000002010c00d041030a010000000101060000010 101060000007fff04000e0000004e00560050004d0000002000000001000000000000000000000000 000000000000000000000000000000220000005600520041004d002c0074006f00740061006c00730 069007a006500000008000000000000101c0000006400650076006900630065005f00740079007000 650000000f0000004e5644412c506172656e740e0000006e0061006d00650000000b0000006469737 06c617922000000400030002c006400650076006900630065005f00740079007000650000000b0000 00646973706c617922000000400031002c006400650076006900630065005f0074007900700065000 0000b000000646973706c6179100000006d006f00640065006c0000001a0000006e56696469612047 65466f726365203732303020475320000000400031002c0063006f006d00700061007400690062006 c00650000000e0000004e5644412c4e564d616314000000400030002c006e0061006d006500000012 0000004e5644412c446973706c61792d4114000000400031002c006e0061006d00650000001200000 04e5644412c446973706c61792d4220000000400030002c0063006f006d0070006100740069006200 6c00650000000e0000004e5644412c4e564d6163100000004e0056004300410050000000180000000 4000000000001000600000000000007000000001e00000072006f006d002d00720065007600690073 0069006f006e0000000500000038</string> </dict> </plist> Now the question is: Do I add a second "<key>device-properties</key>" then add the hex string or do I just a new string line? Link to comment https://www.insanelymac.com/forum/topic/209292-add-audio-hex-string-to-plist/ Share on other sites More sharing options...
Recommended Posts