6

I use HTC Explorer and I have created an ad-hoc network on my laptop. Although other laptops are easily able to connect to it, my mobile device is not even detecting the Wi-Fi.

How can I connect my mobile to the Wi-Fi hotspot on my laptop (running Windows 7)?

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
kalyan
  • 71
  • 1
  • 1
  • 5

2 Answers2

12

There is an alternative solution involving "Microsoft Virtual WiFi Miniport Adapter":

netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD
netsh wlan stop hostednetwork
netsh wlan start hostednetwork

For additional details and troubleshooting see this post on XDA-developers: http://forum.xda-developers.com/galaxy-s2/general/guide-alternate-to-ad-hoc-wi-fi-network-t1924911

Dzmitry
  • 1,351
  • 1
  • 9
  • 6
2

Ad Hoc networks are not supported natively by Android devices, unless you get your device rooted and make some tricks in the underlying linux system.

There are a lot of pages talking about that:

http://dev.gadgeticworld.com/how-to-connect-android-devices-to-adhoc-network/

http://www.pcadvisor.co.uk/how-to/google-android/3372947/connect-android-phone-ad-hoc-network/

http://code.google.com/p/adhoc-on-android/

You can try this at your risk:

http://www.arenddeboer.com/wifi-ad-hoc-enabler-for-android

Seraphim's
  • 12,559
  • 20
  • 88
  • 129