From 9df27e64a7ff9c6a522f50c9d01e6da3adc17063 Mon Sep 17 00:00:00 2001 From: padarshr Date: Fri, 6 Feb 2015 11:48:42 +0530 Subject: [PATCH] Change tftp_server class from core to main Because of an open file on /data by this module, encryption was failing as /data unmounting failed, so changing this to main class to make encryption successful Change-Id: I52a1f0f8abb51234f54be0ddbcc4016df52c466e --- rootdir/etc/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 211bf225..eb750406 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -422,7 +422,7 @@ service rfs_access /system/bin/rfs_access group system net_raw service tftp_server /system/bin/tftp_server - class core + class main user root on property:wc_transport.start_hci=true