无法使用我的Nexus S连接到远程数据库

时间:2012-01-25 12:31:01

标签: android timeout connection nexus-s remote-server

我一直在尝试将Nexus S连接到远程数据库(在我的本地计算机中设置)。

在本地计算机中,我已经设置了一个MYSQL数据库,我正在使用php访问它,我正在从我的android应用程序激活它。

当我从模拟器测试并使用HTTP post方法连接到其他本地计算机(设置服务器)时,我的程序运行正常。

所以当我尝试使用Nexus S连接到它时,我发现存在一些连接问题。

有人告诉我在连接到本地计算机时使用外部IP或静态IP连接到本地计算机,我无法弄明白。

这是我在尝试连接并获取Timeout异常时获得的日志。

D/dalvikvm(  368): GC_EXPLICIT freed 4K, 51% free 3362K/6727K, external 1625K/2137K, paused 58ms

I/TelephonyRegistry(  107): notifyServiceState: 0 home Vodafone Vodafone 40445 (manual) UMTS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false

I/TelephonyRegistry(  107): notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=3

I/TelephonyRegistry(  107): notifyServiceState: 0 home Vodafone Vodafone 40445 (manual) HSDPA CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false

I/TelephonyRegistry(  107): notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=8

I/TelephonyRegistry(  107): notifyServiceState: 0 home Vodafone Vodafone 40445 (manual) UMTS CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false

I/TelephonyRegistry(  107): notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=3

I/TelephonyRegistry(  107): notifyServiceState: 0 home Vodafone Vodafone 40445 (manual) HSDPA CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false

I/TelephonyRegistry(  107): notifyDataConnection: state=2 isDataConnectivityPossible=true reason=null interfaceName=rmnet0 networkType=8

如果有人能给我一些积分

1 个答案:

答案 0 :(得分:0)

我非常确定日志本身很好。我们正在开发一个流媒体应用程序,我们得到相同的日志,而歌曲从移动3G网络流式传输。

正如评论中提到的其他内容,日志很可能与您的连接问题无关。

超时本身可能意味着您尝试访问的主机无法访问。