From 26416f43dfa06296e2417687b1a0d41508dc674f 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 ccfdd1c..0af8ef6 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -364,7 +364,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