Android Question AudioRecordApp seems not to work on every phone

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I am using the AudioRecordApp as shown in the tutorial and sample program.

On my motorola, firmware 4.4.2, it works fine.

On my wife's Samsung Galaxy 2 with version 2.3.3, the recording starts, but after closing my app is called again, but it does not reach this code:

Sub audioRecorder_RecordComplete (Success As Boolean)
Log(Success)
If Success Then
vv.LoadVideo(File.DirRootExternal, "temp.3gpp")
vv.Play
End If
End Sub

What can I do?

Thank you

Peter
 

grafsoft

Well-Known Member
Licensed User
Longtime User
The app is not killed. Aftzer recording the voice it is open again. And Activity_create is not called at this point.
 
Upvote 0
Top