changed dpi value beack to standard 240
softbuttons disabled by default (can be enabled via build.prop) use new recovery kernel to circumvent chunk count error (again!)
This commit is contained in:
parent
d1c76fbfd3
commit
30c76cbce7
2
leo.mk
2
leo.mk
@ -35,7 +35,7 @@ PRODUCT_LOCALES := en
|
||||
|
||||
# General properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.sf.lcd_density=160 \
|
||||
ro.sf.lcd_density=240 \
|
||||
ro.ril.ecc.HTC-ELL=92,93,94 \
|
||||
ro.ril.ecc.HTC-WWE=999 \
|
||||
ro.ril.enable.a52.HTC-ITA=1 \
|
||||
|
@ -154,7 +154,7 @@
|
||||
|
||||
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
|
||||
autodetected from the Configuration. -->
|
||||
<bool name="config_showNavigationBar">true</bool>
|
||||
<bool name="config_showNavigationBar">false</bool>
|
||||
|
||||
<!-- Minimum screen brightness allowed by the power manager. -->
|
||||
<integer name="config_screenBrightnessDim">10</integer>
|
||||
|
BIN
prebuilt/recovery_kernel
Normal file → Executable file
BIN
prebuilt/recovery_kernel
Normal file → Executable file
Binary file not shown.
@ -1,2 +1,4 @@
|
||||
rild.libpath=/system/lib/libhtc_ril_wrapper.so
|
||||
rild.libargs=-d /dev/smd0
|
||||
# uncomment below prop to enable softbuttons
|
||||
#qemu.hw.mainkeys=0
|
||||
|
Loading…
Reference in New Issue
Block a user