android-1.6

How can I query contact information based on a phone number

Hi, I am trying to query contact information based on a phone number on android 1.6. This is the code I tried. But I get count equals to 0 in my cursor. String selection = "PHONE_NUMBERS_EQUAL(" + People.Phones.NUMBER + " , " + phoneNumber + ")"; Cursor cursor = mContext.getContentResolver().query(People.CONTENT_URI, ...

Xperia mini Android 1.6 couldn't connect my bluetooth watch MBW-150 Sony

hello, Am using sonyericsson MBW-150 Bluetooth watch,i couldn't connect with my android 1.6 Xperia Mini SE phone.. wot happened to android 1.6 device bluetooth.. is this API level Problem,how can i overcome this problem... am finding solution for this every where... can yo help me? PLZ ...

Set install location for Android 1.6?

I'm writing an application that is compatible with Android 1.6, but I would like to give users running Android 2.2 the option of moving the application installation to their sd card. How can I compile my application for 1.6, but still allow 2.2 users to install it to their sd? ...

AsyncTask to run on Activity start fails after previously getting cancelled

I am using an AsyncTask to fetch the ring tone for a contact when my application starts, it works fine until after my Activity closes a couple of times during the AsyncTask, after this happens the AsyncTask will only ever get to onPreExecute() and never doInBackground, so I can never fetch the ringtone then until either a force stop or d...

Make a call and play a message? (Android 1.6)

I have an application that will need to make a call and play a recorded message. Is that even possible? ...

Upgrading and Application from Android 1.6 to Android 2.2 does not work

Hi, I currently found out, that my Application developed for Android 1.6 does not work on Android 2.2. I'm quite puzzled about this, because its a very simple Application which almost does nothing. The Expeption I get is like that: java.lang.RuntimeException: Unable to instantiate application [packagename].AndApp: java.lang.ClassNotFo...