[android-developers] PV MediaRecorder native video recording error

2010-08-07 Thread Kerr
Dear PV engineer: I have try several days for this. We want to add video conference function in PV opencore, so we need to create video capture node in native mode, I try the following code to capture video, My code is like this: spSurfaceComposerClient videoClient = new

[android-developers] Re: hi. i have a trouble with MediaRecorder

2010-08-04 Thread Kerr
I met the similar problem, the exact problem point is at start(), when called prepare(), I can see the preview at screen, when call start(), the android will crash at about 7 seconds, the logcat is as following: === 08-04 16:53:45.368: ERROR/audio_input(99): unsupported

[android-developers] Re: hi. i have a trouble with MediaRecorder

2010-08-04 Thread Kerr
All our code is just very simple, but the MediaRecorder is not work, so I guess the PV opencore has something error. In other think way, the android video recorder application doesn't use Opencore, but use Camera directly, so it works fine, in fact, in the opencore's MIO it use Camera also. On

[android-developers] Permission to use bindAppWidgetId()

2009-11-08 Thread Kerr
bindAppWidgetId(), but this method is not a general way. Could the android team direct how to use bindAppWidgetId() for a general application? Yuandan Kerr -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Does VPN could work on Donut

2009-09-03 Thread Kerr
() Address family not supported by protocol ###note this It seems that PPPoX socket is not compatible with VPN server protocal, is that true? So, How could work with VPN correctly? Regards! Kerr --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Which protocal impemented in IM package in Android Donut

2009-08-24 Thread Kerr
that, which will check the intent data format, but there is no specific definenation of that, how could we reference something? Wish you could guide us, advance the Android app dev!! Regards! Kerr --~--~-~--~~~---~--~~ You received this message because you

[android-developers] How to save the screen to a file?

2009-06-05 Thread Kerr
in a view, we could not get the current drawing pixels. Even that we could enable the drawCache, or canvas.setBitmap, then we could get the cacheable pixels. But that time after action, not time on action. Could anybody have other idea to capture the screen programmtically? Regards! Kerr