From da420e26c51ee0769018228c8d475661170ad291 Mon Sep 17 00:00:00 2001 From: Tad Date: Tue, 21 Feb 2017 15:52:15 -0500 Subject: [PATCH] Remove more blobs --- Scripts/Generic_Deblob.sh | 4 ++-- Scripts/LAOS-14.1_Patches.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Scripts/Generic_Deblob.sh b/Scripts/Generic_Deblob.sh index b104740d..6c6ac64c 100644 --- a/Scripts/Generic_Deblob.sh +++ b/Scripts/Generic_Deblob.sh @@ -32,8 +32,8 @@ export base; #ATFWD (Miracast/Wireless Display) blobs=$blobs"|ATFWD-daemon|atfwd.apk"; - #Audio Effects TODO: TEST THIS - #blobs=$blobs"|libqcbassboost.so|libqcreverb.so|libqcvirt.so"; + #AudioFX (Audio Effects) + blobs=$blobs"|libqcbassboost.so|libqcreverb.so|libqcvirt.so"; #Camera XXX: I tried, don't waste your time... #FUN FACT: The Huawei Honor 5x ships with eight-hundred-and-thirty-five (*835*) proprietary camera blobs. diff --git a/Scripts/LAOS-14.1_Patches.sh b/Scripts/LAOS-14.1_Patches.sh index 6747cd6c..4e0dbf1e 100644 --- a/Scripts/LAOS-14.1_Patches.sh +++ b/Scripts/LAOS-14.1_Patches.sh @@ -2,6 +2,9 @@ #TODO: Aggressive Doze (Verify Extended Doze First), Failed Unlock Shutdown, Optimized build flags, Optimized toolchain, OTA Updates, Ship Chromium, Wallpaper +#Speedup +#export TZ=:/etc/localtime + #Hard reset repos #repo forall -c 'git add -A && git reset --hard' @@ -84,6 +87,7 @@ patch -p1 < $patches"android_packages_apps_FDroidPrivilegedExtension/0002-Releas #test-keys: C8:A2:E9:BC:CF:59:7C:2F:B6:DC:66:BE:E2:93:FC:13:F2:FC:47:EC:77:BC:6B:2B:0D:52:C1:1F:51:19:2A:B8 enter "vendor/cm" +#git fetch https://review.lineageos.org/LineageOS/android_vendor_cm refs/changes/24/157524/12 && git cherry-pick FETCH_HEAD #addonsu rm -rf gello #Gello is built out-of-tree and bundles Google Play Services library patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid cp $patches"android_vendor_cm/sce.mk" config/sce.mk @@ -116,6 +120,7 @@ patch -p1 < $patches"android_kernel_motorola_msm8992/0001-OverUnderClock.patch" patch -p1 < $patches"android_kernel_motorola_msm8992/0002-MMC_Tweak.patch" #Improves MMC performance enter "device/oneplus/bacon" +git fetch https://review.lineageos.org/LineageOS/android_device_oneplus_bacon refs/changes/82/158782/1 && git cherry-pick FETCH_HEAD #Switch to OSS camera HAL enableDexPreOpt patch -p1 < $patches"android_device_oneplus_bacon/0001-Remove_DRM.patch" #Removes Microsoft PlayReady and Google Widevine