[android-developers] Re: SSL client authentication

2009-03-11 Thread telematics
Never mind. I figured it out by my own - add the following to the manifest. On Mar 11, 4:40 pm, telematics wrote: > I am new on SSL programming. The Android app I am developing needs to > open an SSL socket to a secure server which requires the client > authentication. When runni

[android-developers] SSL client authentication

2009-03-11 Thread telematics
I am new on SSL programming. The Android app I am developing needs to open an SSL socket to a secure server which requires the client authentication. When running on the Emulator and trying to talk to a Server running on the host PC, the following Android code snippet always gives me a SocketExcep

[android-developers] Re: How to mount the microSD disk programmatically?

2009-03-05 Thread telematics
this point. > > > > > > On Thu, Mar 5, 2009 at 7:28 PM, telematics wrote: > > > When I plug the T-mobile G1 phone into the PC via USB, it will give me > > a notification "USB Connected", then I can go to the notification > > screen to "

[android-developers] Re: How to mount the microSD disk programmatically?

2009-03-05 Thread telematics
apps to do the same thing. Am I wrong? On Mar 5, 8:20 pm, Mark Murphy wrote: > telematics wrote: > > I am a new member of this group, and have tried to post this question > > twice already and have not seen my post on this forum for a day now. > > You mean like these two? &g

[android-developers] How to mount the microSD disk programmatically?

2009-03-05 Thread telematics
I am a new member of this group, and have tried to post this question twice already and have not seen my post on this forum for a day now. Moderators, please post it, or if you know this has already been answered before, please provide me a link. I want to know how my application can mount the mi

[android-developers] How to mount SD as USB mass storage automatically

2009-03-05 Thread telematics
I am developing an android app that will automatically mount the SD as the USB mass storage when the G1 phone is connected to a PC via USB, and automatically umount it when the USB is disconnected. I know to how to create a broadcast receiver to receive UMS_CONNECTED and UMS_DISCONNECTED broadcas

[android-developers] How to mount SD as USB mass storage programmatically

2009-03-05 Thread telematics
Is there anyone know how to mount the SD as USB mass storage from an android app programmatically when it is connected to a PC? It is unacceptable for the use case I am working on to ask the user to go to the "notification" screen to manually click "mount" button. Your help will be highly apprecia