We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7b35b commit 7573095Copy full SHA for 7573095
1 file changed
rootdir/root/init.target.rc
@@ -252,6 +252,14 @@ on boot
252
chown system system /sys/class/timed_output/vibrator/wf_rep
253
chown system system /sys/class/timed_output/vibrator/wf_s_rep
254
255
+ # Tri-state key
256
+ chown root system /proc/tri-state-key/keyCode_top
257
+ chmod 0660 /proc/tri-state-key/keyCode_top
258
+ chown root system /proc/tri-state-key/keyCode_middle
259
+ chmod 0660 /proc/tri-state-key/keyCode_middle
260
+ chown root system /proc/tri-state-key/keyCode_bottom
261
+ chmod 0660 /proc/tri-state-key/keyCode_bottom
262
+
263
#fingerprint service
264
service fingerprintd /system/bin/fingerprintd
265
class late_start
0 commit comments