summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-09-15 17:30:00 +0800
committeralk3pInjection <webmaster@raspii.tech>2024-01-04 05:40:50 +0800
commit9d4c15a73cf94b60562cdac15f782c75866d7ccc (patch)
treeb65add748506fb97150bbe56eb976e8d49d730df
parent5653613b8d9c55aa73633cf81d0f2ed2e8322cfc (diff)
Revert "Set audio.camerasound.force for JP devices"
This reverts commit d6f8a94b6d3ae60cdeb72e41125ae3acd0ef7f54. Change-Id: I2ba02951070e16ae719a3116efbab3705e813a9c
-rw-r--r--conf/init.cheetah.rc6
-rw-r--r--conf/init.panther.rc6
2 files changed, 0 insertions, 12 deletions
diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc
index 0d8010a..8c6ce6e 100644
--- a/conf/init.cheetah.rc
+++ b/conf/init.cheetah.rc
@@ -36,9 +36,3 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# Persist
on post-fs-data
chmod 770 /mnt/vendor/persist/uwb
-
-# For Japan sku, always enforce camera shutter sound
-# Since this property is read by the audio server in system service,
-# it should be written by the system init.
-on property:ro.boot.hardware.sku=GFE4J
- setprop audio.camerasound.force true
diff --git a/conf/init.panther.rc b/conf/init.panther.rc
index 2e78ee9..2aea5a0 100644
--- a/conf/init.panther.rc
+++ b/conf/init.panther.rc
@@ -5,9 +5,3 @@ import /vendor/etc/init/hw/init.pantah.rc
on property:vendor.device.modules.ready=1
# Start the twoshay touch service
start twoshay
-
-# For Japan sku, always enforce camera shutter sound
-# Since this property is read by the audio server in system service,
-# it should be written by the system init.
-on property:ro.boot.hardware.sku=G03Z5
- setprop audio.camerasound.force true