Skip to main content

Will my phone work in USA?

What if you are travelling to a foreign country and you need to know if your phone will work there? The answer is simple. There are two things to check:
1. GSM frequencies for making telephone calls  (some phones use CDMA,these are not dealt with here)
2. Data service frequencies for accessing the Internet.

There are two GSM frequency groups:
1. 900 and 1800 Mega Hertz (MHz)
2. 850 and 1900MHz.

Most of the world is in the first category except USA. See the map.

The next question is: Now that I have found that USA uses 850 and 1900MHz for making telephone calls, can my phone use these frequencies?

As an example, take the LG Optimus L3 E400. What are the GSM frequencies of this phone? You can get these details from the http://www.gsmarena.com/ website. If you search for LG E400, you will get the following page.

For this phone, the key frequencies are:
2G Network GSM 850 / 900 / 1800 / 1900
3G Network HSDPA 900 / 2100

This data says that your phone can use both the 850/1900 and 900/1800 bands for GSM and 2G Internet (EDGE)

Therefore, LG E400 will work in the USA for phone calls and 2G Internet.


What about 3G and 4G?

The phone has 3G capability on 900 and 2100 MHz but no 4G capability. In the USA, 3G is offered on 850/1900 and 1700/2100 bands. As long at the service provider uses 2100MHz for 3G services, you will be able to get 3G services also.

Comments

  1. Nice. I never thought there was such a thing. Thanks now I know

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Install Visual Basic 2017 Offline

This page offers a way to avoid the long and error-prone online installation of Visual Studio which is a massive package. Our interest is limited to Visual Basic and ASP.Net. One can, later, add other tools such as C# and C++. In this page, "VS" refers to Visual Studio. Installing Visual Basic 2017 Offline is not a simple process because Visual Basic 2017 is a part of Visual Studio 2017 that comes as one huge package (up to 35GB) in three versions: Community Edition (Free) Professional Edition (intended for a few people) Enterprise (intended for larger software teams)  Visual Studio by default uses a web-based install process that starts by downloading one of three the bootstrapper package from the VS download page . When you run the bootstraper, it will initiate download of the Visual Studio components that may be up to 35GB in size and takes a very long time to complete. The purpose of this page is to explain how to avoid the headache of this long and tedious

How to Install Packet Tracer 6.0.1 for Linux

This article is intended to help me remember the installation process for Cisco Packet Tracer 6 details of which seems to be hard to come by on the web. 1. Log in in to your Cisco Netspace account. Yes, you need to be logged in. 2. The " Download PT 6.0.1 " link on is on the NetSpace home page. 3. Click this " Cisco Packet Tracer " link shown below the folder icon as shown in the figure below: 4. Select  Cisco Packet Tracer 6.0.1 5. Select download location. 6. After completion of download, use your file manager to open that folder and rename the file to something such as "CPT6". It is a shell script so no file extension is required. 7. Change the file permissions to executable using command: sudo chmod 777 CPT6 from a terminal window opened in the download directory. This assumes your downloaded file is renamed CPT6 8. Launch the file with command: ./CPT6 from the terminal window. You will get the message: Self extracting archive... We

Android Applications with Intellij IDEA - 1

This article applies to Android applications in Windows using IntelliJ IDEA development tools. Windows 7 was used in this example but the explanation will work for other recent versions of Windows. It is quite a task learning how to use mobile application development tools. This page describes how to digitally sign your .apk file which is the  Android application package file. In short, your Android program file. Once you have created an APK file to launch it, simply copy to your device and use the Android file manager to install it. The picture below shows the digital signature keystore file, the unsigned APK file and the signed APK file. The procedure of signing the APK file is quite straighforward but first you must ensure your Java JDK is properly installed and that the Java tools are accessible on your commandline (Windows command console - what used to be called the DOS window). Most important is that your PATH environmental variable (In Windows 7 find this at: Control