diff options
| author | David 'Digit' Turner <digit@google.com> | 2011-01-21 19:00:41 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-01-21 19:00:41 -0800 |
| commit | 88af5ff47dc6eb371c3ee597b5a646fa0e5a8578 (patch) | |
| tree | 748dd8d2371f7a44d9fdb9b9b17e2c6b5295c805 | |
| parent | fc67acc381ca684caffab957c6113d7285d46e3d (diff) | |
| parent | dc743112ca561242052d7fd5e4b11f6db38f99aa (diff) | |
| download | system_core-88af5ff47dc6eb371c3ee597b5a646fa0e5a8578.tar.gz system_core-88af5ff47dc6eb371c3ee597b5a646fa0e5a8578.tar.bz2 system_core-88af5ff47dc6eb371c3ee597b5a646fa0e5a8578.zip | |
Merge "goldfish: Work-around to start the RIL daemon." into honeycomb
| -rw-r--r-- | rootdir/etc/init.goldfish.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/init.goldfish.rc b/rootdir/etc/init.goldfish.rc index 1ac09cae..7cc028ff 100644 --- a/rootdir/etc/init.goldfish.rc +++ b/rootdir/etc/init.goldfish.rc @@ -28,6 +28,12 @@ on boot start goldfish-logcat start goldfish-setup + # This is a workaround for another bug in init and init.rc + # where the late_start class of services is never started + # properly when running an unencrypted /data partition. + # + start ril-daemon + setprop ro.setupwizard.mode EMULATOR # enable Google-specific location features, |
