[android-beginners] Re: Change default color of focus from orange to green?

2008-03-25 Thread Kevin Wu
Actually you don't even need state_selected=false in the first case. This code here is just as good as my previous code: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android; item android:state_pressed=true

[android-beginners] Re: [android-developers] Re: accessing a web service

2008-03-25 Thread Ank
Hi Well i developed my own Web Service for Searching purpose. Stand-alone it worked fine but i wana to access it using Android ... Web Service Developed in Java ..Wsdl of my web service is shown below... definitions name=SearchService targetNamespace=http://

[android-beginners] Re: Please Help - SMS program

2008-03-25 Thread Carlo Brualdi
Yes, it's ok! Android does not provide any sms reader/writer, so you have to write your own one. You can start here: http://www.anddev.org/recognize-react_on_incoming_sms-t295.html Happy coding! On Mar 21, 8:15 pm, Federico [EMAIL PROTECTED] wrote: Please, I need help here, does the android

[android-beginners] Re: Creating a mock location provider

2008-03-25 Thread [EMAIL PROTECTED]
Ok, after some headbanging, I realized that I don't know how to install /data/misc/location/myGPS/kml into the emulator's file system. Can anyone either tell me how to, or point me a documentation that I missed? Thanks, Ken On Mar 25, 1:14 am, Ram [EMAIL PROTECTED] wrote: I think you'll be

[android-beginners] Re: Tcp socket within 2 emulators

2008-03-25 Thread en3rgizer
Hi there, strate01234! Unfortunately I don't know how to solve your problem, but I'm working with similar project. And almost for day I'm trying to connect my android app with backend java program(server). When I try to create a socket with command socket = new Socket(en3rgizer, ); emulator

[android-beginners] is there any conversation capabilities?

2008-03-25 Thread McRis
Hi, I searched on the net but didn't find any support for access to the conversation. For example I want to create an application with voice recognition and display on the screen what the other person is saying. Is this possible? If yes, where can I find some documentation about this? Thanks,

[android-beginners] Re: Creating a mock location provider

2008-03-25 Thread Megha Joshi
Hi Ken, Use adb push commands to put files on emulator's filesystem: adb push local path on your pc remote path on the emulator filesystem http://code.google.com/android/reference/adb.html#copyfiles Thanks, Megha On Tue, Mar 25, 2008 at 9:01 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

[android-beginners] Re: is there any conversation capabilities?

2008-03-25 Thread LE THANH TUNG
No, Absolutely not. Even with the most advanced technique, it's not easy to transfer the voice into writing. On Wed, Mar 26, 2008 at 12:55 AM, McRis [EMAIL PROTECTED] wrote: Hi, I searched on the net but didn't find any support for access to the conversation. For example I want to create

[android-beginners] Re: is there any conversation capabilities?

2008-03-25 Thread szeldon
Hi, I think McRis is asking if there's a way for getting sound of conversation because he's trying to do some voice recognition. I'd like to know if it's possible to have some kind of a real-time streaming of voice as a set of bytes, or something. On Mar 25, 8:06 pm, LE THANH TUNG [EMAIL

[android-beginners] Emulator problem

2008-03-25 Thread Fikre
Been trying android for the past few weeks. Hadn't had any problems, i managed to run applications on the emulator using the eclipse plugin. For some reason the emulator isnt working well any more for me. It gets stuck on the loading screen, i've left it load for hours but havn't got anything. I