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

Error Domain=ASIHTTPRequestErrorDomain Code=1 under 4G network

I know this question has been asked, unfortunately I have not found an answer that could save me. Thanks for your time in advance. My App uses ASIHttpRequest to call a RESTful service on a domain to login. Some of our customers are complaining that…
Jonathan Ma
  • 451
  • 4
  • 6
0
votes
0 answers

Will it be possible to access SNMP MIB (agent in Mobile) via EPS Bearer (4G transportation layer) from Manager?

It will be really helpful to know the mechanism for accessing the MIB database located in the mobile phone (snmp agent) from snmp manager (located in remote server) connected to internet. Could someone please clarify. Thanking you in advance.
0
votes
1 answer

Install Apache server on 4G Network

I have installed XAMPP to run Apache server on windows,So the Apache server run great on LAN (Local Area Network ). But i need to run the server ,so the public can access it from WAN (Wide Area Network) . I have forward HTTP port 80 on 4G portable…
user4064453
0
votes
2 answers

what is Notif-Eff feature in diameter protocol?

I have recently started working on diameter protocol Sh interface. In TS 29.328, Section 6.1.1.1, it is given as 5. The HSS shall include the data pertinent to the requested Data Reference in the User-Data AVP and if the HSS supports the Notif-Eff…
vijayashankard
  • 721
  • 1
  • 7
  • 23
0
votes
1 answer

Android - Connecting to localhost URL from mobile (3g/4g) network

I am making an app that sends user data to a javascript server hosted locally. It sends the data fine when my phone is on WiFi, but it gives an error ('failed to connect to: "/MY_LOCAL_IP"("PORT")) when I turn off WiFi. Is it even possible to…
Siebrand Romeyn
  • 152
  • 1
  • 9
0
votes
1 answer

Android - Check if device supports 4G/LTE

How to determine if a android device supports 4G/LTE networks? Checking the current network type is not an option, because I have to check it even if the current network type is 3G. UPDATE: OK, I have managed to detect the prefered_network_mode…
Michal
  • 1
  • 1
  • 3
0
votes
2 answers

Android app that connects to server port 8080

So I have been developing and android application for fun in my spare time. This application opens a connection to my home server which is running a java program, does some calculations and sends a response. The issue is I do not want to use port…
0
votes
1 answer

Failing to retrieve Location with 4G

I'm trying to retrieve Location with mLocationRequest.setPriority(LocationRequest.PRIORITY_BALANCED_POWER_ACCURACY); When I am connected to Wifi, there is no problem, but when I disconnect Wifi and let 4G determine location, I get no…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
0
votes
1 answer

Display the network connection 2g/3g or 4g in a toast

I would like to display in a toast which network connection is available. But when I start my app it shows me the layout, but it doesn't make a toast. Did I forget something? // Now i shows every second a toast. it beginns with the right one but…
user3379235
  • 29
  • 1
  • 6
0
votes
2 answers

Android JDBC 4G internet

I'm developing an Android APP and I must connect to an external database. To make this connection it have to be by JDBC. I know this is unsafe for several reasons, but it's not a problem right now. All the posts and articles I've seen everyone was…
Cristiano Guerra
  • 615
  • 1
  • 7
  • 12
0
votes
2 answers

Android : how to programatically determine whether the system has a 3G/4G radio?

I am programming a Nexus 7 and need to determine whether the system has a 3G/4G radio or not. How do I do that?
user43995
  • 597
  • 2
  • 8
  • 21
0
votes
1 answer

Distribute In-house Apps fail to download with 3G/4G but wifi

When I try to distribute my in-house Apps. I put my Apps and download Html page in Dropbox. But When I download by 3G/4G online, it always fail and show "Unable to Download App", but when I turn to use wifi to download, its works! Is anyone know…
Nick Hung
  • 123
  • 6
0
votes
2 answers

Asterisk cannot hear sound on specific WIFI network

Asterisk 11 cannot deliver caller and callee voice sound on specific WIFI network. WIFI phone ==> 4G LTE phone (Can hear sound/Working) == Using SIP RTP CoS mark 5 -- Called SIP/01036504100 -- SIP/01036504100-00000594 is ringing --…
Jake
  • 1,195
  • 6
  • 21
  • 42
0
votes
1 answer

Asterisk failed to deliver sound on LTE(4G) network

I've installed Asterisk 11, and two wifi phones are fine to talk through asterisk server. However, a wifi phone and LTE(4G) phone can't deliver sounds. Asterisk sip.conf [general] context=default ; Default context for incoming…
Jake
  • 1,195
  • 6
  • 21
  • 42
0
votes
0 answers

Detect operating frequency/bands supported by android phone

Is it possible to detect frequency/band supported by android device. I just want to detect that device support 3G/4G network or not. I have printed out the detail network info using connectivity manager and Network info. 02-27 15:14:11.122:…
Basit ZIa
  • 966
  • 1
  • 9
  • 26