Skip to main content

LTE and the Unlocked iPhone 5


So heres the deal, theres a new iPhone out there and its got the new blazing LTE. If you're planning to get one buying from countries which have unlocked options (Canada, Singapore, Hong Kong) doesnt necessarily merit that you'll get LTE compatibility wherever you go.

In the iPhone 5 website, theres a little asterisk there. Pretty sneaky if you ask me, that they have created 2 different models probably using 2 different LTE chips.

GSM model A1428*: UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 4 and 17) 
GSM model A1429*: UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 1, 3, 5)
- From: http://www.apple.com/iphone/specs.html

So what does this mean? If you're planning to get an unlocked unit from other country, LTE speeds might not be compatible with yours. From Wikpedia, theres a working list of LTE bands per country.

With me residing in the Philippines it seems that the LTE band in the Philippines is LTE Band 1 and 3 (GSM model A1429). But what if im travelling outside? US or Canada perhaps? I think what better way to explain this by plotting it into a spreadsheet.



So, how do you look at the graph? Normally, you would be sourcing your phone from somehere its factory unlocked. Either Hong Kong, Singapore, Canada (or US once they make it available in the Apple Store) So, look for the country where your unlocked iPhone will be originating. Most likely that the iPhone that will be sold there will be using that LTE band (duh). After, look for the country you will be using your phone. For me, I will be looking at the Philippines.

From here, it seems like the Philippines is using LTE band 1 and 3 (A1429) and the countries which will most likely sell an unlocked A1429 would be: Singapore, Hong Kong, Australia.

If you would notice, if I buy myself an A1429.. LTE features might not work when I fly to either Canada or the US. Sad.

Anyway, as a disclaimer, this spreadsheet was compiled September 2012 and may not reflect the changes once new carriers roll out new LTE infrastructure in the future.

Comments

  1. Pogz, according to Smart, their LTE network is using bands 1, 3, 5... Not sure with Globe though.

    http://www.pinoytechblog.com/archives/smart-lte-what-you-probably-dont-know

    ReplyDelete
  2. I was trying to keep it simple (well simpler), and there was already tons of information to cover. There’s lots of reason why a technology has a marketed speed and a “realistic” speed. In fact many of the LTE speeds have gotten slower now that they’re much more saturation out there. Short version is that the more devices are using the tower’s bandwidth, the slower everyone’s speed get.
    Creating a post on which system works best in which countries could be good, but not sure I have enough data to really give good suggestions outside of the US/Canada.

    Telecom generations,lte full form in telecom,hsdpa vs lte,telecom tutorials,lte tutorial,lte tutorials,telecom tutorial,introduction to lte,what is wimax,4g wimax vs lte,what is hsdpa,what is mifi,zte telecom,what is lte,verizon aws,what is wimax technology,wimax telecom,LTE Architecture,LTE in India,Mobile wireless

    ReplyDelete
  3. Hey,I have iphone 5 on verizon with unlimited data and get speeds up to 45 Mbps a sec and uploads around 18 Mbps. Verizon has alot more towers than T-mobile but really its up to you what carrier you have don't believe check out some of my videos and yes I know its not the iphone 5 but I was using the iphone 5 to record!!Thank you!!!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
    iphoneunlockservice.info

    ReplyDelete

Post a Comment

Popular posts from this blog

Self Signed SSL Certificates

Ever wondered how to enable SSL or HTTPS on your site? If you dont want to pay for commercial SSL certificates, you could create self signed certificates for your site by following the instructions here: https://www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04 The instructions in the site above will make your default site HTTPS enabled. If you prefer having a commercial SSL, save your certificate files and key files in your server and edit the location on the /etc/apache2/sites-enabled/default to point to the directory where you stored those files.

Moving to a New Linux Web Based Torrent Client

For years, I have been using TorrentFlux (url here) as my primary torrent client situated in my Ubuntu download server. But as time went on, the developers completely abandoned the development of TorrentFlux which led to several forks which I think is still insufficient for my needs. Main GUI of TorrentFlux Ive checked several options which runs on a GUI-less environment. Since my Ubuntu server is just running on command line to save precious memory, I needed something bare, simple and is packed with features. Installing uTorrent Server is pretty straight forward. Download. Uncompress. Run. This is better than the approach of TorrentFlux which you need to setup LAMP server and create a database. More often than not, it happens to me that some of the data in the DB gets corrupted. I normally just reinstall the whole thing again. Main GUI of uTorrent Server To further elaborate on the setup process, I've gotten an excerpt from this thread which, quite simply discusses ho

Modernizing Qwtlys Database Part 1

Its been years since I have last updated Qwtly and I was given the opportunity to play around and modernize the database for my application. I wanted to try the cloud offering of MongoDB called Atlas being that its free for a small database.  With this in mind and considering that Qwtly doesn't get traffic after I have disabled the add, edit and delete quote function along with the login, I don't see the application getting to that limit of 5GB anyway. Well, that is considering if I can even get this to work.  The first order of business was to see if we can import the MySQL export painlessly to MongoDB Atlas. I have searched for MongoDB tools, external tools, scripts, only to find old abandoned projects which would not be ideal given my situation. I have considered writing a PHP script to do it but that too would cost time. I was looking for something that consists of using existing tools or features I am familiar with along with some manual eyballing and checking. Luckily, I