[android-developers] Re: Need help on connecting android app to remote database.

2011-11-07 Thread fba
Hi Charan, There isn't an easy way in Android to access a remote database. I suppose you could dig around and figure out how mysql communicates across the network, and then develop an interface from there. However, it seems that would be pretty involved. I had a need to do something similar

[android-developers] The new KeyChain API

2011-11-07 Thread fba
Has anyone out there attempted to use the new KeyChain APIs? They don't seem to work the way I would expect. I am able to install a certificate easily enough using KeyChain.createInstallIntent(), and passing it a PEM formatted certificate. The documentation indicates that you need the

[android-developers] Rounded Rectangle with one side missing

2011-04-12 Thread fba
I am trying to find a way to create a rounded rectangle with one side missing. Something like this : | Currently, I am using a 9 patch, which works pretty well, but the requirements just changed to allowing user changeable colors. I've spent

[android-developers] Galaxy Tab in debug mode on Win 7 x64

2010-11-11 Thread fba
Hi all, I have a brand new Galaxy Tab that I am trying to use for some development. However, the usual method of installing the ADB driver isn't working on my Win 7 x64 version. (I have even tried the USBDeview method of deleting everything that looks like an Android device.) Has anyone out

[android-developers] Re: Using Bouncy Castle with an Android app

2010-08-31 Thread fba
in Android somewhere since the jar adds quite a lot of bulk to my app. On Aug 27, 6:55 pm, fba chsoftwo...@gmail.com wrote: Has anyone managed to use Bouncy Castle in one of their apps?   I need to be able to do detailed manipulations of x509 certificates (generate CSRs, generate key pairs

[android-developers] Using Bouncy Castle with an Android app

2010-08-27 Thread fba
Has anyone managed to use Bouncy Castle in one of their apps? I need to be able to do detailed manipulations of x509 certificates (generate CSRs, generate key pairs, convert between different certificate formats, etc.), and BC seems the best way to do that. I have tried putting the bcprov

[android-developers] Re: T-Mobile G1 won't appear in 'adb devices' list

2010-08-27 Thread fba
I ran in to a similar issue last year. After much searching and messing around I managed to get it working by using bits and pieces of various other people's blogs. I went ahead and blogged about it here : http://geektaco.blogspot.com/2009/10/of-androids-and-usb.html . Basically, it seems that

[android-developers] ant task for deploying to the market?

2010-08-18 Thread fba
Hi all, I googled around to see if I could locate an ant task that would allow me to deploy to the market. (Rather than using a web browser to log in and upload it.) I didn't find anything. Does anyone know if such a beast exists? Thanks! -- You received this message because you are

[android-developers] Forcing an ImageView to the size of a TableLayout cell

2010-05-24 Thread fba
Hi all, Does anyone know of a way to force an ImageView to take on the dimensions of the TableLayout cell it is being put in to? Specifically, I have a layout that I put together that looks exactly how I want it to look when the app is started. However, when I update the ImageView in the table

[android-developers] 802.1X configuration?

2009-10-12 Thread fba
Hi all, With the release of the features in 1.6, I am looking for the APIs needed to write an app that can configure 802.1X. Based on the API documentation it looks like no official APIs were added to handle this. Am I missing something? What is the best way to go about creating an 802.1X