aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:04 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:04 +0000
commitea04354af15e3670ebe1f2e5052f29d6e9733378 (patch)
treeab6cfaf90011190c2afe9b2a475e6c63c7bf16ef /configs
parentd2db0ccf53c98c238167defb23fefc5a4ba17a9b (diff)
downloaddevice_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.zip
device_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.tar.gz
device_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.tar.bz2
i9305: move camera firmwares to common
Change-Id: Idec417708b58e189f626f55c508f49dbb8c0e465
Diffstat (limited to 'configs')
-rw-r--r--configs/80cfw11
1 files changed, 0 insertions, 11 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/*