Making your Windows 7 a WIFI hotspot for Android?

15,753

Solution 1

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

Solution 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

Share:
15,753

Related videos on Youtube

Tahir
Author by

Tahir

Updated on September 18, 2022

Comments

  • Tahir
    Tahir over 1 year

    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.

    • level09
      level09 almost 13 years
      Bummer to hear Connectify didn't work for you.
    • Gio M.
      Gio M. about 8 years
      As I previously said on your previous question, try this method: http://superuser.com/a/1070755/588105
  • Tahir
    Tahir almost 13 years
    I forgot to mention this in my question. It also does not work. It does not detect wireless connection to populate in its combo.
  • Ruairi Fullam
    Ruairi Fullam almost 13 years
    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.
  • Dog Ears
    Dog Ears almost 13 years
    @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)
  • Simon
    Simon over 10 years
    The OP already stated in the question it doesn't work for him.