We've got to try

This commit is contained in:
Nehemiah of Zebulun 2023-11-15 19:09:30 -05:00
parent 9cb38ea22f
commit 7326e1f3b3
3 changed files with 11 additions and 3 deletions

View File

@ -38,7 +38,8 @@ PRODUCT_COPY_FILES += \
device/wephone/cat/files/qpnp_pon.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/qpnp_pon.kl \ device/wephone/cat/files/qpnp_pon.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/qpnp_pon.kl \
device/wephone/cat/files/soc_matrix_keypad.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/soc_matrix_keypad.kl \ device/wephone/cat/files/soc_matrix_keypad.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/soc_matrix_keypad.kl \
device/wephone/cat/files/soc_matrix_keypad.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/soc_matrix_keypad.kcm \ device/wephone/cat/files/soc_matrix_keypad.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/soc_matrix_keypad.kcm \
device/wephone/cat/files/wephone.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/wephone.rc device/wephone/cat/files/wephone.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/wephone.rc \
device/wephone/cat/files/wephone-boot.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/wephone-boot.sh
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
BromiteSystemWebView \ BromiteSystemWebView \

3
cat/files/wephone-boot.sh Executable file
View File

@ -0,0 +1,3 @@
#!/system/bin/sh
mount /vendor/etc/audio/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml

View File

@ -1,2 +1,6 @@
on post-fs service wephone_boot /system/bin/wephone-boot.sh
touch /mnt/banana oneshot
disabled
on property:sys.boot_completed=1
start wephone_boot