Skip to content

Commit

Permalink
Updates to props/small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
imilka committed Nov 1, 2012
1 parent c217150 commit f74fdfb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
10 changes: 0 additions & 10 deletions 80cfw

This file was deleted.

2 changes: 1 addition & 1 deletion DeviceSettings/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Galaxy S III Settings</string>
<string name="app_name">Galaxy Note II Settings</string>

<string name="category_haptic_title">Haptic</string>
<string name="vibrator_subcat_title">Vibrator</string>
Expand Down
6 changes: 3 additions & 3 deletions n7100.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ PRODUCT_COPY_FILES := \
$(LOCAL_PATH)/ueventd.smdk4x12.rc:recovery/root/ueventd.smdk4x12.rc

# Camera FW
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/80cfw:system/etc/init.d/80cfw
# PRODUCT_COPY_FILES += \
# $(LOCAL_PATH)/80cfw:system/etc/init.d/80cfw

# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/m0 \
$(LOCAL_PATH)/configs/tiny_hw.xml:system/etc/sound/t03g \
$(LOCAL_PATH)/configs/audio_policy.conf:system/etc/audio_policy.conf

# Vold and Storage
Expand Down
6 changes: 6 additions & 0 deletions proprietary-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ PRODUCT_COPY_FILES += \\
\$(LOCAL_PATH)/proprietary/system/bin/bintvoutservice:system/bin/bintvoutservice \\
\$(LOCAL_PATH)/proprietary/system/bin/gps.cer:system/bin/gps.cer \\
\$(LOCAL_PATH)/proprietary/system/bin/gpsd:system/bin/gpsd \\
\$(LOCAL_PATH)/proprietary/system/bin/sensorservice:system/bin/sensorservice \\
\$(LOCAL_PATH)/proprietary/system/bin/sensorhubservice:system/bin/sensorhubservice \\
\$(LOCAL_PATH)/proprietary/system/bin/lpmkey:system/bin/lpmkey \\
\$(LOCAL_PATH)/proprietary/system/bin/playlpm:system/bin/playlpm \\
\$(LOCAL_PATH)/proprietary/system/bin/rild:system/bin/rild
Expand Down Expand Up @@ -86,11 +88,15 @@ PRODUCT_COPY_FILES += \\
\$(LOCAL_PATH)/proprietary/system/lib/hw/gps.exynos4.so:system/lib/hw/gps.exynos4.so \\
\$(LOCAL_PATH)/proprietary/system/lib/hw/gralloc.smdk4x12.so:system/lib/hw/gralloc.smdk4x12.so \\
\$(LOCAL_PATH)/proprietary/system/lib/hw/sensors.smdk4x12.so:system/lib/hw/sensors.smdk4x12.so \\
\$(LOCAL_PATH)/proprietary/system/lib/hw/sensorhubs.smdk4x12.so:system/lib/hw/sensorhubs.smdk4x12.so \\
\$(LOCAL_PATH)/proprietary/system/lib/hw/hwcomposer.smdk4x12.so:system/lib/hw/hwcomposer.smdk4x12.so
PRODUCT_COPY_FILES += \\
\$(LOCAL_PATH)/proprietary/system/lib/libril.so:system/lib/libril.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libsec-ril.so:system/lib/libsec-ril.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libsensorservice.so:system/lib/libsensorservice.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libsensorhubservice.so:system/lib/libsensorhubservice.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libsec-ril.so:system/lib/libsec-ril.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libakm.so:system/lib/libakm.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libsecion.so:system/lib/libsecion.so \\
\$(LOCAL_PATH)/proprietary/system/lib/libMali.so:system/lib/libMali.so \\
Expand Down

0 comments on commit f74fdfb

Please sign in to comment.