THE BELL

There are those who read this news before you.
Subscribe to get the latest articles.
Email
Name
Surname
How would you like to read The Bell
No spam

Many of us do not have Wi-Fi routers, and we want to use the Internet in full! What to do? And everything is very simple! You need to do the distribution via USB!

Our actions:

3. Connect android device to USB

4. Turn on USB debugging. For this we go to Settings -> Applications -> Advanced Options -> USB Debugging. We put a tick.

*5. Turn off USB storage mode

6. We go on the phone to Settings -> Wireless connection-> Mobile networks. Against Data transfer remove the checkmark.

7. We go on the phone to Settings -> Wireless -> Shared tethering/hotspot. Against Shared USB Modem tick *. If you cannot complete this item (do not check the box), restart the device.

8. The computer should recognize the phone as a network adapter / modem - drivers will be automatically installed - wait until they are installed (if some drivers are not installed - it's okay)

9. In the window that appears, select Home network, if nothing appears within 2 minutes after installing the drivers, skip this step.

10. Right click on the internet status icon and click Network and Sharing Center

11. You should have a new connection.

12. Now you need to distribute the Internet to your phone - go to Internet connection settings computer!

There we click the Properties button, then click on the Access tab, and check the box to allow the phone to use the computer's Internet - then choose where we will distribute the Internet, and also click the Settings button, and check all the checkboxes, click OK in the windows that appear

*If it is enabled and generally available on your device

13. Launch the previously installed Terminal Emulator application

14. We write commands (do not forget to allow root-rights when requested):

su
netcfg

15. Addresses will appear on the USB0 line. Write down the IP address and subnet mask.

(For example 192.168.42.129 255.255.255.0)

16. Open the Internet connection settings, as in paragraph No. 12.

17. In the window that appears, click the Properties button, then click Internet Protocol version 4 TCP / IP

18. In the window that appears, put a dot in the position Use the following IP address and enter the IP that the Terminal Emulator gave you, but at the end of this IP we write not the number that this program displayed, but1

19. We save everything, apply and go to the phone.

20. Open the program Terminal Emulator

21. We write the following commands (do not forget to allow root-rights when requested).

It is worth noting that 192.168.42.1 is what we have in the Internet protocol settings window on the computer in the IP address field. That is, enter your address.

su
ifconfig usb0 up

22. Rejoice unlimited internet on the phone

After all these machinations, you need to reboot the device and after turning it on (and every time you want to access the Internet via USB), follow these steps only:

1. Connect your phone via USB

2. Enable debugging

3. Turn on the USB modem

4. In the terminal emulator, write:

su
ifconfig usb0 up
busybox route add default gw 192.168.42.1
setprop net.dns1 8.8.8.8

ATTENTION!- 192.168.42.1 this IP is different! Here you enter what you wrote down in the Internet protocol settings window.

3 users liked this post

Connecting your phone to your computer via wifi will help you save a lot of expensive 3G traffic and create your own wireless network even without access to a router. And in this article we will look at how to distribute wifi from a computer to a phone, and also touch technical features such a non-standard wi-fi network.

Of course, you can distribute Wi-Fi from a computer to a phone without a router only if the PC has its own wifi adapter. This question discussed in more detail in articles. and.

So, among the most common ways to connect a phone to a computer via wifi, one can note the creation of a Wi-Fi connection using Windows tools and using the command line. By the way, the computer here acts not only as an access point, but also as a repeater.

How to distribute Wi-Fi from a computer to a phone through the Windows 7 interface?

To begin with, let's analyze the option of connecting via Wi-Fi using Windows 7: this is the simplest and most versatile way to create a network between a computer and a phone.

Please note that the names of folders and files for other versions of Windows may differ slightly.

  • - To transfer files from a computer to a phone via wifi, the PC must have an active Internet connection;
  • - Create a new connection "Wireless network computer-to-computer";
  • - Fill in the network name (for example, let's call it "MyNewNetwork"), (WPA2 - PSK) and key (think up a password) for the created network, and click "Save Settings" - "Next";
  • - Click "Turn on connection sharing". This completes the transformation of the computer into an access point. Under Options public access» set "enable" on all required items

Now, from your phone, search for available wifi points, find the network you created (“MyNewNetwork”) and connect to it by entering the security key.

How to distribute wifi from computer to phone via command line?

To distribute the Internet from a computer to a phone via wifi:

Open "Command Prompt";

Enter "netsh wlan set hostednetwork mode=allow ssid= wifi phone key=000000 keyUsage=persistent" (respectively, all commands are entered without quotes);

  • - a notification will appear about the successful placement of the network you created ("MyNewNetwork");
  • - in the "Device Manager" ("My Computer" - "Management") there will be a device called "Microsoft Virtual WiFi Mini Port Adapter";
  • - click on the created connection and open "Property" - "Access";
  • - set both options for sharing and select a new connection from the list.

To turn on the network, open Command Prompt again and type "netsh wlan start hostednetwork".

This command must be entered each time the computer is turned on - thereby you determine when to grant access to your network.

To disable - "netsh wlan stop hostednetwork".

To change the name or password - "netsh wlan set hostednetwork mode=allow ssid="WifiNewName" key="New password" keyUsage=persistent".

To recover the password - "netsh wlan show hostednetwork setting=security".

In addition, to make it easier to connect your phone via wifi to a computer, you can make a mini-utility that will contain a command to start the network:

Open Notepad or Notepad++ editor, enter the command to start the network;

Save the file with the .bat extension, in the "File name" column, for example - new-wifi.bat;

After saving the program, to start the network, just open this file.

The .bat files, and especially the .vbs files, require an English keyboard layout to be enabled.

However, such a network has a significant drawback: the computer will distribute Wi-Fi to the phone and other devices only in the “active” mode of operation, but the network will become unavailable even if the PC simply goes into sleep mode. Therefore, it is recommended to immediately disable the "Hibernation" mode.

How to connect a phone to a computer via wifi: automatic network mode

You can also set the network to turn on and off automatically if the Internet needs to be distributed for a limited time.

Create 2 .bat files: one with the enable command, and the other, respectively, with the shutdown. For this:

  • - "Start" - "Control Panel" - "System and its maintenance" - "Administration" - "Task Scheduler" (or maybe "Scheduled Tasks");
  • - Set your own task for each file (on/off): let's say you will have Internet distribution every day from 12:00, and the second file with a shutdown will start every day at 16:00.

Sometimes the error “Could not connect to the network ...” occurs, or it just goes “permanent” without access to the Internet.

The reason that Wi-Fi does not work on the phone (but works on the computer) may be:

Connection blocked by Windows Firewall

Connection blocked by antivirus.

There are situations when you urgently need to connect to the Internet through a laptop, but a modem or open point There is no Wi-Fi nearby. Or someone from the company of acquaintances urgently needs to check the mail or messages in in social networks, and only one of all those present has 3G Internet. What to do in such a situation?

It turns out that the solution to the problem is always at hand - a smartphone. Few people know how to distribute the Internet from phone to phone. Or how to create an access point for a laptop or tablet. But this feature is built into every smartphone.

How to distribute the Internet from phone to phone?

Regardless of what basis operating system smartphones work - Android, iOS or Windows Mobile - by digging into the gadget's settings, you can easily create an access point.

One answer to the question: “How to distribute the Internet from phone to phone via Wi-Fi?” No. The creation and activation process varies depending on the version and type of operating system, but once you create an access point, repeating the procedure will be quite simple.

Create a Hotspot on iPhone

"Apple" smartphones are not only expensive gadgets with the most modern software, high-quality body and excellent front and rear cameras. They are characterized by fast response to touch and excellent application loading speed.

But now, if the smartphone has access to the network, then any user gadget will be able to connect to the Internet. To activate such a function as distributing the Internet from phone to phone, you need to go to "Settings" and click on the tab " cellular". In this menu, you must activate the "Enable 3G" switch.

Next, you have to find the “Modem Mode” item in the “Settings”, and then activate it. The system will offer two options for working: via bluetooth or Wi-Fi. After selecting the appropriate mode, you will need to set the password for the access point. On this, the network is activated, it remains only to connect from another gadget.

Creating an access point on Android

Many users of smartphones based on the Android operating system do not even suspect that their smartphones or tablets have such a function as distributing the Internet from phone to phone. And you can do it without using additional programs and devices.

In order to activate the Wi-Fi point on your smartphone, you need to enter the "Settings" menu. In the "Wireless and networks" group, you will need to select the "More" item, which will open additional settings.

After that, the owner of the smartphone will have to configure the access point by going to "Modem Mode". Here you need to check the box "Portable Wi-Fi hot spot". Further, after going to the "Set up Wi-Fi hotspot" menu, the user will be prompted to set the network name and password for it.

It must be remembered that it is necessary to transfer the password only to acquaintances. After new data has been entered, it must be saved. Then, returning to the "Wireless and networks" menu, you will need to activate "Wi-Fi direct". This will turn on the dispenser. And the last step is to connect your smartphone to the mobile Internet.

Creating an Access Point on Windows Mobile

In smartphones based on Windows Mobile, in order to understand how to distribute the Internet to MTS from your phone, you must first open the Quick Actions panel. Next, you need to select the "Mobile Hot Spot" tile. It is worth noting that a long tap or long touch is required to call up the settings, a short click only activates the access point.

In the menu that appears, you need to scroll through the list of settings to the very bottom and select the data editing icon. A short click on the "Pencil" icon will allow you to change the name of the access point and its password. After making the changes, you must click on the "bird" - the icon for confirmation and saving.

In order to activate, after changing the settings, such a function as distributing the Internet from your phone to Beeline and other mobile networks, you should open the Quick Actions panel again and turn on Mobile Hot Spot with a short tap.

Experts advise setting a combination of numbers and letters as a password for an access point activated on a smartphone different language and registry. Such a precautionary measure will not allow random passers-by to connect to Wi-Fi from someone else's phone.

Currently, many people think that without the Internet, life does not exist. Therefore, in modern conditions Wi-Fi routers are installed in public places, which provide visitors to this place with free distribution. But what if you need to do urgent work, but there is no nearby free internet? How to solve this problem? Many computer users have phones that have provider packages installed that provide not only voice communications, but also the Internet. But

How to transfer internet from phone to computer

There are actually only three options for transferring the Internet. At the same time, their number may be reduced depending on the technical equipment of the computer and the accessories available that allow such a transfer. So,

Method one - using a cable connecting your phone and computer. In this case, there is no need for additional devices or special requirements for the computer, except for the presence of a connection cable.

The second method is the distribution of the Internet from the phone when WiFi assistance. But there are some features. The phone must have a Wi-Fi distribution option, the computer must have a built-in Wi-Fi adapter, or such an adapter must exist as a separate device.

The third way is to use Bluetooth connections. The restrictions that are imposed on this method are similar to those in the previous case. The choice of how to transfer the Internet from the phone to the computer will largely depend on your preferences, as well as the technical features of the computer and phone. In the future, let's look at each of these methods separately.

Internet transmission over cable

The first thing to do is to connect your phone to your computer with a cable. It is worth noting that some phones use the same connector for charging the battery. Therefore it is important to have A USB cable for connecting the phone to a computer, which is not always included. In the future, it is necessary for the PC to identify your phone. Depending on the operating system installed on your computer and the type of phone, this operation may differ on different systems.

But the essence of this action is the same - the computer needs to provide drivers for this phone model, thanks to which it will be able to transfer data from the phone to the computer and vice versa. Some systems are designed to automatically find the drivers in the operating system, and some cables have a disk with the appropriate software. But most often you have to look for drivers on the Internet.

After the phone has been determined, it is necessary to perform the operations shown in the photo on it.

You need to go to the phone settings and select the "Other networks" tab. In it, select "USB modem". And after that, the Internet appears on the computer almost immediately.

How to transfer the Internet from the phone to the computer via Wi-Fi

This method of distributing the Internet is the most popular and most often used by users. computer technology. The advantage of this method is the absence of cable connections, and there is no need to search for drivers. In addition, most modern smartphones can distribute the Internet from the phone, while the phone acts as an access point. And any modern laptop has a Wi-Fi adapter. Therefore, the access point is first turned on on the phone, and if a secure connection is planned, a password is set on it.

After that, Wi-Fi is turned on on the computer, the Wi-Fi network of the phone is determined. The computer asks for a password, after entering it, the Internet is already on your computer.

Sharing the Internet using a BlueTooth connection

Usage BlueTooth connections are not so popular with computer owners. This is due to the short range of reliable BlueTooth connections, on the one hand, and on the other hand, this type of connection is less commonly used than Wi-Fi. With this type of connection, the phone appears as its setup is very similar to the setup of a modem connected via a USB cable. Only in this case, the Bluetooth modem is selected in the phone settings.

First we need a smartphone with internet access. Both smartphones must have working WiFi receivers. Make sure the signal strength is strong enough to stable operation networks. The Internet speed on the phone that receives the distribution is always lower.

The startup process is different for different operating systems. To distribute the Internet with OS ISO, proceed as follows:

  1. Go to the "Settings" menu, and from it - to the cellular connection.
  2. Find the sub-item “Modem mode” just below in the tabs.
  3. Activate the mode with the switch.

With older versions of the operating system, the process may differ, but not radically.

If everything is done correctly, a help message will appear stating that other users will be able to search for your shared network using Bluetooth or WiFi. The name of the public network is also indicated here. The password for connection is indicated below the help. The user can install any other.

Note! If it is impossible to enable the modem mode, the mobile Internet package probably does not provide a distribution service. For more information, please contact your operator.

Now your iPhone has turned into a full-fledged WiFi hotspot. You can connect to the Internet from any device: phone, laptop or tablet. Just find the desired network among the networks and enter the specified password.

How to distribute the Internet on Android?

Setting up Internet distribution from an Android smartphone follows a similar principle. As in the case of IOS, go to “settings”:

  1. Select the item “More” and find the sub-item “Modem mode” in the list. We go;
  2. There we see three ways to distribute WiFi: via Bluetooth, WiFi and USB cable. We need WiFi. Activate;
  3. The access settings window appears. The SSID (network name), security level (default WPA2), and password field appear. We come up with a password and click the "save" button.

Note! By default, the system sets the AndroidAP network name and password 00000000. Knowing this, you can easily connect to any network whose distributor has not changed anything in the settings at all. If you want to protect your access point from intruders and just unauthorized access, change the default name and password.

Set up Internet distribution from phone to tablet

Using the methods described above, you can transfer WiFi to any devices in the vicinity. It could be another smartphone Personal Computer, laptop, tablet or any other gadget with a working WiFi receiver. Your phone literally turns into a wireless modem. The receiving party connects to it in the same way as to any other access point.

If you followed the instructions above exactly, but other devices still do not see your phone's hotspot, you need to fix the problem. This really happens. Let's analyze the most common problems and how to solve them.

Problem Solution
An antivirus is installed on the phone. FireWall can block the WiFi distribution function. You can disable it or remove it altogether. In most cases, after this action, the problem is solved.
Virus caught. Malicious applications may be launched that make changes to the wireless network configuration. Check your phone for unknown processes, uninstall questionable apps, clean it up.
Operating system error. Both Android and IOS are imperfect - they can crash. Especially after an update or flashing. Perform a factory reset and everything will work. On Android, this can be done by going to the "backup and reset" menu in "settings".

Now you know how to distribute the Internet from your smartphone to other devices, and what is the problem if other gadgets do not see the access point. Stay with us to learn even more interesting things, and share your experience in the comments.

THE BELL

There are those who read this news before you.
Subscribe to get the latest articles.
Email
Name
Surname
How would you like to read The Bell
No spam