diff options
| author | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-14 17:30:35 +0000 |
|---|---|---|
| committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-01-14 18:08:49 +0000 |
| commit | c67618507c80a689ae6f67daf5ddb8ca3fd234ee (patch) | |
| tree | af38b1b8f04fa19fb47d3d838581665009b11ff4 /configs/80cfw | |
| download | device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.tar.gz device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.tar.bz2 device_samsung_t0lte-c67618507c80a689ae6f67daf5ddb8ca3fd234ee.zip | |
initial commit
Diffstat (limited to 'configs/80cfw')
| -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..45a9871 --- /dev/null +++ b/configs/80cfw @@ -0,0 +1,10 @@ +#!/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/* |
