diff options
author | netmaxt3r <me@maxters.net> | 2012-11-22 23:25:03 +0530 |
---|---|---|
committer | netmaxt3r <me@maxters.net> | 2012-11-22 23:25:03 +0530 |
commit | 7b28422186360c4539c773a99e4ab4d187f7c8d0 (patch) | |
tree | 2f331565b968b92404af51a643f38184e712b23f /configs | |
parent | f4bfad0f04dec0ec144c3a1406b94bdb772f01a2 (diff) | |
download | device_samsung_n7100-7b28422186360c4539c773a99e4ab4d187f7c8d0.zip device_samsung_n7100-7b28422186360c4539c773a99e4ab4d187f7c8d0.tar.gz device_samsung_n7100-7b28422186360c4539c773a99e4ab4d187f7c8d0.tar.bz2 |
Fix camera firmware init.d script
Change-Id: I52bef08019639bfe0b9ea278b2752452b7f94d7b
Diffstat (limited to 'configs')
-rw-r--r-- | configs/80cfw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/80cfw b/configs/80cfw index d7cc4f0..45a9871 100644 --- a/configs/80cfw +++ b/configs/80cfw @@ -3,8 +3,8 @@ # 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 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/* |