summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configs/80cfw10
-rw-r--r--n7100.mk4
-rw-r--r--proprietary-files.txt2
3 files changed, 0 insertions, 16 deletions
diff --git a/configs/80cfw b/configs/80cfw
deleted file mode 100644
index 45a9871..0000000
--- a/configs/80cfw
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/system/bin/sh
-#
-# Copy camera firmware to /data/cfw
-#
-
-busybox cp /system/vendor/firmware/SlimISP_GK.bin /data/cfw/SlimISP_GK.bin
-busybox cp /system/vendor/firmware/SlimISP_ZK.bin /data/cfw/SlimISP_ZK.bin
-busybox chown system /data/cfw/*
-busybox chgrp media /data/cfw/*
-busybox chmod 0775 /data/cfw/*
diff --git a/n7100.mk b/n7100.mk
index ac4b59f..433f6b5 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -42,10 +42,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml
-# Camera FW
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/80cfw:system/etc/init.d/80cfw
-
# Product specific Packages
PRODUCT_PACKAGES += \
GalaxyNote2Settings \
diff --git a/proprietary-files.txt b/proprietary-files.txt
index d173b9f..f5d234b 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -14,5 +14,3 @@ system/lib/libsensorhubservice.so
system/usr/idc/sec_e-pen.idc
system/usr/keylayout/sec_e-pen.kl
system/usr/keylayout/sec_touchkey.kl
-system/vendor/firmware/SlimISP_GK.bin
-system/vendor/firmware/SlimISP_ZK.bin