I have an iPhone 4 from another country but I want to connect it here in the USA what can I do

I have an iPhone 4 from another country but I want to connect it here in the USA what can I do

I wanted to do this only to find out i got screwed out of my money. There was litterally NOTHING i could do. I paid almost $300 for an expensive paperweight that i couldn't get service for anyway but in the country i bought it in.
I called Apple they said call the carrier i got the phone with. Called them they couldn't do anything.

Similar Messages

  • I want to delete photos that I have backed up from my computer, but when I go to select there is a faded trash can icon which I cant access

    I want to delete photos that I have backed up from my computer, but when I go to select there is a faded trash can icon which I cant access

    If you copied the photos in question to your iPhone by connecting to itunes on your computer you need to do this again. Start itunes on your computer, connect your iPhone, select your iPhone in itunes and select the photos tab. as long as you are connecting with the same computer you should see, in the Photos TSB, a list of the photo albums on your computer. Those that were synced previously have a check mark and are selected. Deselect those you no longer want on the phone and then click on Apply or Sync. The deselected albums will be deleted from your iPhone but they will remain on your computer.
    if you only want to remove a few specific photos from various albums on your iphone, then move those photos out of the albums they are in on your computer. Then sync with iTunes. The photos you removed from the albums on your computer will be deleted from the albums on your iPhone when you click on Apply or Sync.

  • Change the language of iphone from English to Chinese and iphope are not  normally loaded and not opened. what can I do to restore it;

    change the language of iphone from English to Chinese and iphope are not  normally loaded and not opened. what can I do to restore it;

    I found a fix for it, It turned out that the file that lists all of the songs on it got corrupt. I had to use 3rd party programs but it did work out in the end
    Here is a link to where I found the fix: https://discussions.apple.com/thread/3631590?start=0&tstart=0
    I followed the instructions of Geekdad3 a little bit lower on the page.
    Good luck for anyone else who has this problem

  • Hi, i have a problem with my credit card so want to use a card from another country but cannot change my country settings

    hi, i have a problem with my credit card so want to use a card froma different country but cannot change my country settings

    Hi balalbas,
    If you are having issues changing the country associated with your iTunes Store account, you may find the following article helpful:
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Regards,
    - Brenden

  • Purchasing iphone from another country

    Hi Guys, is it possible to buy any of apple products from apple website of another country ?! Thanks.

    You either need to purchase from a certain country's iTMS:
    #1: A CC with a billing address in that certain country
    or
    #2: A Prepaid card/gift voucher issued in that certain country + an address there
    If you don't meet of of this conditions there is "no go" - that's no decision made by Apple but by the big record companies.

  • Buy an iphone from another country

    Can I usa an Iphone here in Colombia if I buy it from this page? Additionally, can I purchase it without any service provided by an USA mobile company? thanks...

    If you buy a US iPhone from the website you will have to enter into a 2 year contract with AT&T, your phone will be carrier locked to AT&T so you will want to set up an international plan with them. Will be a really expensive telephone bill. Also, for warranty service you will need to bring it in person to the US.

  • HT1349 Need help to solve an issue with itunes home sharing. It would started downloading my library from another laptop but would stop for no reason and not show me what still needed downloading or give me the choice to import the data in my library.

    please help me i would like to download all my music and movie to a new laptop and have before but for some reason it will not import from another library now. thank you. Kimberly Simmons

    please help me i would like to download all my music and movie to a new laptop and have before but for some reason it will not import from another library now. thank you. Kimberly Simmons

  • I have tried another exercise, but again I will need help, here's the code

    hi,
    I have another problem. here's the question pluss the code.
    public interface Patient{
    public void doVisit(float hour);
    public boolean hospitalize();
    1. I will need to write a class name OrdinaryPatient which extends Patient.
    the class will include value int that his name age and another value that will be boolean
    of disease.
    I have to do two constructors. one that don't get values and give them default and the other one
    that does get values.
    another method name docVisit which get a visit to the doctor time visit and will print a message.
    the method hospitalize will hospitalize the patient (and if he will have disease he will get true).
    and for age I have to write methods of get and set.
    2. I will need to write a class of Hipochondriac that extends from OrdinaryPatient.
    I have to do two constructors. one that don't get values and make default and the other one that do get values.
    I will need to ade int by the name of numberOfHospitalize.
    I will need to move the method hospitalize that it will be possible to hospitalize the hypochondriac
    on with the value numberOfHospitalize that his small from 5 and if he will hospitalize he will return
    the value true.
    3. write class PatientClass which will be the method main.
    do 10 objects from OrdinaryPatient, 5 that don't get values and 5 will get randomaly age and
    chronic disease with true.
    do 10 objects from Hipochonidraic, 9 that don't get values and one get all of them.
    save all objects in value from Patinet.
    print for each of them their age.
    print for the OrdinaryPatient alone the method of Hospitalize.
    ok, here's what I did.
    1. OrdinaryPatient
    pbulic class OrdinaryPatient implements Patient{
    private int age;
    private boolean disease;
    public OrdinaryPatient(){
    this.disease=false;
    this.age=0;
    public OrdinaryPatient(int age,boolean ddisase){
    this.disease=disease;
    this.age=age;
    public int getAge(){
    return age;
    public void setDisease(boolean disease){
    this.disease=disease;
    public void setAge(int age){
    this.age=age;
    public void docVisit(){
    System.out.println("Patient's visit is one hour");
    public boolean hospitalize(){
    return false;
    2. public class Hipochondriac extends OrdinaryPatient{
    private = numberOfHospitalize;
    public Hipochondriac();
    super();
    numberOfHospitalize=0;
    public Hipochondriac(int age, boolean diseased, int numberOfHospitalize){
    super(age.diseased);
    setnumberOfHospitalize(numberofHospitalize);
    from here I don't know how to continue.
    3. public class PatientClass{
    public static void main(String args[]){
    patient patinets= new patient[20];
    for (int i=0; i<5; i++){
    patients= new OrdinaryPatient();
    from i'm stuck!!!
    if you can help me to improve it I will appriciate it...
    Einat

    here my result.
    1. public interface Patient{
         public void docVisit(float hour_;
         public boolean hospitalize();
    public class OrdinaryPatient extends Patient
         private int age;
         private boolean disease;
    //constructors
         public OrdinaryPatient(){
              age=20;
              disease=true;
         public OrdinaryPatient(int age, boolean disease) {
              setAge(age);
              this.disease=disease;
    //methods
         public int getAge() {
              return age;
         public void setAge(boolean disease) {
              if(age>0 && age<120)
                   this.age=age;
         //overriding methods.
         public void docVisit(float hour) {
              System.out.println("your visit turn is at "+hour");
         public boolean hospitalize(){
              System.out.println("go to hospital");
              if(disease)
                   return true;
              else
                   return false;
    2. public class Hipochondriac extends OrdinaryPatient{
         private int numberOfHospitalize;
    //constructors
         public Hipochondriac(){
         public Hipochondriac(int age, boolean disease, int numberOfHospipitalize){
              setAge(age);
              this.disease=disease;
              this.numberOfHospitalize=numberOfHospitalize
         //methods
         public int getNumberOfHospitalize(){
              return numberOfHospitalize;
         public void setNumberOfHospitalize(int numberOfHostpitalize){
              if(numberOfHospitalize>0)
                   this.numberOfHospitalize=numberOfHospitalize;
         public boolean hospitalize(){
              if(numberOfHospitalize<5)
                   System.out.println("go to hospital");
                   numberOfHospitalize++;
                   return true;
              else
                   return false;
    3. public class PatientClass
         //constructors
         private PatientClass(String[] args){
              //private methods helps to build the object.
              intialArr(args);
              printAge();
              gotHospital();
    //methods.
    private void intialArr(String[] args){
         int i;//array index
         for(i=0;i<arr.lents/2;i+=2)
              arr=new OrdinaryPatient();
              arr[i+1]=new OridnaryPatient((int)(Math.random()*121),true);
         for(;i<=arr.length-2;i++)
              arr[i]=new Hipochondriac();
         arr[i]=new Hipochondriac(Interget.parseINt(args[0]),
         private void printAge(){
              for(int i=0;i<arr.length;i++)
                   System.out.println(((OrdinaryPatient)arr[i]).getAge());
         private void gotoHospital(){
              for(int i=0;i<arr.length;i++)
    //checking for ordinarypatient objects only
                   if(!(arr[i] instanceof Hipochondriac))
                        //dont need casting
                        arr[i].hospitalize()[
         //main method
         public static void main(String[] args)
              //setting the commandLine array from the main to PatientClass object
              PatientClass pc=new PatientClass(args);
    let me know if it's seems logic to you.
    thank you, Einat     

  • Most of my songs have gone missing from itunes library leaving only 1, 2 or 3 on each album. What can I do to recover them?

    Most of my songs have gone missing from itunes library leaving only 1, 2 or 3 songs on each album. How can I recover them?

    Hello there, gags1246.
    There are a few valuable steps recommended in the following Knowledge Base article that should help you locate your content:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/ts1408
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro D.

  • HT1311 I have two iPhones on my account, but I want each to use a different iTunes account so that the directory for one iPhone does not end up on the other when both use the cloud to sync. How to do it?

    I have two seperate iPhones on my cellular carrier, but since I unwisely used the same AppleID for both phones iTunes, the two different users end us seeing each other's apps and directories of phone numbers (when each is sync'd through the cloud).
    How do I take one of the two phones and move it to a different Apple account?
    Thanks

    To move one of the phones to a different iCloud account (if that's what you want to do), go to Settings>iCloud and turn all synced data to Off.  When prompted, choose to keep the data on your iPhone.  After everything is off, scroll to the bottom and tap Delete Account.  This will delete the account from the phone but not from iCloud so the other phone will not be effected.  Then set up a new iCloud account with a different Apple ID and turn iCloud syncing in Settings>iCloud back to On.  When prompted, choose Merge.  This will upload the data to the new iCloud account.
    You will then have to go to icloud.com and sign into each iCloud account separately and delete any unwanted data that you don't want on the phone syncing with each account.

  • I got a new iphone from a friend but there is a passcode and she dont rem it what do i do

    i really need help my iphone broke so i bought one rom a friend but she dont rember her passcode what do i do

    To circumvent a forgotten passcode you would need to restore the iPhone to factory settings. This will remove the software and data/content from your iPhone as well.
    To put your iPod/iPhone  into recovery mode:
    1. Make sure the iPod/iPhone is connected to a computer with iTunes installed on it.
    2. Hold down the sleep/wake button(top button) and the home button at the same time until the iPod/iPhone screen goes black then shows the apple logo(usually 10-15 seconds).
    3. Once the apple logo appears on the screen, let go of the sleep/wake button and keep holding the home button.
    4. The ipod/iphone screen should show an itunes logo and usb cable if you were successful. A dialog box will appear in iTunes that states an iPod/iPhone in recovery mode has been detected if you are successful.
    5. Click ok, then click the Restore button
    After that you should be up and running in no time!
    I hope that this is helpful.

  • New Tab Page - thumbnails are not using the files from cache folder, but they want a connection to their origin website.

    Hi there,
    each time I visit a website, FireFox saves a thumbnail of all these sites for the "New Tab Page". Those thumbnails are cached in the 'thumbnails' Folder . That's so far ok for me.
    The problem is:
    Every time if I use the "New Tab Page" (...after shutdown & reopening the browser and only with 'mousehoover' on any thumbnail) all the thumbnails on that page don't use the cached thumbnails from the local profile folder.
    This means:
    Instead of using the cached thumbnail-files all(!) these thumbnails dials to their origin websites without(!) a mouseclick on any of these thumbnails (...see jpg pictures) !
    I'm using the "Clear history when Firefox closes" with the following options:
    privacy.clearOnShutdown.cache - true
    privacy.clearOnShutdown.cookies - true
    privacy.clearOnShutdown.downloads - false
    privacy.clearOnShutdown.formdata - true
    privacy.clearOnShutdown.history - false(!)
    privacy.clearOnShutdown.offlineApps - false
    privacy.clearOnShutdown.passwords - true
    privacy.clearOnShutdown.sessions - true
    privacy.clearOnShutdown.siteSettings - false(!)
    So, i can't believe that this homedialing of pinned and unpinned thumbnails should be a normal function.
    1. Screenshot: thumbnails in the New Tab Page
    2. Screenshot: the same thumbnails in the Cache Folder "thumbnails" (...also they are there after shutdown of Firefox)
    3. Screenshot: Dialing to the origin websites (...after restart of Firefox)
    The Browser Version is Firefox ESR 31.2.0 and in the installation are no Add-ons, which are - for example - prefetching linked websites.
    I would like to use the "New Tab Page" without 'homedialing', so the question is:
    How can I force the thumbnails to use the cached thumbnail-files ?
    or
    How can i disable the 'loading of content from their origin websites' already on mousehoover ?

    There is a preload pref available that you could try to disable on the <b>about:config</b> page.
    *browser.newtab.preload = false
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Problem with out going mail. I can send from my iPad but not my MacBook Air yet settings are the same.

    Problem with out going mail. I can send from my iPad but not my MacBook Air, yet settings are the same. Can anyone advise?

    Hi sointoit,
    If you are having issues sending mail from your MacBook Air, you may find the following article helpful:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Cheers,
    - Brenden

  • Can i pre order and purchase an iPhone 6 from the canada apple store online and have the phone shipped to ontario using a master card from another country?

    can i pre order and purchase an iPhone 6 from the canada apple store online and have the phone shipped to ontario using a master card from another country?

    No

  • What can I do if I have a new iTunes card, but still money left on an iTunes card from another country? The money I have left isn't enough to buy anything and iTunes won't let me change country until I have used all the money!

    What can I do if I have got a new iTunes card, but still have got money left on an iTunes card from another country?
    The money I have got left isn't enough to buy anything, but iTunes won't let me change country until I have used all the money!
    Please help!!!!

    Contact iTunes Customer Service and request assistance...
    Apple - Support - iTunes Store - Contact Us

Maybe you are looking for

  • Problem sharing folders, imac to windows vista home premium over network

    I can see my windows machine on my Mac but when I try to connect it take a while and gives me an error saying connection failed. On the windows laptop, I can see my mac, can open the icon but only see the printers I have shared on my Mac. I did check

  • 500 GB Hard Drive Limit, Is it true?

    I have a Mac Pro 2x 3.0 Dual Core which I purchased about 1.5 years ago (MacPro1,1 Dual-Core Intel Xeon Processor Speed:3 GHz) I remember when I purchased it the specs said 500GB drive was the max supported so I put 4 of them in. Now I have one drive

  • Initializing with the console doesn't set indexes

    Hi, We want to change the basedn of a suffixe, from o=isp to o=Courrier,dc=domcomponent,dc=com. I exported my data using a db2ldif -U and modified my ldif with a sed. It seems that after I initialized my new suffixe with the console or the ldif2db.pl

  • 8330 SD Card Problem

    I just purchased a Kingston 8GB SDHC card and put it into my 8330 with OS v4.3.0.127 . When I go to format the card, I get an error message "Media Card Format Failed". According the compatability chart, v4.3.0 supports the 8GB card. Anyone have any s

  • Access to certain internet sites/services not working

    A couple of days ago, my access to certain internet sites as well as my Mail programme and another email client app stopped making successful connections. I can open many web pages, but some do not work. Specifically, the local library where I can lo