View Single Post
  #345 (permalink)  
Old 12-06-2009, 12:34 AM
flipzmode's Avatar
flipzmode
VIP Member
Offline
Threadstarter
 
Join Date: Jan 2009
Posts: 390
Reputation: 2820
flipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIPflipzmode is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ROM] 12/03/09-0.7 | fresh rom | Optimized boot + apks | read for known issues

Quote:
Originally Posted by Konfuzion View Post
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.
__________________
Fresh Evo: 4.2 (Android 2.3.3) || 3.5.0.1 (Android 2.2)
Fresh Hero: 2.4.0 (Android 2.1) || Fresh Kitchen
CDMA Hero Development & Fresh ROM home: http://GeekFor.Me || Twitter
Reply With Quote
This post has been thanked 2 times.