Initial support for 11.0

This commit is contained in:
Tad 2018-07-09 16:04:09 -04:00
parent 25776910ca
commit 58d7e42a1d
12 changed files with 389 additions and 10 deletions

View file

@ -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