-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OC to 0.7.4 with kexts + codeless audio solution with ALCPlugF…
…ix-Swift thanks to @akisame-reiu
- Loading branch information
Showing
36 changed files
with
344 additions
and
560 deletions.
There are no files selected for viewing
Binary file not shown.
32 changes: 32 additions & 0 deletions
32
ALCPlugFix-Swift/com.black-dragon74.ALCPlugFix.config.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?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"> | ||
<array> | ||
<dict> | ||
<key>Comment</key> | ||
<string>Enable combo jack mic detection</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>Node ID</key> | ||
<string>0x19</string> | ||
<key>On Boot</key> | ||
<true/> | ||
<key>On Connect</key> | ||
<true/> | ||
<key>On Disconnect</key> | ||
<false/> | ||
<key>On Mute</key> | ||
<false/> | ||
<key>On Sleep</key> | ||
<false/> | ||
<key>On Unmute</key> | ||
<false/> | ||
<key>On Wake</key> | ||
<true/> | ||
<key>Param</key> | ||
<string>0x21</string> | ||
<key>Verb</key> | ||
<string>SET_PIN_WIDGET_CONTROL</string> | ||
</dict> | ||
</array> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/bin/zsh | ||
|
||
echo "Fixing sound..." | ||
# ALCPlugFix-Swift Install | ||
# | ||
# Created by akisame-reiu on 09/27/21, based on install.sh created by Nick. | ||
# | ||
|
||
sudo mkdir -p /usr/local/bin | ||
sudo rm -rf /usr/local/bin/ALCPlugFix | ||
sudo rm -rf /usr/local/bin/hda-verb | ||
sudo rm -rf /Library/LaunchAgents/good.win.ALCPlugFix.plist | ||
|
||
## Copy new files | ||
sudo cp ALCPlugFix-Swift /usr/local/bin/ALCPlugFix | ||
sudo cp com.black-dragon74.ALCPlugFix.plist /Library/LaunchAgents | ||
sudo cp com.black-dragon74.ALCPlugFix.config.plist /Library/Preferences | ||
|
||
sudo chmod 755 /usr/local/bin/ALCPlugFix | ||
sudo chmod 644 /Library/LaunchAgents/com.black-dragon74.ALCPlugFix.plist | ||
sudo chmod 644 /Library/Preferences/com.black-dragon74.ALCPlugFix.config.plist | ||
|
||
sudo chown root:wheel /usr/local/bin/ALCPlugFix | ||
sudo chown root:wheel /Library/LaunchAgents/com.black-dragon74.ALCPlugFix.plist | ||
sudo chown root:wheel /Library/Preferences/com.black-dragon74.ALCPlugFix.config.plist | ||
|
||
sudo launchctl load /Library/LaunchAgents/com.black-dragon74.ALCPlugFix.plist | ||
|
||
echo "Done!" | ||
echo | ||
exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/zsh | ||
|
||
# ALCPlugFix-Swift Uninstall | ||
# | ||
# Created by akisame-reiu on 09/27/21 | ||
# | ||
|
||
# Clean up | ||
|
||
sudo launchctl unload /Library/LaunchAgents/com.black-dragon74.ALCPlugFix.plist | ||
sudo rm /Library/LaunchAgents/com.black-dragon74.ALCPlugFix.plist | ||
sudo rm /Library/Preferences/com.black-dragon74.ALCPlugFix.config.plist | ||
sudo rm /usr/local/bin/ALCPlugFix |
Empty file.
Binary file not shown.
84 changes: 0 additions & 84 deletions
84
ComboJack_Installer_defaultHeadphones/VerbStub.kext/Contents/Info.plist
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-233 KB
ComboJack_Installer_defaultHeadphones/VerbStub.kext/Contents/MacOS/VerbStub
Binary file not shown.
115 changes: 0 additions & 115 deletions
115
ComboJack_Installer_defaultHeadphones/VerbStub.kext/Contents/_CodeSignature/CodeResources
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.