[android-beginners] Re: Problem while sending SMS- Could not connect to cilent socket : connection refused.

2008-12-31 Thread javame_android
Hi, Did what you said but no success. Still the same problem GUI displayed properly but after entering number in the textbox and pressing the button it gives on ddms console as could not connect to client socket : connection refused. By the way I did what you said but I dont think for sending sm

[android-beginners] Re: why doesn't this work? Simple question - I hope...

2008-12-31 Thread madcoder
Yes, Mike, that makes a lot of sense. As a hobby programmer, I've only had to maintain my own code. :) Other calendar libraries, such as the ones from IBM, can be used - but they're not part of the standard Java SDK. --~--~-~--~~~---~--~~ You received this mess

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

2008-12-31 Thread javame_android
Hi, I have written a simple application which just sends a SMS but there is no error shown and the sms is not able to be seen in the message box of another emulator instance. I have opened one emulator from eclipse and another from terminal. I am trying to send the message in try block it goes i

[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

[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: Best way to learn android development?

2008-12-31 Thread Mark Murphy
gilmorenator wrote: > I have to say I bought a copy of this last week, > > Commonsware Subscription for Busy Coder's Book > > http://commonsware.com/Android/index.html > > Very good book indeed! > > I'm an experienced Java and C# Programmer and this book is ace! > > Congrats to Mark for writi

[android-beginners] Re: phone EXTENSION on Android

2008-12-31 Thread Lawrence Samantha
I tried it but it just dial it normally without pause, thus calling to an illegal phone number.Is there a specific trick to put that information on our contacts? Thanks. 2008/12/26 shimo...@gmail.com > > Hi, > > I believe it's ',' for "timed pause", and ';' for "hard pause" > > On Dec 26, 4:25

[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] relative layout woes

2008-12-31 Thread madcoder
I have created a relative layout that seems like it should work fine, but it does not. I've Googled, checked docs, flipped through books and experimented with different properties trying to get it right. I even tried playing with it on DroidDraw, but still to no avail. I want the layout to show

[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: Problem while sending SMS- Could not connect to cilent socket : connection refused.

2008-12-31 Thread javame_android
Hi, This was solved by calling another activity. It means UI displayed in one activity and sms sending task achieved in another activity. I dont know whether this is the way or not but it removed this error. Sunil On Dec 31 2008, 1:52 pm, javame_android wrote: > Hi, > > Did what you said but n

[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