We've got to try
This commit is contained in:
parent
9cb38ea22f
commit
7326e1f3b3
@ -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/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/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 += \
|
||||
BromiteSystemWebView \
|
||||
|
3
cat/files/wephone-boot.sh
Executable file
3
cat/files/wephone-boot.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/system/bin/sh
|
||||
|
||||
mount /vendor/etc/audio/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml
|
@ -1,2 +1,6 @@
|
||||
on post-fs
|
||||
touch /mnt/banana
|
||||
service wephone_boot /system/bin/wephone-boot.sh
|
||||
oneshot
|
||||
disabled
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
start wephone_boot
|
Loading…
x
Reference in New Issue
Block a user