summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 16:23:16 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-06-19 16:23:16 +0200
commit67c305142122f93ea04ea43c7b8b92b6be1eebd1 (patch)
tree21364268e6e07a347cdbcd8acbc30b297b91104e
parent28a5eee31e87ba7c97e901f66a8f2ab4db8fea84 (diff)
downloaddevice_samsung_p5100-67c305142122f93ea04ea43c7b8b92b6be1eebd1.zip
device_samsung_p5100-67c305142122f93ea04ea43c7b8b92b6be1eebd1.tar.gz
device_samsung_p5100-67c305142122f93ea04ea43c7b8b92b6be1eebd1.tar.bz2
added volume db for audio
-rw-r--r--configs/Volume.dbbin0 -> 10240 bytes
-rwxr-xr-xp51xx-common.mk4
2 files changed, 4 insertions, 0 deletions
diff --git a/configs/Volume.db b/configs/Volume.db
new file mode 100644
index 0000000..cd27537
--- /dev/null
+++ b/configs/Volume.db
Binary files differ
diff --git a/p51xx-common.mk b/p51xx-common.mk
index 069c57d..dd6e665 100755
--- a/p51xx-common.mk
+++ b/p51xx-common.mk
@@ -38,6 +38,10 @@ PRODUCT_COPY_FILES := \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/vold.fstab:system/etc/vold.fstab
+# Audio
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/Volume.db:system/etc/Volume.db
+
# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf \