[android-developers] Re: Need some help in using MediaRecorder

2011-06-09 Thread Prabs

Hello Harri,

I have tried it only on my handset(LG Optimus P500)
I am facing problem on my handset.

I think theres something wrong with the code.
Because, when am trying other applications for recording the call,
they are working fine. But, my application is not working as it is
supposed to be.


On Jun 4, 6:26 pm, Harri Smått har...@gmail.com wrote:
  The code is working fine for the first incoming call. The conversation is 
  getting recorded successfully. For the later calls, the conversation is not 
  getting recorded.

 Hi Parbhakar,

 I bought my first Android phone, Samsung Galaxy S2, some weeks ago, and I've 
 found many bugs in it already which some of are quite fundamental considering 
 usability. Without going to details, are you facing this issue on multiple 
 devices or only the one you're using for development?

 Sorry for not being able to help you with the issue you're facing, just 
 sharing a thought I came up after reading your question.

 --
 Harri Småtthttp://www.youtube.com/watch?v=0NcSM_sayac

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Not able to find adb.exe

2011-05-09 Thread Prabs

Hello Yogesh,

In my case, I have set the SDK Location as,
S:\Android Win32\android-sdk_r09-windows,
 by opening the
Window  Preferences  Android

So, I think you should not include the Platform-tools in the path.


Cheers,
Prabhakar.

On May 8, 6:54 pm, yogesh yogeshlanje...@gmail.com wrote:
 Hi all,
 I am new to Android.I have downloaded all the SDK Components from SDK
 Installer. I am using ecllipse Ganymede. Also, I have installed
 ADT-10.0.1 in ecllipse. But when I browse my sdk location in Window 
 Preferences  Android, it is showing error as 'Could not find adb.exe
 in Adroid-SDK\tools\'. In my Android sdk, adb.exe is located inside
 'Android-SDK\platform-tools\' directory. How can I able to change this
 adb.exe file path? I have includedAndroid-SDK\platform-tools\
 directory in PATH variable.
 Anybody please help me out.

 Cheers,
  Yogi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Add a contact and get the LookUp key pertaining to it.

2011-05-08 Thread Prabs

Hello everybody,

I want to add a contact(accepting the contact details from my the
application's activity) and after adding it, I would like to retrieve
the LookUp key pertaining to it.

I was able to add a contact using the following tutorial,
http://www.pocketmagic.net/?p=1819

But, In the above tutorial, the adding of contact it performed using
RawContactId and thus, I'll have access only to the RawContactId.

But, my application needs a LookUp key( not a RawContactId ) for
accessing the Contacts.

I found a solution(I am going to try it now) for this problem at,
http://www.pocketmagic.net/?p=1844
But, the solutions is little bit complicated(for a novice like me).

Please, provide some suggestions/code snippets which can help me out
in getting the LookupId for a contact that is added just now,
(provided, we have the RawContactId of the newly added contact).

Thanks for any help, in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en