diff options
author | sbrissen <sbrissen@hotmail.com> | 2014-08-14 11:55:37 -0400 |
---|---|---|
committer | sbrissen <sbrissen@hotmail.com> | 2014-08-14 11:55:37 -0400 |
commit | ae0d646b17da6f5f2b55df33efbb003695ada892 (patch) | |
tree | c5883e180ab22880ed63df0fb5f68551df4b70f6 | |
parent | b993bdb6009fedde564c70a8580f21323a5b60a0 (diff) | |
download | device_samsung_i9305-ae0d646b17da6f5f2b55df33efbb003695ada892.zip device_samsung_i9305-ae0d646b17da6f5f2b55df33efbb003695ada892.tar.gz device_samsung_i9305-ae0d646b17da6f5f2b55df33efbb003695ada892.tar.bz2 |
i9305: fix lpm
This fixes lpm mode since the Kitkat blobs were updated
Change-Id: I8ef37de0131742a04445d8c318b015abb82ad23e
-rw-r--r-- | rootdir/lpm.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/lpm.rc b/rootdir/lpm.rc index c21c887..7285736 100644 --- a/rootdir/lpm.rc +++ b/rootdir/lpm.rc @@ -52,13 +52,7 @@ service ueventd /sbin/ueventd service console /system/bin/sh console -service playlpm /system/bin/playlpm - user root - -service immvibed /system/bin/immvibed - oneshot - -service lpmkey /system/bin/lpmkey +service lpm /system/bin/lpm user root # adbd is controlled by the persist.service.adb.enable system property |