After having a literally unfixable double notification issue I decided to reflash 1.1.1. Wiped everything, installed the rom, 1ghz kernel + gapps with stock theme. My phone is now on, but only one app downloaded (angry birds), and when I search for other apps I need, it shows that the market is already trying to download them but they're just sitting there doing nothing. I have ample space on my phone.
Not only that but if I try to search in the browser by typing my search syntax in the address bar, it FCs immediately. I've always ran at at least 1ghz so I don't think it is kernel related. I've had several problems now with 1.1.1 and reflashing did not help. FWIW the double notification issue is gone now, but what am I doing wrong that's causing these other issues?
They sit there and do nothing for a while sometimes, I've had it take quite a while before when the resync of the programs is happening but it usually makes it eventually...normally it's suggested to not open the market when you first start the new rom until you get the " ## applications recovered" notification.
The other problem seems like it could be the google search issue some of us had.
(PS The commands are case sensitive)
(I'm stealing someone elses stolen post)
Try this:
[3] Google Search not updating in the market
(Stealing plaidman's AWESOME post on this one. Thanks!!!)
I answered my own question: GoogleQuickSearchBox.apk
So after you do a fresh Sapphire install, if you want the updated Google Search Widget, you can do the following commands on your favorite command line tool (I like ConnectBot). Mind you, these instructions might be a hell of a lot easier with something like RootExplorer, but I'm a cheap ass and I'm comfortable with *nix command lines. Skip this first part if you uninstalled with TitaniumBackup.
su
sysrw
rm /system/app/GoogleQuickSearchBox.apk
sysro
reboot (dunno if you really need this, but just to be safe)
When the phone comes back, download the new Google Search in the marketplace. Now, unfortunately, the search button will be broken because it's still looking for the old /system/app application, but the new one was installed to /data/app. So we need to open our favorite command line tool again and move the .apk file.
su
sysrw
mv /data/app/com.google.android.googlequicksearchbox-1.apk /system/app/GoogleQuickSearchBox.apk
sysro
reboot (again, not sure you need to do this, but it's safe)