[android-porting] Using Trusting All Certificate but still getting SSLPeerNotVerified exception

2010-04-08 Thread swapnil kamble
Hi All, I want client authentication on my server. I want to trust peer certificate based on user's confirmation. So for that first time i want to trust all received cert, but at this point itself I am getting excpetion in getPeerCertificate as SSLPeerUnVerified. I tried adding handshakecompleted

Re: [android-porting] Re: Is it Android X86 support to USB bluetooth?

2009-11-04 Thread swapnil kamble
Can you please forward me that patch too ? I am also looking for USB bluetooth on android-x86. Thanks On Wed, Nov 4, 2009 at 12:23 PM, vishal bhoj vishalb...@gmail.com wrote: Thank you Yi, I will try and get back to you if i face any problems On Wed, Nov 4, 2009 at 12:15 PM, Yi Sun

[android-porting] Help needed in porting linux drivers on android

2009-09-24 Thread swapnil kamble
Hello Everyone, I am android's driver development. I have usb h/w whose driver with its code is there on ubuntu, works fine there. So I want the same driver to be available on android also. Do I need to compile it along with android's entire source code ? Can anybody