Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Support for Galaxy S Plus
Browse files Browse the repository at this point in the history
Change-Id: Ia537fd839fec1cc148caf89c7513442e71f857cb
  • Loading branch information
krislibaeer committed Aug 1, 2013
1 parent 97b5217 commit 96cbe3d
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTORS.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Samsung:
* Galaxy R: i9103 Grarak
* Galaxy S I: galaxysmtd aways
* Galaxy S I Captivate: captivatemtd Nick0703
* Galaxy S I Plus: ariesve krislibaeer
* Galaxy S II: i9100 bluefa1con
* Galaxy S II: i9100G bluefa1con
* Galaxy S II LTE (AT&T): skyrocket gs2usr
Expand Down Expand Up @@ -210,7 +211,7 @@ Sony Ericsson:

---------------------------------------------------------------------

Total Devices: 120
Total Devices: 121

Best regards
szl.kiev
14 changes: 14 additions & 0 deletions dependencies/ariesve.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"account": "krislibaeer",
"repository": "pac_android_device_samsung_ariesve",
"target_path": "device/samsung/ariesve",
"revision": "cm-10.1"
},
{
"account": "krislibaeer",
"repository": "android_vendor_samsung_ariesve",
"target_path": "vendor/samsung-extra/ariesve",
"revision": "jb-4.2"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether or not to display the notification LED settings -->
<bool name="has_notification_led">true</bool>

<!-- Whether device has camera flash or torch capabilities -->
<bool name="has_torch">false</bool>

<!-- Whether device has hardware buttons -->
<bool name="has_hardware_buttons">true</bool>

<!-- Whether can use fast chage -->
<bool name="has_fast_charge">true</bool>

<!-- Whether can use color tuning -->
<bool name="has_color_tuning">false</bool>
</resources>
35 changes: 35 additions & 0 deletions products/pac_ariesve.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Check for target product
ifeq (pac_ariesve,$(TARGET_PRODUCT))

# Vendor hack
$(shell mkdir -p vendor/samsung)
$(shell rm -f vendor/samsung/ariesve)
$(shell ln -sf ../samsung-extra/ariesve)

# OVERLAY_TARGET adds overlay asset source
OVERLAY_TARGET := pa_hdpi

# AOKP device overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/pac/overlay/aokp/device/ariesve

# PAC device overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/pac/overlay/pac/common
$(shell cp -f vendor/pac/prebuilt/common/bootanimation_framework/android-logo-mask_samsung-hdpi.png frameworks/base/core/res/assets/images/android-logo-mask.png)

# PAC boot logo
PRODUCT_COPY_FILES += \
vendor/pac/prebuilt/common/bootlogo/pac_logo_480x800.rle:root/logo.rle

# Copy bootanimation
PRODUCT_COPY_FILES += \
vendor/pac/prebuilt/hdpi/bootanimation.zip:system/media/bootanimation.zip

# include PAC common configuration
include vendor/pac/config/pac_common.mk

# Inherit CM device configuration
$(call inherit-product, device/samsung/ariesve/cm.mk)

PRODUCT_NAME := pac_ariesve

endif
1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ add_lunch_combo pac_venturi_usa-userdebug
add_lunch_combo pac_ypg1-userdebug
# Samsung & LGE Legacy Devices
add_lunch_combo pac_ancora-userdebug
add_lunch_combo pac_ariesve-userdebug
add_lunch_combo pac_gio-userdebug
add_lunch_combo pac_cooper-userdebug
add_lunch_combo pac_p500-userdebug
Expand Down

0 comments on commit 96cbe3d

Please sign in to comment.