mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Initial support for 11.0
This commit is contained in:
parent
25776910ca
commit
58d7e42a1d
12 changed files with 389 additions and 10 deletions
|
@ -342,7 +342,8 @@ deblobDevice() {
|
|||
sed -i 's/ro.bluetooth.wipower=true/ro.bluetooth.wipower=false/' system.prop; #Disable WiPower
|
||||
if [ "$DOS_DEBLOBBER_REMOVE_GRAPHICS" = true ]; then
|
||||
echo "persist.sys.ui.hw=disable" >> system.prop;
|
||||
echo "ro.graphics.gles20.disable_on_bootanim=1" >> system.prop;
|
||||
#echo "ro.graphics.gles20.disable_on_bootanim=1" >> system.prop;
|
||||
echo "debug.sf.nobootanimation=1" >> system.prop;
|
||||
sed -i 's/ro.opengles.version=.*/ro.opengles.version=131072/' system.prop;
|
||||
fi;
|
||||
#Disable IMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue