try it with full alpha comp

make a mdpi build with softbuttons while in testing (will be revisited)
This commit is contained in:
milaq 2012-05-02 19:17:38 +02:00
parent b6d75cc885
commit 712a9ace4c
4 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@ $(call inherit-product, device/htc/leo/leo_eu.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Leo uses high-density artwork where available
PRODUCT_LOCALES += hdpi
PRODUCT_LOCALES += mdpi
# Discard inherited values and use our own instead.
PRODUCT_NAME := full_leo

6
leo.mk
View File

@ -35,7 +35,7 @@ PRODUCT_LOCALES := en
# General properties
PRODUCT_PROPERTY_OVERRIDES += \
ro.sf.lcd_density=240 \
ro.sf.lcd_density=160 \
ro.ril.ecc.HTC-ELL=92,93,94 \
ro.ril.ecc.HTC-WWE=999 \
ro.ril.enable.a52.HTC-ITA=1 \
@ -161,8 +161,8 @@ PRODUCT_PACKAGES += \
ADDITIONAL_DEFAULT_PROPERTIES += persist.sys.strictmode.disable=true
# leo uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_AAPT_CONFIG := normal mdpi
PRODUCT_AAPT_PREF_CONFIG := mdpi
PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.hw=1 \

View File

@ -32,7 +32,7 @@
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>
<bool name="config_sf_limitedAlpha">false</bool>
<!-- Flag indicating whether the surface flinger is inefficient
at performing a blur. Used by parts of the UI to turn off

View File

@ -2,4 +2,4 @@ rild.libpath=/system/lib/libhtc_ril_wrapper.so
rild.libargs=-d /dev/smd0
#
# uncomment prop below to enable softbuttons
#qemu.hw.mainkeys=0
qemu.hw.mainkeys=0