[android-developers] Re: Google wave invitations...?

2009-10-16 Thread Srinivas Reddy Challa
I know its too late. Just want to try my luck. Thanks, Srini On Fri, Oct 16, 2009 at 6:31 AM, ColletJb collet...@gmail.com wrote: I think there are no invitation left from Kenneth Adam Miller. But if anyone invited by him has invitation and can invite me, It would be great ;)

[android-developers] peer not authenticated while executing DefaultHttpClient httpclient

2009-01-22 Thread srinivas reddy
Hi All, Iam able to connect to http sites and some https sites using DefaultHttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost(url); httpclient.execute(httppost) But getting this Exception while accessing some https sites. Exception in thread main