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
1 answer

Toggle 4g ON/OFF on Nexus S 4G

I am trying to write an android widget for my Nexus S 4G that toggles 4G ON and OFF. I am not able to figure out what the "feature" means in ConnectivityManager.startUsingNetworkFeature (int networkType, String feature) method. This is what I am…
motiver
  • 2,242
  • 4
  • 19
  • 20
1
vote
0 answers

Raspberry : Forward Local Port To Multiple 4G Interfaces

I have 2x4G LTE Modem connected by Ethernet to a Raspberry Pi (let's say eth0 & eth1) What I would like to do is use this Raspberry Pi to forward a TCP traffic to a specific interface: Open the 127.0.0.1:3100 and use the eth0 interface Open the…
1
vote
2 answers

Checking if Android device has 4G or 5G

Is it possible to check if an Android device supports 3G, 4G or 5G programmatically? NOT to check what type of network is the device connected to but if the current device is able to use 5G network...
Andreisk
  • 33
  • 1
  • 10
1
vote
3 answers

What's the relationship between AT commands and device vendor's C API?

I'm doing an embedded-system project now. From my view, AT commands can be sent to a device to retrieve 4G information, dial and so on. On the other hand, we can also do that by calling APIs provided by the 4G vendor. My question is what's the…
Caiyi Zhou
  • 143
  • 1
  • 9
1
vote
0 answers

Restricting IP on 4G networks

I'm working on a voting system with Laravel, I want a guest to vote only once per day. It's working fine if they are on a Wifi network as you can imagine as they always have the same IP address. But I tried with my 4G Network, and as we change IP…
Théo Benoit
  • 567
  • 1
  • 4
  • 14
1
vote
0 answers

How does a UE(User Equipment) find DC carrier to find the central frequency in order to decode PSS and SSS?

I know UE calculates RSSI/RSRP on the basis of EARFCN but I want to know how it is done at frame level and finding central 62 subcarriers. Any assistance would be of great help.
jainix
  • 21
  • 5
1
vote
0 answers

Can't Access Server With Using 3g, 4g or LTE

I have a Node.js server and mobile React Native client application. After switching to static ip, I can not connect to application server using mobile data. Mobile devices or computers which uses wifi can take response from my server but any device…
Taha Delen
  • 11
  • 2
1
vote
1 answer

Android udp server cannot receive data via SIM card(4G)

I created a UDP server on android app, and this UDP server is reachable via wifi (Local network). I can receive and send data. However when I change to 4G network. The UDP server on Android not able to receive anything. I use ip chicken to check my…
Lawrence song
  • 158
  • 1
  • 15
1
vote
0 answers

Sending and receiving multicast packets over wifi with 4G data connection active

I know that the newest Android releases allow to automatically fall back data connection over 4G when the wifi network does not provide internet connectivity. I would like to exploit this behavior in the following scenario: An Android 8 smartphone…
xanz
  • 221
  • 3
  • 10
1
vote
4 answers

How can i turn off 4G/Data programmatically?

How do I programmatically turn off 4G / data in Android 8.0? Not Wifi, but 4G/Data. Running the following source will turn the device off. public void onClick(View view){ ConnectivityManager dataManager; dataManager =…
1
vote
0 answers

Looking for an android code that toggles "Enhanced 4G LTE Mode" by just opening a app

My device, the Lenovo Vibe K5 (A6020), has a bug where toggling cellular data on or off messes with VoLTE capabilities and disables it, with the only way to fix it being disabling and re-enabling "Enhanced 4G LTE Mode" from the mobile network's…
ashish
  • 13
  • 4
1
vote
2 answers

How to check 3G,4G and wifi internet connection in swift 2.2

import Foundation import SystemConfiguration public class Reachability { class func isConnectedToNetwork() -> Bool { var zeroAddress = sockaddr_in(sin_len: 0, sin_family: 0, sin_port: 0, sin_addr: in_addr(s_addr: 0), sin_zero: (0, 0, 0, 0, 0,…
user3549189
  • 71
  • 4
  • 11
1
vote
0 answers

iOS enterprise distribution 4g download limit?

We know AppStore has a limitation that we can't download apps larger than 100MB via 4g.However I came across the same issue when I was installing an app for enterprise distribution which is over 100MB. The app is waiting all the time unless I change…
Xingxing
  • 580
  • 1
  • 6
  • 17
1
vote
2 answers

in LTE Gx (Diameter) Interface how would transactions like Re-Auth Req/Ans mapped to IMSI?

in LTE Gx (Diameter) Interface how would transactions like Re-Auth Req/Ans mapped to IMSI? these transactions don't have Subscription ID and User-Name APN and same thing for other Diameter Interfaces transactions that are missing Subscription ID…
Lava
  • 11
  • 1
1
vote
0 answers

firebase remote config not working on 4G network

For some reason remoteConfig won't work on my 4G network (and i assume other networks like 3G etc). On wifi it works fine. onComplete is called, but task.isSuccessful = false. Trying to log task.getException().getMessage() returns null Anyone any…
Rik van Velzen
  • 1,977
  • 1
  • 19
  • 37