Questions tagged [4g]

Short for fourth generation, is the fourth generation of mobile telecommunications technology, succeeding 3G and preceding 5G. A 4G system, in addition to the usual voice and other services of 3G, provides mobile ultra-broadband Internet access, for example to laptops with USB wireless modems, to smartphones and to other mobile devices.

4G

Short for fourth generation, is the fourth generation of telecommunications technology, succeeding and preceding . A 4G system, in addition to the usual voice and other services of 3G, provides mobile access, for example to laptops with USB wireless modems, to smartphones, and to other mobile devices. Conceivable applications include amended mobile web access, IP telephony, gaming services, high-definition mobile TV, video conferencing, 3D television, and cloud computing.

Two 4G candidate systems are commercially deployed: the Mobile WiMAX standard (first used in South Korea in 2007), and the first-release Long Term Evolution (LTE) standard (in Oslo, Norway and Stockholm, Sweden since 2009). It has however been debated if these first-release versions should be considered to be 4G or not, as discussed in the technical definition section below.

In the United States, Sprint (previously Clearwire) has deployed Mobile WiMAX networks since 2008, while MetroPCS became the first operator to offer LTE service in 2010. USB wireless modems were among the first devices able to access these networks, with WiMAX smartphones becoming available during 2010, and LTE smartphones arriving in 2011. The consumer should note that 3G and 4G equipment made for other continents are not always compatible, because of different frequency bands. Mobile WiMAX is currently (April 2012) not available for the European market.

References

169 questions
1
vote
4 answers

Is there a way to make Jio calls from Wi-Fi connected PC, much like calling from Jio4GVoice app on a Wi-Fi connected Android?

The Jio4GVoice app (available on Google Play) allows non-4G devices to make VoLTE calls through this app, while being connected via Wi-Fi to the Jio router (4G device). Is there any way to enable similar calling functionality on a Windows device?…
Shubham Deshmukh
  • 160
  • 1
  • 2
  • 15
1
vote
2 answers

How can I display dBi signal strength instead of graphical bars in B315s or any other 4G router?

I got an antenna for my 4G router (Huawei B315s), I want to start aligning and directing this thing to the signal source, but the signal bars are not accurate enough. Is the there any way to get it to display the signal in dBi? I have Kali and…
1
vote
1 answer

Android volley doesn't work on local WiFi if 3G/4G is ON

I have an app that communicates with a Ricoh Theta camera. The camera creates its WiFi network and OSC (Open Spherical Camera) web server (IP 192.168.1.1, port 80), on which I connect my device. Everything works fine if only the WiFi is ON. But when…
Tim Autin
  • 6,043
  • 5
  • 46
  • 76
1
vote
1 answer

Data connection get dropped when receive a voice call when its 4G

I'm developing a android mobile app and there is a situation when app send a request to server (web service call) . System generate a voice call to obtain some information (dial pad key inputs) . And server pick that key inputs and process further…
someone
  • 6,577
  • 7
  • 37
  • 60
1
vote
1 answer

SIP and RTP in VoLTE

I am investigating the SIP signaling and RTP media in VoLTE traffic. I can see RTP header but was told that the RTP payload and the SIP packets are all encrypted in IPsec. Is this true? If yes, at what interface I can see the decrypted…
user2847598
  • 1,247
  • 1
  • 14
  • 25
1
vote
1 answer

Check whether SIM supports 4G

Is there any way to check on Android device if installed SIM supports 4G or not? Using TelephonyManager, we can find out status of current connected network. How can we know in advance if the SIM supports 4G?
Darpan
  • 183
  • 2
  • 12
1
vote
1 answer

How to fix Network is unreachable with django's send_mail?

Failed to send mail with django's send_mail() over a 3g data connection as I tether from my phone. It takes a while and fails with a Network is unreachable error, Traceback (most recent call last): File "", line 1, in File…
Suziemac Tani
  • 455
  • 9
  • 23
1
vote
1 answer

Apache Cordova broadband

I haven't been able to find information about network restrictions and Cordova. My question is How can I prevent or restrict the use of mobile (3G/4G) broadband in a Apache Cordova 5 App?
user3449953
  • 43
  • 1
  • 8
1
vote
0 answers

Android client socket works on wifi but times out on 4G

I have an android app which works when I am connected to wifi, but not when I am connected through 4G. To clarify, it works when I am connected to any wifi internet connection, not the network my server is on. My manifest file…
Tom
  • 35
  • 4
1
vote
1 answer

Four digit hash is showing up before each php include when using AT&T 4G network

As far as we can tell, only AT&T network requests are displaying this issue. Before any php include that actually prints to the DOM, we are getting a variety of 4-digit (and sometimes 3-digit) hash codes such as 3288 and 3c14 displaying in the DOM…
Alien Life Form
  • 581
  • 1
  • 7
  • 15
1
vote
1 answer

Using 4G to provide redundancy

I have a web site running in a small office. The DNS names are managed by Network Solutions. I would like the site to be always available, so I am thinking about getting a backup 4G wireless WAN adapter. If my primary DSL line goes down, I want all…
user1044169
  • 2,686
  • 6
  • 35
  • 64
0
votes
1 answer

JMDNS is not working with 4G connection?

I'm trying to discover some mobile devices using jmdns. As long as i have wifi or 3G connection, the devices are discoverable. Ever since, i used 4G connection, it said that no devices are detected. ConnectivityManager conMgr =…
sigit_prayoga
  • 121
  • 1
  • 8
0
votes
0 answers

POST Axios network error only on iOS and 4G

I am building a MERN app, and I'm using Axios to fetch and post data to my backend. Sadly when I'm on iOS + 4G (working fine over wifi and/or Android) I'm having a "Axios Network Error". import React, { useEffect, useState } from…
0
votes
0 answers

Does LTE-M1 work when RSRP is below thermal noise?

With my understanding of LTE-M1, it features coverage enhancement mode A and B, which is the main reason that LTE-M1 has deeper coverage, or allows higher MCL (maximum coupling loss). I did some real world tests with SIM7080G and found out this is…
0
votes
1 answer

Port forwarding not working on Huawei B535-232 4G LTE router for ssh connection

I have a Huawei B535-232 4G LTE router with the following configuration: set ddns with NO-IP, set static ip of the server to which I want to connect remotely via SSH, set SSH port forwarding with: Wan port 8888 and Lan port 22 for server static…