Hello Google developers,
There is a TYPO in system/core/rootdir/etc/init.goldfish.sh:
qemud=`getprop.ro.kernel.android.qemud`
if test -z "$qemud"; then
radio_ril=`getprop ro.kernel.android.ril`
if test -z "$radio_ril"; then
# no need for the radio interface daemon
# telephony is entirely emulated in Java
setprop ro.radio.noril yes
stop ril-daemon
fi
fi
Please change the line qemud=`getprop.ro.kernel.android.qemud` to
qemud=`getprop ro.kernel.android.qemud`.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---