Making your Windows 7 a WIFI hotspot for Android?

5

1

I use a broadband dongle on my Windows 7. I want to expose my laptop as a wifi hotspot so that i can use internet on my samsung galaxy ace.

I have tried Connectify but my chipset is not supported so it simply make the adhoc network. Tried Bzeek. My phone get connected, but no browsing.

Any solution that you guys have?

PS: I am in no mood to root my device.

Tahir Akram

Posted 2011-07-04T12:14:51.393

Reputation: 181

As I previously said on your previous question, try this method: http://superuser.com/a/1070755/588105

– Gio M. – 2016-04-28T09:06:23.333

Bummer to hear Connectify didn't work for you. – Yoopergeek – 2011-07-14T17:48:05.357

Answers

3

You could try VirtualRouter, which seems to fit the bill: http://virtualrouter.codeplex.com/

Ruairi Fullam

Posted 2011-07-04T12:14:51.393

Reputation: 2 284

I forgot to mention this in my question. It also does not work. It does not detect wireless connection to populate in its combo. – Tahir Akram – 2011-07-05T09:30:54.247

Could it be a driver issue? Are there any other alternative driver versions you could try that may enable this functionality? - it may be blocked somehow by design. – Ruairi Fullam – 2011-07-05T09:45:09.883

@Tahir Akram - I installed VirtualRouter and the wireless connection desn't show up in the combo only the ethernet connection. - Works for me (in hotel) – Dog Ears – 2011-07-24T13:26:46.577

2

Have you tried using the built-in feature of Windows 7 for hosting a WiFi network using infrastructure mode?

netsh wlan set hostednetwork mode=allow ssid=<SSID> key=<Password>

Don't forget to start it after creating it by using:

netsh wlan start hostednetwork

If you desire to stop or see how it's currently configured, use:

netsh wlan stop hostednetwork
netsh wlan show hostednetwork

If your smartphone still can't connect to the Internet, you might need to enable the Internet Connection Sharing option that you can find on your network adapter properties under the Sharing tab:

Screenshot of the option

Gio M.

Posted 2011-07-04T12:14:51.393

Reputation: 21

0

Software Name is "Connectify", Create Hotspot and it can access using Android Device..

Parth Akbari

Posted 2011-07-04T12:14:51.393

Reputation: 229

The OP already stated in the question it doesn't work for him. – Simon – 2013-09-21T18:49:19.863