mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 17:05:21 -04:00
Remove more blobs
- Remove external accessory blobs - Remove more AudioFX blobs - Support removal of fingerprint reader blobs - Support removal of IR blobs - Remove more HDCP blobs - Remove more HDR blobs - Remote more Verizon blobs
This commit is contained in:
parent
30d59ea53d
commit
075064f266
2 changed files with 31 additions and 6 deletions
|
@ -23,8 +23,11 @@ export DOS_SIGNING_KEYS=$DOS_WORKSPACE_ROOT"Signing_Keys";
|
|||
#export DOS_PATCHER_BINARY="";
|
||||
export ANDROID_HOME="/home/$USER/Android/Sdk";
|
||||
|
||||
export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories
|
||||
export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX
|
||||
export DOS_DEBLOBBER_REMOVE_FP=false; #Set true to remove all fingerprint reader blobs
|
||||
export DOS_DEBLOBBER_REMOVE_IMS=false; #Set true to remove all IMS blobs
|
||||
export DOS_DEBLOBBER_REMOVE_IR=false; #Set true to remove all IR blobs
|
||||
export DOS_DEBLOBBER_REPLACE_TIME=false; #Set true to replace Qualcomm Time Services with the open source Sony TimeKeep reimplementation
|
||||
export DOS_DEFAULT_DNS_PRESET="OpenNIC"; #Sets default DNS. Options: Cloudflare, OpenNIC, DNSWATCH, Google, OpenDNS, Quad9, Quad9U, Verisign
|
||||
export DOS_GLONASS_FORCED_ENABLE=true; #Enables GLONASS on all devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue