* ro.lmk.use_psi : Leave it there, because PSI was not ported to Linux 4.4 kernel
* ro.lmk.use_minfree_levels : Set it to true, because we don't have PSI
* ro.lmk.critical_upgrade : Remove and set to default, because no need to be agressive on killing processes on low ram device
* ro.lmk.upgrade_pressure : Deprecated
* ro.lmk.downgrade_pressure : Deprecated
* ro.lmk.kill_heaviest_task : Remove, Because lmkd should kill the best available target, else even foreground apps may force close.
* ro.lmk.log_stats : Remove, it is not documented on Android docs, and even if it works, no need to spam log
Change-Id: I5af7fa63158fb3cb5f3240104f4a923553e6d7d6
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
* platform-samsung.xml:
<assign-permission> not allowed in partition of /vendor/etc/permissions/platform-samsung.xml at START_TAG (empty) <assign-permission name='com.samsung.permission.SSENSOR' uid='cameraserver'>@22:83 in java.io.FileReader@9549221
* component-overrides-bluetooth.xml: Useless, its already disabled, why kill it twice
Change-Id: I3e2a1ae37cd340e2005293aaf7f046d4c3eda0ca
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
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.
https: //github.com/roberto-sartori-gl/vendor_rs/commit/fbbcddc943b9dcf28bc194b8b06da966f74cd043
Change-Id: I8e0f909ba7ec40c8089077a444b636640aff96d8
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
Addtitionally, Add device-specific trees as well
Change-Id: Icbbc31c063b18bce3702d0b208a0aee78148a7c0
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>