RE: Setting up android emulator with speach

  • From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 4 Mar 2011 12:29:32 -0500

Download talkback and tts from eyes free and once you have the emulator on
and adb working run this as a bat script.

adb install -r talkback*
adb install -r tts*

adb shell sqlite3
/data/data/com.android.providers.settings/databases/settings.db "insert into
secure values (null, 'accessibility_enabled', '1');"
adb shell sqlite3
/data/data/com.android.providers.settings/databases/settings.db "insert into
secure values (null, 'enabled_accessibility_services',
'com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkB
ackService:');"

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jared Stofflett
Sent: Friday, March 04, 2011 10:58 AM
To: programmingblind
Subject: Setting up android emulator with speach

I remember seeing on this list that a blind person can set up an
android emulator to have speech with out any sited help. Instructions
on how to do this would be appreciated.
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: