mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
Merge pull request #381 from ylluminate/patch-1
Update TCC modification in ACCEL.md for Big Sur
This commit is contained in:
@@ -41,6 +41,18 @@ chmod +x tccplus
|
|||||||
./tccplus add Microphone com.hnc.Discord
|
./tccplus add Microphone com.hnc.Discord
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For those who may experience issues with `tccplus`, you can manually patch `com.apple.TCC` to add permissions:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# get app id (Zoom.us used in example):
|
||||||
|
$ osascript -e 'id of app "zoom.us"'
|
||||||
|
# output: us.zoom.xos
|
||||||
|
|
||||||
|
$ sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT or REPLACE INTO access VALUES('kTCCServiceMicrophone','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);"
|
||||||
|
|
||||||
|
$ sudo sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db "INSERT or REPLACE INTO access VALUES('kTCCServiceCamera','us.zoom.xos',0,2,0,1,NULL,NULL,NULL,'UNUSED',NULL,0,1541440109);"
|
||||||
|
```
|
||||||
|
|
||||||
## Keyboard Backlight broken
|
## Keyboard Backlight broken
|
||||||
|
|
||||||
Due to forcing `hidd` into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as [LabTick](https://www.macupdate.com/app/mac/22151/lab-tick) are able to set the brightness manually.
|
Due to forcing `hidd` into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as [LabTick](https://www.macupdate.com/app/mac/22151/lab-tick) are able to set the brightness manually.
|
||||||
|
|||||||
Reference in New Issue
Block a user