diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/80cfw | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/80cfw b/configs/80cfw new file mode 100644 index 0000000..d7cc4f0 --- /dev/null +++ b/configs/80cfw @@ -0,0 +1,10 @@ +#!/system/bin/sh +# +# Copy camera firmware to /data/cfw +# + +busybox cp /system/vendor/firmware/SlimISP_GD.bin /data/cfw/SlimISP_GK.bin +busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZK.bin +busybox chown system /data/cfw/* +busybox chgrp media /data/cfw/* +busybox chmod 0775 /data/cfw/* |