Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
New Contributor
law696
Posts: 5
Registered: ‎08-02-2012
My Carrier: T-Mobile

BB10 Dev Alpha Simulator not connecting to WiFi

Hi,

 

I am using a WebView in my app, I've set up everything including the Internet permission. I then try to get the Simulator to connect and find my WiFi, but it is unable to find any and I am not sure what dto do. P.S. I am using the simulator at work, so I connect to the internet through a proxy if that helps.

 

Help would be most appreciated.  

Please use plain text.
Developer
jtegen
Posts: 6,156
Registered: ‎10-27-2010
My Carrier: AT&T

Re: BB10 Dev Alpha Simulator not connecting to WiFi

I'm certain someone with a little more knowledge about the simulator, but I dont think the simulator would be able to see the WiFi since it does not have any sensors to even begin to detect a WiFi signal. It it can (because it is emulated), then it might be a firewall issue.
Please use plain text.
BlackBerry Development Advisor
daryl_martin
Posts: 118
Registered: ‎11-01-2011
My Carrier: Rogers

Re: BB10 Dev Alpha Simulator not connecting to WiFi

The simulator does not support the simulation of Wi-Fi or a cellular radio right now.  We make use of the networking interface that is provided by VMWare so we can't detect an actual Wi-Fi signal.  

 

If firewalls on your local machine are an issue you can change into bridged mode which will remove NAT that VMWare will put your VM behind.  Instructions on how to do this are below.   

 

1) Power down your VM

2) In VMWare select your VM and then click "Edit Virtual Machine Settings"

3) Select Network Adapter

4) Change from NAT to Bridge mode, which will allow the simulator to have direct access your physical network card.

5) Start the simulator again.   

Please use plain text.