Re: Setting up android emulator with speach

  • From: "black ares" <matematicianu2003@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 7 Mar 2011 08:11:04 +0200

Please, tell me, what project to use for eclipse to do android development?
thanks

----- Original Message ----- From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, March 04, 2011 7:29 PM
Subject: RE: Setting up android emulator with speach


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


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

Other related posts: