From d3e2dbfacbb321c54b7cf5b3008071f080541d36 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sun, 11 Nov 2012 15:18:10 +0100 Subject: copy camera fw to data/cfw --- configs/80cfw | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/80cfw (limited to 'configs') 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/* -- cgit v1.1