diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-25 14:57:33 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-25 14:57:33 +0000 |
commit | 8f99ee3993c491e794e4dd8b56984b4b4001afea (patch) | |
tree | fe030da8d228095eca023e8b46b2c901cad802d2 /configs | |
parent | 6ae502b74db5cdc2a119cd2efc55f6369c8d76cd (diff) | |
download | device_samsung_smdk4412-common-8f99ee3993c491e794e4dd8b56984b4b4001afea.zip device_samsung_smdk4412-common-8f99ee3993c491e794e4dd8b56984b4b4001afea.tar.gz device_samsung_smdk4412-common-8f99ee3993c491e794e4dd8b56984b4b4001afea.tar.bz2 |
smdk4412-common: add SlimISP_BH camera firmware
Change-Id: Ibf1ec509c4fa4c7302b67d92de1aeeb103efa0d7
Diffstat (limited to 'configs')
-rw-r--r-- | configs/80cfw | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configs/80cfw b/configs/80cfw index 637142d..7b803ff 100644 --- a/configs/80cfw +++ b/configs/80cfw @@ -3,12 +3,7 @@ # 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_GK.bin /data/cfw/SlimISP_GK.bin -busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZD.bin -busybox cp /system/vendor/firmware/SlimISP_ZH.bin /data/cfw/SlimISP_ZH.bin -busybox cp /system/vendor/firmware/SlimISP_ZK.bin /data/cfw/SlimISP_ZK.bin +busybox cp /system/vendor/firmware/SlimISP_*.bin /data/cfw/ busybox chown system /data/cfw/* busybox chgrp media /data/cfw/* |