mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-01 12:44:23 -04:00
14.1: Drop bacon and m8, 15.1: Many more fixes
This commit is contained in:
parent
f0ab546816
commit
b2d1b93dcb
12 changed files with 96 additions and 1447 deletions
|
@ -119,10 +119,10 @@ enterAndClear "packages/apps/GsfProxy"
|
|||
sed -i 's/ext.androidBuildVersionTools = "24.0.3"/ext.androidBuildVersionTools = "25.0.3"/' build.gradle;
|
||||
|
||||
enterAndClear "packages/apps/LineageParts"
|
||||
git revert 7ec4be432a9585833f48543a1fff859497e2b4ee #LOSCoins malware
|
||||
rm -rf src/org/lineageos/lineageparts/lineagestats/ res/xml/anonymous_stats.xml res/xml/preview_data.xml #Nuke part of the analytics
|
||||
sed -i 's|config_showWeatherMenu">true|config_showWeatherMenu">false|' res/values/config.xml; #Disable Weather
|
||||
patch -p1 < $patches"android_packages_apps_LineageParts/0001-Remove_Analytics.patch" #Remove analytics
|
||||
rm AndroidManifest.xml.orig res/values/*.xml.orig;
|
||||
|
||||
enterAndClear "packages/apps/Settings"
|
||||
git revert a96df110e84123fe1273bff54feca3b4ca484dcd
|
||||
|
@ -160,7 +160,6 @@ enterAndClear "system/vold"
|
|||
patch -p1 < $patches"android_system_vold/0001-AES256.patch" #Add a variable for enabling AES-256 bit encryption
|
||||
|
||||
enterAndClear "vendor/lineage"
|
||||
git revert c9c7968e597c105cb5ee69c4234d91070edd65fc #LOSCoins malware
|
||||
rm -rf overlay/common/vendor/lineage-sdk/packages #Remove analytics
|
||||
awk -i inplace '!/50-lineage.sh/' config/common.mk; #Make sure our hosts is always used
|
||||
patch -p1 < $patches"android_vendor_lineage/0001-SCE.patch" #Include our extras such as MicroG and F-Droid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue