You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* squashed commits:
- lavender: Move some props to system/build.prop
When device is in Enforce mode, this happens:
init: Do not have permissions to set 'ro.qualcomm.cabl' to '0' in property file '/vendor/build.prop': SELinux permission check failed
as example, so, moving those props to system/build.prop (from vendor/build.prop) fixed the issue
Test: take logcat and check if there is anymore init props related errors
Fix: Enforcing the Device Tree
- lavender: Remove duplicated prop
- lavender: Move props from system to pruduct
Test: using su shell: getprop $PROP and check if the value exist or not, ex: getprop ro.qcom.ad it will show: 1
Fix: Init props denials
Signed-off-by: pix106 <[email protected]>
0 commit comments