summaryrefslogtreecommitdiffstats
path: root/80cfw
blob: ccdd906ecd87b83d8197038afd91ad7787d76ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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