View Single Post
  #9 (permalink)  
Old 11-09-2009, 11:41 AM
mercado79's Avatar
mercado79
PPCGeeks Regular
Offline
Threadstarter
Location: Boston, MA
 
Join Date: Aug 2008
Posts: 241
Reputation: 290
mercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regularmercado79 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android Errors in Program Shortcuts

Looks like now that our phone has been rooted, we're better able to see what is actually happening. Some kind of corruption in the app install cache.

Quote:
/data/boot-cache directory is corrupt
This may be a temporary fix, though I haven't had a chance to try it yet:

http://forum.xda-developers.com/showthread.php?t=581806

Quote:
That is it, you use -r not -rf. So the fix is as follows (I use Astro for getting the following information):

1) Use Astro and backup all your apps to your SD card.

2) The Astro Application Manager/Backup tool will list in red all the apps that it thinks are newer on the SD card than the phone thinks are installed.

3) For each of those apps select them and note the app installed name (first line, called "Name"). Usually com.xxx.xxx, etc.

4) Get a root shell to your phone (follow instructions elsewhere.)

5) cd /data/boot-cache

6) For all the names you generated in step 3 type

Code:

Code:
      rm -r *<name>*
e.g. taking Google Sky Map as an example this would be

Code:
Code:
rm -r *com.google.android.stardroid*
7) Reboot your phone.

All apps should now appear in their latest, correct, version.
Credit goes to gilroykilroy over at XDA.
__________________
Sprint Hero - Rooted!!
__________________

Hit me with some THANKS!

Last edited by mercado79; 11-09-2009 at 11:44 AM.
Reply With Quote
This post has been thanked 2 times.