Tuesday, September 6, 2011

Re: [android-developers] Re: [ASK] HOW TO SEND LONGITUDE & LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

You mean that you can't do it using socket programming because you
don't know the IP? That's true, I spose...

What you really need is a dedicated backend service if you'd like to
ferry data between phones, there are a bunch of different ways to do
this, you can write your own and exchange the info using json and your
own dedicated database on your site, or you can try to find a backend
service that will host you free (there have been some links here
before on this list, look around.)

Kris

On Tue, Sep 6, 2011 at 8:07 PM, dede pradana <de.privcy@gmail.com> wrote:
> thanks logesh.. but, i'm asking about how to send LongLat data Point
> to Point.. from one android phone to another android phone via
> internet.. without server.. and not using socket programming.. cz i'm
> confuse if using socket programming with Private IP,,  any other
> solution?? thanks before.. Cmiiw... :)
>
> On Sep 7, 12:11 am, Logesh rajendren <loges...@gmail.com> wrote:
>> you can use telnet client in windows through command prompt .
>> connect to the android console using the command "o localhost 554" if you
>> are running in localhost .
>> then use the command " geo fix (latitude) (longitude) " to send the location
>> information
>> hope you are benefitted :)
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Sep 6, 2011 at 4:27 AM, dede pradana <de.pri...@gmail.com> wrote:
>> > i'm newbie.. give me your explanation master.. thx before,, :)
>>
>> > --
>> > 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+unsubscribe@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+unsubscribe@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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment