Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc743112 authored by David 'Digit' Turner's avatar David 'Digit' Turner
Browse files

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
parent 02526d48
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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,