weikipeng / fanfoudroid

Automatically exported from code.google.com/p/fanfoudroid
0 stars 0 forks source link

对cmwap的支持 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
用户 @一一(kevin6763) 
使用cmwap做GPRS接入,反映在GPRS下不能使用,报网络连接异常�
��

这个可以做一个研究先,如果麻烦可以不支持。
我把优先级设为低了。

Original issue reported on code.google.com by ch.lin...@gmail.com on 17 Jan 2011 at 8:08

GoogleCodeExporter commented 9 years ago
待测试如下方案:
先判断当前使用的网络类型, 如果是走cmwap, 
则给httpClient设置一个cmwap代理.

{{{
HttpHost proxy = new HttpHost( "10.0.0.172", 80, "http");  
httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy);
}}}

Original comment by lds2...@gmail.com on 17 Jan 2011 at 8:12

GoogleCodeExporter commented 9 years ago
哦。cmwap的测试环境好弄吗?我还没接触过这个。
要是麻烦的话可以跟那个一一联系一下,发测试版给他帮助��
�试。

Original comment by ch.lin...@gmail.com on 17 Jan 2011 at 8:17

GoogleCodeExporter commented 9 years ago
fixed @ b3f9567fdc33 & 6638b9ba11b6, not tested in real environment.

Original comment by ch.lin...@gmail.com on 23 Mar 2011 at 9:21