TTS Settings Crashing and Search Button.

Violator

New Member
Joined
Jul 1, 2010
Messages
15
Reaction score
0
Location
Los Angeles, CA
I just wiped (many times) and reflashed my Sapphire 1.1.1 with google apps and came about 2 problems i can't seem to figure out how to fix. The first is under settings>voice and input and output settings after selecting text-to-speech settings, settings crashes.

Here is the log:
D/alogcat ( 6838): stopping ...
D/dalvikvm( 1202): GC_EXTERNAL_ALLOC freed 23412 objects / 1322848 bytes in 89ms
D/alogcat ( 6838): stopping ...
D/alogcat ( 6838): paused
I/ActivityManager( 1202): Displayed activity com.android.settings/.VoiceInputOutputSettings: 423 ms (total 423 ms)
V/TtsService( 6821): TtsService.onCreate()
V/TtsService( 6821): About to load /system/lib/libttspico.so, applyFilter=true
V/TtsService( 6821): TtsService.setLanguage(eng, USA, )
I/ActivityManager( 1202): Displayed activity com.android.settings/.TextToSpeechSettings: 609 ms (total 609 ms)
I/SVOX Pico Engine( 6821): loaded en-US successfully
I/SynthProxy( 6821): setting speech rate to 100
D/AndroidRuntime( 6829): Shutting down VM
W/dalvikvm( 6829): threadid=1: thread exiting with uncaught exception (group=0x4001d7e0)
I/Process ( 6829): Sending signal. PID: 6829 SIG: 9
V/TtsService( 6821): onDestroy() completed
I/ActivityManager( 1202): Displayed activity com.android.settings/.Settings: 406 ms (total 406 ms)
D/dalvikvm( 1202): GC_EXTERNAL_ALLOC freed 7722 objects / 371752 bytes in 79ms
D/alogcat ( 6838): stopping ...
D/alogcat ( 6838): resumed


After installing google search from the market, hitting the search button on my phone no longer brings up search. Is there anyway to fix this? Thanks in advance!
 

pdroid

Silver Member
Joined
Mar 4, 2010
Messages
2,252
Reaction score
7
Location
Philly
Re: the first problem, don't know. File that logcat in the bug tracker. I just selected text-to-speech settings with no issue.

For the second, the search soft key is hard coded to look in /system. Thus, you can make a soft link to your new market app: in terminal,

su
sysrw
ln -s /data/app/com.google.android.googlequicksearchbox*.apk /system/app/GoogleQuickSearchBox.apk
sysro
 
Top