IPhone Application Update Problem -- Please Help

So I downloaded the application Aurora Feint. Synced it to my iPhone and all was well. Then apparently there was an update. Instead of logging onto iTunes and updating it that way, I decided to try out the Application Store update feature on the iPhone itself. The problem is that the feature won't work for programs later than 10MB. (Aurora Feint is 20+MB.) So now I'm left with an unusable Aurora Feint update icon on my screen that is just taking up space.
I tried holding down the icons so I could just click the X to get rid of it. Problem is the update icon has no X. Then I tried syncing my phone via iTunes and telling it to remove the AF application. Supposedly it did. But when I disconnected the phone, the AF update icon is still there.
Can someone please tell me how to get rid of the blood thing?

If all else fails, first remove the app from iTunes (delete it), then do a restore of the iPhone. It should be gone after the restore.
Glor

Similar Messages

  • IPhone 3G, updating problem - please help!

    i have installed the latest iphone software onto my 3G but when i download apps it says I haven't got the latest iphone software.. what shall i do?!
    Also can I get ios 5?

    The last version of iOS to be supported is 4.2.1. If apps require something higher, you will not be able to use them. The only way around this is to buy a new phone. You can NOT install iOS 5 on an iPhone 3G.

  • Iphoto update problem-please help

    Hi everyone,
    everything started trying to look some photos out of a CD (200 JPG files) I was trying to import them to my library but the program crashed or stopped everytime at photo number 31. I was using Iphoto 5.0.4 so i decided to update it to 6.0.3 version but when I select the destination (Macintosh HD; 55.8 GB-35.3GB Free-)
    I got a message saying:
    You cannot installed it in that volume because the eligible iphoto application was not found in the location / Applications/iPhoto.app
    I looked, and the iphoto is under applications, now I'm not sure if I have memory space problems or what, could anyone please help me?
    I am not familiar with this, so I'll appreciate any advice.
    thanks

    Hi panis,
    iPhoto 5.0.4 is the last update to iPhoto 5. To
    update to 6.0.3 you have to purchase iPhoto 6 (part
    of iLife 6) first, then update to 6.0.3.
    thanks for the answer,
    but i am still having problems using the iphoto 5 then.
    I try to import the photos I have in a CD but the program blocks and I'm lead to force to quit when working on it.
    I don't even can see the photos all the photos from the CD in thumbnail version, and I've tryed in a PC computer and I am able to see all of them. memory problems?
    the computer is asking lately to quit an application or to restart it.
    any idea?
    ibook G4; 1.42 GHz; 512 MB   Mac OS X (10.4.5)  

  • IPhone activation lock problem please help

    My friend has bougth an iPhone 5 with iOS 7 through OLX . OLX is a website like craiglist where people buy there products directly to sellers.
    iPhone 5 when he bougth was good and was in working condition. He bougth it yesterday.But suddenly in the nigth he got a maessage that "message from iPhone owner that your iPhone is lost " and the iPhone has been stuck in the activation lock and is asking for the apple id of the consumer and the owner of th phone from whome he has bougth has stopped responding.
    Please help him to get out of this problem .I have bougth ut by paying full price is there any way apple will help me in this issue or is there any way i can activate my iPhone.
    Please help. Thnak you.

    I also bought a used iPhone5 from the market here in Pakistan. The original user hasnt removed the device from his/her iCloud. I had to restore my phone because of some problem and now im stuck at the activation lock. I dont know the iCloud ID of the original user(that could be helpful in order to contact the user) and obviously I dont know the password aswell. So now my $855 worth device is useless. Ive been waiting for three months for some solution but all in vain. APPLE!!! PLEASE help me out here.

  • 10.4.10 Update Problem-- PLEASE HELP!!!

    I have a 17" Powerbook 1.33GHz. I just installed the 10.4.10 update. Now the computer wont boot on a power adapter. I had problems after the first update with changing state while the computer was asleep (ac adapter to battery) which would result in black screen and forced a hard reboot. Now when I try to power-up the computer from the restart (or regular reboot) it just doesnt boot. Please help if anyone has any ideas. I dont mind even if there is a way to undo this update.
    Jacek

    Alright - I think my computer is good again. Here is what I did. I dont know how much of this will actually do anyone any good, but I figured if I listed it all step-by-step, maybe it would do some good to someone.
    1) Restarted with AC in. Didnt boot - black screen
    2) Restarted with no AC in. Booted up ok. Restarted again (I guess it was a double restart) Booted again alright.
    3) Plugged in the AC, computer froze :-\
    4) Did a powerbutton hard reboot (5 second hold down)
    5) Computer died - I left if at office overnight. (By died i mean wont boot with AC adapter)
    6) Computer turned on fine in the AM. Some of my Brother drivers got a little fudged, so I had to reinstall them. Needed a restart (on AC)
    7) Didnt restart (black screen)
    8) PMU Reset
    9) So far so good...

  • Still got update problems -please help

    Ok every time I try to update it gives error code 3259. I have reinstalled itunes 8.2, I have tried turning off firewall and antivirus - no change. It says the internet connection timed out - what else can I do???? Getting very frustrated please help.
    Cheers

    managed to turn spyware off and that allowed update to donload.

  • B1WS Update Problem -- please help.

    Hi,
    I am trying to get B1WS to work and am experiencing some issues I am hoping you can please help with.
    We are wanting to be able to add, edit and remove batch information for order line items.
    The code I have written will work, though it will only work once, when it is updating the document.
    If the code is run, with the Update command commented out, it will work every time.
    But if it does update the record, it will begin to crash with it is run again.
    The code I am using is:
        protected void Page_Load(object sender, EventArgs e)
            loginWebRef.LoginService ls = new loginWebRef.LoginService();
            string sessionID = ls.Login("SQL-PATCH", "SBOJFDC_US", loginWebRef.LoginDatabaseType.dst_MSSQL2005, true, "sa", "PASSWORD", "manager", "PASSWORD", loginWebRef.LoginLanguage.ln_English, true, "LICENSE:30000");
            Response.Write(sessionID + "<BR><BR>");
            orderWebRef.MsgHeader msgHeader = new orderWebRef.MsgHeader();
            msgHeader.SessionID = sessionID;
            msgHeader.ServiceName = MsgHeaderServiceName.OrdersService;
            msgHeader.ServiceNameSpecified = true;
            orderWebRef.OrdersService order = new OrdersService();
            order.MsgHeaderValue = msgHeader;
            DocumentParams param = new DocumentParams();
            param.DocEntry = 89364;
            param.DocEntrySpecified = true;
            orderWebRef.Document document = new orderWebRef.Document();
            document = order.GetByParams(param);
            StringBuilder orderSb = new StringBuilder();
            orderSb.Append("Order " +  document.DocNum.ToString() + "<BR><BR>");
            foreach (DocumentDocumentLine docLine in document.DocumentLines)
                orderSb.Append("Line Num:    " + docLine.LineNum + "<BR>");
                orderSb.Append("Item Code:   " + docLine.ItemCode + "<BR>");
                orderSb.Append("Description: " + docLine.ItemDescription + "<BR>");
                foreach (DocumentDocumentLineBatchNumber batch in docLine.BatchNumbers)
                    orderSb.Append("+++++ Batch Num:    " + batch.BatchNumber + "<BR>");
                    orderSb.Append("+++++ Quantity:     " + batch.Quantity + "<BR>");
                    if (batch.Quantity > 0)
                        batch.Quantity = 1;
                orderSb.Append("--------------------------------<BR><BR>");
            order.Update(document);
            Response.Write(orderSb.ToString());
    Do you have any idea why the update will only work once, and then need to have the machine rebooted so it can work again, only once?
    Is there a way to test this with DIServer directly, to be sure whether it is a DIServer issue, or a B1WS issue?
    Thank you,
    Mike

    Hi,
    I have understood why there is no aspnet process...  It is because I am using a Windows 2003 Server, which uses a process called "w3wp.exe".
    I was able to attach to the process, and to get the breakpoint working in Visual Studio, though I do not know what I am looking for.
    Everytime I do one update, I have restart the machine, or subsequent calls either timeout, or crash saying the response is malformed.
    If I could navigate the XML and update the data DIServer uses, I would use that instead.
    Thank you,
    Mike

  • Iphone 4s battery problems PLEASE HELP

    I got my 4s about a week ago. The first couple of days i noticed the battery would go down pretty quick. So i looked online and seen all these different ways to save battery life by switching the settings around. I did all of the recommended changes ( location, brightness, etc.) i had already charged the phone the same way i would charge any phone before i read the full discharge full recharge. I did that two nights in a row and since then i let it get to atleast 2% before i charge it. Last night i put it on the charger around 20% maybe a little more and it definatley overcharged for an hour or two before i took it off. When i go to work i leave it in my locker and go on it during breaks. Normally it would never change the % while on standby and it would go down 1 maybe 2% while i use it. Today by the time it was lunch break it was down to 80%. As i type this my battery is at 64% with 2 hours and 31 minutes usage and 16 hours, 5 minutes of standby.
    What happened to it? It bothers me so much cause i love the phone and it was doing good until today.
    I JUST NOTICED that there is a new software update iOS 5.1.1. Could this sudden battery problem have occured because i am running older software??!!

    You've probabaly just installed and left running more applications. Applications dont entirely close when you hit the home screen. You've probabaly notice when you turn on your phone you have to wait through the loading screen for many applications. After that they sit on the memory of the phone, and the phone uses some battery retaining the state of each application. In Stand-By and still when powered down, your battery will slowly drain (less so when powered down).
    You may want to start force closing apps or occasionally powering down your iPhone. Additionally, the battery is not a NiCad battery where you can't charge it when it's at 80% or you'll risk causing the "battery memory" to max at 80%. The iPhone batteries are fine to be charged when they're at 95%. That said, Apple does recommend dispersing the battery to 0% atleast once a month. These batteries do have a battery charge cycle, ie: after so many charges the drain will begin to occur, but it's alot better than say your R/C car battery, or your typical rechargable triple 'A' battery.
    On another note, I do recommend you run the latest updates, if there ever is a battery issue and they know about it, they'll try to address the issue.

  • IPhone 3Gs OS6 problem, please help.

    I woke up this morning and my iPhone screen said OS6 then "connect to iTunes". It had an image of a USB plug with an arrow pointing to an iTunes icon. It won't let me do anything. I am almost annoyed!!!! I did NOT request the update. All APPs were up to date before I went to sleep. I dragged out the computer, plugged in thw phone and WHAT does ITunes say? It tells me that my phone doesn't have the correct version of iTunes. I have no idea what version it has because I can't do anything with it. If I press the button at the bottom of the screen I get 3 options, Emergency call, Start Over, Cancel, none of which are even remotely helpful. Is there a fix?    

    Hi twainy88,
    It sounds like your iPhone may have placed itself in Recovery mode due to an issue with an update. The following article has more information and steps for how to restore from a backup:
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    Notes:
    In certain situations, an iPhone, iPad, or iPod touch will automatically go into recovery mode after an update or restore issue. If your device is already in recovery mode, you can attempt to restore using iTunes.
    Regards,
    - Brenden

  • IPhone wifi-network problem- Please Help!

    I have a problem with my iPhone4. It could only connect to the internet for a couple of minute then it dropped off. But it is still connect to the wifi though and in my Mac the wifi seem to be working fine. Any ideas?

    first start here
    http://www.apple.com/support/iphone/wifi/
    If that doesn't help then
    Restore as new, if wifi  works add your backup and proceed .If after backup issue returns
    Then you have a corrupt backup
    If when restored as new no wifi then you probably have hardware issue and should take it to an Apple Store genius bar

  • Iphone applications update problem

    in my itunes, the apps update icon keep showing me i have updates... example "23 updates available"
    but when i clicked on the message, and gone into the update page, it will show me "no updates available. check again later"..., the application item on the left of itune still shows "23" as a number of updates i have,,
    so i am confused, should i ignore the number? or what should i do?
    thanks

    i had tried the following:
    - uninstall and re-install itunes
    - uninstall, and remove all preference files, then re install itunes
    - delete n move to trash ALL mobile applications in itune, and then sync with iphone n transfer applications over to itune
    the last method seemed to work, as it shows the correct number of updates as my iphone.
    but when i click on the update link in itunes, again its shows "no update available"
    currently i am using iphone app store to update all apps

  • Iphone not updating. Please help a poor Brazilian.

    Hello,
    I have an unlocked Iphone 3G (bought here in Brazil) with version 3.1.3 and everytime I try to upgrade to a newer version, eg 4.0 or 4.01 it up to get the update but in the end hangs and displays the screen of the cable USB CD and music note. When this screen appears Itunes tells you that I'm in recovery mode and try to install version 3.1.3 and earlier is still stalled. Could anyone tell me if there is something to be done to upgrade this device?
    Thanks.

    Try Recovery or DFU mode. If this doesn't work, it's likely a hardware problem...
    How to put your iPhone in recovery mode :
    1. Disconnect the USB cable from the iPhone or iPod touch, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the the iPhone or iPod touch to turn off.
    * If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release the Sleep/Wake and Home buttons.
    3. While pressing and holding the Home button, reconnect the USB cable to iPhone. When you reconnect the USB cable to iPhone, the device should power on.
    To escape Recovery Mode and power the phone off simply hold down power and home buttons for ten seconds.
    How to put your iPhone in DFU mode :
    1. Connect your iPhone to your computer.
    2. Turn iPhone off.
    3. Hold power and home together for 10 seconds (exactly).
    4. Release power but keep holding home until the computers beeps (observed on a PC) as a USB device is recognized.
    5. A few seconds later iTunes should detect your iPhone.
    6. If the Restore Logo is present on the screen, you are in Recovery Mode, not DFU.
    To escape DFU Mode and power the phone off simply hold down power and home buttons for ten seconds.

  • IPhone 6 FaceTime problem, please help!

    Phone shows black screen from other person but their back camera works if they switch to it. I'm on iOS 8.1.2. If I FaceTime myself from my iPad it works but everyone else shows a black screen.

    Get help with hardware features on your iPhone, iPad, and iPod touch - Apple Support - look at the section blank/colored screen.
    iOS: Troubleshooting FaceTime - Apple Support

  • IPhone 4S sound problem please help?!

    I have a 4s and updated to ios7 when it came out. Today my phone has no audio apart from ringtone. The volume bar for example is not available in you tube. The buttons when pressed to adjust sound do not show no volume increase or decrease. The speakers work as I can adjust ringtone in settings and can hear it loud and clear. Is this a bug from the update?

    Hello Leoner777,
    I would be concerned too if the speaker on my iPhone was not working.  I found an article with some steps to take when you are experiencing issues like this:
    iPhone: Can't hear through the receiver or speaker
    http://support.apple.com/kb/TS1630
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Iphone 5 Reboot problem please help?!!

    Last night i turned off my iphone 5 and when i woke up i tried to boot it up. It didn't work. I pressed the home button and power button mutiple times and just right when i got the charger and plug it in the usb without the other end in yet it turned on. Should i be worried?

    Double click the home button and find out what apps are running in the background. Then hold them down until they start to shake and click the minus sign until no apps are actively running. Also, turn push notifications off and see if that changes anything. I hope this helps!

Maybe you are looking for

  • How to change labels in pivot tabls

    I have created a report combining two cubes. From one cube I select the total room nights and total revenue, and from the other cube I filter on room nights and room revenue for a certain company. The goal is two compare how much revenue and room nig

  • Ibooks author, office 2011 for mac, os x 10.8 conflicts?

    Has anyone ibooks author, office 2011 mac and os x 10.8 running and that causes conflicts within ibooks author? What happens ist this: I changed to a new MacBook Pro Retina and emigrated everything from my older notebook to the new one via firewire.

  • LCD external monitor

    All: Just picked up a Dell E196FPb monitor at a yard sale ... hooked it up to a MacBook but the LCD is just white ... in mirror mode System Preferences shows the Dell monitor, its resolution & model number ... the on/off switch on the monitor works b

  • Switching from a 4g to 3g phone and then back ..weekly.. sim card?

    If this has been asked already I apologize...I've seen different answers and I just want to get it straight. If I have a 4g phone ( sim card) and want to go back to a 3g phone (I'd like to do this several times a week). How can I do this without requ

  • Obiee install taking too long

    Hi, I am trying to install obiee 10.1.3.4.1 on my windows vista, service pack 2, it is fine till the last stage when i am supposed to be getting the message that install was successfull, but instead, it just goes blank after the file extraction has t