Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to record calls in Android 4.1.1 #2

Open
GoogleCodeExporter opened this issue Sep 9, 2015 · 10 comments
Open

Not able to record calls in Android 4.1.1 #2

GoogleCodeExporter opened this issue Sep 9, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 5 Sep 2013 at 12:22

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 19 Aug 2014 at 12:50

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 24 Aug 2014 at 3:38

@GoogleCodeExporter
Copy link
Author

i am looking for same issues .please let me know if you have any solution .

my mail id is [email protected] 

Original comment by [email protected] on 18 Sep 2014 at 1:35

@GoogleCodeExporter
Copy link
Author

I have the same issue with Lenovo A390, 4.0.4 
its making a RuntimeException.

Original comment by [email protected] on 10 Nov 2014 at 7:51

@GoogleCodeExporter
Copy link
Author

Issue with Samsung Galaxy Pocket runs on 2.2 version. It could not save the 
recorded file.

Original comment by [email protected] on 10 Nov 2014 at 8:42

@GoogleCodeExporter
Copy link
Author

moto g with root android 4.4.4same issue

Original comment by [email protected] on 26 Nov 2014 at 11:12

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 1 Dec 2014 at 9:29

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 6 Jan 2015 at 8:46

@GoogleCodeExporter
Copy link
Author

I did a fork of this application into github, I also made some changes to the 
code for the application to properly handle call events and services, I have 
tested it with android 4.1.2 and it is working so far, please check it out to 
see if it works in your device too

Repository
https://github.com/riul88/call-recorder-for-android

Latest version of the application
https://github.com/riul88/call-recorder-for-android/blob/master/bin/Android%20Ca
ll%20Recorder.apk

Original comment by [email protected] on 17 Mar 2015 at 2:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant