diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9d3e9d1..2fc85c1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -67,7 +67,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072 # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true -TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop diff --git a/system.prop b/system.prop deleted file mode 100644 index 26d7072..0000000 --- a/system.prop +++ /dev/null @@ -1,22 +0,0 @@ -# Configstore -ro.surface_flinger.max_frame_buffer_acquired_buffers=3 - -# fastbootd -ro.fastbootd.available=true - -# Graphics -debug.sf.latch_unsignaled=1 - -# Set csc support in OMX -# If not set or set to 0, OMX will only use BT.601 colorspace. -ro.vendor.cscsupported=1 - -# RIL -# LTE, GSM and WCDMA -ro.telephony.default_network=9,9 - -# Samsung Specific Properties -ro.product_ship=true - -# RILD debug level setting -ro.debug_level=0x494d diff --git a/universal7904-common.mk b/universal7904-common.mk index 4110359..e3e310a 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -1,6 +1,9 @@ # Call proprietary blob setup $(call inherit-product, vendor/samsung/universal7904-common/universal7904-common-vendor.mk) +# Dalvik +$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) + # Screen density PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi diff --git a/vendor.prop b/vendor.prop index 8b6cb10..5cea8b9 100644 --- a/vendor.prop +++ b/vendor.prop @@ -1,72 +1,32 @@ -net.dns1=8.8.8.8 -net.dns2=8.8.4.4 -persist.demo.hdmirotationlock=false -dev.usbsetting.embedded=on -debug.sf.disable_backpressure=1 +## FRP +# Disable invocation of oem_lock +ro.frp.pst=/dev/block/persistent + +## Display +ro.sf.lcd_density=420 + +# fastbootd +ro.fastbootd.available=true + +## OMX +# Set csc support in OMX +# If not set or set to 0, OMX will only use BT.601 colorspace. +ro.vendor.cscsupported=1 + +## OpenGLES ro.opengles.version=196610 -debug.slsi_platform=1 -debug.hwc.winupdate=1 -dalvik.vm.heapstartsize=8m -dalvik.vm.heapgrowthlimit=192m -dalvik.vm.heapsize=512m -dalvik.vm.heaptargetutilization=0.75 -dalvik.vm.heapminfree=512k -dalvik.vm.heapmaxfree=8m -keyguard.no_require_sim=true -security.ASKS.policy_version=00000000 -security.ASKS.version=0 -security.ASKS.time_value=00000000 -security.ASKS.rufs_enable=true -security.ADP.version=0 -security.ADP.policy_version=00000000 -ro.apex.updatable=false -ro.error.receiver.default=com.samsung.receiver.error -ro.control_privapp_permissions=enforce -security.securehw.available=false -security.securenvm.available=false -dalvik.vm.lockprof.threshold=500 + +## RIL vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so vendor.sec.rild.libpath2=/vendor/lib64/libsec-ril-dsds.so -ro.vendor.build.version.sehi=2901 -exynos.wlbtlog.path=/data/vendor/log/wlbt/ -ro.security.cass.feature=1 -ro.config.ringtone=Over_the_Horizon.ogg -ro.config.notification_sound=Skyline.ogg -ro.config.alarm_alert=Morning_Glory.ogg -ro.config.media_sound=Media_preview_Touch_the_light.ogg -ro.config.ringtone_2=Basic_Bell.ogg -ro.config.notification_sound_2=S_Charming_Bell.ogg -ro.hardware.keystore=mdfpp -ro.security.keystore.keytype=gak -ro.security.vpnpp.ver=2.1 -ro.security.vpnpp.release=3.0 -ro.frp.pst=/dev/block/persistent -ro.sf.lcd_density=420 -ro.config.dha_lmk_scale=0.268 -ro.config.dha_cached_min=4 -ro.config.dha_cached_max=10 -ro.config.add_bonusEFK=1 -ro.config.dha_empty_min=8 -ro.config.dha_empty_init=16 -ro.config.dha_empty_max=16 -ro.cfg.dha_2ndprop_thMB=3072 -ro.cfg.dha_lmk_scale=0.583 -ro.cfg.dha_cached_min=6 -ro.cfg.dha_cached_max=18 -ro.cfg.dha_empty_min=8 -ro.cfg.dha_empty_init=24 -ro.cfg.dha_empty_max=24 -ro.config.fha_enable=true -ro.cfg.enable_userspace_lmk=true -ro.cfg.kill_heaviest_task=true -ro.config.custom_sw_limit=225 -ro.cfg.custom_sw_limit=275 -ro.config.freelimit_val=10 -ro.cfg.freelimit_val=10 -ro.config.upgrade_pressure=50 -ro.cfg.upgrade_pressure=65 -ro.cfg.custom_tm_limit=1000 -ro.cfg.enable_reentry_lmk=true -sys.config.activelaunch_enable=true -ro.config.systemaudiodebug=abox -ro.config.vc_call_vol_steps=5 + +# LTE, GSM and WCDMA +ro.telephony.default_network=9,9 + +# Samsung Specific Properties +ro.product_ship=true + +## Surfaceflinger +debug.sf.latch_unsignaled=1 +debug.sf.disable_backpressure=1 +ro.surface_flinger.max_frame_buffer_acquired_buffers=3