1

I am running Android on my development board and want to configure DHCP client on it. Can anyone tell the details of what steps to be followed to configure DHCP client on Android?

End Anti-Semitic Hate
  • 4,400
  • 23
  • 61
  • 100
  • 1
    Possible duplicate: http://android.stackexchange.com/questions/6404/how-to-change-dhcp-config – ale Nov 23 '11 at 13:38
  • This does not help. I have tried running dhclient on linux pc and it works fine there. But there is no dhclient for android what I have is dhcpcd. which fails always. – ravspratapsingh Nov 24 '11 at 08:28

1 Answers1

-1

enable the ethernet port and then use setprop command to enable dhcp. Then start dhcp client.

ravi_arya
  • 107
  • 2