12-06-2009, 03:42 AM
|
|
Halfway to VIP Status
Offline
|
|
Join Date: Apr 2008
Posts: 523
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 flipzmode
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.
|
Thanks!
|