Re: [android-developers] Re: Transfer file between phone

2009-11-09 Thread Michael Budas
Roman, Thanks for the response. What I am trying to do is, write a program be able to send a file of any type (but probably an mp3) from one android phone to another android phone. The two phone will only be a few meters apart if that. Bluetooth was not working very well I was just getting a lot o

Re: [android-developers] Re: Transfer file between phone

2009-11-09 Thread Michael Budas
Thanks, I have written an http server and client in c before. Would I have to account for chucking etc if i wrote a server on an android. Mike On Mon, Nov 9, 2009 at 11:47 PM, Jason Proctor < jason.android.li...@gmail.com> wrote: > you could broadcast on a known port number to > find each other

Re: [android-developers] Re: Transfer file between phone

2009-11-09 Thread Michael Budas
Thanks guys you have been a big help. One last question if you use the HTTPClient for android do you have to deal with problems such as chucking of data. On Tue, Nov 10, 2009 at 12:15 AM, Roman ( T-Mobile USA) < roman.baumgaert...@t-mobile.com> wrote: > As Jason suggested you can write a simple

Re: [android-developers] Re: Transfer file between phone

2009-11-09 Thread Michael Budas
Yeah sorry I mean chunking but thanks that is a good help On Tue, Nov 10, 2009 at 12:36 AM, Jason Proctor < jason.android.li...@gmail.com> wrote: > what is "chucking" of data? do you mean chunking? not sure what you mean. > > the included Apache HTTP client works all right, > but i had some probl

[android-developers] Re: Delivery Status Notification (Failure)

2009-11-10 Thread Michael Budas
Hey, sorry to ask what is probably an obvious question but how on an android phone can you get the ip of the phone using java. -- 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@googlegro

Re: [android-developers] Re: Transfer file between phone

2009-11-10 Thread Michael Budas
Hey, sorry to ask what is probably an obvious question but how on an android phone can you get the ip of the phone using java. On Tue, Nov 10, 2009 at 12:36 AM, Jason Proctor < jason.android.li...@gmail.com> wrote: > what is "chucking" of data? do you mean chunking? not sure what you mean. > > th

Re: [android-developers] Phone to phone/emulator comminication

2009-11-11 Thread Michael Budas
Thanks I saw this in passing but it a bit confession to me, do I have to change the code in the system or just redirect from the command line. Can this be done in eclipse or is it only from command line. On Wed, Nov 11, 2009 at 8:47 PM, Mark Murphy wrote: > Mike88 wrote: > > Hello what i am doing

[android-developers] Re: Server does not receive message from client

2009-11-12 Thread Michael Budas
Hey does anyone have any idea why the server does not receive the message that is sent. Your help is much appreciated. On Thu, Nov 12, 2009 at 1:49 AM, Mike88 wrote: > Hello, I have created a simple server and client both on android phone > or emulators. The code is as follows > > Server: > > im