diff --git a/rw-system.sh b/rw-system.sh index d61f8c5..e8f2c11 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -278,9 +278,16 @@ if getprop ro.vendor.build.fingerprint | grep -qE -e ".*(crown|star)[q2]*lte.*" "/mnt/phh/$b" chcon "$ctxt" "/mnt/phh/$b" mount -o bind "/mnt/phh/$b" "$f" + + setprop ro.audio.monitorRotation true done fi +# This matches both Razer Phone 1 & 2 +if getprop ro.vendor.build.fingerprint |grep -qE razer/cheryl;then + setprop ro.audio.monitorRotation true +fi + if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung'; then if getprop ro.hardware | grep -q qcom; then setprop persist.sys.overlay.devinputjack false