For people who has the two-way call recording apk running on the thunderbolt:
What is the android version and rom source, ie. 2.2.1 or such?
How does it compare with Samsung call recording, can it record with headset plugged in, or while Bluetooth is active, both of which Samsung cannot?
Related
Does someone knows any decent call recorder for Universal? Resco and Vito are useless unless speaker is turned on. The voice of caller is very low if speaker is off. Please someone help. Thanks.
Call recording on the Universal (and most other HTC devices) only works in speakerphone mode as the hardware doesn't support capturing the audio stream through software.
One of the few HTC devices that do support this is the Athena...
Recently, I've managed to enable call recording directly from the phone line on regular Desire (not Z or HD).
So far, it records incoming calls only on most Desire ROMs with the latest radio.
The recordings of such calls are crystal clear, with the other party recorded as loud as your voice.
The outgoing calls are still recorded from mic, except for LeeDroid 2_3d ROM where it records outgoing calls as well.
I'd be happy if somebody tries to port that to other qsd8x50 or even msm7x30 devices, because all I have is HTC Hero
The kernel patches and test app are here.
Hi, I'm looking for an app that records FM radio (not streaming radio).
You would expect such a feature from a modern phone when it's available for old devices since some ten years ago!
I would love this also but have been unable to find it.
Still no luck.
I wonder if it's even possible, or if the sound from the FM receiver goes straight to the speakers (or headphones) as happens with the sound of a call (that's why we can't have a proper call recorder app).
Hello forum,
I'm using a Jabra Supreme bluetooth headset with my Galaxy Note 2.
When I'm making a skype / VoIP call, the sound quality is excellent. When I do a call to the same number via regular cellular connection however, the sound quality is less than mediocre (and also worse than without the headset).
Does anyone know why that is like that?
I'm assuming that the phone uses different bluetooth profiles for cellular connection, and when I'm doing a voip call.
But it should be the same profile (HSP). It can't be A2DP, because the sound transfer one only goes one-way. The only other possible profile is "Hands-free-profile".
The headset supports bluetooth 3.0, whereas the Galaxy Note 2 supports 4.0. Is it possible that the audio quality under the HSP profile with bluetooth 3.0 is lower than with bluetooth 4.0?
Anyone any ideas?
I am creating an application were I record VOIP call using media recorder, other than Samsung device call get connected audio feed also received at both end and call get recorded with both audio and video. But when comes to Samsung device we are facing problem to record audio stream in recorded call. During our initial finding it was observed that Samsung device does not allow sharing of Mic when it is in use. We had tried with different audio source which are available, if I comment this two lines
mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC);
call gets connected and both user's are able to here each other voice, but with recorded file have only video recorded with no audio.
If i use uncomment above lines then audio feed is not heard during the call but recorded file has both audio and video, hence we came to the conclusion that Samsung device does not allow sharing of mic when is consumed by some other resource.
VOICE_CALL (not working)
MIC (not working)
VOICE_DOWNLINK (not working)
VOICE_UPLINK (not working)
DEFAULT (not working)
CAMCORDER (not working)
VOICE_COMMUNICATION (not working)
VOICE_RECOGNITION (not working)
I had also tried several call recording Audio/Video application some of them are listed below along with the test result
AZ Screen Recorder - Fail
SCR Screen Recorder - Fail
Screen Recorder 5+ - Fail
Background Video Recorder - Fail
Mobizen for Samsung - Fail
Is it possible to share mic in Samsung device when it is already consumed or mic is already in use by any other application ?