From 7fed66776e41593322d6c2c895c9bbf30c805186 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 2 Feb 2015 19:47:00 +0530 Subject: init: Move taimport to class main * We want this to run as early as possible, but also have the right MAC addresses on the device when encrypted. Change-Id: I08b327b6135df644bac60a8080910b2f0b0aace9 --- rootdir/init.qcom.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 94c7937..fa4e1e1 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -96,8 +96,6 @@ on fs chown system system /lta-label chmod 0555 /lta-label - chmod 0755 /data/etc - on early-boot # set RLIMIT_MEMLOCK to 64MB setrlimit 8 67108864 67108864 @@ -367,6 +365,9 @@ on post-fs-data chown media camera /sys/devices/sony_camera_1/info chmod 0770 /sys/devices/sony_camera_1/info + # Used by taimport for MAC addresses + mkdir /data/etc + on charger # Enable Power modes and set the CPU Freq Sampling rates write /sys/module/lpm_levels/enable_low_power/l2 2 @@ -416,10 +417,9 @@ service tad_static /system/bin/tad_static /dev/block/mmcblk0 1,16 class core service taimport /system/bin/taimport - class late_start + class main user root group system - oneshot service netmgrd /system/bin/netmgrd class main -- cgit v1.2.3