We've got to try

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

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
touch /mnt/banana
service wephone_boot /system/bin/wephone-boot.sh
oneshot
disabled
on property:sys.boot_completed=1
start wephone_boot