Compare commits

...

6 Commits

Author SHA1 Message Date
24ef3f1dec click: add goo.im support 2012-05-29 09:24:38 +01:00
Arne Coucheron
ea3b4a53bd click: Update prebuilt kernel and module
Change-Id: I1f6e2adbb03fa4891d3f52e9bd06e8d19cb3fbdc
2012-03-18 16:57:13 +01:00
Arne Coucheron
cd2ba44217 click: Disable scrolling cache
Change-Id: If70d547192d1b767b4be648ff4a42db7dfc63c5c
2012-02-18 21:12:34 +01:00
Arne Coucheron
6077c52b1d click: Enable alpha transformation
Helps eliminate glitches in the new transitions.

Change-Id: I1c97e3d73a38a4653a544f3b8246293e26709e40
2012-02-01 09:37:52 +01:00
Arne Coucheron
eff2a8044b click: Update prebuilt kernel and module
Change-Id: Ib866fbf82548c39ed4c685081cd622945dcbd383
2012-02-01 07:37:27 +01:00
Arne Coucheron
1fed334475 click: Fix rotation derpage
Change-Id: I03c3f3c4d485e18d87baf282cdea9874dd6d840a
2012-01-30 08:32:39 +01:00
7 changed files with 23 additions and 1 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.

14
goo.mk Normal file
View 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

View File

@ -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

View File

@ -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

View File

@ -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