Compare commits
6 Commits
ics
...
gingerbrea
Author | SHA1 | Date | |
---|---|---|---|
24ef3f1dec | |||
|
ea3b4a53bd | ||
|
cd2ba44217 | ||
|
6077c52b1d | ||
|
eff2a8044b | ||
|
1fed334475 |
3
click.mk
3
click.mk
@ -85,6 +85,9 @@ $(call inherit-product, device/common/gps/gps_eu_supl.mk)
|
||||
$(call inherit-product, device/htc/common/common.mk)
|
||||
$(call inherit-product, build/target/product/full_base.mk)
|
||||
|
||||
# Add goo.im support
|
||||
$(call inherit-product, device/htc/click/goo.mk)
|
||||
|
||||
PRODUCT_NAME := htc_click
|
||||
PRODUCT_DEVICE := click
|
||||
|
||||
|
BIN
custom/kernel
BIN
custom/kernel
Binary file not shown.
Binary file not shown.
14
goo.mk
Normal file
14
goo.mk
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (C) 2012 the arifali
|
||||
#
|
||||
# GooManager specific stuff
|
||||
#
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.goo.developerid=arifali \
|
||||
ro.goo.rom=cm7clicknightly \
|
||||
ro.goo.version=$(shell date +%s)
|
||||
|
||||
# include goo manager
|
||||
#PRODUCT_COPY_FILES += \
|
||||
# device/htc/click/prebuilt/GooManager.apk:system/app/GooManager.apk
|
@ -20,6 +20,9 @@ on boot
|
||||
mkdir /data/misc/dhcp 0770 dhcp dhcp
|
||||
chown dhcp dhcp /data/misc/dhcp
|
||||
|
||||
# framebuffer permission for copybit
|
||||
chmod 0666 /dev/graphics/fb0
|
||||
|
||||
chown radio system /sys/module/gpio_event/parameters/phone_call_status
|
||||
chmod 0664 /sys/module/gpio_event/parameters/phone_call_status
|
||||
|
||||
|
@ -24,7 +24,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
|
||||
|
@ -62,6 +62,8 @@ dalvik.vm.execution-mode=int:jit
|
||||
# Persist default parameters
|
||||
persist.sys.use_dithering=1
|
||||
persist.sys.purgeable_assets=0
|
||||
persist.sys.rotationanimation=false
|
||||
persist.sys.scrollingcache=2
|
||||
|
||||
# VM heap size
|
||||
dalvik.vm.heapsize=24m
|
||||
|
Loading…
Reference in New Issue
Block a user