From 756aee0ef913834774253ac006a45e28d1481260 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Wed, 15 Nov 2023 20:02:30 -0500 Subject: [PATCH] And again.. --- cat/files/wephone-boot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cat/files/wephone-boot.sh b/cat/files/wephone-boot.sh index 01f2bca..acc57cf 100755 --- a/cat/files/wephone-boot.sh +++ b/cat/files/wephone-boot.sh @@ -1,3 +1,4 @@ #!/system/bin/sh -mount /vendor/etc/audio/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml \ No newline at end of file +touch /mnt/wephone_script +mount -o bind /vendor/etc/audio/audio_policy_configuration.xml /vendor/etc/audio_policy_configuration.xml \ No newline at end of file