The situation when a user needs to stay in touch via instant messengers or email, but at the same time completely protect himself from voice calls, is becoming more and more common. This may be due to the desire to focus on work, avoid spam, or simply save money on tariffs by sticking with packet traffic only. Standard Android settings don't always provide an obvious "Block calls but leave network" button, so you need to take a holistic approach to system configuration.

There are several effective methods for achieving this, from using airplane mode with manual Wi-Fi activation to deeply configuring APN access points. Each method has its own nuances, advantages and limitations, depending on your device model and operating system version. In this article, we will examine in detail the technical aspects of isolating the voice channel from the data channel so that you can choose the most suitable option.

Using airplane mode with manual activation of Wi-Fi

The simplest and most reliable method that works on any device Androidis to use the built-in Airplane mode. When this function is activated, the phone's radio module is completely disabled: registration in the cellular network is stopped, incoming and outgoing calls are blocked, and the mobile data is also turned off. However, the system allows you to selectively enable wireless interfaces.

After turning on airplane mode, you need to manually activate the module Wi-Fi. In this state, your phone will not see cell towers, therefore, it will become impossible to reach your number - the subscriber will hear a standard unavailable message. In this case, all applications that work via the Internet (Telegram, WhatsApp, email clients) will function normally if there is a Wi-Fi access point nearby.

This method is ideal for situations when you are at home or in the office with a stable wireless connection. It guarantees 100% protection from calls, as it physically breaks the connection with the cellular operator. However, remember that without an external router you will be left without access to the network at all.

⚠️ Attention: In airplane mode, the cellular module is completely deactivated. This means that you will not be able to receive SMS with confirmation codes from banks or services if they do not come through Internet instant messengers.

💡

If it is critical for you to receive SMS, but not calls, this method will not work. Consider the option of setting up forwarding only for voice calls via the operator's USSD commands.

Configuring APN access points to block voice

A more advanced method that allows you to leave the mobile data active, but make voice calls impossible, requires intervention in the settings of access points APN (Access Point Name). The essence of the method is to create or edit an access point profile so that the phone uses it only for data transfer, ignoring voice traffic.

To do this, you need to go to the network settings. The path may differ depending on the manufacturer's shell, but usually it looks like this: Settings → Connections → Mobile networks → Access points (APN). Here you will see a list of your operator's profiles. You need to create a new profile or edit an existing one by changing the type of access point.

In the field APN type (APN type) the default value is often set to default,supl or default,supl,dun. You need to remove the word default and leave only supl or specify specific types, such as internetif they are supported by your operator. The parameter default is responsible for normal Internet traffic, which is often associated with a common communication channel, while its removal can break the connection for IMS voice services in some configurations.

Technical details of APN operation

APN access point is a gateway between the mobile operator’s network and the global Internet. Different APN types are responsible for different services: MMS, voice over LTE (VoLTE), general surfing. By manipulating these settings, we can programmatically separate one service from another.

It is worth noting that the effectiveness of this method highly depends on the operator's network architecture and version. Android. On modern 4G/5G networks, voice is often transmitted over a packet network (VoLTE), so simply changing the APN type may not give the desired effect and simply turn off the Internet completely, leaving the voice working through 2G/3G fallback.

☑️ APN configuration algorithm

Done: 0 / 5

Limitation background activity and forwarding

If your goal is not technical blocking of the network, but simply the absence of disturbance from calls while maintaining the Internet, you can use the forwarding functions. Telecom operators provide the ability to redirect all incoming calls to another number or to an answering machine, while the data channel remains active and unblocked.

You can use USSD codes for unconditional forwarding. For example, command **21*number# will redirect all calls. In this case, the phone will register on the network, the Internet will work at full speed, but when you try to dial, the call will go to the specified number, and your device will not make sounds.

An alternative option is to use the built-in Do Not Disturb functions. In modern versions Android this mode can be flexibly configured. You can allow repeated calls (if the same person calls twice within 15 minutes), but block all other sounds and vibration, leaving notifications from instant messengers active.

Blocking method mobile data status Ability to receive SMS Setting complexity
Airplane mode + Wi-Fi Only via Wi-Fi No Low
APN settings Active (mobile) Depends on the operator High
Call forwarding Active (mobile) Yes Medium
Do not disturb mode Active (mobile) Yes (silent) Low
💡

Call forwarding is the only way to maintain full access to mobile data and SMS, completely eliminating the sound signals of incoming calls on your device.

Use of third-party applications for filtering

Ecosystem Google Play offers many applications that can manage incoming traffic more flexibly than standard system tools. Call blocking applications can automatically drop calls from all numbers or only from those who are not included in contacts, without in any way affecting the operation of the network stack.

apps such as Call Blocker or Mr. Number, work at the telephony level. They intercept the incoming call signal and immediately send a busy signal before the phone starts ringing. For the subscriber, this looks like beeps and a subsequent reset, and for you, it looks like a lack of notification.

The advantage of software solutions is their selectivity. You can set up a “white list” through which calls from close relatives or colleagues will pass through, while everyone else will be blocked. The Internet connection works normally, since the application does not affect the modem settings.

⚠️ Attention: Some aggressive blockers require superuser rights (Root) for complete blocking at the kernel level. Without root access, they may work less efficiently on some smartphone models.

📊 Which call blocking method do you prefer?
Airplane mode + Wi-Fi
Setting up call forwarding with your operator
Blocking applications
Manual reset of all calls

Specifics of working in 4G and 5G networks (VoLTE)

With the transition of operators to technology VoLTE (Voice over LTE) and VoNR (Voice over New Radio), voice began to be transmitted as a regular data stream within an Internet channel. This makes it difficult to separate voice and internet. In old 2G/3G networks, voice and data went over different physical or logical channels, so disabling one did not affect the other.

In new generation networks, if you try to block voice through APN settings, there is a high risk of losing the Internet, since they use the same bearer (carrier channel). The operator may simply not allow traffic if the profile does not support IMS voice services.

In such cases, the most rational solution is to use the Do Not Disturb mode or software blocking. Attempts to “deceive” the network by editing system files can lead to unstable operation of the communication module and the need to completely reset the network settings.

Why does VoLTE make blocking more difficult?

In VoLTE technology, voice is encoded into IP packets in the same way as YouTube videos or Telegram messages. The network sees this as a single data stream. It is difficult to separate it programmatically at the phone level without interfering with the operation of the protocol stack.

Possible problems and their solutions

When implementing the methods described above, users may encounter a number of technical difficulties. For example, after changing the APN settings, the phone may stop seeing the network at all or constantly switch between 3G and 4G modes, which leads to rapid battery drain.

If the Internet stops working after setting the APN, check whether the parameters APN, Proxy and Portare entered correctly. Often it is enough to simply restore the default settings in the access point menu. To do this, select the menu item Restore default settings or delete the profile you created.

If Do Not Disturb mode does not block calls from certain contacts, check the exception settings. You may have Favorites or Repeated Calls enabled, which allows noisy callers to pass through. Disable these options in the menu Settings → Sound and vibration → Do not disturb.

⚠️ Attention: Settings interfaces may differ on smartphones of different brands (Samsung, Xiaomi, Pixel). If you do not find the described menu item, use the search in the settings by entering a keyword, for example, “APN” or “Forwarding”.

Frequently asked questions (FAQ)

Is it possible to block calls, but leave mobile data without Is Root right?

Yes, it is possible. The most reliable way without superuser rights is to use the call forwarding service from the operator or set up the “Do Not Disturb” mode with complete blocking of all incoming calls. Changing APN is unstable and depends on the operator.

Will SMS be received if Airplane mode is enabled?

No, in Airplane mode the radio module is completely disabled. SMS will reach you only after you disable this mode and register your phone on the network. Messages from instant messengers (WhatsApp, Telegram) will arrive if Wi-Fi is turned on.

Why did the Internet disappear after changing the APN type?

Most likely, you deleted the parameter default, which is required for regular Internet traffic. Try leaving the APN type empty or returning a value default,supl. Also check whether mobile data is active in the notification shade.

How to make sure that the phone does not ring at all, but I can call myself?

To do this, use the “Block all incoming” function in the phone settings or install a blocker application with the “Block everyone except me” rule. In airplane mode, you will not be able to make calls yourself unless you enable Wi-Fi Calling (if supported by your operator).

Does call blocking affect mobile data speed?

No, software call blocking or Do Not Disturb mode does not affect data throughput. Internet speed depends only on the network signal and the load on the operator's tower.