Call recorder "recording" is silent
- Apps & Games
- 1 Replies
I have the ptoblem . There is any solve for this problem ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.secondapp"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="30" />
<application
android:allowBackup="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true"
android:extractNativeLibs="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:testOnly="true"
android:theme="AppTheme" >
<activity android:name="com.Second app.MainActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
/**
* Automatically generated file. DO NOT MODIFY
*/
package "com.Second app;"
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.secondapp";
public static final String BUILD_TYPE = "debug";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
do you mean to belong to a group chat without anyone else knowing you are there? if not then i do not know what your are asking.How to get whatsapp group link anonymously

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
BottomNavigationView bottomNavigationView = (BottomNavigationView) findViewById(R.id.bottom_navigation);
rec = findViewById(R.id.btn_rec);
chronometer = findViewById(R.id.chronometer);
prgwait = findViewById(R.id.wait);
stop = findViewById(R.id.btn_stop);
ActivityCompat.requestPermissions(MainActivity.this, new String[]{Manifest.permission.RECORD_AUDIO, Manifest.permission.WRITE_EXTERNAL_STORAGE}, REQUEST_RECORD_AUDIO_PERMISSION);
rec.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
prgwait.setVisibility(View.VISIBLE); //start progress
chronometer.setVisibility(View.VISIBLE);
rec.setVisibility(View.GONE);
prgwait.setVisibility(View.GONE); //stop progress
stop.setVisibility(View.VISIBLE);
chronometer.setBase(SystemClock.elapsedRealtime());
chronometer.start();
Toast.makeText(MainActivity.this, "Registration started", Toast.LENGTH_SHORT).show();
//start rec
recorder = new MediaRecorder();
recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
recorder.setOutputFormat(output_formats[currentFormat]);
//recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);
recorder.setOutputFile(getFilename());
recorder.setOnErrorListener(errorListener);
recorder.setOnInfoListener(infoListener);
try {
recorder.prepare();
recorder.start();
} catch (IllegalStateException e) {
Log.e("REDORDING :: ", e.getMessage());
e.printStackTrace();
} catch (IOException e) {
Log.e("REDORDING :: ", e.getMessage());
e.printStackTrace();
}
audioManager = (AudioManager) getApplicationContext().getSystemService(Context.AUDIO_SERVICE); //record the audio of device
audioManager.setMode(AudioManager.MODE_IN_CALL);
audioManager.setSpeakerphoneOn(true); //enable the speaker for record the voices of the call
//end code for rec calls
}
});
//stop a rec
stop.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
prgwait.setVisibility(View.VISIBLE); //start progressbar
stop.setVisibility(View.GONE);
chronometer.stop();
chronometer.setVisibility(View.GONE);
rec.setVisibility(View.VISIBLE);
audioManager.setSpeakerphoneOn(false); //turn off the speaker
try {
if (null != recorder) {
recorder.stop();
recorder.reset();
recorder.release();
recorder = null;
}
} catch (RuntimeException stopException) {
}
Toast.makeText(MainActivity.this, "Record saved", Toast.LENGTH_SHORT).show();
//end stop code
chronometer.setBase(SystemClock.elapsedRealtime());
prgwait.setVisibility(View.GONE);
}
});
private String getFilename() {
String filepath = Environment.getExternalStorageDirectory().getPath();
File file = new File(filepath, AUDIO_RECORDER_FOLDER);
if (!file.exists()) {
file.mkdirs();
}
return (file.getAbsolutePath() + "/" + System.currentTimeMillis() + file_exts[currentFormat]);
}
private MediaRecorder.OnErrorListener errorListener = new MediaRecorder.OnErrorListener() {
@Override
public void onError(MediaRecorder mr, int what, int extra) {
Toast.makeText(MainActivity.this,
"Error: " + what + ", " + extra, Toast.LENGTH_SHORT).show();
}
};
private MediaRecorder.OnInfoListener infoListener = new MediaRecorder.OnInfoListener() {
@Override
public void onInfo(MediaRecorder mr, int what, int extra) {
Toast.makeText(MainActivity.this,
"Warning: " + what + ", " + extra, Toast.LENGTH_SHORT)
.show();
}
};
}

hello sorry but this is an english only sitehey posso sapere se hai risolto il tuo problema, ho anch'io un lg d320n
hey can i know if you solved your problem, i have a lg d320n too
I will look at that, thank you. I am new to Android, apps, etc. I was happy to be able to get my music into YT music but you are correct, ads galore . I am again, NOT tech android savy and don't know how once I try Foodbar to get my music there. I will work on it thank you
Nope my Bostoion friend, I am still the Milo everyone comes to knowYou new? You new and you're just now telling us?
How do I do that?
