Conversation Recorder
This is a discussion on Conversation Recorder within the Droid Development forums, part of the Droid Hacking category; I am a new developer and I really need a conversation recorder on my phone, one that records both ends of a conversation you are ...
-
Conversation Recorder
I am a new developer and I really need a conversation recorder on my phone, one that records both ends of a conversation you are having on your phone. So after I wrote my hello world app, I added some lines of code to record from the microphone and ... it crashes:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource. VOICE_CALL);
//recorder.setAudioSource(MediaRecorder.AudioSource. MIC);
}
This little bit of code crashes. There are multiple options for the audio source and whichever one I try, the app has to force close.
If anyone has any idea why this happens on the Droid, it'd be much appreciated.
Also, is there anyway to see any error log as to why the application crashed?
-
-

Originally Posted by
ezrarze
I am a new developer and I really need a conversation recorder on my phone, one that records both ends of a conversation you are having on your phone. So after I wrote my hello world app, I added some lines of code to record from the microphone and ... it crashes:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource. VOICE_CALL);
//recorder.setAudioSource(MediaRecorder.AudioSource. MIC);
}
This little bit of code crashes. There are multiple options for the audio source and whichever one I try, the app has to force close.
If anyone has any idea why this happens on the Droid, it'd be much appreciated.
Also, is there anyway to see any error log as to why the application crashed?
What tool do you use for your development? I am also interested in processing a microphone input (sound) on the Droid. Could you post links to any microphone features?
Sent from my d r o i d.

-
Record a Phone Call Try RecordiaPro or a service like it
Sorry but dont expect to this a recording app that works seamlessly any time soon
Theres no API and there are FCC issues- best bet is to go with something like RecordiaPro - Record Phone Calls On Cell, Home or Business Phones! or a service similar. great quality and dependable but not free
UOTE=ezrarze;159744]I am a new developer and I really need a conversation recorder on my phone, one that records both ends of a conversation you are having on your phone. So after I wrote my hello world app, I added some lines of code to record from the microphone and ... it crashes:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
MediaRecorder recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource. VOICE_CALL);
//recorder.setAudioSource(MediaRecorder.AudioSource. MIC);
}
This little bit of code crashes. There are multiple options for the audio source and whichever one I try, the app has to force close.
If anyone has any idea why this happens on the Droid, it'd be much appreciated.
Also, is there anyway to see any error log as to why the application crashed?[/QUOTE]
-
Here are some useful applications for recording conversations on the phone:
Spy Recorder Voice Recorder
Cop Recorder
Fusion Recorder
Call Recorder
Oak Recorder - Lite
I’m sure it will solve your problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By bodean in forum Droid General Discussions
Replies: 16
Last Post: 07-15-2010, 11:48 PM
-
By GMofOLC in forum Droid General Discussions
Replies: 3
Last Post: 01-06-2010, 06:11 AM
-
By sailfish1982 in forum Droid General Discussions
Replies: 3
Last Post: 12-27-2009, 11:14 PM
-
By normwerner in forum Droid Applications
Replies: 1
Last Post: 12-01-2009, 03:20 PM
-
By cwp1979 in forum Tech Issues, Bug Reports & Suggestions
Replies: 0
Last Post: 11-11-2009, 11:05 AM
Search tags for this page
android conversation record code
,
android conversation recorder
,
android setaudiosource voice call
,
application for droid phone to record meeting/conversations
,
audio source voice call
,
audiosource.voice call
,
conversation recorder android
,
conversation recorder app
,
droid conversation recorder
,
droid phone conversation recorder
,
mediarecorder.audiosource.mic
,
mediarecorder.audiosource.voice call
,
record conversation on droid 2
,
recorder.setaudiosource(mediarecorder.audiosource.voice call
,
secret conversation recorder droid app
Click on a term to search our site for related topics.
Tags for this Thread