[android-beginners] How to know the id or tag of the album name,movie name,artist name,etc.in the mp3 files in the emulator?

2008-05-30 Thread gopal
Hi, How to know the id or tag of the album name,movie name,artist name,etc.in the mp3 files in the emulator? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email

[android-beginners] Problem loading C++ library in Android

2008-05-30 Thread Ashutosh Malviya
Hello All, I am trying to call an API in a C++ library libNativeCpp.so and Android does not load it. The error is -- DEBUG/dalvikvm(1185): LOADING path /system/lib/libNativeCpp.so 0x4001f6e8 INFO/dalvikvm(1185): Unable to dlopen(/system/lib/libNativeCpp.so): Cannot find library I have used arm-2

[android-beginners] Looking for an Android compatible device on the cheap. Is this one?

2008-05-30 Thread TheZeusJuice
I was looking at Zipit Wireless's Z2 messenger device ($150), and it seems to fit all the hardware requirements for Android, so I was wondering if a port is possible? Processor: Marvell XScale PXA270 (FWPXA270C5C312) ARM® running at 312MHz – min. (euedge.com reported that "Android should run on a

[android-beginners] Re: Problem loading C++ library in Android

2008-05-30 Thread Digit
you do realize that your NativeCpp.so doesn't have a "ret_mul" symbol at all, hence the link error ? On Fri, May 30, 2008 at 11:31 AM, Ashutosh Malviya <[EMAIL PROTECTED]> wrote: > Hello All, > > I am trying to call an API in a C++ library libNativeCpp.so and Android > does not load it. The erro

[android-beginners] How to make the buttons really small

2008-05-30 Thread saurabh
Hi, I am trying to make the buttons small so that i can put accomodate atleast 10 buttons in a single line. But as it turns out i am not able to make buttons smaller beyond a certain size. I have tried various combinations of set.*Width/Height and its not working. Any idea how to do this? --~--~--

[android-beginners] Re: How to make the buttons really small

2008-05-30 Thread Mark Murphy
> I am trying to make the buttons small so that i can put accomodate > atleast 10 buttons in a single line. But as it turns out i am not able > to make buttons smaller beyond a certain size. I have tried various > combinations of set.*Width/Height and its not working. Any idea how to > do this? Y

[android-beginners] Re: Mock GPS and proximity alerts.

2008-05-30 Thread psaltamontes
> That could be from several dozen (or hundred) alert dialogs. Try switching > to android.util.Log and see if that clears up the problem. To avoid java.lang.OutOfMemoryError I use a boolean variable to check wether the problem is that you are thinking... class ProximityIntentReceiver extends

[android-beginners] HttpURLConnection

2008-05-30 Thread Bushnaq, Ahmad
Hi Everyone, I'm a little confused about a stacktrace I'm getting intermittently in LogCat: ERROR/CommMgrService(854): java.lang.IllegalArgumentException: Argument must not be null ERROR/CommMgrService(854): at java.net.ProxySelectorImpl.select(ProxySelectorImpl.java:89) ERROR/CommMgrService

[android-beginners] Re: HttpURLConnection

2008-05-30 Thread Bushnaq, Ahmad
Ok, so I found what the stacktrace was: my URL had spaces in it. Removing those fixed the stacktrace, but I'm still confused as to where the apache package comes in. Is it the reference implementation used in android instead of the original java.net implementation? -Original Message- Fro

[android-beginners] Re: I failed to install ADT-0.3.3 !

2008-05-30 Thread Megha Joshi
Hi, This happens because you did not uninstall the last plugin, but just disabled it. What you can do is go to Help-->Software Updates-->Manage Configuration. Click on the third icon on top( the tooltip for it should say "Show Disabled Features"). Find you last ADT plugin and uninstall it. The