[android-developers] Re: ADT Eclipse: Failed to parse the output of 'adb version'

2012-01-05 Thread Albert Pi
Lucio, Try to use sdk android revision 15. This revision is working on my PC (Windows XP/jdk 1.7.0_02/Eclipse 3.7.1(Indigo)/sdk android revsion 15). On Jan 4, 8:33 am, LucPel lucio.pellecc...@gmail.com wrote: I have the problem with my installation ADT Android on Eclipse Indigo, the problem is

[android-developers] Re: Can't see Hello World on AVD Unable to create sensors port:

2012-01-03 Thread Albert Pi
virtual android appears without the expected text.  The error message ...  Connection refused appears.  My thanks to Albert Pi for answering my previous post. opa@opa-desktop:~/android-sdk-linux/tools$ emulator -avd my_avd [1] 16686 opa@opa-desktop:~/android-sdk-linux/tools$ emulator: WARNING

[android-developers] Re: HelloWorld Application

2011-12-30 Thread Albert Pi
1.this is url: http://developer.android.com/resources/tutorials/hello-world.html and just follow steps. 2. Also make sure your AndroidManifest.xml has a correct activity to match the name of java code. (see below) activity android:name=HelloAndroidActivity

[android-developers] Re: Can Android apps access both the Wi-Fi and cellular data networks at the same time?

2011-12-30 Thread Albert Pi
Try to use three tcps, one is for wifi , second is for cellular network, third is for android. On Dec 29, 11:43 am, DigiGuy digigo...@gmail.com wrote: I'm working on an application that will run on a phone where the phone will be a station on a private Wi-Fi network.  The phone will be a

[android-developers] Re: Can't see Hello World on hello_avd screen ?????????

2011-12-29 Thread Albert Pi
at 3:33 PM, Albert Pi albertpi0...@gmail.comg wrote: Sander, I am not seeing hello, android in my emulator and I waited more than 20 mints also restart emulator three times. Need help ??? [2011-12-28 15:21:43 - HelloLinearLayout] -- [2011

[android-developers] Re: Can't see Hello World on hello_avd screen ?????????

2011-12-28 Thread Albert Pi
shows up, even 'hello world'. I had a colleague who also 'suffered from the same problem' and the 'solution' was sitting next to him and stopping him 3 times from killing the emulator. S. 2011/12/22 Albert Pi albertpi0...@gmail.com I use Eclipse 3.6.1 and Android 4.0.3 (API 15

[android-developers] Can't see Hello World on hello_avd screen ?????????

2011-12-22 Thread Albert Pi
I use Eclipse 3.6.1 and Android 4.0.3 (API 15) on Windows XP/Dell optiplex 755 has 4GB Memory. I had no issue to compile Hello World program and to create my_avd. When I ran program, my emulator only took a few minutes to show up then I saw lock icon Android, after I click menu from the right

[android-developers] Can't see Hello World text on hello_avd screen ?

2011-12-22 Thread Albert Pi
I use Eclipse 3.6.1 and Android 4.0.3 (API 15) on Windows XP/Dell optiplex 755 has 4GB Memory. I had no issue to compile Hello World program and to create my_avd. When I ran program, my emulator only took a few minutes to show up then I saw lock icon Android, after I click menu from the right

[android-developers] Re: Receiving ACTION_MEDIA_* broadcast events

2010-12-01 Thread PI
Ok, just should've searched a little more before giving up! There is a thread from a year+ back on this that for some reason didn't show up in my earlier searches - I may have been too focussed on Droid at that time thinking this is a platform issue (my bad). In case it helps any one else, this