update felix device

based on pipit   93e38fbd070b55875d9c23e214dff6d26ac0cdf9
based on cheetah cdc1dc5379faf6bb60cf4f8b4b967ae87992b2ed

Bug: 206057564
Change-Id: I68ca7715cf7fd96066d8d517bc4daf236512f501
This commit is contained in:
Cyan_Hsieh 2022-02-25 17:40:15 +08:00
parent e0100f2154
commit 687519c606
22 changed files with 1198 additions and 280 deletions

View file

@ -70,6 +70,9 @@ on property:vendor.mfgapi.touchpanel.permission=1
on post-fs-data
chown bluetooth system /proc/bluetooth/timesync
# Speaker amp permission
chmod 644 /mnt/vendor/persist/audio/speaker.cal
# Fingerprint
on post-fs-data
chown system system /dev/goodix_fp
@ -102,3 +105,9 @@ on init && property:ro.bootmode=normal
# SecureElement eSE2 cts mode
on property:persist.vendor.se.ese2.mode=ctsmode
write /sys/class/st33spi/st33spi/st33spi_state 33
# charger driver exposes now finer grain control, map demo mode to those properties
# NOTE: demo mode can only be exit wiping data (which reset the persist properties)
on property:sys.retaildemo.enabled=1
setprop persist.vendor.charge.stop.level 35
setprop persist.vendor.charge.start.level 30