1bcf447ec0
Change-Id: I7b2b3a9c7b22de550e502a9b98e31683e3b961b6
50 lines
2 KiB
Text
50 lines
2 KiB
Text
#
|
|
# Copyright 2020 Paranoid Android
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
on boot
|
|
# XiaomiParts
|
|
chown system system /sys/devices/virtual/timed_output/vibrator/vtg_level
|
|
chmod 0660 /sys/devices/virtual/timed_output/vibrator/vtg_level
|
|
chown system system /sys/module/hall/parameters/hall_toggle
|
|
chmod 0660 /sys/module/hall/parameters/hall_toggle
|
|
|
|
# KCal
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_cont
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_enable
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_hue
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_sat
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_val
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal_min
|
|
chown system system /sys/devices/platform/kcal_ctrl.0/kcal
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_cont
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_enable
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_hue
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_sat
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_val
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal_min
|
|
chmod 660 /sys/devices/platform/kcal_ctrl.0/kcal
|
|
|
|
service folio_daemon /system/bin/folio_daemon
|
|
class late_start
|
|
user system
|
|
group system uhid
|
|
disabled
|
|
|
|
on property:persist.service.folio_daemon=0
|
|
stop folio_daemon
|
|
|
|
on property:persist.service.folio_daemon=1
|
|
start folio_daemon
|