diff options
Diffstat (limited to '80cfw')
-rw-r--r-- | 80cfw | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -#!/system/bin/sh -# -# Copy camera firmware to /data/cfw -# - -if [ ! -f /data/cfw/SlimISP_GD.bin ]; -then - busybox cp /system/vendor/firmware/SlimISP_GD.bin /data/cfw/SlimISP_GD.bin -fi - -if [ ! -f /data/cfw/SlimISP_ZD.bin ]; -then - busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZD.bin -fi |