Game Icon changed after Anna undate

The Game Icon has turned into a standard Folder icon after the Anna update !
How could I get it to change into the purple game contoller icon, as is stanadard for phones with the Anna SW ?
Has any one else had this problem and how did you guys/gals solve it ?  
Please HELP

wezzyd wrote:
also ota update only updates certain parts whereas using a pc will do everything
Ok will give it a try...
But how do I revert to before the current Anna update ? Do I need to do a soft or hard re-set of the phone in which case.
Appreciate your response 

Similar Messages

  • Icons change after startup

    After starting up the icons on my desktop, for example a Acrobat Professional .pdf, just looks great but then changes just before finishing startup into a 'normal' icon with just some text as icon.
    Does anyone know how icons can be viewed as defined by the program (such as Adobe)?

    Sorry, didn't mean to confuse you.
    After the login window, the mac starts up and then shows the desktop. The .pdf, docx and xlsx icons on this desktop (so I saved them there once) are first shown as application icons (kind of nice icon with colors). Then during the startup of the Login Items (in my case Mail, iCal and Activity Monitor) the icons change to a regular graphic design which looks like ugly text-icons.
    (I think that on the startup of the Login Items the mac is not finished its regular startup so I don't know if these login items have something to do with it. Guess not.)

  • Internet Explorer icon changed after upgrade

    Hello,
    On this same laptop, i had recently done an upgrade of Internet Explorer from v6 to v7.
    Now the icon from the Programs menu has changed - it has gone white-ish - a file that require Open With program (not sure of the description for this)
    Do you know whether i could revert/fix this? IE icon should be a 'blue letter e' .....
    Regards.

    Hi
    This is no issue or problem. The Internet Explorer icons will always change after and upgrade to a higher version.
    This was a case after a upgrade from IE6 to IE 7 and from IE7 to IE8
    PS: if you want to publish a screenshot then you will have to use an external website for a upload adn then you could post a link to this image.
    Cheers

  • Desktop (and other icons) change after Skype updat...

    When I updated Skype to version 7.5 yesterday, some of my desktop and taskbar (also Start Menu) icons immediately disappeared, only to be replaced with standard Windows icons. This involved mostly Microsoft and Adobe programs, including Outlook, Word, Excel, Adobe Reader and Adobe Acrobat, but also Google Earth and QuickTime Player.
    I carried out a Icon cache rebuild, but this did not restore the original icons, resulting instead in standard .exe icons or blank (i.e. white) icons. When I tried to change the icon for these programs, I got messages similar to this one (for Adobe Reader):
    Windows cannot find file %SystemRoot%\Installer{AC76BA86-7AD7-1033-7B44-AC0F074E4100}\SC_Reader.ico.
    Since then I've tried several system restores, and while these have always restored my icons, Skype then no longer works. I've also uninstalled Skype (which was a battle in itself!) and reinstalled the latest version, but the icon problem has returned. The generic icons DO open the programs without problems, but I cannot easily distinguish between the various Microsoft Office applications and Adobe programs.
    As things currently stand, I can have either a working Skype or my desktop (taskbar etc.) icons, but not both. There must be some way around this. I am sure that Windows Installer is in some way involved, but can't undertand how updating or deleting Skype could affect it.

    The issue is still related to the Windows installer.   If you keep Windows up-to-date it should resolve any Windows installer issues with updates that came out after Aug 2014 (unless this a new Windows update issue).  A Windows update at that time create a similar issue due to upgrading the Windows Installer then resolved them in later patches.   The only way to notice the issue was to install any programs that utilized the Windows installer (like Skype).  Some people uninstalled the update but it was a temporary fix (https://support.microsoft.com/en-us/kb/2918614).  So either the issue you are having is related to that Windows update or possibly a newer one.
    You can try this in case it helps but it's generally for normal shortcuts.  
    http://www.sevenforums.com/tutorials/49819-icon-cache-rebuild.html
    If that doesn't help the only way to repair registered shortcuts automatically is to perform a repair install of the applications that are affected (via add/remove programs or programs and features in the control panel).  This will restore the individual package to icon association that broke.  Again these advertised shortcuts are tied to the Windows installer and registry.  When you create a shortcut to the exe of a program (like msword.exe) it won't have this type of problem and will still display the normal shortcut even if you don't perform a repair of the application.  If you still want to repair the issue a repair install would be best.
    The latest version for download from Skype is still 7.5.x.102
    Skype 7.5 (exe version)

  • Illustrator desktop icons change after trying Inkscape?

    A couple of days ago, just out of curiosity, I tried out Inkscape. Of course, I was unimpressed, trashed it, and removed XQuartz.
    Afterwards, I found that all of my Illustrator desktop icons had changed to odd square generic document icons with the "To place or open this file in other applications..." text in the preview. Doing a "save as copy" from the file didn't change this. Creating a new Illustrator file and saving created a normal preview, but it was still displayed in that same kind of square icon.
    Otherwise, Illustrator works fine, no problems I can see -- it's just that the desktop icons for Illustrator files aren't standard Illustrator file icons anymore. A minor nitpicky annoyance, granted, but I'd be interested in knowing how I can fix this.
    I'm running Illustrator CS6 on a late 2013 MacBook Pro with OSX 10.8.5.
    Thanks in advance,

    Just tried it a moment ago after seeing your reply. Didn't seem to work. In fact, as I recall, that was the first thing I did the other night.
    The files were still opening into Illustrator OK, but not displaying standard .ai document icons, so associations weren't really the problem, from the looks of it. Seems as if something else somewhere has jerked around the icons for .ai documents.

  • Applications folder icon changes after restart

    I changed the icon of my applications-folder.
    after every restart the original icon (pen, ruler,...) comes back again.
    how can this problem be solved?
    any ideas?
    thank you
    frank

    Log in as root. Change the icon. Log out and log back into your "normal" account.
    DD

  • PDF icon changed after deploying Reader 9.4.0 though Group Policy

    I extracted the .msi from the Reader 9.4.0 .exe, and deployed the software through group policy. Everthing works fine except now all .pdf icons show as a different Adobe icon, as opposed to the usual white icon with the red cursive "A" and the little red "pdf" box along the top left. However, if manually install the program using the .msi, the icon issue does not happen. There is nothing in the custimization Wizard for this, and I am hesitant to use Orca to try and change the .msi. The file association in windows is correct, just the icon has changed. Please help

    I did the same as you.
    // Open the field to allow user entries
    NumericField1.access = "open";
    // Allow override, means you will not get an error message when the calculated value is changed
    NumericField1.calculate.override = "disabled";
    NumericField1.value.float.value = "0";
    Restore original state of the field.
    NumericField1.access = "readOnly"
    NumericField1.calculate.override = "error"
    NumericField1.rawValue = null
    NumericField1.execCalculate()
    But you're right, the restore does not work.
    I tested execEvent("calculate") and execCalculate() with no avail.
    Very odd!

  • Pages Icon changed after upgrade

    I recently upgraded from iWork 08 to iWork09. In the upgrade all of my Pages documents now have the Keynote icon. Keynote documents retained their own icon as did the Numbers documents. How do I get the Pages Icon back on all my Pages documents with out having to correct each one?
    Thank you.

    If Peter advise doesn't work you can try to tell the computer that .pages documents should be connected with Pages. In Finder select a pages doc and press cmd + I (get info) > Open with: > select Pages. Also Press button Change all. Now should pages find its documents

  • Music icon changed after time machine restore

    I recently did a Time Machine restore and everything went well, except now my audio icon files are white instead of black like they were before I did the restore.
    Here is what they look like now:
    but before they were black with the grey music symbol. Does anyone know if this is a setting that changes this?
    Thanks.

    If the user account is associated with an Apple ID, and you know that account password, the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select  ▹ Restart from the menu bar.
    You should now be able to log in with the new password, but you won't be able to unlock the Keychain. If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it. You’ll need to reset your keychain in the preferences of the Keychain Access application.

  • Icons change after downloading itunes

    once itunes is finished downloading and loads on my computer it changes all my other icons to the itunes logo. wondering how i can restore these icons to original format.

    Hiya Katrina! I might have accidentally made some progress on this one yesterday.
    Every time I've seen it reported and I've tried to do some work on it, it has only affected one user account on the PC.
    So ... it might be related to a damaged icon cache for the affected user account. (There's one of those for each different user account on the PC. This is what I accidentally learned yesterday while trying to research a fix for a slightly different problem.)
    If that's what is going on, rebuilding the icon cache might get folks past it:
    http://www.winhelponline.com/blog/how-to-rebuild-the-icon-cache-in-windows-vista /
    ... Trouble is that that's all educated(?) guesswork/speculation, and the procedure looks a bit hairy. It's the sort of thing where I'd definitely be setting a System Restore Point for the system prior to giving it a go.

  • What happened to my games icon on my X6?

    Hi, I recently updated my X6 from firmware 21.x to 30.x and my Games icon changed. It used to look like an xbox controller and now it just looks like a folder. How do I get the controller icon back?
    Plz help. 

    jn278 wrote:
    Hi, I recently updated my X6 from firmware 21.x to 30.x and my Games icon changed. It used to look like an xbox controller and now it just looks like a folder. How do I get the controller icon back?
    Plz help. 
    hi
    please try the following
    go to menu / applications / installed apps / and select Options / organise
    then go to  what ever u wants to move
    again go to options and select move to folder and select Root folder
    it will ask and move it to root folder
    after wards again select options and select applications / games
    then select move and done
    u r job has been completed.
    trust me and try this , if u do this properly u can move any app or any folder anywhere in the device.
    Please let me know the results
    cheers
    PS: if this information is helpfull please click the white star on green background

  • After clicking on game icon, it loops me back to my main screen?

    when I click on a game ICON, it doesn't let me get into the game,
    it takes me back to my menu screen...does that mean the game is
    no longer available??

    Not necessarily - if it's a game that requires access to online resources then maybe (or maybe you aren't connected to the internet so that it can't access them). But a lot of games work/run just on the iPad.
    If you are having a problem with all apps that you've downloaded from the store, but not the Apple built-in apps, then try downloading any free app from the store (as that appears to reset something) and then re-try your apps - the free app can then be deleted.
    If it's just the one app that's not working then try closing it completely and then see if it works when you re-open it : from the home screen (i.e.not with the app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Desktop Icons Change Positions After Restart

    Hi,
    After I inadvertently synced my computer with another Mac computer my icons change position after restart. I was trying to sync another computer to mine.
    I have tried the usual suggestions of taking out com.apple.finder.plist and com.apple.desktop.plist and letting the system create these new files but the problem still persists. I also checked the Finder > View > Show View Options and arrange by none is still selected.
    Does anyone have a suggestion how I can fix this problem? Will I have to go back in time with Time Machine and restore my entire system to solve this?
    I can't operate with the desktop icons changing positions like this.
    Thanks,
    Pacecom

    Delete the hidden .DS_Store file associated with your Desktop folder. Launch the Terminal.app (in /Applications/Utilities/), copy & paste the following command into the window that pops up, hit the return key, quit the Terminal.app, OPTION-click and hold the Dock's Finder icon, and select Relaunch:
    *rm ~/Desktop/".DS_Store"*
    Now, set the Desktop as desired, log out and back in, and the Desktop should be as it was as you last set it.

  • Firefox icon changes to default Windows icon after a few days

    Downloaded Firefox browser on new HP Pavilion dv6. After a couple of days, Firefox icon changes to default Windows program icon. Uninstalled Firefox and re-installed. After a few days, the icon changed back to default Windows program icon. I cannot manually change icon back under Properties setting as default program icon is now associated with Firefox program. Laptop is 64-bit, and program is installed under Windows x86 folder.
    Is this a Microsoft setting issue? Or do I need a different download for 64-bit?

    You can change FN and CTRL key in the BIOS

  • Photo Icons Not Changing After Editing  - Help!

    Hello,
    I recently upgraded to Lion and just like Snow Leopard the photo icons have white borders around them, which is fine. The problem is that even after editing the photos in both Lightroom 3 and Photoshop CS5, the icons don't change by removing the white border like they used to in Snow Leopard. If I turn off the show icon preview, the icons don't show the image of course, but still don't change after editing. I liked being able to tell which ones I had already edited and which ones I still needed to edit. Can anyone help me with this? Maybe I have some setting I need to change? I want the icon to change after editing by either showing the picture or showing the picture w/o border like it used to. Thanks!

    On your Mac disable Photo Stream in the System/iCloud preference pane
    and in iPhoto's Photo Share preference pane.
    Reboot and reenable both respectively. That should jump start Photo Stream.
    OT

Maybe you are looking for

  • What kind of longevity can I expect from the SSD in a new MacBook Pro with Retina Display?

    Hi all, I recently ordered a new MacBook Pro with the Retina Display. This will be both my first computer and my first Mac that uses a SSD as the primary storage device. As the title of this post suggests, what I would like to know is what sort of li

  • How do I create an expandable window for articles.

    Working on a new website design that will have hundreds of articles that look similar to these. These are the teaser links to get the viewer to the main full feature article. My main question is how to I make the article attached to the link so it op

  • Is CPU upgrade on Satellite 2410-303 possible?

    My Satellite 2410-303 has Pentium 4 Mobile 1.7GHZ processor. I want to upgrade its processor to Pentium 4 Mobile 2.8GHZ. I think that it is possible because its upper models have faster processor and that is unique difference between them. Please, he

  • Dynamic  table in Online Interactive form

    Hi, Scenario:    I am doing an Online Interactive form scenario in WebDynpro for Java. In the form, i will be having a dynamic table(the number of rows will grow and shrink, with the help of ADD and DELETE ROW buttons). Initially, that table will hav

  • Referencing component parameters from other components

    I have a training application that uses a variety of components, including a browser that, as a parameter, takes a movie clip instance and will move it around when the scroll bars and the browser are used. I also have transparent buttons that on mous