BlackBerry emulator not connecting to internet

落爺英雄遲暮 提交于 2019-11-30 21:42:37

If its the standalone MDS server you may be running into an issue with them not talking to each other. I found it far easier to just adjust the configuration of the MDS server that can launch with the phone, and selecting the run option through launch configurations.

You can find the MDS server at the following location:

{Eclipse Dir.}\plugins\net.rim.ejde.componentpack[version-number]\components\MDS\config

Alter the rimpublic.property file that you changed before with the correct values.

Then in Eclipse go to your run configurations.

Right Click > Run As > Run Configurations

Click the 'Simulator' tab for your Blackberry Simulator run configuration, and check the "Launch Mobile Data System Connection Service (MDS-CS) with simulator" box.

When you run, all should be well.


Also important to note, that this is only for the browser interacting with sites. If your trying to access a site using an app, I believe you need to pass the appropriate proxy headers yourself, through the app. There is a url property that is supposed to use the MDS when searching urls, but it didn't work for me when I tried it.

What exactly did you do to check the internet connection on the emulator ? Open the browser in the emulator and try to open any website ? Or something else ?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!