This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Getting dialer force close loop after reboot with the incognito theme (on the initial Android sign-in screen). Tried flashing twice after full wipes - same result both times.
Not sure if it's a 1.1.1 problem or a theme problem and too tired to sort it out - back to my nandroid backup for the time being.
Ok I just noticed when downloading from rom manager Cvpcs or sniffle not sure who does the rm stuff has the order wrong. It installs the gapps last. This will undo all of the themed gapps. The order should be. Rom/gapps/kernel/theme. So if you guys are using rom manager to install. Don't flash a theme do that after the rom has loaded.
The best reason to get 1.1.1 is simply because, unlike with 1.1, the black bar mod theme is officially supported on the ccroms release page. That as well as the new camera .apk in addition to gmail being updated (with the release). Also Google search and voice search weren't included with the release (they're in the market) so updating is no longer a hassle.
Now that Google search has been removed along with voice search, the physical search button on the droid 1 doesn't work. I downloaded Google search and voice search from the market and also tried a reboot. It is just the short press (Google search) that doesn't seem to work. A long press (voice search) works fine.
may need the file moved from data to system and renamed, like for 1.0, but I havent yet checked, still awaiting an answer to my post above before I delve in
This was me yesterday. I had the same question, but figured what the hell, if anything isn't playing nice I can always wipe everything and try again. So far, with wiping cache only, I've had no issues. I have the BnB theme over it, and I update the kernel to the lv 125-1000. So far I've had no problems, and things seem to be running smoothly.
Now that Google search has been removed along with voice search, the physical search button on the droid 1 doesn't work. I downloaded Google search and voice search from the market and also tried a reboot. It is just the short press (Google search) that doesn't seem to work. A long press (voice search) works fine.
may need the file moved from data to system and renamed, like for 1.0, but I havent yet checked, still awaiting an answer to my post above before I delve in
This is a similar issue to 1.1.0 - the physical button is looking for an application in /system/app/ but the downloaded version is in /data/app/. After you download the search app from the market, you can also download a command line tool (ConnectBot is what I use, connect to localhost) and do the following commands to make the search button work again. Or, if you have it, you could probably do this in RootExplorer easier.
su
sysrw
cp /data/app/com.google.android.googlequicksearchbox-1.apk /system/app/GoogleQuickSearchBox.apk
rm /data/app/com.google.android.googlequicksearchbox-1.apk
sysro
reboot
Then the button will work again after the phone has come back from rebooting.
Note these are basically the same instructions as were in the 1.1.0 release, but I'm retyping them here for the new thread (and also to correct a command that was incorrect the first time around). Perhaps another 2nd post hijacking for tips, Sniffle?