Use WiFi in your laptop to access the Internet. You can use it without a wireless route.
Echo http://www.jmbbs.com/forum.php? MoD = viewthread & tid = 1289632.
Virtual WiFi Access Point
1. Enable and set the virtual WiFi NIC:
Run the command: netsh WLAN set hostednetwork mode = allow SSID = wuminpc key = wuminwifi
Disable: mode = disallow
2. Set Internet Connection Sharing:
In the "Network Connection" window, right-click a network connection that has been connected to the Internet, select "properties"> "share", and check "allow others... connection (n) "and select" virtual WiFi ".
3. Enable the wireless network:
Continue to run: netsh WLAN start hostednetwork in the command prompt
4. Disable the WiFi sharing function: netsh WLAN stop hostednetwork
5. view the undertaking network: netsh WLAN show hostednetwork
Use ADB controll device through WiFi
1. Make sure device has connected to the WiFi pot
2. PC and device must locat in the same gateway
3. Press command "adb tcpip 5555" and "ADB connect deviceip" on your PC
After 3 steps above, You just can control your device in your PC but not need a USB cable
If Adb devices result is device offline, you can press adb usb entre into USB mode.