Hi! I found a solution: use adb tool to remove the app TtsService.apk: open the console with cmd navigate to tools dir inn your sdk:
get rights and remove app: adb root adb shell cd system cd app rm TtsService.apk here you are. On 16 Dez., 06:22, Desu Vinod Kumar <[email protected]> wrote: > HI > > while installing this tts jar file it showing some exception > not instatalling > can u help me regarding that..... > > On Sat, Oct 17, 2009 at 11:38 PM, Thomas Riley > <[email protected]>wrote: > > > > > > > As per subject I would like to uninstall the text to speech data app > > from my G1 so I can set out some TTS code I'm working on. > > > Is it possible? > > > Thanks. > > --~--~---------~--~----~------------~-------~--~----~ > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -~----------~----~----~----~------~----~------~--~--- > > -- > Regards > ------------------- > D Vinod Kumar > Software Engineer - Android Platform > 09916009493 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

