[android-developers] Need some help in using MediaRecorder

2011-06-04 Thread Parbhakar Bikkaneti
Hi, Am using the following code to record a conversation. public class CallRecordingProcess extends BroadcastReceiver { static AudioManager audiomanager; @Override public void onReceive(Context arg0, Intent arg1) { // If Call Recording is not enabl

[android-developers] Help in using MediaRecored for recording audio

2011-05-26 Thread Parbhakar Bikkaneti
Am using the following code:- package com.CallRecorder; import java.io.IOException; import android.app.Activity; import android.media.MediaPlayer; import android.media.MediaRecorder; import android.os.Bundle; import android.util.Log; import android.view.View; import android.w

[android-developers] Retrieve the Starred Contacts

2011-05-17 Thread Parbhakar Bikkaneti
Hello everybody, Please provide me a code/suggestions for performing the following tasks. 1. Display a list of all the Starred contacts to the user. 2. When user selects a contact, setting the ContactsContract.Contacts.STARRED to 0 Thank-you. -- Regards, Bikkanati Prabhakar. E-Mail:

[android-developers] Need some help in retrieving the Starred Contacts

2011-05-17 Thread Parbhakar Bikkaneti
Hello everybody, I am facing a problem when I am trying to access the Starred contacts. Please help me in solving the problem. *This Code is not Showing any exception* When I am running the following code for on my android device the code is working fine for the contacts i.e., - The contacts

[android-developers] Need help, in case of accessing STARRED contacts

2011-05-14 Thread Parbhakar Bikkaneti
I am using the following code, ArrayList starListNames = new ArrayList(); ArrayList starListIds = new ArrayList(); */ Extracting and Storing the Starred Contacts into the lists named starListIds and starListNames BEGIN ***/* Cursor c = getContentResolver().query(Contacts.CONTENT_URI,