[android-developers] Re: Plz help me getting solution for the below problem
#1 want a simple TCP socket program, where cleint sends a request for a file, and servers the returs requested file. i dont want any standard protocal like FTP to b used. On Nov 26, 8:58 pm, Michael <[EMAIL PROTECTED]> wrote: > > #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it > > would be better if you could point me to some example of such an > > application written in java which works on android > > This doesn't tell us anything at all. By what means do you want to > get this data? HTTP? FTP? > > > #2 browser doesnot connect to internet by default, i am getting "network > > error" when i am trying to accesswww.google.com through android browser. > > (for your information , my host is within a firewall protected by proxy > > server) . is there any way to connect android emulator to internet in this > > scenario. > > Ah, proxy might be the issue, I don't know about using a proxy with > the emulator, I don't have to do that. > > - michael --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Plz help me getting solution for the below problem
Hi Micheal #1 I dont want to use any standard protocol , i wud like to use simple TCP sockets for connection , where the cleint will send name of file to server and server will return corrosponding file. i just want small code to demonstrate this communication on android but not a fullfledged FTP. Thanks Sal On Nov 26, 8:58 pm, Michael <[EMAIL PROTECTED]> wrote: > > #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it > > would be better if you could point me to some example of such an > > application written in java which works on android > > This doesn't tell us anything at all. By what means do you want to > get this data? HTTP? FTP? > > > #2 browser doesnot connect to internet by default, i am getting "network > > error" when i am trying to accesswww.google.com through android browser. > > (for your information , my host is within a firewall protected by proxy > > server) . is there any way to connect android emulator to internet in this > > scenario. > > Ah, proxy might be the issue, I don't know about using a proxy with > the emulator, I don't have to do that. > > - michael --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Plz help me getting solution for the below problem
> #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it > would be better if you could point me to some example of such an > application written in java which works on android This doesn't tell us anything at all. By what means do you want to get this data? HTTP? FTP? > #2 browser doesnot connect to internet by default, i am getting "network > error" when i am trying to accesswww.google.com through android browser. > (for your information , my host is within a firewall protected by proxy > server) . is there any way to connect android emulator to internet in this > scenario. Ah, proxy might be the issue, I don't know about using a proxy with the emulator, I don't have to do that. - michael --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Plz help me getting solution for the below problem
http://groups.google.com/group/android-beginners/browse_thread/thread/0ababd5e40398e49/fbdd321643bf48e1?pli=1 On Wed, Nov 26, 2008 at 11:08 AM, suhail ahmed <[EMAIL PROTECTED]> wrote: > Hi Micheal, > > Thanks for your concern, > > #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it > would be better if you could point me to some example of such an > application written in java which works on android > > #2 browser doesnot connect to internet by default, i am getting "network > error" when i am trying to access www.google.com through android > browser. (for your information , my host is within a firewall protected by > proxy server) . is there any way to connect android emulator to internet in > this scenario. > > regards > Suhail > > On Tue, Nov 25, 2008 at 11:22 PM, Michael <[EMAIL PROTECTED]> wrote: > >> >> #2 happens by default, there's no special configuration. >> >> As for #1, what is "chunk data"? Most networking operations in >> Android are done the same as in Java, with the Socket library. >> >> For displaying data, why not look at the example applications included >> in the source code, as well as the tutorial? >> >> >> --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Plz help me getting solution for the below problem
Hi Micheal, Thanks for your concern, #1 chunk data here indicates some unit of bytes (may be 512, 1024 etc) . it would be better if you could point me to some example of such an application written in java which works on android #2 browser doesnot connect to internet by default, i am getting "network error" when i am trying to access www.google.com through android browser. (for your information , my host is within a firewall protected by proxy server) . is there any way to connect android emulator to internet in this scenario. regards Suhail On Tue, Nov 25, 2008 at 11:22 PM, Michael <[EMAIL PROTECTED]> wrote: > > #2 happens by default, there's no special configuration. > > As for #1, what is "chunk data"? Most networking operations in > Android are done the same as in Java, with the Socket library. > > For displaying data, why not look at the example applications included > in the source code, as well as the tutorial? > > > --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---
[android-developers] Re: Plz help me getting solution for the below problem
#2 happens by default, there's no special configuration. As for #1, what is "chunk data"? Most networking operations in Android are done the same as in Java, with the Socket library. For displaying data, why not look at the example applications included in the source code, as well as the tutorial? --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~--~~~~--~~--~--~---