diff --git a/BoardConfig.mk b/BoardConfig.mk index 4af8907..68ce2cc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,7 +46,7 @@ TARGET_OTA_ASSERT_DEVICE := LG8n,TECNO-LG8n,lg8n # Properties TARGET_PRODUCT_PROP += $(DEVICE_PATH)/configs/properties/product.prop -TARGET_SYSTEM_PROP += $(DEVICE_PATH)/configs/properties/phoneinfo.prop +TARGET_SYSTEM_PROP += $(DEVICE_PATH)/configs/properties/system.prop # Workaround to make lineage's soong generator work TARGET_KERNEL_SOURCE := $(KERNEL_PATH)/kernel-headers diff --git a/configs/properties/system.prop b/configs/properties/system.prop new file mode 100644 index 0000000..0e97ff9 --- /dev/null +++ b/configs/properties/system.prop @@ -0,0 +1,8 @@ +# Infinity Stuffs +ro.infinity.soc=Mediatek Helio G99 +ro.infinity.battery=6000 mAh +ro.infinity.display=1080 x 2400, 90 Hz +ro.infinity.camera=50 MP + 8 MP + +# Infinity Device Name +ro.product.marketname= Tecno Pova 4 Pro diff --git a/infinity_LG8n.mk b/infinity_LG8n.mk index 346195e..07d8177 100644 --- a/infinity_LG8n.mk +++ b/infinity_LG8n.mk @@ -31,8 +31,6 @@ BUILD_FINGERPRINT := TECNO/LG8n-GL/TECNO-LG8n:12/SP1A.210812.016/240531V1800:use # Infinity Stuffs INFINITY_BUILD_TYPE := UNOFFICIAL INFINITY_MAINTAINER := RyX33N +TARGET_BOOT_ANIMATION_RES := 1080 TARGET_SUPPORTS_BLUR := true WITH_GAPPS := true -TARGET_SHIPS_FULL_GAPPS := false -TARGET_BUILD_GOOGLE_TELEPHONY := false -USE_MOTO_CALCULATOR := true