Quote:
Originally Posted by Konfuzion
After the upgrade to FR .7 and the patch my voicemail icon is an ! mark, anyone know a fix fot this?
|
Copy/paste from my xda thread.
VOICEMAIL ICON MISSING?
For those of you missing your voicemail icon it is an easy fix as long as you know how to issue adb commands from your computer. I took these lines out of the boot script because they shouldn't be needed anymore and make the phone take a very long time to boot after first flash. I suppose I'll be adding them back in on the next update. In the mean time, fix your mail icon by opening a command prompt on your windows pc and navigating to where you have your sdk\tools and then type:
Code:
adb remount
adb shell
rm -r /data/dalvik-cache
rm -r /data/boot-cache
reboot
It will take 3-5 minutes to reboot as it rebuilds the cache. Please pass this on.