Re: [android-developers] Re: LogCat with the Tab 10.1

2011-05-25 Thread Sergio Visinoni
If you're developing on Mac or Linux, you can also use grep, grepping for your own message tags, in a terminal. Just pipe logCat output into it like this : adb logcat | grep MyAppTag In a terminal. That is what I usually do for logCat. Le 25 mai 2011 02:57, Nathan critter...@crittermap.com a

[android-developers] Icecast client, what's the best approach?

2010-11-07 Thread Sergio Visinoni
Hi all, I'm in the process of starting a client for a webradio which streams CC contents (hosted at www.gnufunk.org). Its stream is Icecast based, and I have actually created a dumb client by using MediaPlayer on Froyo. MediaPlayer supports this format, but apparently there's no way of getting

[android-developers] Problems calling GeoCoder.

2010-03-24 Thread Sergio Visinoni
Hi all, I'm having a problem calling GeoCoder.getFromLocation(); I have a LocationListener calling an updateLocation() method in my class, which in turns calls GeoCoder.getFromLocation() with the current location. private void updateLocation(Location currentLocation) { if