0

I am working on an a proxy based application where I need to edit the IP settings in an android Phone. I got reference from Programmatically getting the gateway and subnet mask details

For getting DHCP Info this link is useful. Can I set a particular IP for the android mobile itself?

Community
  • 1
  • 1
info
  • 2,152
  • 5
  • 22
  • 38
  • yes,you r rite.I need to set my ProxyIP for the gateway.Please give me some reference link.Thanks – info Nov 07 '12 at 05:03

1 Answers1

1

So you want to actively change the IP address? This is not possible if DHCP is activated and no longer easily possible since Android 3.X.

Possible duplicate of:

How to configue a static IP address, netmask, gateway programmatically on Android 3.x or 4.x

Set Android IP,DNS,GATEWAY setting programatically

Jannis
  • 559
  • 6
  • 10