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
0
votes
0 answers

Video freezing when played over 4G; how to set internet speed programmatically?

In my application I stream video via internet. It works great over WiFi but with 4G network the video is freezing. It's a weird beacuse at first I download video and after that stream from sd card but I'm sure that the problem is in network…
Anonymous
  • 301
  • 3
  • 8
0
votes
0 answers

URLSessionDataTask without response on iPhone 7 network 4g

I have a problem with URLSessionDataTask only on iPhone 7 with network type 4g, same device with network type WiFi runs.Can anyone help me? This is the code in Swift 3 : func getParentAccount(onGetParentAccountComplete: OnGetParentAccountComplete)…
0
votes
1 answer

HTTPS request from Android mobile gets failure from 3G and 4G network but works fine in 2G network

We are trying to make a https request from Android mobile application using volley library, but we are getting the following error com.android.volley.NoConnectionError: javax.net.ssl.SSLProtocolException: Read error: ssl=0xdf35c180: Failure in SSL…
Shan
  • 65
  • 7
0
votes
1 answer

Can static IP communicate with floating IP using ROS?

I'm new to ROS, wish someone can answer my stupid question. I have a static IP 140.113.xxx.xxx, and a 4G dongle with floating IP 192.168.8.100. I want to use ROS to transmit data between them. Can ROS do that? Because I found some website said ROS…
HenryChen
  • 153
  • 3
  • 12
0
votes
1 answer

Making spotty connection phone to API more resilient

I'm experiencing issues building a resilient connection from my iOS app to my API in case of spotty connections. Ideally, I would like to make the connection as resilient as possible through e.g. resending requests to the API. More…
Carl
  • 41
  • 3
0
votes
1 answer

Android App Not connecting using WIMAX/4G

I have an Android application that uses URLConnection to connect to a REST service and gets some content. I am getting a ton of complaints that it doesn't work over a 4G connection like WiMAX, though it works fine over WiFi or 3G connections. Is…
Merkidemis
  • 2,801
  • 2
  • 20
  • 26
0
votes
2 answers

Search for 4G Network

How to programmatically (for Android) search for 4G network and get the result ? To be more clear : When I clicked a button it search for all available 4G network and show me the result in a list. Edit: I need a result by code and something like…
0
votes
3 answers

MC7455 sierra wireless PCI not detected

Good day every body I use MC7455 module in linux machine connected using PCI but when i do : lspci , i didnt find it and also with dmesg , it is not detected Is this problem related to drivers missing ?
Waheni
  • 1
  • 2
0
votes
1 answer

Error with facebook login on 4g networks

I am developing an application that requires logging in facebook and for this I am using the following code: https://github.com/HoussemDellai/Facebook-Login-Xamarin-Forms It works perfectly when I am connected to the internet via wifi, but when I…
0
votes
0 answers

IOS 10 force use 3G-4G instead WIFI

I develope voip app with IOS 10 and pjsip library and objective-C I would like to use 3G-4G when signal WIFI isn't strong but i don't know how. Someone know if there is possibility to do ? I read about Wifi-Assist , new iphone feature , but the…
0
votes
0 answers

Nexus TCP communicatio isn't working when AP don't have Internet, 4g is Enabled

i am using Nexus which have 4G is enabled and Connected to an Access Point Which don't have internet. I want to do TCP communication with my laptop which connected to the Access Point. But I couldn't able to communicate. Because of 4G is enabled.…
0
votes
0 answers

Angular2 App img src broken by FAI

I am facing a very strange issue with my angular2 app. Some users browsing the app with cellular-data can't access the css nor the images because the SRC properties are changed by the FAI in order to reduces its bandwith usage.(which is illegal by…
GPY
  • 3,832
  • 1
  • 16
  • 11
0
votes
1 answer

wake up app from background by location iOS

I have to do an app that I need accelerometer values, but in iOS app , when it goes in background I can't update this accelerometer values. For this reason,I heard about a system that app wakes from background(it doesn't go in foreground but it can…
alexander
  • 149
  • 1
  • 2
  • 14
0
votes
0 answers

Network change from WIFI to 3g/4g produces HTTP Status 503 on random static files

This issue is strange, and i've spend a couple of days trying to solve it but i'm completely lost. I've developed a webapp with CodeIgniter 3.0.6 + AngularJS 1.5.5 as main frameworks for front/backend. The problem is when I change the iPhone/iPad…
0
votes
1 answer

webapp wont connect over mobile networks

I have setup a webapp to work with websockets. This webapp worked fine over local/wired network. I realiced (maybe im wrong) that websockets cannot work over mobile network 3G/4G because of ISP proxies. But then i saw that secured connection pass…
k1r0s
  • 359
  • 3
  • 14