leo: updated more

* changed a few permissions
* moved init.d
* made sure that the usb mass storage will work
* maybe multi-touch will now work
This commit is contained in:
Arif Ali 2011-12-30 01:14:05 +00:00
parent a7d327542c
commit 63995b33cf
22 changed files with 12 additions and 11 deletions

0
Android.mk Executable file → Normal file
View File

0
AndroidBoard.mk Executable file → Normal file
View File

0
AndroidProducts.mk Executable file → Normal file
View File

0
BoardConfig.mk Executable file → Normal file
View File

0
full_leo.mk Executable file → Normal file
View File

0
generic_leo.mk Executable file → Normal file
View File

6
leo.mk Executable file → Normal file
View File

@ -47,7 +47,7 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml \
frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/base/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/base/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml
@ -58,8 +58,8 @@ PRODUCT_COPY_FILES += \
# This file is used to install the enable RMNET and corresponding modules which dont get activated by normal module script, mount cache so that downloads work correctly
PRODUCT_COPY_FILES += \
device/htc/leo/prebuilt/01modules:system/etc/init.d/01modules \
device/htc/leo/prebuilt/02cachesd:system/etc/init.d/02cachesd
device/htc/leo/prebuilt/init.d/01modules:system/etc/init.d/01modules \
device/htc/leo/prebuilt/init.d/02cachesd:system/etc/init.d/02cachesd
PRODUCT_PACKAGES += \
sensors.htcleo \

0
leo_as.mk Executable file → Normal file
View File

0
leo_eu.mk Executable file → Normal file
View File

0
leo_us.mk Executable file → Normal file
View File

0
libhtc_ril_wrapper/Android.mk Executable file → Normal file
View File

0
libhtc_ril_wrapper/MODULE_LICENSE_APACHE2 Executable file → Normal file
View File

0
libhtc_ril_wrapper/NOTICE Executable file → Normal file
View File

0
libhtc_ril_wrapper/libhtc_ril_wrapper.c Executable file → Normal file
View File

View File

@ -21,7 +21,7 @@
for different hardware and product builds. -->
<resources>
<!-- Flag indicating whether the surface flinger has limited
<!-- Flag indicating whether the surface flinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
@ -31,14 +31,13 @@
config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
<bool name="config_automatic_brightness_available">true</bool>
<!-- disable menu hard key on HD2 in non-pattern lockscreen -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
<!-- Flag indicating whether the surface flinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<!-- Flag indicating whether the surface flinger has limited
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>
<!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
@ -129,7 +128,6 @@
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
<!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
[associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet] -->
<!-- the 5th element "resore-time" indicates the number of milliseconds to delay
@ -161,7 +159,7 @@
<item>"wl0.1"</item>
</string-array>
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
<integer-array name="config_keyboardTapVibePattern">
<item>30</item>
</integer-array>
@ -183,4 +181,7 @@
<!-- Enable use of power animations -->
<bool name="config_animateScreenLights">false</bool>
<!-- Use legacy usb -->
<bool name="config_usesLegacyUsbDeviceManager">true</bool>
</resources>

0
prebuilt/01modules → prebuilt/init.d/01modules Normal file → Executable file
View File

0
prebuilt/02cachesd → prebuilt/init.d/02cachesd Normal file → Executable file
View File

0
prebuilt/kernel Executable file → Normal file
View File

0
prebuilt/ppp/options Executable file → Normal file
View File

0
prebuilt/vold.fstab Executable file → Normal file
View File

0
proprietary-files.txt Executable file → Normal file
View File

0
system.prop Executable file → Normal file
View File