mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Small tweaks
- June ASB cherrypicks - Change default NTP. only 2*.pool.ntp.org supports IPv6
This commit is contained in:
parent
94b91c6afd
commit
50c670c477
13 changed files with 26 additions and 16 deletions
|
@ -370,6 +370,11 @@ imsAllowDiag() {
|
|||
}
|
||||
export -f imsAllowDiag;
|
||||
|
||||
extremeWiFiDeepSleep() {
|
||||
sed -i 's/gEnablePowerSaveOffload=2/gEnablePowerSaveOffload=4/' $1;
|
||||
}
|
||||
export -f extremeWiFiDeepSleep;
|
||||
|
||||
volteOverride() {
|
||||
cd "$DOS_BUILD_BASE$1";
|
||||
if grep -sq "config_device_volte_available" "overlay/frameworks/base/core/res/res/values/config.xml"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue