diff --git a/base.mk b/base.mk index 22851e0..45d215a 100644 --- a/base.mk +++ b/base.mk @@ -124,5 +124,9 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ mtk-sms-fwk-ready +# Helper to debug Xiaomi motorized camera +PRODUCT_PACKAGES += \ + xiaomi-motor + PRODUCT_PACKAGES += \ Stk diff --git a/rw-system.sh b/rw-system.sh index c5ba2b9..dcb00b9 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -174,7 +174,7 @@ if getprop ro.vendor.build.fingerprint | grep -iq \ -e motorola/ali/ali -e iaomi/perseus/perseus -e iaomi/platina/platina \ -e iaomi/equuleus/equuleus -e motorola/nora -e xiaomi/nitrogen \ -e motorola/hannah -e motorola/james -e motorola/pettyl -e iaomi/cepheus \ - -e iaomi/grus -e xiaomi/cereus;then + -e iaomi/grus -e xiaomi/cereus -e iaomi/raphael;then mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx setprop ro.audio.ignore_effects true