Fahime Ghasemi

Results 14 comments of Fahime Ghasemi

In my opinion, Google geofence API has unreliable behaviors. The same code works sometimes and doesn't work sometimes.

Thanks for the response. According to my researches some apps have used Accessibility API to implement call recording feature. Do you know about it?

Yes, you're right. The apps that don't use call audio stream use microphone to record calls. I'm currently thinking about how I can get those system permissions using having root...

According to my researches, it seems if the app has root access that CAPTURE_AUDIO_OUTPUT permission isn't required. I'm searching to find a way so that grant root access in app...

I have this issue too. please have a try on it.

The issue still exists and app crash with java.lang.IllegalStateException: failed to get surface at android.media.MediaRecorder.getSurface(Native Method)

yes, I cloned the master branch a few hours ago and app version in build.gradle is 5.0.0. My android version is 7.0

This is the logcat Process: com.simplemobiletools.camera.debug, PID: 25279 java.lang.IllegalStateException: failed to get surface at android.media.MediaRecorder.getSurface(Native Method) at com.simplemobiletools.camera.views.CameraPreview.startRecording(CameraPreview.kt:819) at com.simplemobiletools.camera.views.CameraPreview.toggleRecording(CameraPreview.kt:951) at com.simplemobiletools.camera.activities.MainActivity.handleShutter(MainActivity.kt:271) at com.simplemobiletools.camera.activities.MainActivity.shutterPressed(MainActivity.kt:262) at com.simplemobiletools.camera.activities.MainActivity.access$shutterPressed(MainActivity.kt:30) at com.simplemobiletools.camera.activities.MainActivity$initButtons$4.onClick(MainActivity.kt:221) at android.view.View.performClick(View.java:6261)...

@dvdli Thanks for your response. For setting up the codecs and ALSA paths, should I use tinymix ?

I don't know how I can find the requirement setups. I want to test it on Qualcomm chipsets. I would be thankful If you let me know any idea about...