htc-msm8960-dev / android_device_htc_m7-common

4 stars 4 forks source link

Selinux denials and uevent permissions #4

Open zsoerenm opened 2 years ago

zsoerenm commented 2 years ago

This fixes #2. In some cases the HTC M7 would not wake up from sleep and the CPU usage of SurfaceFlinger went up to 100%. In the system log I found that ueventd crashed beforehand. I fixed this by correcting several permissions in ueventd.qcom.rc. Those fixes are inspired from: https://github.com/LineageOS/android_device_samsung_jf-common/blob/lineage-18.1/rootdir/ueventd.qcom.rc The wakeup issue does not occur anymore with those changes.