[android-developers] Re: Multiple development environments on a single machine: Problem changing default 8700 port in ADT/DDMS

2010-02-23 Thread Pawel Kapala
Have anyone experienced similar problem? On Feb 3, 9:15 am, Pawel Kapala ext.pawel.kap...@tieto.com wrote: Hello! I am trying to set up multiple Android development environments on single Linux Debian machine. Everything works fine for one user. But whenever second user on the same machine

[android-developers] Multiple development environments on a single machine: Problem changing default 8700 port in ADT/DDMS

2010-02-03 Thread Pawel Kapala
anyone give me a pointer? Using: Eclipse 3.5.1 ADT 0.95 Debian Lenny Thanks, -- Pawel Kapala Tieto Corporation www.tieto.com -- 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

[android-developers] Re: Using Bouncycastle in Android

2010-01-07 Thread Pawel Kapala
I've sucessfully written an application using Bouncy Castle (AES256 + SHA1). AFAIK the Bouncy Castle provider is the default Android provider. So you can use it without importing any external libraries. Try initializing Cipher object with as described here:

[android-developers] Re: ServiceConnectionLeaked warning

2010-01-05 Thread Pawel Kapala
Hello! It seems you're leaking the service connection in some way. Try doing some logging after you bind and before you unbind to the service, to see if you have unbound where needed (i.e. Activity.onDestroy). I guess, in your case, when you restart the activity 1, without previous unbind, the

[android-developers] [Donut-1.6] Two onCreate (and onDestroy) invocations on orientation chage

2010-01-04 Thread Pawel Kapala
Hello. With following simple code (on clean, new android project): public class RotationTest extends Activity { private static final String LOGTAG = RotationTest; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

[android-developers] Re: Need help in compiling android source on ubuntu 9.10

2009-12-23 Thread Pawel Kapala
I don't have a clue for you really. You may want to install brand new system (on a virtual machine or sth, and try to repeat the steps) to eliminate that your system is misconfigured, or sth else affects your build. As the matter of fact, I'll have a try and download master branch and try to