diff options
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index c20eeaa..9853cc6 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -246,6 +246,12 @@ service bootsound /system/bin/playmp3 group audio oneshot +service bootanim /system/bin/bootanimation + user graphics + group graphics + disabled + oneshot + service dbus /system/bin/dbus-daemon --system --nofork socket dbus stream 660 bluetooth bluetooth user bluetooth |