How to use 4G or LTE in my Iphone 5

hello
how u doing?
i am from Oman and am using the Iphone 5
but i have a problem which is that i cant use the 4G
my network company do provide 4G service
when i go to Setting > Cellular i have only ( Enable 3G)
how to get Enable LTE option??
so later i can use the 4G

OK, but which LTE band is used by your network for its 4G service?
Here are the bands supported by each iPHone 5 model:
GSM model A1428*: UMTS/HSPA+/DC-HSDPA (850, 900, 1700/2100, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 4 and 17)
CDMA model A1429*: CDMA EV-DO Rev. A and Rev. B (800, 1900, 2100 MHz); UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 1, 3, 5, 13, 25)
GSM model A1429*: UMTS/HSPA+/DC-HSDPA (850, 900, 1900, 2100 MHz); GSM/EDGE (850, 900, 1800, 1900 MHz); LTE (Bands 1, 3, 5)
If you have, A1429 GSM, your network needs to use 4G bands 1, 3 or 5.  Otherwise your iPhone will not be able to use the 4G network of your operator.
I hope this helps.

Similar Messages

  • How to use filters on ios mobile devices (iPhone/iPad) using GPU rendering (Solved)

    Many moons ago I asked a question here on the forums about how to use filters (specifically a glow filter) on a mobile devices (specifically the iPhone) when using GPU rendering and high resolution.
    At the time, there was no answer... filters were unsupported. Period.
    Well, Thanks to a buddy of mine, this problem has been solved and I can report that I have gotten a color matrix filter for desaturation AND a glow filter working on the iPhone and the iPad using GPU rendering and high resolution.
    The solution, in a nut shell is as follows:
    1: Create your display object... ie: a sprite.
    2. Apply your filter to the sprite like you normally would.
    3. Create a new bitmapdata and then draw that display object into the bitmap data.
    4. Put the new bitmapdata into a bitmap and then put it on the stage or do what you want.
    When you draw the display object into the bitmapdata, it will draw it WITH THE FILTER!
    So even if you put your display object onto the stage, the filter will not be visible, but the new bitmapdata will!
    Here is a sample app I created and tested on the iphone and ipad
    var bm:Bitmap;
    // temp bitmap object
    var bmData:BitmapData;
    // temp bitmapData object
    var m:Matrix;
    // temp matrix object
    var gl:GlowFilter;
    // the glow filter we are going to use
    var sprGL:Sprite;
    // the source sprite we are going to apply the filter too
    var sprGL2:Sprite;
    // the sprite that will hold our final bitmapdata containing the original sprite with a filter.
    // create the filters we are going to use.
    gl = new GlowFilter(0xFF0000, 0.9, 10, 10, 5, 2, false, false);
    // create the source sprite that will use our glow filter.
    sprGL = new Sprite();
    // create a bitmap with any image from our library to place into our source sprite.
    bm = new Bitmap(new Msgbox_Background(), "auto", true);
    // add the bitmap to our source sprite.
    sprGL.addChild(bm);
    // add the glow filter to the source sprite.
    sprGL.filters = [gl];
    // create the bitmapdata that will draw our glowing sprite.
    sprGL2 = new Sprite();
    // create the bitmap data to hold our new image... remember, with glow filters, you need to add the padding for the flow manually. Should be double the blur size
    bmData = new BitmapData(sprGL.width+20, sprGL.height+20, true, 0);
    // create a matrix to translate our source image when we draw it. Should be the same as our filter blur size.
    m = new Matrix(1,0,0,1, 10, 10);
    // draw the source sprite containing the filter into our bitmap data
    bmData.draw(sprGL, m);
    // put the new bitmap data into a bitmap so we can see it on screen.
    bm = new Bitmap(bmData, "auto", true);
    // put the new bitmap into a sprite - this is just because the rest of my test app needed it, you can probably just put the bitmap right on the screen directly.
    sprGL2.addChild(bm);
    // put the source sprite with the filter on the stage. It should draw, but you will not see the filter.
    sprGL.x = 100;
    sprGL.y = 50;
    this.addChild(sprGL);
    // put the filtered sprite on the stage. it shoudl appear like the source sprite, but a little bigger (because of the glow padding)
    // and unlike the source sprite, the flow filter should acutally be visible now!
    sprGL2.x = 300;
    sprGL2.y = 50;
    this.addChild(sprGL2);

    Great stuff dave
    I currently have a slider which changes the hue of an image in a movieclip, I need it to move through he full range -180 to 180.
    I desperately need to get this working on a tablet but cant get the filters to work in GPU mode. My application works too slow in cpu mode.
    var Mcolor:AdjustColor = new AdjustColor();   //This object will hold the color properties
    var Mfilter:ColorMatrixFilter;                           //Will store the modified color filter to change the image
    var markerSli:SliderUI = new SliderUI(stage, "x", markerSli.track_mc, markerSli.slider_mc, -180, 180, 0, 1);   //using slider from http://evolve.reintroducing.com
    Mcolor.brightness = 0;  Mcolor.contrast = 0; Mcolor.hue = 0; Mcolor.saturation = 0;            // Set initial value for filter
    markerSli.addEventListener(SliderUIEvent.ON_UPDATE, markerSlider);                          // listen for slider changes
    function markerSlider($evt:SliderUIEvent):void {
        Mcolor.hue = $evt.currentValue;                        
        updateM();
    function updateM():void{
        Mfilter = new ColorMatrixFilter(Mcolor.CalculateFinalFlatArray());
        all.marker.filters = [Mfilter];
    how would I use your solution in my case
    many thanks.

  • How i use my network at home for iphone dy usb

    how i use network at home for iphone by USB

    Look for documentation on setting up a SOCKS Proxy for Linux. Installation on the Mac is almost identical. Here's a good place to start.
    <http://www.linux.org/apps/all/Daemons/Proxy.html>

  • How to use keynote remote w/ iPad and iPhone using Bluetooth

    Using IOS 7.0.6 on iPad and iPhone can't get a connection via Bluetooth to use iPhone as a remote to control keynote on iPad. Bluetooth is on, remote is enabled in keynote on both devices but that is as far as I get. I'm looking for some instructions for what seems to be a simple process. Searched all over and only find outdated instructions or instructions that appear incomplete. I don't think my Wi-Fi connection at work will allow this type of connection that's why I want to use Bluetooth. I can't get the 2 devices to do this on my home Wi-Fi either. Using the latest  update to keynote. iPad is work issued and not sure if it is iPad or iPad 2 but I don't think this would make a difference. Any help would be much appreciated. Very frustrated at this point.
    Thank you,
    Carl

    Hey, I had some issues but I finally figured it out thanks to this article: http://www.cnet.com/how-to/how-to-use-keynote-to-control-keynote-on-ios-mac/
    Basically, you find the remote (let's say your iPhone) while your iPad has a presentation active then go to Presentation Tools on said iPad and link your iPhone. Your iPhone has to be searching for a device after you tap "Add Device."

  • How to use iweb rss feed in an iphone web app?

    So this is my dilemma.  I wanted my iweb turned into a web app using the rss feed.
    This is simply done cause of the "Add To Homescreen" feature. 
    While the RSS feed works beautifully on safari... it does not read as a webapp.
    This surprised me cause I thought it would still be safari that would be loading my web app.
    I tried everything to get my RSS feed to work in a web app but i failed miserably.
    Is there a fix for this?

    Adding to the homescreen doesn't make it a webapp.
    It creates a shortcut to the webpage, just as dragging a url to the desktop creates a .webloc file.
    You want an iWeb "webapp"?
    Add this page to the homescreen and then click that icon :
    http://www.wyodor.net/_Demo/Fancy/Dynamic_Text.html
    Then click the links in the dynamic textboxes.
    I leave it to you to figure out how it's done. Hint : read the documentation.
    To summarize : you want a fix for a problem that does not exist.

  • How to use the free apple id in iphone

    my iphone use the maximum free id
    i have use a different id but there are
    show the problem your iphone used the maximum apple id
    how to solve this problem
    plz send me

    The only solution is to create another iCloud account on a computer or another iOS device, then use that account on your phone. There is no other way around this limitation.

  • How to Use same contact list on two iPhones

    How do I use same "All Contacts list" / address book on two different iPhones?  Currently using Verizon backup assistant.

    Use a service which lets you sync contacts between devices e.g. Apple iCloud, Gmail with Contacts etc.

  • How to use one apple ID on 2 iphones 4s but not sync aps

    My wife and I just bought 2 iP4s' and use Win7 machines at home for iTunes.
    We have been sharing an apple ID for apps previously since we used 2 iPods + 1 iP 3 previously.
    Now, when I download an app, her phone tries to download the same app.
    The options under iCloud settings are...
    Mail: off
    Contacts:  off  (so we don't duplicate or copy each other's contacts)
    Calenders: off  (we use google calenders)
    reminders:  off
    bookmarks: off
    notes:  off
    photo stream: off
    documents and data:  off
    Find my iPhone:  On
    Storage and backup:  currently off (might be turned on later)
    After reading in the forums I find myself confused...
    Do we need to create 2 different iCloud accounts and can we still use 1 apple ID to purchase apps?
    Will this prevent our phones from trying to sync apps?  There is no setting for that in the iCloud settings.

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    When you created your iCloud account, the @me.com email address you created also automatically became an AppleID, but you used an exisiting AppleID in the first place to create the iCloud account before deciding on that @me.com address.  So your iCloud account is actually the AppleID you used to initially create the account, not the @me.com address assigned once the iCloud account was active (look in your account settings on your iPhone or iPad and you can see what the iCloud account primary AppleID is).
    Unless you specifically started using your new @me.com address for things, it is an unused AppleID, but it is NOT your iCloud account primary ID (that is whatever AppleID you used to create the iCloud account initially).
    An AppleID is nothing more than an email address, but it is linked to an AppleID account held with Apple and thus can be used to log in to services including the various Apple stores.

  • How to use 2 apple id's in iphone

    can i use 2 apple id's in my iphone ..................together

    nikhil153
    This question has ended up being posted in an inappropriate forum for the subject matter... I have asked our Hosts to move it to the iPhone forum where you will likely get a more rapid response.
    regards
    CCC

  • How to use stero bluetooth for ipod  in iphone?

    I have a Dodge vehicle with Uconnect. Before the 3.0 update my phone was paired with the Uconnect system and anytime I was in the vehicle calls would work bluetooth through the car stero. This still works fine, but I can't figure out how to get the ipod to play through the stero system. If the Uconnect is bluethooth and the phone feature works why not the ipod. Is there something you have to do to have the ipod output go bluetooth? Please help!

    some people have reported that connecting and disconnecting a few times might lead it to work. other then that, i don't know. sorry.

  • HT201328 how to use imei number to unlock my iphone 4s

     

    You don't.
    What are you trying to accomplish?
    ONLY the carrier to which the iphone is locked can unlock it (if they offer this service).

  • How do i use this apple id in my iphone

    how do use this apple id in my iphone???

    If you mean signing into you apple id on you iphone, go to itunes>scroll to the bottom, them click sign in> put in your username and password, and there you go.
    Hope this helps

  • How to use my new 02 sim

    How to use my new 02  sim on iPhone 4

    Put it in the phone. Turn the phone on. Make calls... I don't understand what you mean by "how to use" it...

  • How to use ITunes France when you live in Uk ?

    how to use ITunes France on IPad ou IPhone when you live in UK ?

    Ok thanks,
    but living in uk do you think I can manage both addresses France and London ID with Apple?
    Can I keep my Apple ID UK ?
    On my Ipad, I am automatically directed on the uk store . My IPhone could still work with the Uk ID if I change it for France one?
    Sorry but I am a bit confused

  • HT4859 how to use pc to backup my iphone

    how to use my PC to backup my iphone.

    Hello, Yeung168.
    Thank you for the question.  Below, you will find the article that covers how to backup to your computer.  See the section that talks about iTunes and how to backup. 
    iOS: How to back up
    http://support.apple.com/kb/HT1766
    Cheers,
    Jason H. 

Maybe you are looking for