Skip to content

Commit

Permalink
fix low power mode chargeing
Browse files Browse the repository at this point in the history
Change-Id: I717812e134e3241f931f36c5bd971eb79390ddf8
  • Loading branch information
codeworkx committed Mar 25, 2012
1 parent 01e20b9 commit f20af19
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions lpm.rc
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,20 @@ on boot

service debuggerd /system/bin/debuggerd

service ueventd /sbin/ueventd
critical
service ueventd /sbin/ueventd
critical

service console /system/bin/sh
console
console

service playlpm /system/bin/playlpm
user root
user root

service lpmkey /system/bin/charging_mode
user root
service immvibed /system/bin/immvibed
oneshot

service lpmkey /system/bin/lpmkey
user root

# adbd is controlled by the persist.service.adb.enable system property
service adbd /sbin/adbd
Expand Down

0 comments on commit f20af19

Please sign in to comment.