[android-developers] programmatic bluetooth pairing

2012-08-23 Thread R S
I have a known good MAC address for a bluetooth device and I wish to initiate pairing programmatically. This would allow the user to pair without going to the bluetooth settings screen and manually pairing. I want to avoid having to rely on reflection as in the following example, but I want the

[android-developers] AsyncTask doInBackground bug

2011-09-30 Thread R S
Hi there, I am having the same problem as the one described here: http://stackoverflow.com/questions/4080808/asynctask-doinbackground-does-not-run Just checking if this has been sorted out or I should change my doInBackground code to the example that that guy has written there? Thanks! Ryan --

Re: [android-developers] AsyncTask doInBackground bug

2011-09-30 Thread R S
the described symptoms. For current versions of Android, though, that pool will grow to 128 threads, unless you supply your own ThreadPoolExecutor (that part is new to Android 2.3 IIRC). On Fri, Sep 30, 2011 at 10:06 AM, R S music...@gmail.com wrote: Hi there, I am having the same problem as the one

[android-developers] Loading soundpool and music in activity A and calling in Activity B

2011-09-30 Thread R S
Hi! Right now I am loading my tiny music clips in the same class that I am using it in like this: public static final int A1 = 1; public static final int A3 = 3; private SoundPool soundPool; private HashMapInteger, Integer