Comment 7 for bug 894502

Revision history for this message
Tixy (Jon Medhurst) (tixy) wrote :

Until we have ECM, I plan to add the hack below to my init script for vexpress. Are there are better suggestions?

#hack to start networking until ICS has Ethernet Communication Manager
#this will enable use of ADB and gator without further manual intervention
service netcfghack /system/bin/netcfg eth0 dhcp
    class main
    user root
    oneshot