From 3fbee899b6dd50a46af45aa418006dbc418c5dc1 Mon Sep 17 00:00:00 2001 From: Roger Ortiz <39171306+R0rt1z2@users.noreply.github.com> Date: Tue, 11 May 2021 17:58:54 +0100 Subject: [PATCH 1/2] freezerhd: ignore audio effects as well --- rw-system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index e9e2306..2e6ca2b 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -399,7 +399,8 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ -e motorola/hannah -e motorola/james -e motorola/pettyl -e xiaomi/cepheus \ -e xiaomi/grus -e xiaomi/cereus -e xiaomi/cactus -e xiaomi/raphael -e xiaomi/davinci \ -e xiaomi/ginkgo -e xiaomi/laurel_sprout -e xiaomi/andromeda \ - -e redmi/curtana -e redmi/picasso ; then + -e redmi/curtana -e redmi/picasso \ + -e bq/Aquaris_M10 ; then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx setprop ro.audio.ignore_effects true From 57d109cbf2505317acc4d41085d8f1d97377d613 Mon Sep 17 00:00:00 2001 From: Roger Ortiz <39171306+R0rt1z2@users.noreply.github.com> Date: Tue, 11 May 2021 17:59:28 +0100 Subject: [PATCH 2/2] freezerhd: fix screen orientation --- rw-system.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rw-system.sh b/rw-system.sh index 2e6ca2b..8e96b33 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -406,6 +406,11 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ setprop ro.audio.ignore_effects true fi +if getprop ro.vendor.build.fingerprint | grep -iq \ + -e bq/Aquaris_M10 ; then + setprop ro.surface_flinger.primary_display_orientation ORIENTATION_90 +fi + if getprop ro.build.fingerprint | grep -iq \ -e motorola/channel; then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx