BlackBerry emulator not connecting to internet

后端 未结 2 1916
猫巷女王i
猫巷女王i 2021-01-05 22:56

My BB emulator cannot connect to the internet. I\'m behind a proxy and have entered the following in my rimpublic.property under the [HTTP HANDLER] heading.

         


        
2条回答
  •  有刺的猬
    2021-01-05 23:54

    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.

提交回复
热议问题