diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-13 16:59:19 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-03-13 16:59:19 +0000 |
commit | 0e579058a1b103d9aefcbddf49fd9160b27d1f98 (patch) | |
tree | cab9e269b49763b503ac4128721f98dfb1824554 /configs | |
parent | 855598a6788bfc7364b7b771f901b42557bb93a3 (diff) | |
download | device_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.zip device_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.tar.gz device_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.tar.bz2 |
n7100: move camera firmwares to common
Change-Id: Ifb7dc3854a4281575addd9dec7dcaebf6e2ebaa3
Diffstat (limited to 'configs')
-rw-r--r-- | configs/80cfw | 10 |
1 files changed, 0 insertions, 10 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/* |