HT1338 Help needed if you can

It says on the downloads on the phone that I should have a update software botton now I've brought a 2nd iPhone 3 3G I am currently the iOS software 4.2 and I've wanting to download apps and I can't download until I download 6.0 software as I am a first time user of the apple range I don't know much and seeking software advice please.

The iPhone 3G can not be upgraded beyond iOS 4.2.1

Similar Messages

  • I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can

    I'm getting this problem when trying to update my iphone 3gs it says that the iphone software could not be contacted and I went on youtube got some advise to go into my hard drive to fix the error I have nothing in my host file please help me if you can this is all new to me.

    Read this: iOS 4: Updating your device to iOS 5 or later
    ... oh I think it is a 3gs or a 3
    This makes a difference. What does it say in Settings > General > About?

  • If you upgrade or renew your storage but no longer need it, you can cancel. If you cancel your storage plan within 15 days of an upgrade or within 45 days after a yearly payment, you can contact Apple for a full refund. how do i contect apple to get refun

    If you upgrade or renew your storage but no longer need it, you can cancel. If you cancel your storage plan within 15 days of an upgrade or within 45 days after a yearly payment, you can contact Apple for a full refund.
    i upgrade a few minets ago. how can i contact apple to give me back money?

    Call the Apple online store for your country (1-800-MY-APPLE in the U.S. and Canada).

  • I need help please if you can aid me in my quest to write this code

    I am trying really hard to accomplish this and my head hurts from trying mulitple ideas on the right code.A lottery requires that you select six different numbers from the integers 1 to 49. Write a Java program that will do this for you and generate five sets of six numbers as a result.
    Details:
    For generating random numbers you can use the random() static method of class Math. It returns a double so you will need to cast it as an integer. If you set the range to 49, you can generate a random number between 1 and 49 through:
    number = (int) ( range * Math.random() ) + 1;
    Note that you need 5 sets of numbers and in each set you have should have six different numbers. There should not be duplicate numbers within each set. Of course the same number can occur in multiple sets, but within the same set of 6 numbers it should only occur once, if at all.
    Here is an example of a valid set of numbers: 5, 41, 3, 9, 22, 30
    Here is an example of an invalid set of numbers: 15, 8, 19, 33, 8, 21
    It is invalid because the number 8 appears twice.
    This is the dilema the code I have so far (I know it is not much) is import java.util.Scanner;
    import java.util.Random;
    public class Lottery
    public static void main(String[] args)
              int[] numbers = new int[6];
    number = (int) (range 49 Math.random() ) + 1;
    am I on the right track totally wrong or???? Please help me and god bless

    Tinkerbell... wrote:
    Navy_Coder wrote:
    Tinkerbell... wrote:
    Navy_Coder wrote:
    Yeahhhhh, don't do that...Why not?because you butchered an otherwise simple process by the whole generic list with 50 numbers and sorting mess.
    java.util.Random. <-- learn how to use it.Well, please explain how you would better do it using java.util.Random then?
    Random r = new Random();
    int[] vals = new int[6];
    for(int i = 0; i < vals.length; i++ )
        vals[i] = (r.nextInt(49) + 1);

  • I can't belive it. You have to help me.. you can. but you don't want to. i did what you said to me. I call the police. but i need to localizate with you help. PLEASE. I'M BEGGING YOU.

    This ipod means a lot to me. Not because it's an apple ipod, because my mom bought me with all her money.
    I know this is not your problem, but i NEED to find it. Only you can't help me.
    I know i'm not a important customer but at least try to do something .
    I don't know who is answering this message, i hope if someone read this message, can help.
    You CAN do it.. but you don't want to.
    I'm just telling you, to try to find it. Because the APP doesn't work to ipod's.
    at least, you should to get better your apps.
    PLEASE, HELP ME

    Sorry but the only help you have is the local police.
    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with your bank or any savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  This requires action before the device is lost/stolen.  Something as small as an iPod should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

  • Yes i send in a question about my ipad not coming on got anwear back but still isnt work,has been plug in but well not come on at all nothing .tryed to reset that dosent work,what else can i do ,help needed thank you

    i sent in a question yesterday about my ipad not coming on ,got a anwear back to try and it still dosent come on it had been plug in ,also tryed diff plug still nothing only had it 6 months
                                                                            thank you hope you can help

    I was in the exact same situation. I completed the order online, waited five days, and eventually called them back to be told that my order was still processing. I told them to cancel it, and I would retry. I ordered it again the next week, and it all happened again. They offered to escalate it and have it processed manually, but it could take another 48 hours. I told them to forget it.
    The next week, I activated a single line on my own account. It worked flawlessly. I ordered around 4:00 PM, and it showed up around 4:00 PM the next day. The difference was that I activated a single line on a new account, as opposed to activating another line on another account.
    It was a headache, and believe me, I know how you feel. Verizon representatives are more of a headache than they are actual help. Their hands are always tied, and everything has to be escalated.

  • Got a problem with my Chatting-Room program, please help me if you can.

    There is one bug in the code (should be just one), but I couldn't find it, I even recoded the whole thing, after I recoded the code, the same problem seems still there. I just can't find where the problem is. So I hope someone here can help me, thank you very much.
    First, I made a Server and a Client. Server has 5 classes, and Client has 2 classes. My intention is that all the clients(running on other computers) will connect to the server (which is my laptop), and then they can communicate with each other. For example, if person A typed "Hello", person B and person C's computers will receive this message and display it.
    The problem is that several clients can connect to the server (My laptop), but if one person type something, other people won't receive the message, it's blank on their screens. Maybe there is a problem when server receiving the message. So this is the problem I want to solve.
    I have the code down there, here is a brife description what each class mainly does.
    First class of Server is for connecting client, this class is named Server. Everytime a client is connected, the Server class calls the second class to store the client's information (which is its IP address), the second class is named People.
    Third class is named Receiver, it is for receiving the massage from any one of the clients, then stores the message to a static field variable in Fourth class, fourth class is named Saying.
    Fifth class of Server is named Sender, it is for sending the massage to the client, that message is the one that stored in Saying.
    The First class of client is named Client, it prints any message that the server send to it.
    The Second class of client is named SendFromClient, it wait for user to type something, and then send the message to the server, so server's Receiver class hopefully will get it and store it to the field variable in the Saying class.
    Here is all the codes:
    Server Class:
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class Server
         public static void main(String[] args)
              /*port number*/
              final int port = 41333;
              /*welcome messages:*/
              System.out.println("This is FriendlyJ 1.0 running");
              System.out.println("Listening on ports 41333");
              try
                   /*Clear the ArrayList*/
                   People clear = new People();
                   clear.IPs.clear();
                   /*Create a server socket that will accept any connection on this port*/
                   ServerSocket ss = new ServerSocket(port);
                   /*keep getting clients*/
                   while(true)
                        /*connect with one client at a time*/
                        Socket s = ss.accept();
                        PrintWriter out = new PrintWriter(s.getOutputStream(),true);
                        Scanner in = new Scanner(s.getInputStream());
                        /*indicate one establish of connection*/
                        System.out.println("One connection estabolished!");
                        /*two classes, one foe receiving, one for sending*/
                        Receiver receive = new Receiver(in);
                        Thread ty = new Thread(receive);
                        Sender send = new Sender(out, s);
                        Thread yt = new Thread(send);
                        ty.start();
                        yt.start();
                        /*add IP to ArrayList*/
                        clear.storing(s.getInetAddress().toString());
                        out.println("There are " + clear.IPs.size() + " people online;");
                        System.out.println("Connected to " + s.getInetAddress().toString());
              catch (Exception e)
                   System.out.println("System exception");
    }People Class:
    import java.util.*;
    public class People
         ArrayList<String> IPs = new ArrayList<String>();
         /*A method for storing IPs*/
         public void storing(String IP)
              IPs.add(IP);
    }Receiver Class:
    import java.util.*;
    public class Receiver implements Runnable
         final private Scanner in;
         /*Constructor to get the scanner*/
         public Receiver(Scanner abc)
              in = abc;
         public void run()
              Saying say = new Saying();
              try
                   while(true)
                        /*waiting for input from client, then give it to Saying*/
                        say.setSaying(in.nextLine());
              catch (Exception e)
                   e.printStackTrace();
    }Saying Class:
    public class Saying
         static String saying = "";
         public void setSaying(String a)
              saying = a;
         public String getSaying()
              return saying;
         public void resetSaying()
              saying = "";
         public int getlength()
              return saying.length();
    }Sender Class:
    import java.io.*;
    import java.net.*;
    public class Sender implements Runnable
         final private PrintWriter out;
         final private Socket s;
         public Sender(PrintWriter abcd, Socket abcde)
              out = abcd;
              s = abcde;
         public void run()
              out.println("Feel free to chat.");
              int count;
              Saying says = new Saying();
              try
              while(!s.isClosed())
                   count = says.getlength();
                   if(count>0)
                        out.println(says.getSaying());
                        says.resetSaying();
              /*disconnect with the client*/
              s.close();
              System.out.println("Connection with " + s.getInetAddress().toString() + " is closed.");
              catch (IOException e)
                   System.out.println("Network error!");
    }Client Class:
    import java.util.*;
    import java.net.*;
    import java.io.*;
    public class Client
         public static void main(String[] args)
              Socket sc;
              System.out.println("Welcome to FriendlyJ IM program");
              System.out.println("Connecting to the server...");
              int port = 41333;
              /*A variable for storing IP address of Server*/
              InetAddress ip;
              try
                   ip = InetAddress.getByName("192.168.1.68");
                   sc = new Socket(ip, port);
                   System.out.println("Connected with Server");
                   Scanner in = new Scanner(sc.getInputStream());
                   PrintWriter out = new PrintWriter(sc.getOutputStream());
                   /*a thread for sending message to the server*/
                   sendFromClient sendin = new sendFromClient(out);
                   Thread sending = new Thread(sendin);
                   sending.start();
                   /*display welcome message*/
                   System.out.println(in.nextLine());
                   /*displaying how many people are online now*/
                   System.out.println(in.nextLine());
                   while(true)
                        /*print out the message sent by the server*/
                        System.out.println(in.nextLine());
              catch(UnknownHostException e)
                   System.out.println("Couldn't find the host!");
              catch(IOException e)
                   System.out.println("Network error!");
              catch (Exception e)
                   e.printStackTrace();
    }SendFromClient Class:
    import java.io.*;
    import java.util.*;
    public class sendFromClient implements Runnable
         private PrintWriter send;
         public sendFromClient(PrintWriter sendto)
              send = sendto;
         public void run()
              Scanner sc = new Scanner(System.in);
              while(true)
                   /*get a message, then send to the server*/
                   send.println(sc.nextLine());
    That's all, thank you for helping!
    Edited by: stdioJ on Oct 31, 2007 3:58 PM

    Hi pgeuens ,
    I tried it ...but it didn't work for me.
    I changed my .jsp like this
    <%@ page language="java" %>
    <%@ taglib uri="/tags/struts-html" prefix="html"%>
    <html:form action="Registration.do">
    UserName:<html:text property="username"/><br>
    enter password:<htnl:password property="password1"/><br>
    re-enter password:<html:password property="password2"/><br>
    <html:submit value="Register"/>
    </html:form>And i changed that web.xml like..
    <taglib>
        <taglib-uri>/tags/struts-html</taglib-uri>
        <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
      </taglib>Now I am getting an error like ......."File "/WEB-INF/struts-html.tld"not found.
    Hi Ashish
    I didn't find struts-form.tld in WEB-INF folder.But all the remaining file all there.
    Again I downloaded that struts1.2.9 ...in that also i couldn't find struts-form.tld file(except this remaining are there).
    Please tell me, if there any other ways....
    Thanks,
    kona.

  • For my iphone 4S, people can hear me sometimes but i can't hear them. I am having a hard time making phone calls. Please help me if you can.

    I can't hear my callers but i hear them sometimes. It makes some weird cracking sound.

    Apple just announced new products.  It is ALWAYS busy this time of year.  You just have to deal with it.
    Alternatively, you can contact Apple Support and get assistance that way.  Worst case scenario, they'll require a $19 fee to troubleshoot your device over the phone, which is refunded if it turns out you have a hardware issue.
    Try them at https://getsupport.apple.com or 1-800-MYAPPLE and see if they can help.
    But also try this:
    Basic Troubleshooting Steps when all else fails
    Quit the App by opening multi-tasking bar, holding down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.
    Relaunch the App and try again.
    Restart the device. http://support.apple.com/kb/ht1430
    Reset the device. (Same article as above.)
    Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.
    Test the issue after each step.  If the last one does not resolve the issue, it is likely a hardware problem.

  • Motherboard not geting past MSI logo display - please help me if you can

    Hello all
    I have recently purchased a motherboard kit from a very respected retailer so all my components are compatible. It consisted of an MSI KT4V motherboard, an AMD Sempron 2600, a stick of 256MB DIMM, and a heatsink. I have installed them all as best to my knowledge but on booting up for the first time all I am getting is what looks to be an MSI logo screen. I have changed the jumper switches and tried other things but I am unable to get to the BIOS or anything.
    Has anyone else had this problem or does anyone know of any methods I could take to try and resolve it ?
    Thanks

    Hello again.
    First can I just say thanks to everyone who has posted a reply to me here. I have brought my motherboard manual in for any specifications that is needed, unfortunately my power supply is back at my flat but it came with a chassis I bought from a different company. I know it's 400w if that's any consolation.
    Please understand that I am unable to get anywhere near BIOS - literally as soon as I power it up the power light comes on, you can hear the hard drives whirring, the DVD ROM spins, etc. but almost instantly an MSI logo is displayed on the screen and from there I can;t do anything. I am not given the chance to do anything before. Hitting Del does nothing, in fact the keyboard doesn;t even light up at all when I switch my computer on, almost as if it doesn;t recognise it or it doesn;t get as far as reading it or something. Surely there can;t be a problem with my graphics card as I'm guessing I wouldn't be able to see the dreaded MSI logo. I reseated most stuff like the RAM and swapped IDE cables etc. and that seems fine. I am really getting sick of seeing that infernal MSI logo screen !!

  • A question.. help me if you can

    sorry guys can you help me?.. can i transfer my movies from my computer to my itunes library? i wanna tranfer them to my iphone..

    CineXPlayer HD
    tt2

  • HT1338 I need to how can I have Mac OS Lion, as I bought my Macbook Pro in beginning of June 2011 from Apple Store US. The serial number of my product is C0*******H2M. Please confirm me that I can have it for free, and how could I install it. Many Thanks.

    I need to how can I have Mac OS Lion, as I bought my Macbook Pro in beginning of June 2011 from Apple Store in US.
    The serial number of my product is C0*******H2M. Please confirm me that I can have it for free, and how could I install it. Many Thanks.
    <Edited by Host>

    Sorry, but that opportunity has long passed. Your options now are:
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer)
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer)
             3. MacBook Pro (Mid/Late 2007 or newer)
             4. MacBook Air (Late 2008 or newer)
             5. Mac mini (Early 2009 or newer)
             6. Mac Pro (Early 2008 or newer)
             7. Xserve (Early 2009)
         Are my applications compatible?
             See App Compatibility Table - RoaringApps - App compatibility and feature support for OS X & iOS.
         Am I eligible for the free upgrade?
             See Apple - Free OS X Mountain Lion upgrade Program.
         For a complete How-To introduction from Apple see Apple - Upgrade your Mac to OS X Mountain Lion.

  • Help me if you can

    my c d wont do anything
    HL-DT-ST DVDRW  GS23N:
      Firmware Revision:          SB03
      Interconnect:          ATAPI
      Burn Support:          Yes (Apple Shipping Drive)
      Cache:          2048 KB
      Reads DVD:          Yes
      CD-Write:          -R, -RW
      DVD-Write:          -R, -R DL, -RW, +R, +R DL, +RW
      Write Strategies:          CD-TAO, CD-SAO, CD-Raw, DVD-DAO
      Media:          To show the available burn speeds, insert a disc and choose View > Refresh

    Hello cheebdragon86,
    It sounds like you are having trouble with the optical drive on your MacBook Pro.  I found an article with steps you can take to troubleshoot various issues that may come up.  I recommend reviewing this article:
    Apple Computers: Troubleshooting the slot-loading SuperDrive
    http://support.apple.com/kb/HT2801
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • HT5004 i nedd itunes 64 file i don't know what to do with my  iphone4 has all it's data in this computer and i cant sync my iphone now cuz its need the itunes64 file please help me if you can thank you

    hello sir
    my system needs itunes64 file i don't know from where i should get this file cuz my iphone 4 is all the time synced with this computer all the back up are in this computer i dont want to lose it coz i did restore once so i dont have all the data in my phone i have it in itunes please help me with itunes 64
    thank you

    Back up all data to at least two different storage devices, if you haven't already done so. One backup is not enough to be safe. The backups can be made with Time Machine or with a mirroring tool such as "Carbon Copy Cloner." Preferably both.
    Boot into Recovery mode, launch Disk Utility, and erase the startup volume with the default options. This operation will destroy all data on the volume, so you had be better be sure of your backups. Quit Disk Utility and install OS X. When you reboot, you'll be prompted to go through the initial setup process. That’s when you transfer the data from one of your backups.
    Transfer only "Users" and "Settings" – not "Applications" or "Other files." Don't transfer the Guest account, if it was enabled on the old system. Test. If the problem is still there, the cause is external to the machine, or else you're dealing with a bug or a hardware fault.
    If the problem is resolved, reinstall your third-party software cautiously. Self-contained applications that install into the Applications folder by drag-and-drop or download from the App Store are safe. Anything that comes packaged as an installer or that prompts for an administrator password is suspect, and you must test thoroughly after reinstalling each such item to make sure you haven't restored the problem.

  • Please..need help now if you can..sent prev. post

    got this message today. Core audio: System Overload. The audio engine was not able to process all required data in time....recently got some waves plugs. Running an L3 Lin MB Eq on the OUT fader and a doubler on a track. MAybe 5 buses and 13 tracks with logic plugs. Seems like my system should be able to handle this. Any suggestions?? buffer size is 512. ram 5gigs. 24bit 96k session

    My 1st guess is the
    Lin MB Eq on the OUT fader
    512@96 is the time you are giving to process the entire chain ( in to track to bus to master... ), in this case - probably not enough if you think about it from a sample sized signal flow perspective including what needs to be processed in what time. That plug is probably requesting a fair amount of lookahead, etc - depends on your PDC settings. What do your system performance meters show? At some point, there is probably just an odd bottleneck bringing Logic down if you expect much more and are familiar with your tools. It's up to you to try to find exactly where it is. Some plugs won't operate at smaller buffer sizes ( keep SR in mind ) - or will cause Logic to falter, or even cause Logic to look like it's working - but produce no sound.
    J

  • I am very dissapointed...help me if you can ,plz

    Hello my good ppl,
    i need your help,my ipod touch is very silent, by my standards..i mean you cant watch a movie in a bus, **** you cant listen to music sometimes either...if i turn max the volume still its not valid for all recordings...and..on max volume, you get distortions, so its not that quality either, although you hear some mp3`s well. My nano has waaaay better and louder sound, that is not what i expected when i purchased this touch , i was thinking of an upgrade, but i got a downgrade. My hearing is as good as anybodys, but i tested my friends opinions on that as well, and they all complained regarding volume. Is there anything i can do to make it louder, program, flash, firmware...anything....cos its of no use to me now as it is. Please ...i like it...but i will chuck it in a river:), if i cant resolve this prob.
    TY all in advace...
    yours Dex

    Yes, thank you, i realised that headphones with noise canceling are something i must get....but, i cant belive that the same headphones with touch and nano produce such dramatic different experience...i can hardly belive that nano has better what..sound procesor, amplifier than touch...it shouldent be that way.
    i am thinking it must have something to do with ..say latest regulations regarding volume imput in some countries or what, and i thought that it must be the program that cansels it..or so..since i have wireless on this thing.
    Message was edited by: ljut123

Maybe you are looking for

  • Cisco Anyconnect "Login Failed"

    in debug ldap 255, i see this message: memberOf: value = CN=L-NOUSA-VPN_Access,OU=Security Groups,OU=NOUSA,OU=PROD,DC=wmh-ag,DC=org [378534]                mapped to Group-Policy: value = GroupPolicy_WM-Wisconsin [378534]                mapped to LDA

  • Append functionality in Outbound File Adapter

    Hi all, I have a question regarding append functionality in outbound file adapter. When I append files for example I get a XML file with different XML files in one file, but is it also possible to collect and bundle the files and get a same result wh

  • Why is flash doing that ?

    Hello I am currently translating a flash from French to English. So to do that, i replace the french text ( converted to graphic, require for thing in the flash ) by the English Text ( also converted to graphic ). But now 2 thing happen. First flash

  • ClassCastException using PJC in Forms 9.0.4.1.0

    I'm trying to setup a simple PJC in a Forms using Oracle Forms 9.0.4.1.0 but I get a FRM-92100 with a java.lang.ClassCastException: nl.eurotransplant.pjc I've create a Form with a simple Java bean and set the implementation class to "nl.eurotransplan

  • Mouse doesnt work when logging in

    A couple of days ago I turned on my computer, and there was another profile, labeled "Guest Account" next to my name. My mouse will move around, but will not click on anything. In order to log in, I have to start typing my name, and then hit enter to