wisskar / call-recorder-for-android

Automatically exported from code.google.com/p/call-recorder-for-android
0 stars 0 forks source link

Not able to record calls in Android 4.1.1 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for the Great app. It works fine with Android 2.3(Gingerbread) but 
doesn't work with android 4.1.1. Details are given below for reference.

What steps will reproduce the problem?
Install the app in device which has Android 4.1.1 (Jelly Bean). The app says 
"Unfortunately, cannot record audio on this device". The same apk is working on 
Android 2.3.6 (Gingerbread)

What is the expected output? What do you see instead?
To record calls seamlessly in Android 4.1

What version of the product are you using? On what operating system?
Android 4.1.1 - Sony xperia E Dual (C1604) [App is not working]
Andorid 2.3.6 - Samsung Galaxy Ace Duos S6802 [App is work good]

Please provide any additional information below.
The log says "Start Failed".
call recorder Exception: Start Failed.
android.media.MediaRecorder.start(Native Method)
com.android.RecordService.onStartCommand(RecordService.java:139)
...

Please let know how can we use the app on Android 4.1

Thanks,
Muthu.

Original issue reported on code.google.com by dealsfor...@gmail.com on 5 Sep 2013 at 12:22

GoogleCodeExporter commented 9 years ago
Hi.
I have the same issue on a Nexus 5 with Android 4.4.4.
The error message is "Unfortunately, it is not possible to record calls in this 
device".

Aurelien.

Original comment by aurelien...@gmail.com on 19 Aug 2014 at 12:50

GoogleCodeExporter commented 9 years ago
I have same problem with Samsung Note III, 4.4.2.
It shows title list, but there is no file /recordedCalls.

Kemal

Original comment by kemal.m...@gmail.com on 24 Aug 2014 at 3:38

GoogleCodeExporter commented 9 years ago
i am looking for same issues .please let me know if you have any solution .

my mail id is rameshandroid99@gmail.com 

Original comment by rameshan...@gmail.com on 18 Sep 2014 at 1:35

GoogleCodeExporter commented 9 years ago
I have the same issue with Lenovo A390, 4.0.4 
its making a RuntimeException.

Original comment by shaj...@gmail.com on 10 Nov 2014 at 7:51

GoogleCodeExporter commented 9 years ago
Issue with Samsung Galaxy Pocket runs on 2.2 version. It could not save the 
recorded file.

Original comment by shaj...@gmail.com on 10 Nov 2014 at 8:42

GoogleCodeExporter commented 9 years ago
moto g with root android 4.4.4same issue

Original comment by danjor...@gmail.com on 26 Nov 2014 at 11:12

GoogleCodeExporter commented 9 years ago
I'm using app version 2.0.3 downloaded from f-droid. My device is Samsung 
Galaxy S3 GT-I9300, android version is 4.3

I start the application and enable call recording. When a call starts, I get a 
notification from the app that it started recording. When the call ends, I also 
get a notification that recording ended.

Opening the app, it shows a list of previous calls to choose from.

However, the recordedCalls folder is empty. There are no files (no hidden files 
either).

Original comment by itays...@gmail.com on 1 Dec 2014 at 9:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
app from google play is working fine for me which was updated on january 2014. 
I found that when i compiled apk from source code the recording files are not 
getting created in recordedcall folder.
I think RecordService.java has been changed after that. See url to see 
difference.
I changed below line and its working fine for me, I dont know the difference 
but at least anyone can give it a try.

http://code.google.com/p/call-recorder-for-android/source/diff?path=/Android+Cal
l+Recorder/src/com/call/recorder/RecordService.java&format=side&r=52

String filepath = Environment.getExternalStorageDirectory().getAbsolutePath() 
//OR getPath();

Original comment by tejankar...@gmail.com on 6 Jan 2015 at 8:46