[android-beginners] Re: Not able to send sms from emulator

2009-01-02 Thread javame_android
Hi, I have done that, it says phone found. I checked it for sms too and it gave message as not found. And in the system where SMS are going from one emulator to another emulator same thing was done and it gave same reply for both services i.e phone and sms. Now can anyone tell me what may be the

[android-beginners] Re: Not able to send sms from emulator

2009-01-01 Thread moshstef
Try doing an (with the emulator running): adb shell # service check phone On Jan 1, 8:25 am, javame_android wrote: > Hi, > > I have tried the same code in other pc and the code is running > absolutely fine. I am able to send sms to other emulator and 5556 is > able to receive sms and show that

[android-beginners] Re: Not able to send sms from emulator

2008-12-31 Thread javame_android
Hi, I have tried the same code in other pc and the code is running absolutely fine. I am able to send sms to other emulator and 5556 is able to receive sms and show that in message inbox. What may be the problem that I am not able to do so in my pc. When I start emulator it displays sorry! Proce

[android-beginners] Re: Not able to send sms from emulator

2008-12-31 Thread javame_android
Hi, Yes thats what am using. I am using port number as phone number. I launch one emulator from eclipse whose port number is 5554 and the application gets launched in this emulator. I start other emulator from terminal by issuing a command emulator whose port number is 5556. I insert this number

[android-beginners] Re: Not able to send sms from emulator

2008-12-31 Thread Xavier Ducrohet
What phone number are you using? You should be using the emulator port number (it's in the emulator window title bar or in the output of 'adb devices'). You could try to call the 2nd emulator from the first one to see if you are using the proper phone number. Xav On Wed, Dec 31, 2008 at 3:57 AM

[android-beginners] Re: Not able to send sms from emulator

2008-12-31 Thread javame_android
Hi, Thanks for your views, but I think one can send sms from one emulator instance to another emulator instance. I know sending sms to real device from emulator to real device will not be possible. What I am talking is sending from one emulator instance to another. Is there anyone who can guide

[android-beginners] Re: Not able to send sms from emulator

2008-12-31 Thread Sven Boden
So you've gotten your emulator to talk to your mobile operator to send SMS to another emulator... or that's at least what you're trying to do... cool. But that's not going to work... ever :) Regards, Sven 2008/12/31 javame_android > > Hi, > > I have written a simple application which just sends