Tiny tweaks

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2021-10-08 20:53:20 -04:00
parent 939c6aa7ed
commit dd2e8b4b5c
2 changed files with 4 additions and 1 deletions

View file

@ -360,6 +360,7 @@ fi;
if enterAndClear "device/samsung/toroplus"; then
awk -i inplace '!/additional_system_update/' overlay/packages/apps/Settings/res/values*/*.xml;
awk -i inplace '!/has_powercontrol_widget/' overlay/packages/apps/Settings/res/values/bools.xml; #Fix Settings crash
fi;
if enterAndClear "device/samsung/tuna"; then
@ -373,6 +374,7 @@ patch -p1 < "$DOS_PATCHES/android_device_samsung_tuna/0003-fix_denial.patch";
patch -p1 < "$DOS_PATCHES/android_device_samsung_tuna/0004-fix_denial.patch";
patch -p1 < "$DOS_PATCHES/android_device_samsung_tuna/0005-fix_denial.patch";
echo "allow system_server system_file:file execmod;" >> sepolicy/system_server.te; #fix gps load
echo "PRODUCT_PROPERTY_OVERRIDES += persist.sys.force_highendgfx=true" >> device.mk; #override low_ram to fix artifacting
fi;
if enter "vendor/google"; then