Merge pull request #272 from DarkJoker360/cheryl-bt-11

Fix bluetooth on cheryl
This commit is contained in:
Pierre-Hugues HUSSON 2021-08-26 14:21:36 +02:00 committed by GitHub
commit 5c1dae99cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,8 @@ fi
# This matches both Razer Phone 1 & 2
if getprop ro.vendor.build.fingerprint |grep -qE razer/cheryl;then
setprop ro.audio.monitorRotation true
mount -o bind /system/phh/empty /vendor/overlay/BluetoothResCommon.apk
mount -o bind /system/phh/empty /vendor/overlay/RazerCherylBluetoothRes.apk
fi
if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung'; then