[android-developers] Re: I need help

2012-08-28 Thread Lew
Errol wrote: running mac os x 10.5.8 with eclipse [sic] juno [sic] which may be the whole problem in the first place, after going into my utilities to check java [sic] preferences, I see two java [sic] apps j2se 5.0 and 1.4.2 now its [sic] for me to figure out how to get those android

Re: [android-developers] Re: I need help

2012-08-28 Thread Errol Raymond
I was referring to utilities folder in my application directory also after trying to install jdk7u6 it returned a javascript error I am using leopard so I guess there is no getting around that if I need a later version osx, due to the fact that this is the latest version for my system I suppose if

[android-developers] Re: I need help on Bluetooth printer implementation

2011-05-09 Thread Chris Stratton
On Monday, May 9, 2011 11:18:44 AM UTC-4, RKJ (Android developer) wrote: Please give me some information/tutorial to implements bluetooth printer. 1) Find out how it has been done on some other platform, preferably in java or failing that in c/c++ for linux 2) Figure out how to do that on

[android-developers] Re: I need help with my App!!!

2009-05-25 Thread Nithin Varamballi
hi.. Currently i am handling one project I will try to help your project... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: I need help in http connection???

2008-10-01 Thread Charlie Collins
Pretty standard there too - see the java.net package: http://code.google.com/android/reference/java/net/package-summary.html. One thing to keep in mind is, if you are trying to connect to your localhost for testing, say another process running locally - you have to keep in mind that the emulator

[android-developers] Re: I need help in http connection???

2008-09-30 Thread Charlie Collins
I replied with some info on this over at Anddev where it was also asked - before I noticed this. http://www.anddev.org/viewtopic.php?p=10646#10646 HTH On Sep 30, 4:23 am, Wesley Sagittarius [EMAIL PROTECTED] wrote: hi all, I not quite familiar with android... hoping I can get some answer

[android-developers] Re: I need help in http connection???

2008-09-30 Thread Wesley
Hi, thanks for d reply. I have one more questions... Did anyone know how to make socket connection using androird wesley. On 9/30/08, Charlie Collins [EMAIL PROTECTED] wrote: I replied with some info on this over at Anddev where it was also asked - before I noticed this.