sm7250-common: props: Don't write binary XML files

- Android 12 now writes XML files in binary format by default. This can cause incompatibility with TWRP which can hang when attempting to read XML files e.g. /data/system/storage.xml

- This commit sets the persist.sys.binary_xml property to false so that XML files are written in text format.

Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Kyle Harrison
2021-10-18 15:05:02 +01:00
committed by Sandeep P S
parent ae9d6537b9
commit 1d85ec5fc3

View File

@@ -241,6 +241,12 @@ ro.com.android.dataroaming=false
# Seamless transfer
sys.fflag.override.settings_seamless_transfer=true
# System
persist.service.lgospd.enable=0
persist.service.pcsync.enable=0
ro.config.dha_tunnable=1
persist.sys.binary_xml=false
# Sensors
persist.vendor.sensors.enable.mag_filter=true
persist.vendor.sensors.debug.ssc_qmi_debug=true