Re: OpenCORE :: Using individual nodes from the application

2009-05-12 Thread jai
I m trying to trim a file by using the parser and composer nodes.. Please help me in using both the nodes in same application. I need info on how to configure the nodes On May 7, 6:04 pm, Freepine freep...@gmail.com wrote: Hi, I don't know what you are trying to accomplish with the nodes:)

About recording Audio

2009-05-12 Thread Alex
hi all When I start recording sound the data from audio hardware is right, but when the data transform to the amr encoder, alot of frames missing. If I recording sound for 8 seconds,but the amr file is only has 2 sec. The Alsa buffer allocated 16384 B in default,if we make the size is

Re: file management on Android

2009-05-12 Thread Yangqing
Do you mean that let the file manager broadcast an action and let the MediaScannerReceiver to receive and respond the action? Besides the implementation of updating the content providers, we are interested more in the design intention of Android's content management - is it a desired way to

Re: OpenCORE :: Using individual nodes from the application

2009-05-12 Thread Freepine
So you want to connect a parser node and a composer node directly? That's an interesting idea, but I don't know if it's feasible:)You might want to look at the code of engines/author/src/pvaenodeutility.cpp

om.android.internal.R ?

2009-05-12 Thread e21u...@gmail.com
where can i find in git source code defined com.android.internal.R.drawable.list_selector_background_pressed ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups android-framework group. To post to this group, send

Re: om.android.internal.R ?

2009-05-12 Thread Dianne Hackborn
As with all of the android resources, it is in the framework resources -- frameworks/base/core/res I believe. On Tue, May 12, 2009 at 7:02 AM, e21u...@gmail.com e21u...@gmail.comwrote: where can i find in git source code defined com.android.internal.R.drawable.list_selector_background_pressed

www.29usd.com forsell Ralph Lauren tshirt, Lacoste tshirt,BBC,Artful dodger, Coogi, Abercrombie Fitch, Affliction,Edhardy in lower price but hight qulity

2009-05-12 Thread nike shoes
We provide Abercrombie Fitch,Lacoste,Ralph Lauren polo etc brand cloth, www.29usd.com like t-shirt,jacket,jeans,fleece,pants and so on), also provide sports Jersey:NBA jersey,NFL jersey,NHL jersey,MLB jersey. All of our products are in high quality with competitive price,safe and fast

Re: Can I determine if I am on the emulator?

2009-05-12 Thread mathiastck
Check out: http://developer.android.com/reference/android/os/Build.html you can use various parameters, like if: Build.TYPE.equals( sdk) however this topic belongs in the Android developers group: http://groups.google.com/group/android-developers On May 11, 5:39 pm, JK koda...@gmail.com

Re: Extending LatinIME

2009-05-12 Thread Dianne Hackborn
You need to change the code to use the public SDK (calling the View functions to get/set the scroll position etc). 2009/5/12 onlinemad online...@gmail.com I have the same problem. I add field mScrollX in CandidateView manually it can build, but composing function doesn't work. does

Re: Extending LatinIME

2009-05-12 Thread e21u...@gmail.com
On May 12, 5:42 pm, onlinemad online...@gmail.com wrote: it can build, but composing function doesn't work. does anyone have the same problem?? what is composing function - for example? --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: detecting hardware caps-lock / state of keyboard in view

2009-05-12 Thread Dianne Hackborn
I am pretty sure the SoftKeyboard sample code shows how to handle this. On Tue, May 12, 2009 at 10:18 PM, e21u...@gmail.com e21u...@gmail.comwrote: hi, when hardware keyboard goes into CAPSLOCK mode - for example when in emulator Shift key is pressed twice i can see cursor in view changed