[Q] New Google Search and Voice Search on CM6?

Search This thread

rmagruder

Senior Member
Aug 5, 2009
323
59
So I tried to install the Google Search and Voice Search on my Nexus One running CM6 RC2.

Everything else seems to be updating & installing fine, but these two new ones announced today download and always get "Installation Unsuccessful" triangles.

Anyone have any ideas?

D/MediaScannerService( 751): IMediaScannerService.scanFile: /mnt/sdcard/download/downloadfile-7.apk mimeType: application/vnd.android.package-archive
W/ResponseProcessCookies( 764): Cookie rejected: "[version: 0][name: GX][value: DQAAAKEAAADoW5InIleIE9RqqV6eYk2WiSYyef-jgFXjSU9Kd7rHFPLDmdqqvDszzWeEvd8IsqMp7AB
0a9JMjOOT-OsePyphGVzk3y_Jtb3mw1ANfVkFQ2vgCqDvkigA-3qxEG-QtN3I8uTRKbdItA8cguyHJKD_2c8XAg0zFmvNvCpKFQBJXx2lb_P_tMyt2iDiB9lVwF_ALMCwz9eA48ES1EbcHJiT17I8SFngj6WWseh
vpxqBqg][domain: mail.google.com][path: /proxy/gmail/mail][expiry: Thu Aug 26 14:17:47 EDT 2010]". Illegal domain attribute "mail.google.com". Domain of origin:
"android.clients.google.com"
D/PackageParser( 115): Scanning package: /data/app/vmdl11503.tmp
D/Gmail ( 764): MailProvider.query: content://gmail-ls/labels/<EDITED OUT>/(null, null)
D/LocationMasfClient( 115): getNetworkLocation(): Returning cache location with accuracy 2564.0
I/dalvikvm( 764): Jit: resizing JitTable from 4096 to 8192
D/dalvikvm( 764): GC_EXPLICIT freed 6976 objects / 334952 bytes in 41ms
D/NativeCrypto( 764): Freeing OpenSSL session
I/Gmail ( 764): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 147445, normalSync: true
D/dalvikvm( 115): GC_EXPLICIT freed 23810 objects / 1273120 bytes in 120ms
D/vending ( 966): [379] LocalAssetDatabase.notifyListener(): 3131690986141917527 / INSTALL_FAILED
D/vending ( 966): [379] VendingNotificationManager.showNotification(): Showing notification: [AssetID=3131690986141917527, NotificationID=-1645805789, Title=Go
ogle Search, Message=Installation unsuccessful.]
I/vending ( 966): [379] AssetDownloader$DownloadManagerBroadcastReceiver$MyPackageInstallObserver.packageInstalled(): Package install from content://downloads/
download/502 failed: Package file was not signed correctly.
D/dalvikvm( 966): GC_FOR_MALLOC freed 15107 objects / 817416 bytes in 132ms
W/ResponseProcessCookies( 764): Cookie rejected: "[version: 0][name: GX][value: DQAAAJ8AAAD0ea0_tCf_SwFr8haP_VXq6VdvgIVXnGjaV0EiGYX-IuyIqxoiX3f3o8ZdKCAKsVPxGYl
SB7DmiDck1W4qZO5oJWNGqlRjkC1Kzy2y6l4fcQFJ_uCPV8N32bAhZpX211G75VLzPa1EMvUWw8gacZ8siBP2e5nbePvwRRH8msMSbOxndW2VB-g6QsKNzLXoOcUsjvGlsNRG2mq8gaY93RST][domain: mail.
google.com][path: /proxy/gmail/mail][expiry: Thu Aug 26 14:17:50 EDT 2010]". Illegal domain attribute "mail.google.com". Domain of origin: "android.clients.goog
le.com"
D/dalvikvm( 764): GC_EXPLICIT freed 3244 objects / 232840 bytes in 37ms
I/Gmail ( 764): MainSyncRequestProto: lowestBkwdConvoId: 0, highestHandledServerOp: 147445, normalSync: true
D/Gmail ( 764): sending notification. Adjusted values are label=2, oldCount=0, newCount=1, unseenCount=1, getAttention=true
I/Gmail ( 764): Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://gmail-ls/unread/^i (has extras) }
D/Gmail ( 764): New email:<EDITED OUT> (1) mapSize:1 getAttention:true
D/Gmail ( 764): Validating Notification:<EDITED OUT> (1) mapSize:1 getAttention:true
D/Gmail ( 764): MailProvider.query: content://gmail-ls/conversations/<EDITED OUT>(label:^^unseen-^i, [SELECTION_ARGUMENT_DO_NOT_BECOME_ACTIVE_NET
WORK_CURSOR])
 
Last edited:

willverduzco

User Experience Admin
Staff member
Apr 30, 2010
6,045
4,037
Manassas, VA
Yeah... It tells me, "Package was not signed correctly."

Edit: I wonder if it has anything to do with the fact that we have google apps installed on our phones with the FRF91 addon pack. I wonder if people not using that have the same issues...
 
Last edited:

xghostyxjokerx

Senior Member
Sep 26, 2009
929
13
Me too please fix!!!!!!! Somebody!!!!!!


oh im using cyanogen mod night version...

Sent from my Nexus One using XDA App
 
Last edited:

iria

Member
Oct 4, 2009
22
0
Yeah, I have just noticed the same thing, chrome to phone installed just fine however the voice search will not install :(

nexus one also on rc2
 
Last edited:
T

t4tav

Guest
This message was deleted by its author
 
Last edited by a moderator:

rmagruder

Senior Member
Aug 5, 2009
323
59
From the comments responding to the announcement, here is how it can be made to install on custom ROMs. Just tested this:

Just run the following commands to uninstall the old system apps if you use a custom rom.

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

This will let the new ones install from market without the package signing error
 
T

t4tav

Guest
This message was deleted by its author
 
Last edited by a moderator:

MvP77

Senior Member
Feb 9, 2009
697
49
Arlington, TX
Am i missing something? mines is the same old google voice search. I see no help and everything opens in the browser.
 
Last edited:

URPREY

Senior Member
Oct 7, 2005
1,066
123
Louisville, KY
www.BillStebbins.com
Just run the following commands to uninstall the old system apps if you use a custom rom.

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

This will let the new ones install from market without the package signing error

<<<<------THIS!

Thanks!