Read the latest web development and design tips at Fred Wu's new blog! :-)
Poke me on GitHub

Posts Tagged ‘fix’

iPhone firmware 3.0: A quick fix for messed up app icons

If you searched Google, you’d find that messed up app icons is a common problem of iPhone’s 3.0 firmware.

Until Apple releases a fix (possibly in firmware 3.1?), there is a quick and easy fix. Everything is done on your iPhone, you don’t need access to your iTunes library.

1) Remove an app that has incorrect icon (preferably one that has no data stored on your iPhone, so you don’t have to worry about losing data).

2) Download and install the app again from App Store.

3) As the application is being installed, hold the power button and turn off your iPhone!

4) Turn your iPhone back on. You would now notice that all application icons are back to normal. The application you were installing is installed as well.

Hope this tip benefits some people. :)

Related posts

jQuery.slideDown() issues in IE: quick fixes

A simple Google search suggests that people are having problems with jQuery.slideDown() on Internet Explorer.

I’ve come across two issues on Internet Explorer 7 while developing a website containing some slideDown() effects, and found some quick fixes for them. :)

(more…)

Related posts