aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/80cfw11
-rw-r--r--i9305.mk4
-rw-r--r--proprietary-files.txt3
3 files changed, 0 insertions, 18 deletions
diff --git a/configs/80cfw b/configs/80cfw
deleted file mode 100644
index c407916..0000000
--- a/configs/80cfw
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/system/bin/sh
-#
-# Copy camera firmware to /data/cfw
-#
-
-busybox cp /system/vendor/firmware/SlimISP_GD.bin /data/cfw/SlimISP_GD.bin
-busybox cp /system/vendor/firmware/SlimISP_GH.bin /data/cfw/SlimISP_GH.bin
-busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZD.bin
-busybox chown system /data/cfw/*
-busybox chgrp media /data/cfw/*
-busybox chmod 0775 /data/cfw/*
diff --git a/i9305.mk b/i9305.mk
index b129caa..19a4b95 100644
--- a/i9305.mk
+++ b/i9305.mk
@@ -41,10 +41,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf
-# Camera FW
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/80cfw:system/etc/init.d/80cfw
-
# Product specific Packages
PRODUCT_PACKAGES += \
GalaxyS3Settings
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 19dffd5..a479eb7 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -45,6 +45,3 @@ system/lib/hw/vendor-camera.exynos4.so
system/lib/hw/gps.default.so
system/lib/hw/sensors.smdk4x12.so
system/usr/keylayout/sec_touchkey.kl
-system/vendor/firmware/SlimISP_GD.bin
-system/vendor/firmware/SlimISP_GH.bin
-system/vendor/firmware/SlimISP_ZD.bin