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?
Asked
Active
Viewed 1,841 times
1
-
1Possible 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 Answers
-1
enable the ethernet port and then use setprop command to enable dhcp. Then start dhcp client.

ravi_arya
- 107
- 2
-
Could you [edit] and clarify which properties should be set to enable DHCP? – Andrew T. Nov 30 '21 at 08:35