AT&T Samsung Galaxy SII
Change-Id: Ic5d30ecb19895dfc605d4571d4945c96347deb6f Added the overlay for galaxys2att Change-Id: I0d5234194f5f9fd206d7bab3870b918dec08b62b
This commit is contained in:
parent
6d4ac039bb
commit
90e4aa464d
@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
** Copyright 2009, The Android Open Source Project
|
||||
**
|
||||
** Licensed under the Apache License, Version 2.0 (the "License");
|
||||
** you may not use this file except in compliance with the License.
|
||||
** You may obtain a copy of the License at
|
||||
**
|
||||
** http://www.apache.org/licenses/LICENSE-2.0
|
||||
**
|
||||
** Unless required by applicable law or agreed to in writing, software
|
||||
** distributed under the License is distributed on an "AS IS" BASIS,
|
||||
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
** See the License for the specific language governing permissions and
|
||||
** limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
|
||||
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not
|
||||
specified -->
|
||||
<string name="default_wallpaper_component">com.android.wallpaper/.nexus.NexusWallpaper</string>
|
||||
|
||||
</resources>
|
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Whether or not to display the trackball settings -->
|
||||
<bool name="has_trackball">false</bool>
|
||||
<bool name="has_rgb_notification_led">false</bool>
|
||||
<bool name="has_camera_button">false</bool>
|
||||
<bool name="has_led_flash">true</bool>
|
||||
</resources>
|
@ -23,6 +23,7 @@ PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/cyanogen_inc.mk \
|
||||
$(LOCAL_DIR)/cyanogen_jordan.mk \
|
||||
$(LOCAL_DIR)/cyanogen_galaxys2.mk \
|
||||
$(LOCAL_DIR)/cyanogen_galaxys2att.mk \
|
||||
$(LOCAL_DIR)/cyanogen_galaxysmtd.mk \
|
||||
$(LOCAL_DIR)/cyanogen_generic.mk \
|
||||
$(LOCAL_DIR)/cyanogen_glacier.mk \
|
||||
|
59
products/cyanogen_galaxys2att.mk
Normal file
59
products/cyanogen_galaxys2att.mk
Normal file
@ -0,0 +1,59 @@
|
||||
# Inherit AOSP device configuration for galaxys2att.
|
||||
$(call inherit-product, device/samsung/galaxys2att/full_galaxys2att.mk)
|
||||
|
||||
# Inherit some common cyanogenmod stuff.
|
||||
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
|
||||
|
||||
# Include GSM stuff
|
||||
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
|
||||
|
||||
#
|
||||
# Setup device specific product configuration.
|
||||
#
|
||||
PRODUCT_NAME := cyanogen_galaxys2att
|
||||
PRODUCT_BRAND := samsung
|
||||
PRODUCT_DEVICE := galaxys2att
|
||||
PRODUCT_MODEL := SGH-I777
|
||||
PRODUCT_MANUFACTURER := samsung
|
||||
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=SGH-I777 BUILD_ID=GWK74 BUILD_DISPLAY_ID=GWK74 BUILD_FINGERPRINT=samsung/SGH-I777/SGH-I777:2.3.7/GINGERBREAD/UCKH7:user/release-keys PRIVATE_BUILD_DESC="SGH-I777-user 2.3.7 GINGERBREAD UCKH7 release-keys"
|
||||
|
||||
# Extra captivate overlay
|
||||
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/galaxys2att
|
||||
|
||||
# Add FM and Torch Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
Torch \
|
||||
FM
|
||||
|
||||
# Extra RIL settings
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.ril.enable.managed.roaming=1 \
|
||||
ro.ril.oem.nosim.ecclist=911,112,999,000,08,118,120,122,110,119,995 \
|
||||
ro.ril.emc.mode=2
|
||||
|
||||
# Add additional mounts
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.additionalmounts=/mnt/emmc \
|
||||
ro.vold.switchablepair=/mnt/sdcard,/mnt/emmc
|
||||
|
||||
#
|
||||
# Set ro.modversion
|
||||
#
|
||||
ifdef CYANOGEN_NIGHTLY
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7-$(shell date +%m%d%Y)-NIGHTLY-Galaxys2ATT
|
||||
else
|
||||
ifdef CYANOGEN_RELEASE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.1.0-Galaxys2ATT
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.modversion=CyanogenMod-7.1.0-Galaxys2ATT-KANG
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# Copy captivate specific prebuilt files
|
||||
#
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/cyanogen/prebuilt/hdpi/media/bootanimation.zip:system/media/bootanimation.zip
|
@ -17,6 +17,7 @@ add_lunch_combo cyanogen_es209ra-eng
|
||||
add_lunch_combo cyanogen_espresso-eng
|
||||
add_lunch_combo cyanogen_fascinatemtd-eng
|
||||
add_lunch_combo cyanogen_galaxys2-eng
|
||||
add_lunch_combo cyanogen_galaxys2att-eng
|
||||
add_lunch_combo cyanogen_galaxysmtd-eng
|
||||
add_lunch_combo cyanogen_generic-eng
|
||||
add_lunch_combo cyanogen_glacier-eng
|
||||
|
Loading…
Reference in New Issue
Block a user