diff --git a/Patches/Common/android_vendor_divested/divestos.mk b/Patches/Common/android_vendor_divested/divestos.mk index c352fcf1..c975467f 100644 --- a/Patches/Common/android_vendor_divested/divestos.mk +++ b/Patches/Common/android_vendor_divested/divestos.mk @@ -1,4 +1,4 @@ -#PRODUCT_BRAND ?= DivestOS +PRODUCT_BRAND ?= DivestOS #PRODUCT_VERSION_MAJOR = 1 #PRODUCT_VERSION_MINOR = 0 #PRODUCT_VERSION_MAINTENANCE := 0 diff --git a/PrebuiltApps b/PrebuiltApps index f3054a84..0da36cb6 160000 --- a/PrebuiltApps +++ b/PrebuiltApps @@ -1 +1 @@ -Subproject commit f3054a847eb880c94e5368e0425ba693ef566c04 +Subproject commit 0da36cb6aaaa078687c9a80c94fbf6d01c91c59e diff --git a/Scripts/Common/Overclock.sh b/Scripts/Common/Overclock.sh index 9b89cc42..f677eda3 100644 --- a/Scripts/Common/Overclock.sh +++ b/Scripts/Common/Overclock.sh @@ -62,7 +62,9 @@ echo "CONFIG_CPU_OVERCLOCK=y" >> arch/arm/configs/lineageos_mako_defconfig; #1.5 if enter "device/lge/mako"; then sed -i 's/scaling_min_freq 384000/scaling_min_freq 81000/' rootdir/etc/init.mako.power.rc; sed -i 's/scaling_max_freq 1512000/scaling_max_freq 1728000/' rootdir/etc/init.mako.power.rc; + sed -i 's/NORMAL_FREQ "1512000"/NORMAL_FREQ "1728000"/' power/power_mako.c; #sed -i 's/scaling_max_freq 1512000/scaling_max_freq 1944000/' rootdir/etc/init.mako.power.rc; + #sed -i 's/NORMAL_FREQ "1512000"/NORMAL_FREQ "1944000"/' power/power_mako.c; fi; fi; diff --git a/Scripts/LineageOS-14.1/Functions.sh b/Scripts/LineageOS-14.1/Functions.sh index 9c3018b2..f0610560 100644 --- a/Scripts/LineageOS-14.1/Functions.sh +++ b/Scripts/LineageOS-14.1/Functions.sh @@ -98,6 +98,7 @@ patchWorkspace() { if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/cm"; fi; source build/envsetup.sh; repopick -t n_asb_09-2018-qcom; + #repopick -t n_asb_10-2018; source "$DOS_SCRIPTS/Patch.sh"; source "$DOS_SCRIPTS/Defaults.sh"; diff --git a/Scripts/LineageOS-15.1/Functions.sh b/Scripts/LineageOS-15.1/Functions.sh index 0cf2fe43..3a704d08 100644 --- a/Scripts/LineageOS-15.1/Functions.sh +++ b/Scripts/LineageOS-15.1/Functions.sh @@ -76,8 +76,8 @@ buildAll() { brunch lineage_shamu-user; #broken - needs synced proprietary-files.txt brunch lineage_starlte-user; brunch lineage_us996-user; - brunch lineage_us997-user; #needs manual patching (vendor makefile: remove dolby) - brunch lineage_victara-user; #broken - recovery.img too large + brunch lineage_us997-user; + brunch lineage_victara-user; #broken - recovery.img too large and needs manual patching (fwb xml: fused: dangling tag) } export -f buildAll;