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

164 questions
70
votes
6 answers

How to determine if network type is 2G, 3G or 4G

I have an indicator on my application to display the network type (2G or 3G or 4G) but after getting the network type, how do I know what speed category it should be in? I know how to detect the network type: private TelephonyManager…
Tary
  • 951
  • 1
  • 9
  • 12
24
votes
9 answers

How to determine the iOS connection type (Edge, 3G, 4G, Wifi)?

How is it possible to determine the iOS connection type? I want to know if there is Edge, 3G, 4G oder Wifi available at this moment on my device. This information I need to load different data with a different size. So, I don't want to load an…
Karl
  • 1,451
  • 3
  • 12
  • 13
21
votes
3 answers

Android HttpClient OOM on 4G/LTE (HTC Thunderbolt)

I have gotten some reports from users of crashes when try use my application on Verizon's 4G/LTE. Looking at the stack trace, it looks like Android's HttpClient.execute() implementation is throwing an OOM. This happens only on 4G/LTE devices,…
psychotik
  • 35,551
  • 33
  • 95
  • 134
15
votes
5 answers

How to create apps for mobiles which are using KaiOS?

I recently found in news that KaiOS has been used in 4G Volte Enabled feature mobile phones. I was wondering how to create apps for KaiOS. Any help on creating apps for KaiOS has been greatly appreciated.
13
votes
2 answers

Mapping iOS 7 constants to 2G, 3G, 4G, LTE etc

It does not appear as though we can determine the radio access technology on iOS before 7....please correct me if I am wrong. Considering the following constants available in iOS 7, can someone verify which constant maps to which general standard…
Craig
  • 6,331
  • 3
  • 30
  • 48
10
votes
3 answers

How to check whether a particular device supports 4G networks in Android?

I want to check if a particular device has hardware support for 4G networks. I will elaborate the issue... In the application we have a settings page where user can make selection and allow application to run only in selected networks. Eg. User…
Udayan
  • 1,314
  • 1
  • 10
  • 19
10
votes
3 answers

iOS UIBackgroundMode remote-notification doesn't work on 4G

I'm testing push notifications with content-available=1, and they don't seem to be delivered to the app in the background unless on Wi-Fi. I have a simple log statement at the beginning of the push notification handler: -…
user1032657
  • 2,371
  • 6
  • 25
  • 34
7
votes
2 answers

Determine if LTE is turned on?

I am trying to write a widget so I can enable/disable LTE on my Verizon Galaxy Nexus without going deep into the settings menu to do so. However, I have yet to figure out how to determine if LTE is actually turned on. I can determine if my phone…
smccloud
  • 280
  • 2
  • 7
  • 16
6
votes
2 answers

How do you programmatically change between 3G and 4G on Android?

I've looked into it some and I'm thinking it's not possible, but to think that something isn't possible on the Android platform is blasphemous. The idea is to create a widget that toggles between 3G and 4G to save battery without having to enter the…
Art Vandelay
  • 333
  • 4
  • 14
6
votes
3 answers

Is peer-to-peer communication over 3G/4G possible for smart phones?

I'm trying to write an app that transfers data from one android device to another - but the devices are most likely located in different parts of the city, state, or country. (The straight forward way would be to have a central server (or any type…
pseudosudo
  • 1,932
  • 1
  • 19
  • 28
6
votes
1 answer

Is there a way to force a network connection over 4G, even when WiFi is enabled and connected?

I have an app that controls the Sony RX10 camera over WiFi. I need to offload the photos to the server after they're taken, and I feel like I read somewhere that this is possible, but now I can't find it anywhere... The problem is that the camera…
Yevgeny Simkin
  • 26,055
  • 37
  • 127
  • 228
6
votes
3 answers

Detect user connection 3g,4g,wifi or lite by using php

Is there any way to detect connection of user by using PHP script. Want to detect 3g,WIFI,4g and Lite. I want to detect where the users come from. I already have a solution in JavaScript but I want it in PHP for some reasons.
Daniyal Ahmed
  • 113
  • 1
  • 2
  • 9
5
votes
4 answers

Android 4.0 4G toggle

This is for the Verizon LTE version of the Samsung Galaxy Nexus. I am tasked with writing a tiny app that will effectively disable/enable 4G capability. This can be done manually via settings > mobile network > network mode and choosing either…
Jimmy D
  • 5,092
  • 13
  • 47
  • 66
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,308
  • 1
  • 19
  • 33
5
votes
1 answer

How can I emulate 4G (LTE) network in Android SDK

Could you please help me, is it possible to emulate 4G (LTE) network in Android SDK? I need Android emulator with LTE network for testing. Or there is some other soft which can help me?
Maksim Alekseychik
  • 3,498
  • 5
  • 15
  • 15
1
2 3
10 11