mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 22:45:11 -04:00
Remove LOSCoins malware
LineaGenuine is a shitty joke and LOSCoins is proprietary malware LOSCoins: - no source available - source will probably never be available hinted by inc.lineageos package name - depends on proprietary google play services - inclues proprietary libraries - malware - malware - malware
This commit is contained in:
parent
421cbe65b3
commit
e45dd6d45c
2 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,7 @@ awk -i inplace '!/\|\| context.getResources\(\).getBoolean\(/' service/java/com/
|
|||
awk -i inplace '!/com.android.internal.R.bool.config_permissionReviewRequired/' service/java/com/android/server/wifi/WifiServiceImpl.java;
|
||||
|
||||
enterAndClear "packages/apps/CMParts"
|
||||
git revert 6b2ddeda7e3038011c4134dfd2eb791113833d3f #LOSCoins malware
|
||||
rm -rf src/org/cyanogenmod/cmparts/cmstats/ res/xml/anonymous_stats.xml res/xml/preview_data.xml #Nuke part of CMStats
|
||||
sed -i 's|config_showWeatherMenu">true|config_showWeatherMenu">false|' res/values/config.xml; #Disable Weather
|
||||
patch -p1 < $patches"android_packages_apps_CMParts/0001-Remove_Analytics.patch" #Remove the rest of CMStats
|
||||
|
@ -170,6 +171,7 @@ enterAndClear "system/vold"
|
|||
patch -p1 < $patches"android_system_vold/0001-AES256.patch" #Add a variable for enabling AES-256 bit encryption
|
||||
|
||||
enterAndClear "vendor/cm"
|
||||
git revert 3ef0d88b5d1688d80564c6592ba0d1980a1cd9ae #LOSCoins malware
|
||||
rm -rf overlay/common/vendor/cmsdk/packages #Remove analytics
|
||||
awk -i inplace '!/50-cm.sh/' config/common.mk; #Make sure our hosts is always used
|
||||
patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue