Skip to content

Commit

Permalink
We need to start the servicemanager in the emulator. For now.
Browse files Browse the repository at this point in the history
  • Loading branch information
joneschrisg committed Jan 31, 2012
1 parent be48bb8 commit c6e8ef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rootdir/init.rc.gonk
Expand Up @@ -303,11 +303,11 @@ on property:persist.service.adb.enable=1
on property:persist.service.adb.enable=0
stop adbd

#service servicemanager /system/bin/servicemanager
# user system
# critical
service servicemanager /system/bin/servicemanager
user system
critical
# onrestart restart zygote
# onrestart restart media
onrestart restart media

service vold /system/bin/vold
socket vold stream 0660 root mount
Expand Down

0 comments on commit c6e8ef6

Please sign in to comment.