Skip to content

gpablo1/vendor_xiaomi_Camera

 
 

Repository files navigation

Vendor Xiaomi MiuiCamera SM8250

Prebuilt stock MIUI Camera to include in custom ROM builds.

Supported devices

  • Xiaomi Mi 10 (UMI)
  • Xiaomi Mi 10 Pro (CMI)

How to use?

  1. Clone this repo to vendor/xiaomi/miuicamera-sm8250

  2. Inherit it from device.mk in device tree:

# Camera
$(call inherit-product-if-exists, vendor/xiaomi/camera/miuicamera.mk)
  1. Download the apk from Here and place it in: proprietary/system/priv-app/MiuiCamera

  2. Set ro.product.mod_device according to stock, and ro.miui.notch=1 if the device has a display cutout, for example:

  3. Create your own overlay and add it in miuicamera.mk (replace: MiuiCameraOverlayMi10)

PRODUCT_SYSTEM_PROPERTIES += \
    ro.miui.notch=1 \
    ro.product.mod_device=umi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 50.2%
  • Makefile 49.8%