From e3df9a47d760378d2d974a8d86fc1eb7ebc71a74 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 1 Jan 2016 21:21:30 +0100 Subject: move macloader to late_start class If the device is encrypted and macloader is executed before data is decrypted, a corrupted string like "0urata" will end up in .cid.info. Change-Id: Ifac0b134153998e905db0f8b4b8f8ac6c2b1558c Signed-off-by: Wolfgang Wiedmeyer --- rootdir/init.smdk4x12.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index a07a754..9be37d7 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -483,7 +483,7 @@ service iprenew_bt-pan /system/bin/dhcpcd -n oneshot service macloader /system/bin/macloader - class main + class late_start oneshot # Workaround for broken incall audio -- cgit v1.2.3