[android-developers] Re: Problem in sending sms

2010-01-27 Thread Nemat
but it also happens when I use another constructor of intent.Here is my code: PendingIntent pi = PendingIntent.getActivity(this, 0, new Intent(), 0); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(9001100444, null, This is test message, pi, null); Thanks Nemat On Jan 21, 4:31 

[android-developers] Re: Problem in sending sms

2010-01-21 Thread Nikhil Agarwal
Probably your SMSSender.class also sends a SMS. Once SMS is sent, it will pass an intent to the SMSSender activity. On Jan 21, 5:02 pm, Nemat nemate...@gmail.com wrote: Hi. I am trying to send sms using SmsManager class.Here is my code: PendingIntent pi = PendingIntent.getActivity(this,

[android-developers] Re: Problem in Sending Sms through telnet

2008-05-23 Thread juma
Hi, I use the m5 version only. When i use the emulator control it becomes grayed. Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Problem in Sending Sms through telnet

2008-05-22 Thread Dorothy
Hi, Try just: sms send 5085551212 hello and it will be ok. I have tested it. Thanks Dorothy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Problem in Sending Sms through telnet

2008-05-22 Thread Dorothy
Hi, In fact, both are ok: telnet localhost 5554 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Android Console: type 'help' for a list of commands OK sms send 5085551212 hello OK sms send +5085551212 hello OK Hope this is helpful... Dorothy

[android-developers] Re: Problem in Sending Sms through telnet

2008-05-22 Thread juma
Hi, I tried it.eventhough i got the same error. It does not accept sms as a command. when i enter help it list the below commands redir network gsm kill quit There is no sms command.I thought so only i got error. Is there i need to do anythong in the settings?