http://code.google.com/p/android/issues/detail?id=4075&can=4&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

_________________________________

I have been using API Level 3 upto 1.5 SDK

but in new SDK 1.6 i have seen following sources added too.
AudioRecorder Sources

But all Three New Sources is Buggy and Not Working

android.media.MediaRecorder.AudioSource.VOICE_CALL  ;
android.media.MediaRecorder.AudioSource.VOICE_DOWNLINK  ;
android.media.MediaRecorder.AudioSource.VOICE_UPLINK  ;

<<<<<First Source - Just Gives Error>>>>>


10-01 15:36:01.666: ERROR/AudioFlinger(556): invalid stream type
10-01 15:36:01.666: ERROR/AudioRecord(556): AudioFlinger could not
create
record track, status: -22
10-01 15:36:01.676: ERROR/MediaRecorder(779): start failed:
-2147483648

10-01 15:36:01.688: DEBUG/AndroidRuntime(779): Shutting down VM
10-01 15:36:01.688: WARN/dalvikvm(779): threadid=3: thread exiting
with
uncaught exception (group=0x4001aa28)
10-01 15:36:01.688: ERROR/AndroidRuntime(779): Uncaught handler:
thread

main exiting due to uncaught exception
10-01 15:36:01.697: DEBUG/CallNotifier(637): stopRing()... (OFFHOOK
state)
10-01 15:36:01.697: DEBUG/Ringer(637): stopRing()...
10-01 15:36:01.707: DEBUG/Ringer(637): - stopRing: null mRingHandler!

10-01 15:36:01.717: ERROR/AndroidRuntime(779):
java.lang.RuntimeException:
start failed.
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
android.media.MediaRecorder.start(Native Method)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at

com.its.CallRecorder.CallStateListener.Recorder_Prepare
(CallStateListener.java:75)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
com.its.CallRecorder.CallStateListener.onCallStateChanged
(CallStateListener.java:50)

10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
android.telephony.PhoneStateListener$2.handleMessage
(PhoneStateListener.java:298)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
android.os.Handler.dispatchMessage(Handler.java:99)

10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
android.os.Looper.loop(Looper.java:123)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
android.app.ActivityThread.main(ActivityThread.java:4203)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at

java.lang.reflect.Method.invokeNative(Native Method)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
java.lang.reflect.Method.invoke(Method.java:521)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at

com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:791)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
10-01 15:36:01.717: ERROR/AndroidRuntime(779):     at

dalvik.system.NativeStart.main(Native Method)


<<<<< Second and Third Source >>>>>

Work Properly but only Records Audio from Mic of may be Uplink Channel
Data


________________________________

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to