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
5
votes
2 answers

Mobile data and GPS ON/OFF programatically - Android above 5.0 too

I want to implement Enable/Disable mobile data and GPS settings. I have searched for available Android API of enable/disable mobile data and GPS settings and below are my findings. Enable/Disable Mobile data – 1. It is possible to perform…
Manmohan Badaya
  • 2,326
  • 1
  • 22
  • 35
5
votes
2 answers

Does IOS support simultaneous wifi and 3g/4g connections?

I have a customer who has a device that has its own builtin wifi hot spot and he would like to connect it to an iPad 4G vie wifi and forward data at the same time through the cellular connection. Is this supported in IOS and if so can you point me…
svjim
  • 191
  • 1
  • 12
5
votes
1 answer

iOS Calling Web Service doesn't work on 4g

I am writing an app that calls a JSON web service. It works fine when the iPhone is connected to a WiFi network. But when it is using the cellular data network it does not work. I am getting an error returned from the [NSJSONSerialization…
Dan
  • 195
  • 1
  • 3
  • 10
4
votes
2 answers

Detecting a 4G capable device

I need to detect the 4G capability of the device. How can I do that? Thanks for any hints.
user289463
  • 2,804
  • 3
  • 20
  • 21
3
votes
1 answer

What are the various options to enhance data rate of 4G network?

i was reading about networks and this question stuck in my mind that is there any various options to enhance data rate of 4G network. If yes,then what are those options?
Aj Styles
  • 143
  • 6
3
votes
0 answers

how to read sms from 4g router over wired lan

Objective: I am building an IOT application on raspberry pi that requires me to read SMS (i.e. mobile text messages) My set up: I have a 4g router with sim. router I have a raspberry pi 4 B connected to the router over RJ45 (Lan) connection. I…
PRAJ
  • 31
  • 1
3
votes
2 answers

ModemManager: mmcli get signal strength

I am unable to retrieve the signal strength on a Sierre Wireless MC7304. Also sending an AT command via mmcli does not seem to work. :~ $ sudo mmcli -m /org/freedesktop/ModemManager1/Modem/0 --signal-get error: modem has no extended signal…
HyperDevil
  • 2,519
  • 9
  • 38
  • 52
3
votes
0 answers

How to identify if your device supports LTE-Advanced?

Not all 4G devices support LTE-A, and manufacturers usually don't give clear information if it is supported by your model, hence I want to know if there is any way to test this. Thanks. For those who are new: The LTE-Advanced is an extension of…
Shubham Deshmukh
  • 160
  • 1
  • 2
  • 15
3
votes
2 answers

Send continuous data from 4G module to server

I have the Telit LE910 4G LTE module connected to a Teensy board (Arduino will do). While I am able to send data to my PHP server using HTTP requests (POST and GET), I am not able to send continuous data due to necessary delays for the server to…
Rex
  • 143
  • 1
  • 3
  • 11
3
votes
2 answers

How can I turn off/on 3G/4G/Data programmatically on Android 5.0?

Why does this code not work on android 5.0 ? I testing on android 4.3, working but on android 5.0 not working. please help me. private void setMobileDataEnabled(Context context, boolean enabled) throws ClassNotFoundException,…
Jakvar
  • 45
  • 7
3
votes
1 answer

Android FTP with 4G

I am trying to connect to an FTP server in an Android application and I believe that I fall in an infinite loop, but can't understand why. The library I am using is Apache Comomns net. I have the internet permission in manifest :
leb1755
  • 1,386
  • 2
  • 14
  • 29
3
votes
1 answer

Crafting S1AP packets using Scapy

I am looking at a project that requires the crafting of S1 Application Protocol (S1AP) packets. It is used between a eNodeB and MME of a 4G LTE network. S1AP is IP based and carried by the Steam Control Transmission Protocol (SCTP). Does anyone have…
S1AP
  • 63
  • 1
  • 5
3
votes
1 answer

Can an Android phone detect 3G/4G signals + ID from nearby phones?

I have an idea for an app, and I need to know how many cellphones are in my vicinity. I don't care about communicating with them, or what they have installed. Just knowing that they are there is enough, and a nice perk would be to know their unique…
Roey Lehman
  • 356
  • 1
  • 3
  • 16
3
votes
2 answers

3G/4G peer to peer network for long-distance communication in remote area?

I'm working on an engineering project where I want a go-kart to maintain a direct connection with a base station. The base and go-kart can be separated by about a half mile (with lots of obstacles in between) which is too far for WiFi. I'm…
2
votes
1 answer

In android, which layer of code handles multiple RILs, e.g. 3G vs 4G

I'm trying to figure out the preferred way of handling more than one "vendor RIL" on an android device. Suppose I have two distinct radios, one 3G and one 4G, each with its own vendor RIL (assume Gingerbread release). Some questions: Would this…
Cesar Maiorino
  • 563
  • 5
  • 16
1
2
3
11 12