From 4bd3bbdd0bd664fafd20df56d9f86dffa1a50ef6 Mon Sep 17 00:00:00 2001 From: Victor Bo Date: Wed, 20 Nov 2019 03:54:22 +0500 Subject: [PATCH] [daisy] revert camera in DnD fix * camera works fine in DnD mode without this fix in v204 and in v121 too not need this fix for daisy anymore modified: rw-system.sh --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 1f3a2a0..9b0199c 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -331,7 +331,7 @@ if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung'; then fi fi -if getprop ro.vendor.build.fingerprint | grep -qE '^xiaomi/(daisy|wayne)/(daisy|wayne).*'; then +if getprop ro.vendor.build.fingerprint | grep -qE '^xiaomi/wayne/wayne.*'; then # Fix camera on DND, ugly workaround but meh setprop audio.camerasound.force true fi