August 12th, 2010, 03:28 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: Dec 2009
Location: Southern California
Posts: 558
Device(s): Vz & rooted to hell!
-Touchpad (GB)
-Rezound, (GB)
-Rhyme (root in progress)
-Moto Droid 3
-Eris (GB
Thanks: 35
Thanked 86 Times in 63 Posts
|
ok resolved my own problem, apparently if you have the older versions on your custom ROM, remove them, reboot, then install them and it works.
/system/app/GoogleQuickSearchBox.apk
/system/app/VoiceSearch.apk
---
I choose to rename the files with .bak in case the new ones didn't work and had to go back. but its safe to delete.
you can do via adb commands:
adb remount
adb shell rm /system/app/GoogleQuickSearchBox.apk
adb uninstall com.google.android.googlequicksearchbox
adb shell rm /system/app/VoiceSearch.apk
adb uninstall com.google.android.voicesearch
|
|
|
Last edited by IzelTokatl; August 12th, 2010 at 03:31 PM.
|
|