From c27c7a98fd36e7fab601ce7b6c1780526db4d4bb 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. 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 5efe0c9..ecc91a2 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -485,7 +485,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.1