From 51dc96a9005891e64ecacde55a0256a4b27a2bee Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 17 Jun 2020 13:36:50 +0200 Subject: [PATCH] Another ccodec=0... --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index 644617f..47e0648 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -688,7 +688,7 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then fi fi -if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779;then +if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779 -e mt6771;then setprop debug.stagefright.ccodec 0 fi