[android-security-discuss] Re: KeyChain Api is not responding

2012-12-05 Thread Jens
Hi everbody, *I think I have already found the problem. It is not allowed to use an AsyncTask in another AsyncTask. * Am Mittwoch, 5. Dezember 2012 23:53:50 UTC+1 schrieb Jens: > > in the fromAlias methode the following is executed: > > certificateChain = KeyChain.getCertificateChain(context,

Re: [android-security-discuss] Re: KeyChain Api is not responding

2012-12-05 Thread Brian Carlstrom
What is the stack trace where it is hung? The KeyChain.getCertificateChain context is used to bind to a service, not sure its going to matter which you use. -bri On Wed, Dec 5, 2012 at 2:53 PM, Jens wrote: > in the fromAlias methode the following is executed: > > certificateChain = KeyChain.getC

[android-security-discuss] Re: KeyChain Api is not responding

2012-12-05 Thread Jens
in the fromAlias methode the following is executed: certificateChain = KeyChain.getCertificateChain(context, alias); // thats there it hangs. Am Mittwoch, 5. Dezember 2012 23:28:22 UTC+1 schrieb Jens Hoffmann: > > hi everybody, > > today I faced a real strange behavior. > I tried to execute