camcorder question

2009-04-14 Thread Andy Quan
Hi, I noticed that at the end of video recording, there will be some video decoding behaviors which result in a still picture displayed as a background picture. I guess this behavior can be enabled/disabled in Java code... Could anybody tell me how to disable this decoding behavior? Below is PV

About run Instrumentation

2009-04-14 Thread angela....@qisda.com
Hi all I’d like to ask something about running Instrumentation. By logs, I found that there is a uninstall process before the start process when running the instrumentation. Is this behavior normal? For example, if I start the instrumentation of music DEBUG/ActivityManager(51):

Multiple Instance of Media Player in Android G1

2009-04-14 Thread Yogi
Hi All, Can we create multiple instance of media player i.e PV multimedia framework (opencore) from application? Thanks in advance, Yogi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework group. To

Exception happened in MediaRecorder

2009-04-14 Thread Alex
Hi From cupcake sourcecode, camrecorder can be implemented with mediarecorder API, and the camrecorder has implemented in package/app/ Camera. but when I open the camera App, and click swtich to video ,the application crashed. From the debug trace, can see that the MediaRecorder can not

Question about the Dialer Gui

2009-04-14 Thread regui
Hello everyone, I am interested in knowing how to create a multi tab gui similar to the dialer gui. By multi tab i mean the tabs for Dialer, call log, contacts and favorites. After searching all over I cannot figure out how to achieve this multi tab setup. Could someone help me with this?

Re: Logging OpenCore through logcat

2009-04-14 Thread das.ar...@gmail.com
the steps are android-root$ source build/envsetup.sh android-root$ lunch 1 android-root$ make clean android-root$ make -j2 ENABLE_PV_LOGGING=1 android-root$ emulator adb logcat On Apr 7, 4:50 pm, raj.10788 raj.10...@gmail.com wrote: hiDas, Can you please tell me the setps to execute the open

www.fashion4biz.com Wholesale evisu jeans design stretch classic jean JAPAN brand top Quality Comfortable

2009-04-14 Thread nike shoes
HTTP://WWW.FASHION4BIZ.COM wholesale cheap Jordan, china Nike factory Jordan wholesale, cheap Jordan spiz'ikes, air Jordan factory directn, Jordan mixed with air force one new style, cheap air force ones outlet, authentic Nike af1s,air force 1 xxv'07 anniversary edition premium, custom Nike SB

HTTP://WWW.GHOSTFASHION.COM china factory wholesale cheap Replica Nike air

2009-04-14 Thread jfhjghjghjhjhjhjhj...@gmail.com
(paypal accept) WWW.GHOSTFASHION.COM gucci trainers (paypal accept) WWW.GHOSTFASHION.COM bape hoody cheap price (paypal accept) WWW.GHOSTFASHION.COM evisu red monkey jeans wholesale (paypal accept) WWW.GHOSTFASHION.COM cheap shox r4 (paypal accept) WWW.GHOSTFASHION.COM discount nike shoes,jordan

Re: pvplayer.log Segmentation Fault

2009-04-14 Thread Jorge
This thread may help you: http://groups.google.com/group/android-developers/browse_thread/thread/73f89bb8739c24bb/3fb265d72d4c802b?hl=en#3fb265d72d4c802b -Jorge On Apr 14, 6:29 am, rk raj.10...@gmail.com wrote: Hi, I am running pvplayer unint test cases in the Emulator. After running the

Re: Audio Flinger and Mixer operations

2009-04-14 Thread ATC
Where can I modify the buffersize for the audio? I am trying to test the effect of bigger buffer sizes for my system - Akash On Mar 11, 9:52 pm, Dave Sparks davidspa...@android.com wrote: I started an implementation of the Audio MIO for streaming direct to a tunneled codec. The obstacle I ran

Re: Multiple Instance of Media Player in Android G1

2009-04-14 Thread Dave Sparks
MediaPlayer player1 = new MediaPlayer(); MediaPlayer player2 = new MediaPlayer(); On Apr 14, 2:32 am, Yogi yogesh.agrawal2...@gmail.com wrote: Hi All, Can we create multiple instance of media player i.e PV multimedia framework (opencore) from application? Thanks in advance, Yogi

Re: Exception happened in MediaRecorder

2009-04-14 Thread Dave Sparks
The Cupcake code assumes you have an OpenMAX H.263 hardware encoder. On Apr 14, 6:01 am, Alex ebag...@gmail.com wrote:  Hi    From cupcake sourcecode, camrecorder can be implemented with mediarecorder API, and the camrecorder has implemented in package/app/ Camera.  but when I open the

Re: SensorManager file descriptor shared?

2009-04-14 Thread Huaka‘i Po
Thanks. These replies and some more digging on my own helped me figure out what I needed. Probably the most critical point I didn't realize at first was that getDataChanel does some IPC stuff under the covers to get a descriptor sent across process boundaries. (I originally thought everything

Phone.java phone location management

2009-04-14 Thread alexdonnini
Hello, As I understand it, the Phone.java interface is not available to application developers. This being the case (please confirm), how can application developers access detailed phone related data such as neighboring CID (refer to the Phone.java code for additional information)? Retrieving

SDK 1.5 not working with Eclipse plugin

2009-04-14 Thread gf
I just tried the SDK 1.5 with its 0.9 Eclipse plugin on Windows Vista with 2GB memory. Eclipse 3.3 is a new installation, and the android app is built for 1.1 SDK. However I could not run it, Eclipse error null in AndroidManifest.xml Anyone else run into the same problem?

Re: SDK 1.5 not working with Eclipse plugin

2009-04-14 Thread Xavier Ducrohet
Hello, Can you send me the log from your workspace? It's located inside your workspace/.metadata/.log thanks! Xav On Tue, Apr 14, 2009 at 8:22 PM, gf gfinds...@gmail.com wrote: I just tried the SDK 1.5 with its 0.9 Eclipse plugin on Windows Vista with 2GB memory. Eclipse 3.3 is a new

Re: Phone.java phone location management

2009-04-14 Thread Dianne Hackborn
A lot of the telephony classes you'll see in the framework will only work in the phone process, because they do not have any IPC abstraction behind them. There is also significant work taking place on them, such as to support CDMA, that we have been fairly conservative about what is exposed to

What are those branches other than master

2009-04-14 Thread John Cola
Hi all Waht are those branches other than master? I only know cupcake, are there anyother else? BR John --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework group. To post to this group, send email to

Re: Question about android graphics.

2009-04-14 Thread tom
On 3月31日, 下午5时27分, Dianne Hackborn hack...@android.com wrote: 2009/3/31 waterblood guoyin.c...@gmail.com if so, the Layer must have information about its position in display. But I only see it is created as the code below: Layer* layer = new Layer(this, display, client, id);