Fix camera for cactus and cereus

This commit is contained in:
Myst33d 2020-02-20 22:19:11 +06:00 committed by tboy1991
parent 92ff02de07
commit 32bf4d0a61

View File

@ -281,6 +281,7 @@ for f in /vendor/lib/mtk-ril.so /vendor/lib64/mtk-ril.so /vendor/lib/libmtk-ril.
done
if getprop ro.vendor.build.fingerprint | grep -iq -e iaomi/cactus -e iaomi/cereus; then
mount -o bind /system/phh/empty /vendor/lib/libpdx_default_transport.so
setprop debug.stagefright.omx_default_rank.sw-audio 1
setprop debug.stagefright.omx_default_rank 0
fi