Problem with ID after upgraded of Iphone 4

I had some issued with all the pics on my Iphone, and decided to updrage to the last version.
After the upgrade, the IPhone with Itunes asked me for the ID. But I gave the wrong ID and now the Iphone is bloked.
Even my ID is blocked and going to be deleted.
How could I created a new one or updated the last one to activate again the Iphone.
6 days without Iphone ....

Most changes between Java versions have been backward compatible. There are a few that aren't, and they are documented in the release information for each version. The impact on applets is minimal, if any.
Check out these applets and see how they run:
http://developer.java.sun.com/developer/codesamples/applets.html
Old 1.1 applets can run on all virtual machines, anything later needs the Sun Plug-in (ver 1.3.1_02 or later), or needs to be converted to run using Sun's vm.
One problem is with XP not including a Java vm, that will stop you cold until a Sun Plug-in is installed and enabled.
Need more detail for anything more...

Similar Messages

  • I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    It would always be easier to fix the Mail problems.

  • I have problems with activation, after delete mi Iphone from Icloud.

    I have problems with activation, after delete mi Iphone from Icloud.

    Hello Sikiz 21,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Best of luck,
    Mario

  • I'm having problems with Notes after upgrade to OS4. Anyone else?

    After upgrading mu iphone 3GS to the new OS4, I'm having serious problems with my Notes. If I edit old notes and klick Done, it now takes longer then ever to save. And when the save is finished, my latest edits are gone! The note is back to the text before I opened it up for editing...
    Has enyone experienced this after upgrading?
    Also, why does it take such a long time so save the notes now? I can see in the "progress bar" the phone is connecting to the Internet after klicking Done. Why is that? It never did that before. Does the new OS4 save all notes on some sort of server instead of just saving on my phone? Can I shut this function off somehow?
    Thanx for all answeres!

    I am having the same issue but havent been able to find a solution yet.

  • Problems with Mail after upgrading to 10.9.1

    I am running into problems with Mail after installing 10.9.1. I had NO problems with Mail prior to this update.
    Problems I have encountered so far are:
    - I don't receive some e-mails on my Gmail account.
    - I have sent e-mails that supposedly got "sent" but do not show up in my Sent box both on mail and on web Gmail. My Outbox is empty also.
    Has anyone encountered the same problems and found a solution?
    Thanks in advance!

    Yes Paul I have, but no solution. I cannot send email. My ISP uses a smtp mail server for sending and It will not log in. Have had ISP on phone and checked all settings. Can only put it down to Mavericks.
    It worked OK for a week after upgrading then stopped. So now having to use web mail to send email.
    Strange thing is I receive mail OK, just cant send.

  • Problem with contacts after upgrading to iOS 7 (iphone 5)

    After upgrading to iOS 7 (iphone 5), the contacts (loaded from icloud) in greek language aren't sorted!!! They are under the # symbol!! Anyone has a solution. I didnt have this problem with previous iOS versions!!!!

    My phone was fine after I connected to iTunes. It appeared in recovery mode and then it downloaded the update, installed and all was fine.
    Regards,
    Jeevan.

  • Iphone 3gs problem with network after upgrading to 5.1.1

    Hi...
    I have Iphone 3gs and requested official unlock from my provider. They said they did it and all I have to do is connect it with iTunes.
    I had ios 3.x and upgraded to 5.1.1 through iTunes.
    But now after upgrade, my phone is not unlocked and niether works with original card.
    3G network is one second ok, after one second drops to 1 line, and after that I got No network.
    I managed to make call, but that call only last for 1 second.

    I wouldn't assume that.  Don't know anyone who changed carriers without canceling the original.  The intermittent connections he describes are typical of SIM card issues.
    The point is that your statement that "updating is not enough" is incorrect.  When he "updated" to iOS 5, a full restore was already done. If there were errors during that process, restoring again might help, but its not necessary to restore.

  • Serious problem with bluetooth after upgrade to iOS6.1

    After upgrading to iOS 6.1 I have found serious problems with bluetooth, now I can not see the other iphone and vice versa.
    Someone has the same problem?
    Why Apple continues to restrict bluetooth functions?

    Hi,
    Thanks for your answer. Yes I've checked parameters modification and SPICBOOKING is "well" launched but it produces no results, so I guess there are some other changes in dimension customizing of AccountL or Datasrc....by the moment I'm testing but with no luck. This happens when you are about to go live and decide to upgrade your system.... 

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • Wifi problem with Mac after upgrade to Mavericks

    I just upgraded to Mavericks but something wrong with my wifi.
    i can get internet through LAN link from Airport but not through wifi even i can receive an IP address
    i tried connect to hotspot with my iphone5s and it works.
    Other devices can use wifi just fine through Airport, just not my Mac using Mavericks
    In conclusion,
    Airport should be fine because my other devices works.
    Mac wifi should be fine too because i can connect using hotspot.
    so why it's not working when i connect Mac to Airport?

    I was having problems connecting to Wifi with my Macbook Pro (!2010), after upgrading to Mavericks. I was on the phone repeateadly with AT&T because I have Uverse. Testing everything (channels, signal strength) and had techs come out to check the line, ports, switches, etc. When I hardwired the Mac into the Uverse router, it worked fine. This rulled out any problems with the line in.
    I considered getting a repeater but then I read that repeaters are not really good and it is better to reconfigure a router to act as an access point on the network. Plunked down about $80 for a Belkin AC750 router at Best Buy. In the setup it has an option to set it up as an access point only. Clicked that, connected it to my Motorola NVG510 Uverse modem and then connected to the Belkin router from my Mac. Voila!  It's been a solid 11+ Mbs ever since (my plan maxes at 12Mbs). Connection is still solid and life if good even though it ***** to plunk down another $80 for a second router. But it was worth it just to get rid of the headaches.
    I think the wifi capabilities of the Motorola NVG510 modem are the cause of a lot of problems with AT&T Uverse issues, particularly for Mac owners. I think it was also causing my Airport Expresses to drop occasionally.... Few minutes of music then drop... music drop.... All gone now.
    I don't know if you are on Uverse but if so, I highly recommend configuring a second router as an acces point (it can be any old router you still might have - the setup is just a bit trickier because you have to do it manually).
    Good luck.

  • Having problem with wifi after upgrading to iOS 6

    After I upgrade my iPhone to ios6 I am having many problems connecting to wifi.
    Places that I had wifi connection at home now are not available and it takes long time for the iPhone to connect to the wifi.
    What to do??????

    Do the basics first. follow http://support.apple.com/kb/TS1398. I would also clear cookies and data in settings > safari.

  • Problems with mail after upgrading to Mavericks

    Hello,
    since I upgraded to Mavericks, I have problems with Mail.
    The mail app doesn't retrieve any mail from my email servers. IMAP or POP or exchange mail no longer work.
    I have these problems on my iMac and my MBP.
    The strangest thing is that I have no more new emails in my icloud account since the upgrade. Not only does mail not retrieve the emails but I even can't see any new mail online.
    On my iphone with iOs7 the mails are retrieved, except of course the mails from the icloud account.
    Has anybody a solution at hand?
    Thanks

    this might help with the gmail problem: http://www.wired.com/gadgetlab/2013/10/mavericks-issues-and-fixes/?viewall=true

  • Problem with colors after upgrading to Lion

    After upgrading to Lion, I could no longer distinguish between very light greys (e.g., #f8f8f8) and white (#ffffff) on my laptop monitor. The difference is readily apparent on many websites.
    If I plug my laptop into an external monitor, the problem goes away, and stays away even AFTER unplugging it.
    Neither recalibrating the color profile nor rebooting have any effect.
    Any ideas?

    iPhoto is not part of Lion. It comes with a Mac. So, the version you own is the one that came with your Mac. If you want the newest version, you'll have to purchase it from the App Store.

  • Is anyone having problems with keynote after upgrading to Lion?

    After upgrading my system to Lion, my keynote presentations are becoming a nightmare. They crash all the time, and are becoming significantly slower, not just due to the autosave but after making just a few movements the beach ball appears and takes forever for me to be able to edit the document again. When I try to put into presentation mode the computer stops, sometimes I even lost the images inside the saved prasentation, and when I tried to recover from the auto saved versions, they were corrupted also. I talked to the apple support here in Brazil and after running all kinds procedures to check and fix the disk and hardware even in the safe mode, it still remained with the same problem. Another suggestion was to reinstall the keynote, and I even bought a new version from the app store even though the old one was updated. Again, nothing changed. Does anyone have the same problem or knows what to do?

    Hi Thomas - listen, I want to tell you that we aren't necessarily all in the same boat...what I mean is that this problem almost ruined my business and I spent a long time reading the dozen or so threads in this board, and tried solutions people suggested in each one. I had two separate problems...the first was like yours, and it was indeed solved by the time machine save setting mentioned above. The other was that I couldn't get an object selected with a click of the mouse every tenth time or so...I had to click onto a different slide and then come back to mine. I started turning off every single piece of hardware and software one by one, in search of a conflict. It turns out that my Apple Magic Mouse was the problem. I switched it to a plain MS wireless mouse and problem solved. *****, but it let's me continue. My point is that too many people are using Keynote just fine for any of us to throw in the towel and say it's universally and irreversibly broken. There are different bugs in play, but you have to go on the assumption that there's a way out if you can spot what's not quite right. Sorry I don't have your specific solution, but this mindset is what saved me from jumping ship to PPT.

  • Anyone having problems with Safari after upgrading to Yosemite?

    Safari takes over 2 minutes to open after upgrading to Yosemite and once open it is not responsive.  What is wrong?  I have redone the download and it still has the problem.

    I found this workaround and it worked for me. 
    "According to Hontz, the issue seems to be affecting only iPhone 4S users. Hontz has provided the following workaround to fix the issue:
    1) Open the Phone and dial *228. This is a Verizon over-the-air programming number. 2) When the system answer press 1 for “Program or activate your phone” 3) Wait for the call to disconnect. You should get a prompt stating something like, “Settings updated.” 4) Open the Task Manager (double click the home button) and kill the Phone, Message, and Contacts Applications 5) Wait a few minutes (I waited 3 just to be extra safe) 6) Open the Message App to verify the fix.
    If you are still broken, kill the Message App again, then reboot your phone.
    Did iOS 5.0.1 also mess up your iPhone Contacts? Let us know if the workaround helped."
    via: TSF

Maybe you are looking for