aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rootdir/init.qcom.rc2
-rw-r--r--shinano.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc
index 5035af9..9afb7a7 100644
--- a/rootdir/init.qcom.rc
+++ b/rootdir/init.qcom.rc
@@ -406,7 +406,7 @@ service qmuxd /system/bin/qmuxd
# SONY: TrimArea Daemon
# Last 2 args: start block(blk size 128k), number of blocks(partitionsize(kb)/128(kb))
-service tad_static /sbin/tad_static /dev/block/mmcblk0 1,16
+service tad_static /system/bin/tad_static /dev/block/mmcblk0 1,16
user root
group root
socket tad stream 0660 system system
diff --git a/shinano.mk b/shinano.mk
index c54fab7..273126c 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -53,7 +53,7 @@ PRODUCT_PACKAGES += \
# Sbin
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/charger:root/healthd \
- $(COMMON_PATH)/rootdir/sbin/tad_static:root/sbin/tad_static
+ $(COMMON_PATH)/rootdir/sbin/tad_static:system/bin/tad_static
# ANT+
PRODUCT_PACKAGES += \