[android-developers] Re: How do I navigate to the program data with adb shell

2009-12-17 Thread Edward Moskal
Hello, I'm having the same problem. What I'm trying to do is to copy from /sdcard/gestures so using adb pull /sdcard/gestures I get adb: permission denied I'm developing using Windows and my phone is HTC Magic. Does anyone have an fix or answer to this problem? Ed -- You received this message

[android-developers] Re: RecognizerIntent available languages ?

2009-12-13 Thread Edward Moskal
I'm sure at least Japanese is also available. i tested on my cell phone. However, I too am having a problem in actually overriding and changing the language used for voice recognition. I tried to search in Japanese with default language set to English, that didn't work. I also tried to use voice re

[android-developers] Re: RecognizerIntent available languages ?

2009-12-13 Thread Edward Moskal
I have my cell set to Japanese language and it recognize my voice as Japanese. I'm having overwriting the language setting though. I run API Demo on my cell and when i try Voice Recognition, it only recognize my speech as Japanese(which the cell phone is set to as Default language) So I added the

[android-developers] Re: Is Android Speech recognition only available for english?

2009-12-13 Thread Edward Moskal
Hi, I'm having the same problem. I have an Android cell set to Japanese. But I added "intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, Locale.US.toString()); " to the API Demo and tried it out on the cell but it only recognize the voice as Japanese and not English. BYW, it's not my english pronou