Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
I used following code to send sms to destination email address but it
does'nt work.
5554 is emulator port .
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage("5554", null, "username@domainname hello",
null, null);
How i resolve problem to send text message to email address?anybody help
plz

On Mon, Mar 26, 2012 at 6:03 PM, ravindra bhavsar <
ravindra.bhavs...@gmail.com> wrote:

> k thank you.
>
>
> On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore <
> nsr.curi...@gmail.com> wrote:
>
>>
>>
>> On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar <
>> ravindra.bhavs...@gmail.com> wrote:
>>
>>> i configure my gmail account with emulator.How to send sms to perticular
>>> email address.?
>>>
>>>
>> Hi Ravindra, as I told you earlier, I haven't tried it yet.
>>
>> Just google out and you may find an appropriate answer.
>>
>>  --
>> 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@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
k thank you.

On Mon, Mar 26, 2012 at 6:02 PM, Narendra Singh Rathore <
nsr.curi...@gmail.com> wrote:

>
>
> On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar <
> ravindra.bhavs...@gmail.com> wrote:
>
>> i configure my gmail account with emulator.How to send sms to perticular
>> email address.?
>>
>>
> Hi Ravindra, as I told you earlier, I haven't tried it yet.
>
> Just google out and you may find an appropriate answer.
>
>  --
> 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@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 5:59 PM, ravindra bhavsar <
ravindra.bhavs...@gmail.com> wrote:

> i configure my gmail account with emulator.How to send sms to perticular
> email address.?
>
>
Hi Ravindra, as I told you earlier, I haven't tried it yet.

Just google out and you may find an appropriate answer.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
i configure my gmail account with emulator.How to send sms to perticular
email address.?


On Mon, Mar 26, 2012 at 5:46 PM, Narendra Singh Rathore <
nsr.curi...@gmail.com> wrote:

>
>
> On Mon, Mar 26, 2012 at 5:31 PM, ravindra bhavsar <
> ravindra.bhavs...@gmail.com> wrote:
>
>> Thanks for reply Narendra,
>> can u tell me how do i configure my emulator with gmail?
>>
>>
> Well Ravindra, I haven't tried it yet.
> But may the following link help you out.
>
>
> http://stackoverflow.com/questions/4032075/can-i-configure-gmail-in-android-emulator
>
> else you can google it out.
>
> --
> 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@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 5:31 PM, ravindra bhavsar <
ravindra.bhavs...@gmail.com> wrote:

> Thanks for reply Narendra,
> can u tell me how do i configure my emulator with gmail?
>
>
Well Ravindra, I haven't tried it yet.
But may the following link help you out.

http://stackoverflow.com/questions/4032075/can-i-configure-gmail-in-android-emulator

else you can google it out.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Thanks for reply Narendra,
can u tell me how do i configure my emulator with gmail?


On Mon, Mar 26, 2012 at 4:49 PM, Narendra Singh Rathore <
nsr.curi...@gmail.com> wrote:

>
>
> On Mon, Mar 26, 2012 at 4:40 PM, ravindra bhavsar <
> ravindra.bhavs...@gmail.com> wrote:
>
>> Hi,
>> I want to sent Text Message from my android emaulator to any email
>> address. How to i do that 
>> Plz anybody Help me?
>>
>> You need to configure your emulator with your gmail account in order to
> send email.
>
> --
> 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@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread Narendra Singh Rathore
On Mon, Mar 26, 2012 at 4:40 PM, ravindra bhavsar <
ravindra.bhavs...@gmail.com> wrote:

> Hi,
> I want to sent Text Message from my android emaulator to any email
> address. How to i do that 
> Plz anybody Help me?
>
> You need to configure your emulator with your gmail account in order to
send email.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread asheesh arya
this is not possible via emulator you can do this whrn you test your
application on real device.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to sent SMS text message to any email address.

2012-03-26 Thread ravindra bhavsar
Hi,
I want to sent Text Message from my android emaulator to any email address. 
How to i do that 
Plz anybody Help me?

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en