cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Android/Blackberry emulator to www.google.com

liang_wang
Explorer
0 Kudos

Hi, friends,

I've met a issue to connet www.google.com by SAP internal network in Android/Blackberry emulator's browser. It looks like proxy issue. Though I set it as explained in public web pages, both of them still doesn't work. Do you meet the same issue and resolve it successfully? Could you share the solution with me?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please add this below code in \..\BlackBerry Email and MDS Services Simulators 4.1.4\MDS\config\rimpublic.property file ,

[HTTP HANDLER]

application.handler.http.proxyEnabled = true

application.handler.http.proxyHost=hostname

application.handler.http.proxyPort=hostport

application.handler.http.proxyAutoConfig = true

application.handler.http.proxyAutoConfigURL=http://proxy:8083/

application.handler.http.proxyAutoConfig.ScriptCacheTime=0

And this will help in connecting to internet from Blackberry simulator.

Thanks,

Srikanth M

liang_wang
Explorer
0 Kudos

Hi, Srikanth M,

Thank you for quick response. I tried your suggested like below, and restart MDS and emulator, but still not navigate to www.google.com or www.yahoo.com in Blackberry browser.

application.handler.http.proxyEnabled = true

application.handler.http.proxyHost = proxy.pal.sap.corp

application.handler.http.proxyPort = 8080

application.handler.http.proxyAutoConfig = true

application.handler.http.proxyAutoConfigURL=http://proxy:8083/

application.handler.http.proxyAutoConfig.ScriptCacheTime=0

My pc network connection is okay when I set proxy like the upper one.

Former Member
0 Kudos

Hi,

In the IE explorer can you check the Connetion settings given.Goto "Tools" -> "Internet Options" ->'Connetions Tab" ->"LAN Settings"->

then check the Proxy server settings.And provide the same in the application.handler settings.

Thanks,

Srikanth M

liang_wang
Explorer
0 Kudos

Yes. I set the same proxy parameters in Blackberry property files and IE connection. It looks so strange.

liang_wang
Explorer
0 Kudos

To resolve my problem, I set up a server on the same PC to work around. So, I can use blackberry to connect localhost sup server to get workflow data.

Former Member
0 Kudos

But you will not be able to connect to www.google.com from emulator.I have a question, are you launching the simulator along with MDS ?

Thanks,

Srikanth M

liang_wang
Explorer
0 Kudos

Yes. The original purpose is to connect internal server, so I want to check whether emulator can browse www.google.com by proxy.