summaryrefslogtreecommitdiffstats
path: root/rootdir/etc/init.goldfish.rc
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2011-01-22 02:24:36 +0100
committerDavid 'Digit' Turner <digit@google.com>2011-01-22 02:24:36 +0100
commitdc743112ca561242052d7fd5e4b11f6db38f99aa (patch)
tree6a0a09cf1cc44b563475b674d03cd77d00368bf1 /rootdir/etc/init.goldfish.rc
parent02526d486803de153d03851f4d5f9be7c555e46c (diff)
downloadsystem_core-dc743112ca561242052d7fd5e4b11f6db38f99aa.zip
system_core-dc743112ca561242052d7fd5e4b11f6db38f99aa.tar.gz
system_core-dc743112ca561242052d7fd5e4b11f6db38f99aa.tar.bz2
goldfish: Work-around to start the RIL daemon.
This change forces the start of the RIL daemon used to provide 3G connectivity to the system. It should normally be started automatically by init.rc but there is a bug within system/core/init/builtins.c that prevents this to happen. Fixes the "No network connectivity" bug while the network interface and route were properly setup. Change-Id: Ieec0f513aabf92b8a59f0a86f64a16e97057c3c3
Diffstat (limited to 'rootdir/etc/init.goldfish.rc')
-rw-r--r--rootdir/etc/init.goldfish.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/init.goldfish.rc b/rootdir/etc/init.goldfish.rc
index 1ac09ca..7cc028f 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,