We are still actively working on the spam issue.

Tethering

From InstallGentoo Wiki
Jump to: navigation, search

Tethering is connecting one device to another. In the context of mobile phones and tablet computers, tethering allows sharing the Internet connection of the phone or tablet with other devices such as laptops. Connection of the phone or tablet with other devices can be done over wireless LAN (Wi-Fi), over Bluetooth or by physical connection using a cable, for example through USB.

If tethering is done over WLAN, the feature may be branded as a mobile hotspot, which allows the smartphone to serve as a portable router; mobile hotspots may be protected by a PIN or password.[1] The Internet-connected mobile device can act as a portable wireless access point and router for devices connected to it.

Save as .bat , run as administrator.

@echo off
set /p _ssid_=enter ssid & echo.
set /p _password_=enter password (8 char minimum) & echo.

netsh wlan set hostednetwork mode=allow ssid=%_ssid_% key=%_password_%

netsh wlan start hostednetwork
netsh wlan show hostednetwork
pause..
netsh wlan stop hostednetwork


  • Android to PC with USB:

Android wifi usually requires root before you can create a 'hotspot' or they will make you pay for it. This is great because you don't need root or have to pay. http://pdanet.co/