This is a common problem in android.

The name of the issue says it all. Android fails to obtain an IP address from a wireless router: connection attempt fails. It goes through stages in an infinite loop: wifi重复执行以下操作

1.Obtaining IP address 获取ip地址

2.disconnecting 失去连接

3.scanning 搜索

After searching about this problem on internet, I found that many other people facing the same problem. But at last I found a solution for this problem and going to share here. Here’s the solution to Obtaing IP address Wifi problem on android:

The solution is to use a static IP for your WiFi connection, to do this:

From your android device, goto Settings > Wireless and networks > WiFi Settings > Click menu button (left) and select advanced.

设置路径:设置>无线网络>wifi设置>右键选择高级设置

修复android获取ip地址失败 Fix Obtaining IP Address Android WiFi Problem

You’ll see an option “use static IP” under IP settings section. Enable it and enter the following parameters.

修复wifi上网只要设置以下信息:

IP address : 192.168.1.253

Gateway: 192.168.1.1

Netmask: 255.255.255.0

DNS1: 8.8.4.4

DNS2: 4.4.4.4/8.8.8.8

This method works 100% when we tested it. 这是真的;不过俺试了,是连接上了,不过还是上不了网,再次取消用静态地址连接,magic wierd it work. enjoy it if you are the lucky guy as me.

================================================

以下木有尝试,留作参考

For samsung users, I have a pretty good trick which works very well.

When you have obtaining IP address problem,

1.Turn off wifi.

2.Open “Allshare”, then you will be asked to connect to a wifi network.

3.Then select the wifi network that you need to connect from the list opened.

Magically, you will be connected without any extra effort.This works 100% sure without fail.

You may also like -

转载:http://mhotspot.com/blog/fix-obtaining-ip-address-android-wifi-problem/

更多相关文章

  1. AndroidStudio 2.3.3 百度云盘地址
  2. android githubf地址
  3. ADT Bundle最后一次更新的版本下载地址
  4. Google Maps API Key申请方法及地址
  5. Android】获取Mac地址
  6. android 获取mac地址
  7. android 开发工具下载地址
  8. Android ADT & SDK离线下载地址

随机推荐

  1. Android的UI显示原理总结
  2. 10个常见的 Android(安卓)新手误区
  3. 《 Android物联网开发从入门到实战》国内
  4. Android原生开关组件
  5. CMMB在Android平台上的实现步骤简介
  6. 应用程序组件之APP基础(转官方)
  7. Android(安卓)应用程序快速启动的秘诀
  8. 初探Android热修复——tinker接入
  9. 别人花了6000元学的Android高级技术,全都
  10. 关于Android中drawable必知的一些规则