dya2 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

speak() results in RpcError #373

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

import android
droid = android.Android()
droid.speak('meep')

What is the expected output? What do you see instead?

com.google.ase.rpc.RpcError: Unknown RPC.

What version of the product are you using? On what operating system?
ase_r25.apk (fresh install, old ase folder deleted before)

Please provide any additional information below.

Original issue reported on code.google.com by Vindo...@gmail.com on 15 Jul 2010 at 9:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
^ Happens on a Motorola Milestone 2.1
Interpreter is Python 2.6.2

Original comment by Vindo...@gmail.com on 15 Jul 2010 at 9:38

GoogleCodeExporter commented 9 years ago
speak() has changed to ttsSpeak(). See ApiReference or the API browser on the 
device.

Original comment by damonkoh...@gmail.com on 17 Jul 2010 at 4:42